Trace number 3710051

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.05 1794.77

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K88.opb
MD5SUM1622186c78d9255ec55518143c1e5a9e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5984
Total number of constraints6162
Number of constraints which are clauses6074
Number of constraints which are cardinality constraints (but not clauses)88
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint88
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 89
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.00/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-3710051-1338211025.opb
0.09/0.12	c reading problem ... 
0.55/0.37	c ... done. Wall clock time 0.25s.
0.55/0.37	c declared #vars     5984
0.55/0.37	c #constraints  6162
0.55/0.37	c constraints type 
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4941
0.55/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
0.55/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1131
0.55/0.37	c 6162 constraints processed.
2.33/1.60	c cleaning 2469 clauses out of 4989 with flag 5000/5000
3.60/2.80	c cleaning 4230 clauses out of 8508 with flag 11000/11000
4.91/4.14	c cleaning 5608 clauses out of 11273 with flag 18000/18000
6.42/5.65	c cleaning 6782 clauses out of 13662 with flag 26001/26001
8.27/7.41	c cleaning 7861 clauses out of 15873 with flag 35000/35000
10.47/9.60	c cleaning 8922 clauses out of 18012 with flag 45001/45001
12.68/11.89	c cleaning 10014 clauses out of 20090 with flag 56001/56001
15.38/14.53	c cleaning 10944 clauses out of 22077 with flag 68002/68002
18.09/17.23	c cleaning 12020 clauses out of 24127 with flag 81000/81000
20.90/20.05	c cleaning 12978 clauses out of 26109 with flag 95002/95002
24.22/23.33	c cleaning 13931 clauses out of 28129 with flag 110000/110000
27.42/26.56	c cleaning 14675 clauses out of 30198 with flag 126000/126000
31.23/30.30	c cleaning 15416 clauses out of 32523 with flag 143000/143000
35.45/34.53	c cleaning 16511 clauses out of 35107 with flag 161000/161000
39.77/38.81	c cleaning 17249 clauses out of 37594 with flag 180000/180000
44.50/43.55	c cleaning 18509 clauses out of 40345 with flag 200000/200000
49.81/48.89	c cleaning 19388 clauses out of 42836 with flag 221000/221000
55.84/54.85	c cleaning 20661 clauses out of 45448 with flag 243000/243000
61.26/60.21	c cleaning 21169 clauses out of 47783 with flag 266000/266000
67.47/66.47	c cleaning 22630 clauses out of 50604 with flag 290000/290000
74.49/73.46	c cleaning 23275 clauses out of 52974 with flag 315000/315000
84.15/83.03	c cleaning 24270 clauses out of 55699 with flag 341000/341000
93.67/92.58	c cleaning 26162 clauses out of 58433 with flag 368004/368004
101.60/100.40	c cleaning 26245 clauses out of 60274 with flag 396007/396007
114.02/112.81	c cleaning 27898 clauses out of 63028 with flag 425006/425006
122.36/121.11	c cleaning 27699 clauses out of 65124 with flag 455000/455000
131.17/129.98	c cleaning 29110 clauses out of 68423 with flag 486000/486000
140.10/138.85	c cleaning 30182 clauses out of 71313 with flag 518000/518000
151.23/149.93	c cleaning 31606 clauses out of 74130 with flag 551001/551001
163.46/162.13	c cleaning 32620 clauses out of 76523 with flag 585000/585000
172.38/171.09	c cleaning 32678 clauses out of 78903 with flag 620000/620000
182.42/181.02	c cleaning 34109 clauses out of 82225 with flag 656000/656000
194.75/193.31	c cleaning 35342 clauses out of 85117 with flag 693001/693001
207.98/206.55	c cleaning 36416 clauses out of 87772 with flag 731000/731000
219.90/218.48	c cleaning 36861 clauses out of 90356 with flag 770000/770000
237.14/235.61	c cleaning 38786 clauses out of 93495 with flag 810000/810000
261.92/260.31	c cleaning 40449 clauses out of 95709 with flag 851000/851000
277.05/275.42	c cleaning 41000 clauses out of 97265 with flag 893005/893005
293.49/291.81	c cleaning 42158 clauses out of 99267 with flag 936007/936007
307.37/305.63	c cleaning 42028 clauses out of 101103 with flag 980001/980001
323.59/321.89	c cleaning 43505 clauses out of 104075 with flag 1025001/1025001
341.74/339.91	c cleaning 45040 clauses out of 106570 with flag 1071001/1071001
361.09/359.22	c cleaning 46033 clauses out of 108532 with flag 1118003/1118003
381.52/379.68	c cleaning 47100 clauses out of 110496 with flag 1166000/1166000
397.68/395.73	c cleaning 47445 clauses out of 112398 with flag 1215002/1215002
415.82/413.84	c cleaning 48415 clauses out of 114951 with flag 1265000/1265000
450.45/448.47	c cleaning 50312 clauses out of 117537 with flag 1316001/1316001
487.96/485.89	c cleaning 51059 clauses out of 119224 with flag 1368000/1368000
506.56/504.32	c cleaning 51911 clauses out of 121165 with flag 1421000/1421000
524.39/522.14	c cleaning 52641 clauses out of 123252 with flag 1475000/1475000
546.72/544.44	c cleaning 53640 clauses out of 125611 with flag 1530000/1530000
575.10/572.75	c cleaning 54922 clauses out of 127971 with flag 1586000/1586000
596.09/593.62	c cleaning 55753 clauses out of 130050 with flag 1643001/1643001
620.44/617.94	c cleaning 56863 clauses out of 132297 with flag 1701001/1701001
648.03/645.44	c cleaning 57960 clauses out of 134433 with flag 1760000/1760000
679.49/676.81	c cleaning 59356 clauses out of 136474 with flag 1820001/1820001
704.04/701.32	c cleaning 59643 clauses out of 138117 with flag 1881000/1881000
736.33/733.50	c cleaning 61069 clauses out of 140483 with flag 1943009/1943009
766.90/764.07	c cleaning 61684 clauses out of 142405 with flag 2006000/2006000
808.20/805.25	c cleaning 63399 clauses out of 144722 with flag 2070001/2070001
831.70/828.62	c cleaning 63050 clauses out of 146322 with flag 2135000/2135000
858.83/855.72	c cleaning 64951 clauses out of 149274 with flag 2201002/2201002
890.72/887.56	c cleaning 66126 clauses out of 151321 with flag 2268000/2268000
923.88/920.63	c cleaning 67010 clauses out of 153196 with flag 2336001/2336001
956.18/952.89	c cleaning 68107 clauses out of 155186 with flag 2405001/2405001
999.47/996.03	c cleaning 69329 clauses out of 157078 with flag 2475000/2475000
1039.37/1035.85	c cleaning 70018 clauses out of 158750 with flag 2546001/2546001
1073.85/1070.25	c cleaning 70147 clauses out of 160731 with flag 2618000/2618000
1113.03/1109.31	c cleaning 71603 clauses out of 163585 with flag 2691001/2691001
1143.91/1140.11	c cleaning 73008 clauses out of 165982 with flag 2765001/2765001
1172.87/1169.08	c cleaning 74125 clauses out of 167975 with flag 2840002/2840002
1211.23/1207.39	c cleaning 75486 clauses out of 169849 with flag 2916001/2916001
1248.55/1244.59	c cleaning 76098 clauses out of 171363 with flag 2993001/2993001
1286.25/1282.12	c cleaning 77133 clauses out of 173267 with flag 3071003/3071003
1316.40/1312.27	c cleaning 77805 clauses out of 175133 with flag 3150002/3150002
1350.86/1346.66	c cleaning 79058 clauses out of 177326 with flag 3230000/3230000
1392.03/1387.72	c cleaning 79802 clauses out of 179270 with flag 3311002/3311002
1433.10/1428.74	c cleaning 80843 clauses out of 181466 with flag 3393000/3393000
1473.19/1468.72	c cleaning 81680 clauses out of 183624 with flag 3476001/3476001
1519.80/1515.23	c cleaning 83267 clauses out of 185943 with flag 3560000/3560000
1573.57/1568.97	c cleaning 84588 clauses out of 187676 with flag 3645000/3645000
1617.32/1612.57	c cleaning 85323 clauses out of 189088 with flag 3731000/3731000
1666.57/1661.72	c cleaning 86243 clauses out of 190765 with flag 3818000/3818000
1721.76/1716.67	c cleaning 86988 clauses out of 192523 with flag 3906001/3906001
1781.61/1776.37	c cleaning 88436 clauses out of 194534 with flag 3995000/3995000
1800.05/1794.71	c starts		: 252
1800.05/1794.71	c conflicts		: 4027446
1800.05/1794.71	c decisions		: 11753939
1800.05/1794.71	c propagations		: 1271560836
1800.05/1794.71	c inspects		: 8344679303
1800.05/1794.71	c shortcuts		: 0
1800.05/1794.71	c learnt literals	: 34
1800.05/1794.71	c learnt binary clauses	: 86744
1800.05/1794.71	c learnt ternary clauses	: 125798
1800.05/1794.71	c learnt constraints	: 4027411
1800.05/1794.71	c ignored constraints	: 0
1800.05/1794.71	c root simplifications	: 286
1800.05/1794.71	c removed literals (reason simplification)	: 215515114
1800.05/1794.71	c reason swapping (by a shorter reason)	: 0
1800.05/1794.71	c Calls to reduceDB	: 85
1800.05/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.71	c number of learned constraints concerned by reduction	: 0
1800.05/1794.71	c number of learning phase by resolution	: 0
1800.05/1794.71	c number of learning phase by cutting planes	: 0
1800.05/1794.71	c speed (assignments/second)	: 708656.1345841645
1800.05/1794.71	c non guided choices	4822
1800.05/1794.75	c learnt constraints type 
1800.05/1794.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 86717
1800.05/1794.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51867
1800.05/1794.76	c constraints type 
1800.05/1794.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4941
1800.05/1794.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
1800.05/1794.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.05/1794.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1131
1800.05/1794.76	c 6162 constraints processed.
1800.05/1794.76	s UNKNOWN
1800.05/1794.76	c Total wall clock time (in seconds): 1794.634

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-3710051-1338211025/watcher-3710051-1338211025 -o /tmp/evaluation-result-3710051-1338211025/solver-3710051-1338211025 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710051-1338211025.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: 2.01 2.00 2.01 3/194 23347
/proc/meminfo: memFree=27472636/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23347/stat : 23347 (java) D 23345 23347 20249 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 287227043 9515008 183 33554432000 1073741824 1073778376 140736062965072 140736062956104 248790204085 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/23347/statm: 2323 183 140 9 0 71 0

[startup+0.0220839 s]
/proc/loadavg: 2.01 2.00 2.01 3/194 23347
/proc/meminfo: memFree=27472636/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=8482100 CPUtime=0 cores=0,2,4,6
/proc/23347/stat : 23347 (java) S 23345 23347 20249 0 -1 4202496 1755 0 1 0 0 0 0 0 20 0 2 0 287227043 8685670400 1946 33554432000 1073741824 1073778376 140736329438112 140736329429248 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23347/statm: 2120525 1970 941 9 0 2111634 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8482100

[startup+0.100237 s]
/proc/loadavg: 2.01 2.00 2.01 3/194 23347
/proc/meminfo: memFree=27472636/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/23347/stat : 23347 (java) S 23345 23347 20249 0 -1 4202496 4279 0 1 0 8 1 0 0 20 0 18 0 287227043 9787842560 5484 33554432000 1073741824 1073778376 140736329438112 140736329429248 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23347/statm: 2389610 5484 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300161 s]
/proc/loadavg: 2.01 2.00 2.01 3/194 23347
/proc/meminfo: memFree=27472636/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=9558440 CPUtime=0.55 cores=0,2,4,6
/proc/23347/stat : 23347 (java) S 23345 23347 20249 0 -1 4202496 7393 0 1 0 53 2 0 0 20 0 18 0 287227043 9787842560 9887 33554432000 1073741824 1073778376 140736329438112 140736329429248 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23347/statm: 2389610 9887 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700227 s]
/proc/loadavg: 2.01 2.00 2.01 3/194 23347
/proc/meminfo: memFree=27472636/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=9625004 CPUtime=1.37 cores=0,2,4,6
/proc/23347/stat : 23347 (java) S 23345 23347 20249 0 -1 4202496 10123 0 1 0 134 3 0 0 20 0 19 0 287227043 9856004096 15882 33554432000 1073741824 1073778376 140736329438112 140736329429248 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23347/statm: 2406251 15882 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 2.01 2.00 2.01 3/213 23366
/proc/meminfo: memFree=27417180/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=9625004 CPUtime=2.21 cores=0,2,4,6
/proc/23347/stat : 23347 (java) S 23345 23347 20249 0 -1 4202496 10137 0 1 0 218 3 0 0 20 0 19 0 287227043 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140736329429248 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23347/statm: 2406251 16406 2257 9 0 2396937 0
[pid=23347/tid=23349] ppid=23345 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 20249 0 -1 4202560 2525 0 1 0 145 1 0 0 20 0 19 0 287227044 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687179489864 140687039964761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687022652072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687021599528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687020546984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687019494440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687018440872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687017388328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687016335784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687015283240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687003085416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 20249 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687002031736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140687000979080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23361] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23361/stat : 23361 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140686999927824 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23362] ppid=23345 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/23347/task/23362/stat : 23362 (java) S 23345 23347 20249 0 -1 4202560 3986 0 0 0 32 0 0 0 20 0 19 0 287227050 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140686998874168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23363] ppid=23345 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/23347/task/23363/stat : 23363 (java) S 23345 23347 20249 0 -1 4202560 2428 0 0 0 38 0 0 0 20 0 19 0 287227050 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140686997821624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23364] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23364/stat : 23364 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140686996769272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23365] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23365/stat : 23365 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140686995716936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23366] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23366/stat : 23366 (java) S 23345 23347 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287227082 9856004096 16406 33554432000 1073741824 1073778376 140736329438112 140686994662696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 2.01 2.00 2.01 3/213 23366
/proc/meminfo: memFree=27405256/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=9625004 CPUtime=3.91 cores=0,2,4,6
/proc/23347/stat : 23347 (java) S 23345 23347 20249 0 -1 4202496 10201 0 1 0 387 4 0 0 20 0 19 0 287227043 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140736329429248 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23347/statm: 2406251 19528 2282 9 0 2396937 0
[pid=23347/tid=23349] ppid=23345 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 20249 0 -1 4202560 2529 0 1 0 301 1 0 0 20 0 19 0 287227044 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687179489688 140687039954894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687022652072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687021599528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687020546984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687019494440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687018440872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687017388328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687016335784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687015283240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 20249 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287227047 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687003085416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687002031736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140687000979080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23361] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23361/stat : 23361 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140686999927824 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23362] ppid=23345 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/23347/task/23362/stat : 23362 (java) S 23345 23347 20249 0 -1 4202560 3987 0 0 0 35 0 0 0 20 0 19 0 287227050 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140686998874168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23363] ppid=23345 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23347/task/23363/stat : 23363 (java) S 23345 23347 20249 0 -1 4202560 2432 0 0 0 43 0 0 0 20 0 19 0 287227050 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140686997821624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23364] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23364/stat : 23364 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140686996769272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23365] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23365/stat : 23365 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140686995716936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23366] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23366/stat : 23366 (java) S 23345 23347 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287227082 9856004096 19528 33554432000 1073741824 1073778376 140736329438112 140686994662696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.01 2.00 2.01 3/213 23366
/proc/meminfo: memFree=27403208/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=9625004 CPUtime=7.17 cores=0,2,4,6
/proc/23347/stat : 23347 (java) S 23345 23347 20249 0 -1 4202496 10639 0 1 0 713 4 0 0 20 0 19 0 287227043 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140736329429248 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23347/statm: 2406251 20252 2283 9 0 2396937 0
[pid=23347/tid=23349] ppid=23345 vsize=9625004 CPUtime=6.17 cores=0,2,4,6
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 20249 0 -1 4202560 2530 0 1 0 616 1 0 0 20 0 19 0 287227044 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687179489568 140687039955088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687022652072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687021599528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687020546984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687019494440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687018440872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687017388328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 20249 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687016335784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287227046 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687015283240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 20249 0 -1 4202560 59 0 0 0 5 0 0 0 20 0 19 0 287227047 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687003085416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687002031736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140687000979080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23361] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23361/stat : 23361 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140686999927824 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23362] ppid=23345 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/23347/task/23362/stat : 23362 (java) S 23345 23347 20249 0 -1 4202560 4381 0 0 0 40 0 0 0 20 0 19 0 287227050 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140686998874168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23363] ppid=23345 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23347/task/23363/stat : 23363 (java) S 23345 23347 20249 0 -1 4202560 2432 0 0 0 43 0 0 0 20 0 19 0 287227050 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140686997821624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23364] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23364/stat : 23364 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140686996769272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23365] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23365/stat : 23365 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140686995716936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23366] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23366/stat : 23366 (java) S 23345 23347 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287227082 9856004096 20252 33554432000 1073741824 1073778376 140736329438112 140686994662696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=23347/tid=23362] ppid=23345 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/23347/task/23362/stat : 23362 (java) S 23345 23347 20249 0 -1 4202560 4381 0 0 0 40 0 0 0 20 0 19 0 287227050 9856004096 98694 33554432000 1073741824 1073778376 140736329438112 140686998874168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23363] ppid=23345 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23347/task/23363/stat : 23363 (java) S 23345 23347 20249 0 -1 4202560 2436 0 0 0 45 0 0 0 20 0 19 0 287227050 9856004096 98694 33554432000 1073741824 1073778376 140736329438112 140686997821624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23364] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23364/stat : 23364 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 98694 33554432000 1073741824 1073778376 140736329438112 140686996769272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23365] ppid=23345 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/23347/task/23365/stat : 23365 (java) S 23345 23347 20249 0 -1 4202560 98 0 0 0 24 22 0 0 20 0 19 0 287227050 9856004096 98694 33554432000 1073741824 1073778376 140736329438112 140686995716936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23366] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23366/stat : 23366 (java) S 23345 23347 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287227082 9856004096 98694 33554432000 1073741824 1073778376 140736329438112 140686994662696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.48
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23442
/proc/meminfo: memFree=30329176/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=9625004 CPUtime=1787.65 cores=0,2,4,6
/proc/23347/stat : 23347 (java) S 23345 23347 20249 0 -1 4202496 12216 0 1 0 178706 59 0 0 20 0 19 0 287227043 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140736329429248 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23347/statm: 2406251 99409 2284 9 0 2396937 0
[pid=23347/tid=23349] ppid=23345 vsize=9625004 CPUtime=1772.86 cores=0,2,4,6
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 20249 0 -1 4202560 2658 0 1 0 177256 30 0 0 20 0 19 0 287227044 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687179489568 140687039937764 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 20249 0 -1 4202560 78 0 0 0 71 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687022652072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 20249 0 -1 4202560 241 0 0 0 64 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687021599528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 20249 0 -1 4202560 126 0 0 0 69 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687020546984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 20249 0 -1 4202560 133 0 0 0 63 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687019494440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 20249 0 -1 4202560 238 0 0 0 67 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687018440872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 20249 0 -1 4202560 247 0 0 0 72 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687017388328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 20249 0 -1 4202560 76 0 0 0 69 5 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687016335784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 20249 0 -1 4202560 163 0 0 0 72 2 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687015283240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=9625004 CPUtime=3.26 cores=0,2,4,6
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 20249 0 -1 4202560 155 0 0 0 324 2 0 0 20 0 19 0 287227047 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687003085416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687002031736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687000979080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23361] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23361/stat : 23361 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686999927824 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23362] ppid=23345 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/23347/task/23362/stat : 23362 (java) S 23345 23347 20249 0 -1 4202560 4381 0 0 0 40 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686998874168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23363] ppid=23345 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23347/task/23363/stat : 23363 (java) S 23345 23347 20249 0 -1 4202560 2436 0 0 0 45 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686997821624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23364] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23364/stat : 23364 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686996769272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23365] ppid=23345 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23347/task/23365/stat : 23365 (java) S 23345 23347 20249 0 -1 4202560 102 0 0 0 25 23 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686995716936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23366] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23366/stat : 23366 (java) S 23345 23347 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287227082 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686994662696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.65
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23442
/proc/meminfo: memFree=30329052/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/23347/stat : 23347 (java) S 23345 23347 20249 0 -1 4202496 12216 0 1 0 179946 59 0 0 20 0 19 0 287227043 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140736329429248 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23347/statm: 2406251 99409 2284 9 0 2396937 0
[pid=23347/tid=23349] ppid=23345 vsize=9625004 CPUtime=1785.24 cores=0,2,4,6
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 20249 0 -1 4202560 2658 0 1 0 178493 31 0 0 20 0 19 0 287227044 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687179489568 140687039902016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 20249 0 -1 4202560 78 0 0 0 71 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687022652072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 20249 0 -1 4202560 241 0 0 0 64 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687021599528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 20249 0 -1 4202560 126 0 0 0 69 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687020546984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 20249 0 -1 4202560 133 0 0 0 63 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687019494440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 20249 0 -1 4202560 238 0 0 0 67 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687018440872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 20249 0 -1 4202560 247 0 0 0 72 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687017388328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 20249 0 -1 4202560 76 0 0 0 69 5 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687016335784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 20249 0 -1 4202560 163 0 0 0 72 2 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687015283240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=9625004 CPUtime=3.26 cores=0,2,4,6
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 20249 0 -1 4202560 155 0 0 0 324 2 0 0 20 0 19 0 287227047 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687003085416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687002031736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687000979080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23361] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23361/stat : 23361 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686999927824 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23362] ppid=23345 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/23347/task/23362/stat : 23362 (java) S 23345 23347 20249 0 -1 4202560 4381 0 0 0 40 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686998874168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23363] ppid=23345 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23347/task/23363/stat : 23363 (java) S 23345 23347 20249 0 -1 4202560 2436 0 0 0 45 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686997821624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23364] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23364/stat : 23364 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686996769272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23365] ppid=23345 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/23347/task/23365/stat : 23365 (java) S 23345 23347 20249 0 -1 4202560 102 0 0 0 25 24 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686995716936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23366] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23366/stat : 23366 (java) S 23345 23347 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287227082 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686994662696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+1794.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23442
/proc/meminfo: memFree=30329052/32873844 swapFree=6080/6080
[pid=23347] ppid=23345 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/23347/stat : 23347 (java) S 23345 23347 20249 0 -1 4202496 12216 0 1 0 179946 59 0 0 20 0 19 0 287227043 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140736329429248 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23347/statm: 2406251 99409 2284 9 0 2396937 0
[pid=23347/tid=23349] ppid=23345 vsize=9625004 CPUtime=1785.24 cores=0,2,4,6
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 20249 0 -1 4202560 2658 0 1 0 178493 31 0 0 20 0 19 0 287227044 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687179489568 140687039902016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 20249 0 -1 4202560 78 0 0 0 71 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687022652072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 20249 0 -1 4202560 241 0 0 0 64 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687021599528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 20249 0 -1 4202560 126 0 0 0 69 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687020546984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 20249 0 -1 4202560 133 0 0 0 63 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687019494440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 20249 0 -1 4202560 238 0 0 0 67 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687018440872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 20249 0 -1 4202560 247 0 0 0 72 4 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687017388328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 20249 0 -1 4202560 76 0 0 0 69 5 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687016335784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 20249 0 -1 4202560 163 0 0 0 72 2 0 0 20 0 19 0 287227046 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687015283240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=9625004 CPUtime=3.26 cores=0,2,4,6
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 20249 0 -1 4202560 155 0 0 0 324 2 0 0 20 0 19 0 287227047 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687003085416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687002031736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287227047 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140687000979080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23361] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23361/stat : 23361 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686999927824 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23347/tid=23362] ppid=23345 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/23347/task/23362/stat : 23362 (java) S 23345 23347 20249 0 -1 4202560 4381 0 0 0 40 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686998874168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23363] ppid=23345 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23347/task/23363/stat : 23363 (java) S 23345 23347 20249 0 -1 4202560 2436 0 0 0 45 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686997821624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23347/tid=23364] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23364/stat : 23364 (java) S 23345 23347 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686996769272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23365] ppid=23345 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/23347/task/23365/stat : 23365 (java) S 23345 23347 20249 0 -1 4202560 102 0 0 0 25 24 0 0 20 0 19 0 287227050 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686995716936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23347/tid=23366] ppid=23345 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23347/task/23366/stat : 23366 (java) S 23345 23347 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287227082 9856004096 99409 33554432000 1073741824 1073778376 140736329438112 140686994662696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23347 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=998118
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=22844
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.77
CPU time (s): 1800.05
CPU user time (s): 1799.46
CPU system time (s): 0.59
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795
system time used= 1.02284
maximum resident set size= 397772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12252
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40230
involuntary context switches= 11000

runsolver used 5.77912 second user time and 14.1738 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 15:17:05
IDJOB=3710051
IDBENCH=90114
IDSOLVER=2289
FILE ID=node139/3710051-1338211025
RUNJOBID= node139-1338207428-23070
PBS_JOBID= 14624580
Free space on /tmp= 71076 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K88.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-3710051-1338211025/watcher-3710051-1338211025 -o /tmp/evaluation-result-3710051-1338211025/solver-3710051-1338211025 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710051-1338211025.opb

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

MD5SUM BENCH= 1622186c78d9255ec55518143c1e5a9e
RANDOM SEED=1873445453

node139.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.750
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.50
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.750
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.750
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	: 5331.90
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.750
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.750
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.92
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.750
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	: 5331.91
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.750
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.750
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:       32873844 kB
MemFree:        27472272 kB
Buffers:          432176 kB
Cached:          1096804 kB
SwapCached:          828 kB
Active:          4277800 kB
Inactive:         261536 kB
Active(anon):    3004116 kB
Inactive(anon):     7968 kB
Active(file):    1273684 kB
Inactive(file):   253568 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:              1068 kB
Writeback:             0 kB
AnonPages:       3014872 kB
Mapped:            20208 kB
Shmem:                 8 kB
Slab:             717532 kB
SReclaimable:     159732 kB
SUnreclaim:       557800 kB
KernelStack:        1592 kB
PageTables:         9716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3151088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2963456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node139 at 2012-05-28 15:47:02