Trace number 3710062

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.54 1793.56

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K99.opb
MD5SUM827b46126fccb5cb8162396480ca6949
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark341.971
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6732
Total number of constraints6932
Number of constraints which are clauses6833
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint99
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.07/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710062-1338210804.opb
0.09/0.12	c reading problem ... 
0.55/0.39	c ... done. Wall clock time 0.267s.
0.55/0.39	c declared #vars     6732
0.55/0.39	c #constraints  6932
0.55/0.39	c constraints type 
0.55/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5557
0.55/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 99
0.55/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1274
0.55/0.39	c 6932 constraints processed.
2.24/1.63	c cleaning 2493 clauses out of 4988 with flag 5000/5000
3.62/2.96	c cleaning 4158 clauses out of 8486 with flag 11000/11000
5.23/4.52	c cleaning 5567 clauses out of 11325 with flag 18000/18000
7.04/6.31	c cleaning 6828 clauses out of 13756 with flag 26000/26000
9.08/8.38	c cleaning 7884 clauses out of 15927 with flag 35001/35001
11.39/10.67	c cleaning 8923 clauses out of 17994 with flag 45000/45000
13.80/13.04	c cleaning 9902 clauses out of 20059 with flag 56000/56000
16.41/15.64	c cleaning 10948 clauses out of 22143 with flag 68000/68000
19.52/18.79	c cleaning 11992 clauses out of 24191 with flag 81000/81000
22.84/22.02	c cleaning 12659 clauses out of 26195 with flag 95000/95000
27.14/26.31	c cleaning 14150 clauses out of 28539 with flag 110005/110005
30.87/30.09	c cleaning 14497 clauses out of 30380 with flag 126000/126000
34.91/34.03	c cleaning 14713 clauses out of 32880 with flag 143000/143000
39.60/38.70	c cleaning 16023 clauses out of 36167 with flag 161000/161000
43.83/42.98	c cleaning 17107 clauses out of 39138 with flag 180000/180000
48.62/47.77	c cleaning 18519 clauses out of 42029 with flag 200000/200000
53.85/52.96	c cleaning 18871 clauses out of 44508 with flag 221001/221001
59.20/58.29	c cleaning 19911 clauses out of 47636 with flag 243000/243000
66.70/65.76	c cleaning 21282 clauses out of 50724 with flag 266000/266000
73.42/72.50	c cleaning 22478 clauses out of 53442 with flag 290000/290000
79.55/78.58	c cleaning 22567 clauses out of 55960 with flag 315000/315000
86.69/85.64	c cleaning 24086 clauses out of 59391 with flag 341001/341001
93.93/92.80	c cleaning 24614 clauses out of 62304 with flag 368000/368000
104.08/102.95	c cleaning 26321 clauses out of 65691 with flag 396001/396001
117.01/115.87	c cleaning 27575 clauses out of 68367 with flag 425000/425000
125.24/124.08	c cleaning 27286 clauses out of 70792 with flag 455000/455000
136.37/135.11	c cleaning 29211 clauses out of 74506 with flag 486000/486000
145.02/143.73	c cleaning 29659 clauses out of 77292 with flag 518000/518000
155.95/154.69	c cleaning 31209 clauses out of 80633 with flag 551000/551000
171.50/170.15	c cleaning 32977 clauses out of 83424 with flag 585000/585000
181.78/180.38	c cleaning 32697 clauses out of 85443 with flag 620001/620001
193.71/192.27	c cleaning 34493 clauses out of 88743 with flag 656000/656000
204.65/203.13	c cleaning 35177 clauses out of 91247 with flag 693000/693000
216.88/215.37	c cleaning 36841 clauses out of 94072 with flag 731002/731002
229.02/227.46	c cleaning 37259 clauses out of 96229 with flag 770000/770000
243.76/242.17	c cleaning 37588 clauses out of 98968 with flag 810000/810000
257.91/256.27	c cleaning 39007 clauses out of 102383 with flag 851003/851003
273.75/272.03	c cleaning 40086 clauses out of 105373 with flag 893000/893000
292.47/290.79	c cleaning 41418 clauses out of 108285 with flag 936001/936001
310.65/308.84	c cleaning 41859 clauses out of 110866 with flag 980000/980000
327.50/325.60	c cleaning 43129 clauses out of 114005 with flag 1025003/1025003
347.71/345.88	c cleaning 44844 clauses out of 116874 with flag 1071001/1071001
365.34/363.46	c cleaning 45445 clauses out of 119030 with flag 1118001/1118001
381.20/379.23	c cleaning 45715 clauses out of 121584 with flag 1166000/1166000
397.45/395.47	c cleaning 46667 clauses out of 124871 with flag 1215002/1215002
417.78/415.74	c cleaning 48130 clauses out of 128203 with flag 1265004/1265004
436.10/434.00	c cleaning 49410 clauses out of 131070 with flag 1316001/1316001
458.25/456.18	c cleaning 50612 clauses out of 133659 with flag 1368000/1368000
479.14/476.91	c cleaning 51593 clauses out of 136043 with flag 1421000/1421000
503.48/501.23	c cleaning 52993 clauses out of 138450 with flag 1475000/1475000
525.16/522.85	c cleaning 53258 clauses out of 140453 with flag 1530000/1530000
544.60/542.30	c cleaning 52903 clauses out of 143198 with flag 1586003/1586003
571.95/569.53	c cleaning 54692 clauses out of 147300 with flag 1643008/1643008
593.51/591.09	c cleaning 56126 clauses out of 150601 with flag 1701003/1701003
614.95/612.45	c cleaning 56893 clauses out of 153472 with flag 1760000/1760000
635.92/633.33	c cleaning 58544 clauses out of 156579 with flag 1820000/1820000
666.28/663.63	c cleaning 59545 clauses out of 159035 with flag 1881000/1881000
690.81/688.09	c cleaning 60429 clauses out of 161490 with flag 1943000/1943000
716.56/713.80	c cleaning 61420 clauses out of 164061 with flag 2006000/2006000
760.19/757.34	c cleaning 62579 clauses out of 166641 with flag 2070000/2070000
789.83/786.87	c cleaning 63716 clauses out of 169060 with flag 2135000/2135000
822.79/819.76	c cleaning 64433 clauses out of 171344 with flag 2201000/2201000
858.20/855.06	c cleaning 66293 clauses out of 173911 with flag 2268000/2268000
900.51/897.11	c cleaning 66815 clauses out of 175618 with flag 2336000/2336000
943.14/939.67	c cleaning 68057 clauses out of 177805 with flag 2405002/2405002
978.39/974.87	c cleaning 68351 clauses out of 179745 with flag 2475001/2475001
1008.06/1004.49	c cleaning 69678 clauses out of 182398 with flag 2546005/2546005
1044.84/1041.14	c cleaning 71055 clauses out of 184717 with flag 2618005/2618005
1092.22/1088.46	c cleaning 72573 clauses out of 186657 with flag 2691000/2691000
1144.70/1140.90	c cleaning 73514 clauses out of 188084 with flag 2765000/2765000
1179.99/1176.04	c cleaning 73794 clauses out of 189568 with flag 2840000/2840000
1217.08/1213.06	c cleaning 75203 clauses out of 191774 with flag 2916002/2916002
1260.88/1256.76	c cleaning 76155 clauses out of 193569 with flag 2993000/2993000
1297.48/1293.21	c cleaning 76753 clauses out of 195415 with flag 3071001/3071001
1333.57/1329.26	c cleaning 77559 clauses out of 197662 with flag 3150004/3150004
1373.99/1369.51	c cleaning 79457 clauses out of 200100 with flag 3230001/3230001
1413.75/1409.24	c cleaning 79823 clauses out of 201642 with flag 3311000/3311000
1456.54/1451.93	c cleaning 81129 clauses out of 203819 with flag 3393000/3393000
1497.42/1492.78	c cleaning 81639 clauses out of 205691 with flag 3476001/3476001
1548.24/1543.38	c cleaning 83314 clauses out of 208052 with flag 3560001/3560001
1585.56/1580.62	c cleaning 84374 clauses out of 209737 with flag 3645000/3645000
1628.63/1623.63	c cleaning 85391 clauses out of 211363 with flag 3731000/3731000
1678.61/1673.45	c cleaning 86346 clauses out of 212972 with flag 3818000/3818000
1739.30/1733.52	c cleaning 87166 clauses out of 214627 with flag 3906001/3906001
1781.53/1775.30	c cleaning 88036 clauses out of 216463 with flag 3995003/3995003
1800.04/1793.51	c starts		: 247
1800.04/1793.51	c conflicts		: 4030550
1800.04/1793.51	c decisions		: 12645480
1800.04/1793.51	c propagations		: 1330968290
1800.04/1793.51	c inspects		: 7783087981
1800.04/1793.51	c shortcuts		: 0
1800.04/1793.51	c learnt literals	: 68
1800.04/1793.51	c learnt binary clauses	: 105707
1800.04/1793.51	c learnt ternary clauses	: 153826
1800.04/1793.51	c learnt constraints	: 4030482
1800.04/1793.51	c ignored constraints	: 0
1800.04/1793.51	c root simplifications	: 315
1800.04/1793.51	c removed literals (reason simplification)	: 168897154
1800.04/1793.51	c reason swapping (by a shorter reason)	: 0
1800.04/1793.51	c Calls to reduceDB	: 85
1800.04/1793.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1793.51	c number of learned constraints concerned by reduction	: 0
1800.04/1793.51	c number of learning phase by resolution	: 0
1800.04/1793.51	c number of learning phase by cutting planes	: 0
1800.04/1793.51	c speed (assignments/second)	: 742268.5397262521
1800.04/1793.51	c non guided choices	5347
1800.04/1793.55	c learnt constraints type 
1800.04/1793.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 105630
1800.04/1793.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58423
1800.04/1793.55	c constraints type 
1800.04/1793.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5557
1800.04/1793.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 99
1800.04/1793.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.04/1793.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1274
1800.04/1793.55	c 6932 constraints processed.
1800.04/1793.55	s UNKNOWN
1800.04/1793.55	c Total wall clock time (in seconds): 1793.435

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3710062-1338210804/watcher-3710062-1338210804 -o /tmp/evaluation-result-3710062-1338210804/solver-3710062-1338210804 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710062-1338210804.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 25042
/proc/meminfo: memFree=28498528/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9300 CPUtime=0 cores=0,2,4,6
/proc/25042/stat : 25042 (java) R 25040 25042 24478 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 287206434 9523200 185 33554432000 1073741824 1073778376 140734972223344 140734972214568 217410334135 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25042/statm: 2 1 0 0 0 2 0

[startup+0.087756 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 25042
/proc/meminfo: memFree=28498528/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/25042/stat : 25042 (java) S 25040 25042 24478 0 -1 4202496 3691 0 1 0 6 1 0 0 20 0 18 0 287206434 9787842560 4899 33554432000 1073741824 1073778376 140737361062672 140737361053808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 2389610 4900 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100237 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 25042
/proc/meminfo: memFree=28498528/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25042/stat : 25042 (java) S 25040 25042 24478 0 -1 4202496 4262 0 1 0 8 1 0 0 20 0 18 0 287206434 9787842560 5469 33554432000 1073741824 1073778376 140737361062672 140737361053808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 2389610 5469 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300232 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 25042
/proc/meminfo: memFree=28498528/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9558440 CPUtime=0.55 cores=0,2,4,6
/proc/25042/stat : 25042 (java) S 25040 25042 24478 0 -1 4202496 7295 0 1 0 53 2 0 0 20 0 18 0 287206434 9787842560 9881 33554432000 1073741824 1073778376 140737361062672 140737361053808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 2389610 9881 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.70023 s]
/proc/loadavg: 1.99 1.98 1.99 2/194 25042
/proc/meminfo: memFree=28498528/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9625004 CPUtime=1.33 cores=0,2,4,6
/proc/25042/stat : 25042 (java) S 25040 25042 24478 0 -1 4202496 7802 0 1 0 131 2 0 0 20 0 19 0 287206434 9856004096 16775 33554432000 1073741824 1073778376 140737361062672 140737361053808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 2406251 16775 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625004

[startup+1.50063 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 25061
/proc/meminfo: memFree=28438516/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9625004 CPUtime=2.14 cores=0,2,4,6
/proc/25042/stat : 25042 (java) S 25040 25042 24478 0 -1 4202496 7805 0 1 0 212 2 0 0 20 0 19 0 287206434 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140737361053808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 2406251 17288 2258 9 0 2396937 0
[pid=25042/tid=25044] ppid=25040 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/25042/task/25044/stat : 25044 (java) R 25040 25042 24478 0 -1 4202560 2525 0 1 0 145 1 0 0 20 0 19 0 287206435 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210711966296 140210566934972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25045] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25045/stat : 25045 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210555366184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25046] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25046/stat : 25046 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210554313384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25047] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25047/stat : 25047 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210553261096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25048] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25048/stat : 25048 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210552208296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25049] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25049/stat : 25049 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210551154984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25050] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25050/stat : 25050 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210214004904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25051] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25051/stat : 25051 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210212952616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25052] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25052/stat : 25052 (java) S 25040 25042 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210211899816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25053] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25053/stat : 25053 (java) S 25040 25042 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210199702248 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25054] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25054/stat : 25054 (java) S 25040 25042 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210198648312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25055] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25055/stat : 25055 (java) S 25040 25042 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210197595912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25056] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25056/stat : 25056 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210196544400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25057] ppid=25040 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/25042/task/25057/stat : 25057 (java) S 25040 25042 24478 0 -1 4202560 1600 0 0 0 29 0 0 0 20 0 19 0 287206440 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210195491000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25058] ppid=25040 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/25042/task/25058/stat : 25058 (java) S 25040 25042 24478 0 -1 4202560 2484 0 0 0 34 0 0 0 20 0 19 0 287206440 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210194438200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25059] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25059/stat : 25059 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210193386104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25060] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25060/stat : 25060 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210192333512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25061] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25061/stat : 25061 (java) S 25040 25042 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287206474 9856004096 17288 33554432000 1073741824 1073778376 140737361062672 140210191218088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 25061
/proc/meminfo: memFree=28427532/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9625004 CPUtime=3.82 cores=0,2,4,6
/proc/25042/stat : 25042 (java) S 25040 25042 24478 0 -1 4202496 7880 0 1 0 379 3 0 0 20 0 19 0 287206434 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140737361053808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 2406251 20413 2283 9 0 2396937 0
[pid=25042/tid=25044] ppid=25040 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/25042/task/25044/stat : 25044 (java) R 25040 25042 24478 0 -1 4202560 2529 0 1 0 302 2 0 0 20 0 19 0 287206435 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210711966120 140210566976025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25045] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25045/stat : 25045 (java) S 25040 25042 24478 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210555366184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25046] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25046/stat : 25046 (java) S 25040 25042 24478 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210554313384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25047] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25047/stat : 25047 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210553261096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25048] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25048/stat : 25048 (java) S 25040 25042 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210552208296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25049] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25049/stat : 25049 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210551154984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25050] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25050/stat : 25050 (java) S 25040 25042 24478 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210214004904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25051] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25051/stat : 25051 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210212952616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25052] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25052/stat : 25052 (java) S 25040 25042 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210211899816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25053] ppid=25040 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/25042/task/25053/stat : 25053 (java) S 25040 25042 24478 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287206437 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210199702248 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25054] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25054/stat : 25054 (java) S 25040 25042 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210198648312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25055] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25055/stat : 25055 (java) S 25040 25042 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210197595912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25056] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25056/stat : 25056 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210196544400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25057] ppid=25040 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/25042/task/25057/stat : 25057 (java) S 25040 25042 24478 0 -1 4202560 1604 0 0 0 31 0 0 0 20 0 19 0 287206440 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210195491000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25058] ppid=25040 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25042/task/25058/stat : 25058 (java) S 25040 25042 24478 0 -1 4202560 2489 0 0 0 39 0 0 0 20 0 19 0 287206440 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210194438200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25059] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25059/stat : 25059 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210193386104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25060] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25060/stat : 25060 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210192333512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25061] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25061/stat : 25061 (java) S 25040 25042 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287206474 9856004096 20413 33554432000 1073741824 1073778376 140737361062672 140210191218088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625004

[startup+6.30057 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 25061
/proc/meminfo: memFree=28425612/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9625004 CPUtime=7.04 cores=0,2,4,6
/proc/25042/stat : 25042 (java) S 25040 25042 24478 0 -1 4202496 7884 0 1 0 701 3 0 0 20 0 19 0 287206434 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140737361053808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 2406251 20171 2284 9 0 2396937 0
[pid=25042/tid=25044] ppid=25040 vsize=9625004 CPUtime=6.22 cores=0,2,4,6
/proc/25042/task/25044/stat : 25044 (java) R 25040 25042 24478 0 -1 4202560 2530 0 1 0 620 2 0 0 20 0 19 0 287206435 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210711966232 140210567039879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25045] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25045/stat : 25045 (java) S 25040 25042 24478 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210555366184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25046] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25046/stat : 25046 (java) S 25040 25042 24478 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210554313384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25047] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25047/stat : 25047 (java) S 25040 25042 24478 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210553261096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25048] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25048/stat : 25048 (java) S 25040 25042 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210552208296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25049] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25049/stat : 25049 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210551154984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25050] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25050/stat : 25050 (java) S 25040 25042 24478 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210214004904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25051] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25051/stat : 25051 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210212952616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25052] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25052/stat : 25052 (java) S 25040 25042 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287206436 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210211899816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25053] ppid=25040 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/25042/task/25053/stat : 25053 (java) S 25040 25042 24478 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 287206437 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210199702248 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25054] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25054/stat : 25054 (java) S 25040 25042 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210198648312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25055] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25055/stat : 25055 (java) S 25040 25042 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210197595912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25056] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25056/stat : 25056 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210196544400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25057] ppid=25040 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/25042/task/25057/stat : 25057 (java) S 25040 25042 24478 0 -1 4202560 1604 0 0 0 31 0 0 0 20 0 19 0 287206440 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210195491000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25058] ppid=25040 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/25042/task/25058/stat : 25058 (java) S 25040 25042 24478 0 -1 4202560 2491 0 0 0 40 0 0 0 20 0 19 0 287206440 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210194438200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25059] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25059/stat : 25059 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210193386104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25060] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25060/stat : 25060 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210192333512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25061] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25061/stat : 25061 (java) S 25040 25042 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287206474 9856004096 20171 33554432000 1073741824 1073778376 140737361062672 140210191218088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

################
# More data... #
################

[pid=25042/tid=25050] ppid=25040 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/25042/task/25050/stat : 25050 (java) R 25040 25042 24478 0 -1 4202560 68 0 0 0 72 3 0 0 20 0 19 0 287206436 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210214005032 140210720011426 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25051] ppid=25040 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/25042/task/25051/stat : 25051 (java) S 25040 25042 24478 0 -1 4202560 104 0 0 0 75 3 0 0 20 0 19 0 287206436 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210212952616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25052] ppid=25040 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/25042/task/25052/stat : 25052 (java) R 25040 25042 24478 0 -1 4202560 218 0 0 0 68 3 0 0 20 0 19 0 287206436 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210211899944 217410473095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25053] ppid=25040 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/25042/task/25053/stat : 25053 (java) S 25040 25042 24478 0 -1 4202560 306 0 0 0 321 3 0 0 20 0 19 0 287206437 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210199701128 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25054] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25054/stat : 25054 (java) S 25040 25042 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210198648312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25055] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25055/stat : 25055 (java) S 25040 25042 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210197595912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25056] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25056/stat : 25056 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210196544400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25057] ppid=25040 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/25042/task/25057/stat : 25057 (java) S 25040 25042 24478 0 -1 4202560 1604 0 0 0 31 0 0 0 20 0 19 0 287206440 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210195491000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25058] ppid=25040 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/25042/task/25058/stat : 25058 (java) S 25040 25042 24478 0 -1 4202560 3422 0 0 0 56 0 0 0 20 0 19 0 287206440 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210194438200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25059] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25059/stat : 25059 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210193386104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25060] ppid=25040 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/25042/task/25060/stat : 25060 (java) S 25040 25042 24478 0 -1 4202560 98 0 0 0 17 21 0 0 20 0 19 0 287206440 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210192333512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25061] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25061/stat : 25061 (java) S 25040 25042 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287206474 9856004096 107724 33554432000 1073741824 1073778376 140737361062672 140210191218088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.74
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 25135
/proc/meminfo: memFree=28165808/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9625004 CPUtime=1788.72 cores=0,2,4,6
/proc/25042/stat : 25042 (java) S 25040 25042 24478 0 -1 4202496 10810 0 1 0 178809 63 0 0 20 0 19 0 287206434 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140737361053808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 2406251 80910 2285 9 0 2396937 0
[pid=25042/tid=25044] ppid=25040 vsize=9625004 CPUtime=1776.47 cores=0,2,4,6
/proc/25042/task/25044/stat : 25044 (java) R 25040 25042 24478 0 -1 4202560 2691 0 1 0 177615 32 0 0 20 0 19 0 287206435 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210711965056 140210566969243 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25045] ppid=25040 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/25042/task/25045/stat : 25045 (java) S 25040 25042 24478 0 -1 4202560 216 0 0 0 95 5 0 0 20 0 19 0 287206436 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210555366184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25046] ppid=25040 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/25042/task/25046/stat : 25046 (java) S 25040 25042 24478 0 -1 4202560 226 0 0 0 92 5 0 0 20 0 19 0 287206436 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210554313384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25047] ppid=25040 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/25042/task/25047/stat : 25047 (java) S 25040 25042 24478 0 -1 4202560 274 0 0 0 92 6 0 0 20 0 19 0 287206436 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210553261096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25048] ppid=25040 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/25042/task/25048/stat : 25048 (java) S 25040 25042 24478 0 -1 4202560 164 0 0 0 94 5 0 0 20 0 19 0 287206436 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210552208296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25049] ppid=25040 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25042/task/25049/stat : 25049 (java) S 25040 25042 24478 0 -1 4202560 116 0 0 0 86 5 0 0 20 0 19 0 287206436 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210551154984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25050] ppid=25040 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25042/task/25050/stat : 25050 (java) S 25040 25042 24478 0 -1 4202560 81 0 0 0 88 3 0 0 20 0 19 0 287206436 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210214004904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25051] ppid=25040 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/25042/task/25051/stat : 25051 (java) S 25040 25042 24478 0 -1 4202560 113 0 0 0 87 5 0 0 20 0 19 0 287206436 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210212952616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25052] ppid=25040 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/25042/task/25052/stat : 25052 (java) S 25040 25042 24478 0 -1 4202560 222 0 0 0 86 4 0 0 20 0 19 0 287206436 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210211899816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25053] ppid=25040 vsize=9625004 CPUtime=3.53 cores=0,2,4,6
/proc/25042/task/25053/stat : 25053 (java) S 25040 25042 24478 0 -1 4202560 398 0 0 0 350 3 0 0 20 0 19 0 287206437 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210199702248 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25054] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25054/stat : 25054 (java) S 25040 25042 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210198648312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25055] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25055/stat : 25055 (java) S 25040 25042 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210197595912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25056] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25056/stat : 25056 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210196544400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25057] ppid=25040 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/25042/task/25057/stat : 25057 (java) S 25040 25042 24478 0 -1 4202560 1604 0 0 0 31 0 0 0 20 0 19 0 287206440 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210195491000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25058] ppid=25040 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/25042/task/25058/stat : 25058 (java) S 25040 25042 24478 0 -1 4202560 3422 0 0 0 56 0 0 0 20 0 19 0 287206440 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210194438200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25059] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25059/stat : 25059 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210193386104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25060] ppid=25040 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25042/task/25060/stat : 25060 (java) S 25040 25042 24478 0 -1 4202560 102 0 0 0 18 21 0 0 20 0 19 0 287206440 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210192333512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25061] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25061/stat : 25061 (java) S 25040 25042 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287206474 9856004096 80910 33554432000 1073741824 1073778376 140737361062672 140210191218088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.72
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 1.94 1.98 1.99 3/213 25135
/proc/meminfo: memFree=28174924/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/25042/stat : 25042 (java) S 25040 25042 24478 0 -1 4202496 10813 0 1 0 179940 64 0 0 20 0 19 0 287206434 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140737361053808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 2406251 78634 2285 9 0 2396937 0
[pid=25042/tid=25044] ppid=25040 vsize=9625004 CPUtime=1787.62 cores=0,2,4,6
/proc/25042/task/25044/stat : 25044 (java) R 25040 25042 24478 0 -1 4202560 2694 0 1 0 178730 32 0 0 20 0 19 0 287206435 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210711965040 140210567038985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25045] ppid=25040 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/25042/task/25045/stat : 25045 (java) S 25040 25042 24478 0 -1 4202560 216 0 0 0 98 5 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210555366184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25046] ppid=25040 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/25042/task/25046/stat : 25046 (java) S 25040 25042 24478 0 -1 4202560 226 0 0 0 93 5 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210554313384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25047] ppid=25040 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/25042/task/25047/stat : 25047 (java) S 25040 25042 24478 0 -1 4202560 274 0 0 0 94 6 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210553261096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25048] ppid=25040 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/25042/task/25048/stat : 25048 (java) S 25040 25042 24478 0 -1 4202560 164 0 0 0 97 5 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210552208296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25049] ppid=25040 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25042/task/25049/stat : 25049 (java) S 25040 25042 24478 0 -1 4202560 116 0 0 0 88 5 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210551154984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25050] ppid=25040 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25042/task/25050/stat : 25050 (java) S 25040 25042 24478 0 -1 4202560 81 0 0 0 90 3 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210214004904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25051] ppid=25040 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25042/task/25051/stat : 25051 (java) S 25040 25042 24478 0 -1 4202560 113 0 0 0 88 5 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210212952616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25052] ppid=25040 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25042/task/25052/stat : 25052 (java) S 25040 25042 24478 0 -1 4202560 222 0 0 0 87 4 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210211899816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25053] ppid=25040 vsize=9625004 CPUtime=3.53 cores=0,2,4,6
/proc/25042/task/25053/stat : 25053 (java) S 25040 25042 24478 0 -1 4202560 398 0 0 0 350 3 0 0 20 0 19 0 287206437 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210199702248 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25054] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25054/stat : 25054 (java) S 25040 25042 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210198648312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25055] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25055/stat : 25055 (java) S 25040 25042 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210197595912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25056] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25056/stat : 25056 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210196544400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25057] ppid=25040 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/25042/task/25057/stat : 25057 (java) S 25040 25042 24478 0 -1 4202560 1604 0 0 0 31 0 0 0 20 0 19 0 287206440 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210195491000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25058] ppid=25040 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/25042/task/25058/stat : 25058 (java) S 25040 25042 24478 0 -1 4202560 3422 0 0 0 56 0 0 0 20 0 19 0 287206440 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210194438200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25059] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25059/stat : 25059 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210193386104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25060] ppid=25040 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25042/task/25060/stat : 25060 (java) S 25040 25042 24478 0 -1 4202560 102 0 0 0 18 21 0 0 20 0 19 0 287206440 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210192333512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25061] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25061/stat : 25061 (java) S 25040 25042 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287206474 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210191218088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1793.5 s]
/proc/loadavg: 1.94 1.98 1.99 3/213 25135
/proc/meminfo: memFree=28174924/32873648 swapFree=7372/7372
[pid=25042] ppid=25040 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/25042/stat : 25042 (java) S 25040 25042 24478 0 -1 4202496 10813 0 1 0 179940 64 0 0 20 0 19 0 287206434 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140737361053808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25042/statm: 2406251 78634 2285 9 0 2396937 0
[pid=25042/tid=25044] ppid=25040 vsize=9625004 CPUtime=1787.62 cores=0,2,4,6
/proc/25042/task/25044/stat : 25044 (java) R 25040 25042 24478 0 -1 4202560 2694 0 1 0 178730 32 0 0 20 0 19 0 287206435 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210711965040 140210567038985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25045] ppid=25040 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/25042/task/25045/stat : 25045 (java) S 25040 25042 24478 0 -1 4202560 216 0 0 0 98 5 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210555366184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25046] ppid=25040 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/25042/task/25046/stat : 25046 (java) S 25040 25042 24478 0 -1 4202560 226 0 0 0 93 5 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210554313384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25047] ppid=25040 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/25042/task/25047/stat : 25047 (java) S 25040 25042 24478 0 -1 4202560 274 0 0 0 94 6 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210553261096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25048] ppid=25040 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/25042/task/25048/stat : 25048 (java) S 25040 25042 24478 0 -1 4202560 164 0 0 0 97 5 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210552208296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25049] ppid=25040 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25042/task/25049/stat : 25049 (java) S 25040 25042 24478 0 -1 4202560 116 0 0 0 88 5 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210551154984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25050] ppid=25040 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25042/task/25050/stat : 25050 (java) S 25040 25042 24478 0 -1 4202560 81 0 0 0 90 3 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210214004904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25042/tid=25051] ppid=25040 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25042/task/25051/stat : 25051 (java) S 25040 25042 24478 0 -1 4202560 113 0 0 0 88 5 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210212952616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25052] ppid=25040 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25042/task/25052/stat : 25052 (java) S 25040 25042 24478 0 -1 4202560 222 0 0 0 87 4 0 0 20 0 19 0 287206436 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210211899816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25053] ppid=25040 vsize=9625004 CPUtime=3.53 cores=0,2,4,6
/proc/25042/task/25053/stat : 25053 (java) S 25040 25042 24478 0 -1 4202560 398 0 0 0 350 3 0 0 20 0 19 0 287206437 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210199702248 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25054] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25054/stat : 25054 (java) S 25040 25042 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210198648312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25055] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25055/stat : 25055 (java) S 25040 25042 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287206437 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210197595912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25056] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25056/stat : 25056 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210196544400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25042/tid=25057] ppid=25040 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/25042/task/25057/stat : 25057 (java) S 25040 25042 24478 0 -1 4202560 1604 0 0 0 31 0 0 0 20 0 19 0 287206440 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210195491000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25058] ppid=25040 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/25042/task/25058/stat : 25058 (java) S 25040 25042 24478 0 -1 4202560 3422 0 0 0 56 0 0 0 20 0 19 0 287206440 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210194438200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25059] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25059/stat : 25059 (java) S 25040 25042 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287206440 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210193386104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25042/tid=25060] ppid=25040 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25042/task/25060/stat : 25060 (java) S 25040 25042 24478 0 -1 4202560 102 0 0 0 18 21 0 0 20 0 19 0 287206440 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210192333512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25042/tid=25061] ppid=25040 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25042/task/25061/stat : 25061 (java) S 25040 25042 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287206474 9856004096 78634 33554432000 1073741824 1073778376 140737361062672 140210191218088 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1793.56
CPU time (s): 1800.54
CPU user time (s): 1799.46
CPU system time (s): 1.08383
CPU usage (%): 100.389
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 1.08384
maximum resident set size= 461944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10849
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41598
involuntary context switches= 30940

runsolver used 5.84011 second user time and 15.0547 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 15:13:24
IDJOB=3710062
IDBENCH=90111
IDSOLVER=2289
FILE ID=node122/3710062-1338210804
RUNJOBID= node122-1338205330-24494
PBS_JOBID= 14624612
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K99.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710062-1338210804/watcher-3710062-1338210804 -o /tmp/evaluation-result-3710062-1338210804/solver-3710062-1338210804 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710062-1338210804.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 827b46126fccb5cb8162396480ca6949
RANDOM SEED=540544069

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28498908 kB
Buffers:          326416 kB
Cached:          3114988 kB
SwapCached:            0 kB
Active:          1352568 kB
Inactive:        2219792 kB
Active(anon):     122204 kB
Inactive(anon):    11052 kB
Active(file):    1230364 kB
Inactive(file):  2208740 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1332 kB
Writeback:             4 kB
AnonPages:        137628 kB
Mapped:            21928 kB
Shmem:               200 kB
Slab:             663156 kB
SReclaimable:     107176 kB
SUnreclaim:       555980 kB
KernelStack:        1608 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node122 at 2012-05-28 15:43:20