Trace number 3710015

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K148.opb
MD5SUM75849fe0d0ba66aaca3a2fe3a07c685a
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 variables17612
Total number of constraints17910
Number of constraints which are clauses17762
Number of constraints which are cardinality constraints (but not clauses)148
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint148
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 149
Number of bits of the biggest sum of numbers8
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@2dcb25f1
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-3710015-1338219658.opb
0.09/0.12	c reading problem ... 
0.93/0.55	c ... done. Wall clock time 0.435s.
0.93/0.55	c declared #vars     17612
0.93/0.55	c #constraints  17910
0.93/0.55	c constraints type 
0.93/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15849
0.93/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 148
0.93/0.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.93/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1911
0.93/0.56	c 17910 constraints processed.
3.59/2.63	c cleaning 2435 clauses out of 4994 with flag 5000/5000
5.97/4.92	c cleaning 4214 clauses out of 8555 with flag 11000/11000
8.39/7.32	c cleaning 5458 clauses out of 11328 with flag 18000/18000
11.20/10.12	c cleaning 6739 clauses out of 13870 with flag 26000/26000
14.35/13.24	c cleaning 7870 clauses out of 16128 with flag 35000/35000
17.96/16.85	c cleaning 8599 clauses out of 18258 with flag 45000/45000
21.38/20.25	c cleaning 9208 clauses out of 20659 with flag 56000/56000
25.49/24.38	c cleaning 10082 clauses out of 23450 with flag 68000/68000
29.99/28.83	c cleaning 10581 clauses out of 26366 with flag 81000/81000
34.73/33.53	c cleaning 11716 clauses out of 29785 with flag 95000/95000
40.19/38.94	c cleaning 12710 clauses out of 33069 with flag 110000/110000
48.02/46.73	c cleaning 14342 clauses out of 36356 with flag 126000/126000
53.85/52.51	c cleaning 14407 clauses out of 39014 with flag 143002/143002
60.48/59.19	c cleaning 15212 clauses out of 42605 with flag 161000/161000
67.91/66.54	c cleaning 16055 clauses out of 46391 with flag 180000/180000
75.19/73.74	c cleaning 16947 clauses out of 50286 with flag 200000/200000
82.72/81.20	c cleaning 18764 clauses out of 54338 with flag 221000/221000
90.64/89.11	c cleaning 19061 clauses out of 57569 with flag 243004/243004
98.86/97.33	c cleaning 20522 clauses out of 61499 with flag 266000/266000
107.47/105.99	c cleaning 21002 clauses out of 64974 with flag 290000/290000
117.01/115.44	c cleaning 22705 clauses out of 68970 with flag 315000/315000
125.93/124.34	c cleaning 23070 clauses out of 72264 with flag 341001/341001
135.55/133.94	c cleaning 23787 clauses out of 76193 with flag 368000/368000
146.29/144.65	c cleaning 24759 clauses out of 80402 with flag 396000/396000
156.72/155.07	c cleaning 26056 clauses out of 84643 with flag 425000/425000
167.74/166.01	c cleaning 26799 clauses out of 88582 with flag 455000/455000
179.68/177.90	c cleaning 28429 clauses out of 92783 with flag 486000/486000
192.50/190.79	c cleaning 28876 clauses out of 96354 with flag 518000/518000
205.65/203.87	c cleaning 29483 clauses out of 100479 with flag 551001/551001
218.69/216.80	c cleaning 30180 clauses out of 104989 with flag 585000/585000
236.52/234.60	c cleaning 32180 clauses out of 109809 with flag 620000/620000
250.71/248.75	c cleaning 32586 clauses out of 113628 with flag 656001/656001
265.04/263.00	c cleaning 33277 clauses out of 118041 with flag 693000/693000
280.19/278.15	c cleaning 34395 clauses out of 122764 with flag 731000/731000
296.03/293.96	c cleaning 35299 clauses out of 127369 with flag 770000/770000
312.37/310.21	c cleaning 36425 clauses out of 132070 with flag 810000/810000
333.90/331.79	c cleaning 38418 clauses out of 136646 with flag 851001/851001
355.06/352.83	c cleaning 39145 clauses out of 140231 with flag 893004/893004
377.33/375.07	c cleaning 40045 clauses out of 144082 with flag 936000/936000
396.97/394.68	c cleaning 40513 clauses out of 148037 with flag 980000/980000
415.01/412.65	c cleaning 41164 clauses out of 152522 with flag 1025000/1025000
438.47/436.09	c cleaning 42863 clauses out of 157358 with flag 1071000/1071000
458.61/456.18	c cleaning 43574 clauses out of 161495 with flag 1118000/1118000
488.03/485.57	c cleaning 45316 clauses out of 165925 with flag 1166004/1166004
517.51/514.93	c cleaning 47493 clauses out of 169605 with flag 1215000/1215000
539.39/536.76	c cleaning 46328 clauses out of 172103 with flag 1265000/1265000
563.52/560.87	c cleaning 47334 clauses out of 176775 with flag 1316000/1316000
587.38/584.69	c cleaning 49011 clauses out of 181441 with flag 1368000/1368000
629.26/626.45	c cleaning 50917 clauses out of 185430 with flag 1421000/1421000
654.06/651.19	c cleaning 50458 clauses out of 188510 with flag 1475000/1475000
677.40/674.49	c cleaning 50773 clauses out of 193052 with flag 1530000/1530000
706.55/703.52	c cleaning 53430 clauses out of 198279 with flag 1586000/1586000
734.35/731.25	c cleaning 53431 clauses out of 201849 with flag 1643000/1643000
763.40/760.23	c cleaning 54077 clauses out of 206418 with flag 1701000/1701000
791.56/788.35	c cleaning 55531 clauses out of 211342 with flag 1760001/1760001
824.21/820.95	c cleaning 57589 clauses out of 215812 with flag 1820002/1820002
856.28/852.96	c cleaning 57017 clauses out of 219221 with flag 1881000/1881000
887.46/884.02	c cleaning 58107 clauses out of 224207 with flag 1943003/1943003
920.22/916.70	c cleaning 59399 clauses out of 229097 with flag 2006000/2006000
950.19/946.68	c cleaning 61482 clauses out of 233698 with flag 2070000/2070000
979.84/976.27	c cleaning 61142 clauses out of 237218 with flag 2135002/2135002
1017.42/1013.74	c cleaning 64177 clauses out of 242074 with flag 2201000/2201000
1060.50/1056.78	c cleaning 64743 clauses out of 244897 with flag 2268000/2268000
1096.48/1092.63	c cleaning 64779 clauses out of 248149 with flag 2336000/2336000
1137.95/1134.04	c cleaning 66650 clauses out of 252370 with flag 2405000/2405000
1182.11/1178.15	c cleaning 67286 clauses out of 255718 with flag 2475000/2475000
1240.26/1236.07	c cleaning 69074 clauses out of 259425 with flag 2546000/2546000
1275.27/1270.90	c cleaning 68741 clauses out of 262354 with flag 2618003/2618003
1314.13/1309.70	c cleaning 69882 clauses out of 266611 with flag 2691001/2691001
1360.94/1356.43	c cleaning 72052 clauses out of 270728 with flag 2765000/2765000
1395.40/1390.89	c cleaning 71235 clauses out of 273676 with flag 2840000/2840000
1435.88/1431.20	c cleaning 72604 clauses out of 278441 with flag 2916000/2916000
1474.45/1469.79	c cleaning 73161 clauses out of 282830 with flag 2993001/2993001
1520.40/1515.66	c cleaning 75738 clauses out of 287668 with flag 3071000/3071000
1578.19/1573.24	c cleaning 76463 clauses out of 290930 with flag 3150000/3150000
1627.83/1622.88	c cleaning 77317 clauses out of 294465 with flag 3230000/3230000
1672.62/1667.58	c cleaning 78172 clauses out of 298147 with flag 3311000/3311000
1717.50/1712.39	c cleaning 79647 clauses out of 301977 with flag 3393002/3393002
1764.49/1759.28	c cleaning 80463 clauses out of 305328 with flag 3476000/3476000
1800.05/1794.71	c starts		: 230
1800.05/1794.71	c conflicts		: 3542275
1800.05/1794.71	c decisions		: 17669025
1800.05/1794.71	c propagations		: 3018517137
1800.05/1794.71	c inspects		: 7182958643
1800.05/1794.71	c shortcuts		: 0
1800.05/1794.71	c learnt literals	: 55
1800.05/1794.71	c learnt binary clauses	: 190902
1800.05/1794.71	c learnt ternary clauses	: 240832
1800.05/1794.71	c learnt constraints	: 3542220
1800.05/1794.71	c ignored constraints	: 0
1800.05/1794.71	c root simplifications	: 285
1800.05/1794.71	c removed literals (reason simplification)	: 69642754
1800.05/1794.71	c reason swapping (by a shorter reason)	: 0
1800.05/1794.71	c Calls to reduceDB	: 79
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)	: 1682435.90198062
1800.05/1794.71	c non guided choices	5253
1800.05/1794.76	c learnt constraints type 
1800.05/1794.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 190827
1800.05/1794.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100380
1800.05/1794.76	c constraints type 
1800.05/1794.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15849
1800.05/1794.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 148
1800.05/1794.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.05/1794.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1911
1800.05/1794.76	c 17910 constraints processed.
1800.05/1794.76	s UNKNOWN
1800.05/1794.76	c Total wall clock time (in seconds): 1794.642

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-3710015-1338219658/watcher-3710015-1338219658 -o /tmp/evaluation-result-3710015-1338219658/solver-3710015-1338219658 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710015-1338219658.opb 

running on 4 cores: 1,3,5,7

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.92 1.98 1.99 3/195 25696
/proc/meminfo: memFree=28203776/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25696/stat : 25696 (java) D 25694 25696 24478 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 288091768 9515008 182 33554432000 1073741824 1073778376 140735341830464 140735341821496 217410518709 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25696/statm: 2323 182 140 9 0 71 0

[startup+0.0284109 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 25696
/proc/meminfo: memFree=28203776/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/25696/stat : 25696 (java) S 25694 25696 24478 0 -1 4202496 2782 0 1 0 0 0 0 0 20 0 10 0 288091768 9233014784 3480 33554432000 1073741824 1073778376 140735617963392 140735617954528 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25696/statm: 2254154 3480 1535 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100253 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 25696
/proc/meminfo: memFree=28203776/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/25696/stat : 25696 (java) S 25694 25696 24478 0 -1 4202496 4306 0 1 0 8 1 0 0 20 0 18 0 288091768 9787842560 5512 33554432000 1073741824 1073778376 140735617963392 140735617954528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25696/statm: 2389610 5512 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300239 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 25696
/proc/meminfo: memFree=28203776/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/25696/stat : 25696 (java) S 25694 25696 24478 0 -1 4202496 7146 0 1 0 52 2 0 0 20 0 18 0 288091768 9787842560 10978 33554432000 1073741824 1073778376 140735617963392 140735617954528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25696/statm: 2389610 10978 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700249 s]
/proc/loadavg: 1.92 1.98 1.99 3/195 25696
/proc/meminfo: memFree=28203776/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/25696/stat : 25696 (java) S 25694 25696 24478 0 -1 4202496 9735 0 1 0 143 4 0 0 20 0 19 0 288091768 9856004096 33310 33554432000 1073741824 1073778376 140735617963392 140735617954528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25696/statm: 2406251 33310 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 1.92 1.98 1.99 3/214 25715
/proc/meminfo: memFree=28079096/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9625004 CPUtime=2.48 cores=1,3,5,7
/proc/25696/stat : 25696 (java) S 25694 25696 24478 0 -1 4202496 9739 0 1 0 244 4 0 0 20 0 19 0 288091768 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 140735617954528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25696/statm: 2406251 33314 2261 9 0 2396937 0
[pid=25696/tid=25698] ppid=25694 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/25696/task/25698/stat : 25698 (java) R 25694 25696 24478 0 -1 4202560 2585 0 1 0 144 3 0 0 20 0 19 0 288091769 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746498073160 139746370838426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25699] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25699/stat : 25699 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746341665832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25700] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25700/stat : 25700 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746340613032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25701] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25701/stat : 25701 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746339560232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25702] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25702/stat : 25702 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746338507432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25703] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25703/stat : 25703 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746337454632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25704] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25704/stat : 25704 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746336401832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25705] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25705/stat : 25705 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746335349032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25706] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25706/stat : 25706 (java) S 25694 25696 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746334296232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25707] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25707/stat : 25707 (java) S 25694 25696 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288091771 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746322099176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25708] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25708/stat : 25708 (java) S 25694 25696 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746321045240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25709] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25709/stat : 25709 (java) S 25694 25696 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746319992328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25710] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25710/stat : 25710 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746318940816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25711] ppid=25694 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25696/task/25711/stat : 25711 (java) S 25694 25696 24478 0 -1 4202560 2051 0 0 0 44 0 0 0 20 0 19 0 288091774 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746317887928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25712] ppid=25694 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/25696/task/25712/stat : 25712 (java) S 25694 25696 24478 0 -1 4202560 3907 0 0 0 53 0 0 0 20 0 19 0 288091774 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746316835128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25713] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25713/stat : 25713 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746315782520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25714] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25714/stat : 25714 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746314729928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25715] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25715/stat : 25715 (java) S 25694 25696 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288091826 9856004096 33314 33554432000 1073741824 1073778376 140735617963392 139746313676456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625004

[startup+3.10057 s]
/proc/loadavg: 1.92 1.98 1.99 3/214 25715
/proc/meminfo: memFree=28076652/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9625004 CPUtime=4.15 cores=1,3,5,7
/proc/25696/stat : 25696 (java) S 25694 25696 24478 0 -1 4202496 9814 0 1 0 411 4 0 0 20 0 19 0 288091768 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 140735617954528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25696/statm: 2406251 38479 2286 9 0 2396937 0
[pid=25696/tid=25698] ppid=25694 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/25696/task/25698/stat : 25698 (java) R 25694 25696 24478 0 -1 4202560 2590 0 1 0 300 3 0 0 20 0 19 0 288091769 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746498072968 139746370844932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25699] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25699/stat : 25699 (java) S 25694 25696 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746341665832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25700] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25700/stat : 25700 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746340613032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25701] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25701/stat : 25701 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746339560232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25702] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25702/stat : 25702 (java) S 25694 25696 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746338507432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25703] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25703/stat : 25703 (java) S 25694 25696 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746337454632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25704] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25704/stat : 25704 (java) S 25694 25696 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746336401832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25705] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25705/stat : 25705 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746335349032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25706] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25706/stat : 25706 (java) S 25694 25696 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746334296232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25707] ppid=25694 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25696/task/25707/stat : 25707 (java) S 25694 25696 24478 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 288091771 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746322099176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25708] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25708/stat : 25708 (java) S 25694 25696 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746321045240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25709] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25709/stat : 25709 (java) S 25694 25696 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746319992328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25710] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25710/stat : 25710 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746318940816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25711] ppid=25694 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25696/task/25711/stat : 25711 (java) S 25694 25696 24478 0 -1 4202560 2056 0 0 0 47 0 0 0 20 0 19 0 288091774 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746317887928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25712] ppid=25694 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/25696/task/25712/stat : 25712 (java) S 25694 25696 24478 0 -1 4202560 3911 0 0 0 56 0 0 0 20 0 19 0 288091774 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746316835128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25713] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25713/stat : 25713 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746315782520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25714] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25714/stat : 25714 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746314729928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25715] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25715/stat : 25715 (java) S 25694 25696 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288091826 9856004096 38479 33554432000 1073741824 1073778376 140735617963392 139746313676456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 25715
/proc/meminfo: memFree=28055812/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9625004 CPUtime=7.39 cores=1,3,5,7
/proc/25696/stat : 25696 (java) S 25694 25696 24478 0 -1 4202496 9825 0 1 0 734 5 0 0 20 0 19 0 288091768 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 140735617954528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25696/statm: 2406251 38950 2286 9 0 2396937 0
[pid=25696/tid=25698] ppid=25694 vsize=9625004 CPUtime=6.21 cores=1,3,5,7
/proc/25696/task/25698/stat : 25698 (java) R 25694 25696 24478 0 -1 4202560 2593 0 1 0 618 3 0 0 20 0 19 0 288091769 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746498072152 139746370779452 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25699] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25699/stat : 25699 (java) S 25694 25696 24478 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746341665832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25700] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25700/stat : 25700 (java) S 25694 25696 24478 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746340613032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25701] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25701/stat : 25701 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746339560232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25702] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25702/stat : 25702 (java) S 25694 25696 24478 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746338507432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25703] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25703/stat : 25703 (java) S 25694 25696 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746337454632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25704] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25704/stat : 25704 (java) S 25694 25696 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746336401832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25705] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25705/stat : 25705 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746335349032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25706] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25706/stat : 25706 (java) S 25694 25696 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288091770 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746334296232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25707] ppid=25694 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25696/task/25707/stat : 25707 (java) S 25694 25696 24478 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 288091771 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746322099176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25708] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25708/stat : 25708 (java) S 25694 25696 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746321045240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25709] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25709/stat : 25709 (java) S 25694 25696 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746319992328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25710] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25710/stat : 25710 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746318940816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25711] ppid=25694 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25696/task/25711/stat : 25711 (java) S 25694 25696 24478 0 -1 4202560 2056 0 0 0 48 0 0 0 20 0 19 0 288091774 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746317887928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25712] ppid=25694 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/25696/task/25712/stat : 25712 (java) S 25694 25696 24478 0 -1 4202560 3911 0 0 0 57 0 0 0 20 0 19 0 288091774 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746316835128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25713] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25713/stat : 25713 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746315782520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25714] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25714/stat : 25714 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746314729928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25715] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25715/stat : 25715 (java) S 25694 25696 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288091826 9856004096 38950 33554432000 1073741824 1073778376 140735617963392 139746313676456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=25696/tid=25704] ppid=25694 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25696/task/25704/stat : 25704 (java) S 25694 25696 24478 0 -1 4202560 95 0 0 0 63 3 0 0 20 0 19 0 288091770 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746336401832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25705] ppid=25694 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25696/task/25705/stat : 25705 (java) S 25694 25696 24478 0 -1 4202560 215 0 0 0 67 5 0 0 20 0 19 0 288091770 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746335349032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25706] ppid=25694 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/25696/task/25706/stat : 25706 (java) S 25694 25696 24478 0 -1 4202560 77 0 0 0 64 3 0 0 20 0 19 0 288091770 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746334296232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25707] ppid=25694 vsize=9625004 CPUtime=4.35 cores=1,3,5,7
/proc/25696/task/25707/stat : 25707 (java) S 25694 25696 24478 0 -1 4202560 156 0 0 0 433 2 0 0 20 0 19 0 288091771 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746322099176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25708] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25708/stat : 25708 (java) S 25694 25696 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746321045240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25709] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25709/stat : 25709 (java) S 25694 25696 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746319992328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25710] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25710/stat : 25710 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746318940816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25711] ppid=25694 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/25696/task/25711/stat : 25711 (java) S 25694 25696 24478 0 -1 4202560 2124 0 0 0 59 0 0 0 20 0 19 0 288091774 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746317887928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25712] ppid=25694 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25696/task/25712/stat : 25712 (java) S 25694 25696 24478 0 -1 4202560 3924 0 0 0 62 0 0 0 20 0 19 0 288091774 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746316835128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25713] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25713/stat : 25713 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746315782520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25714] ppid=25694 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/25696/task/25714/stat : 25714 (java) S 25694 25696 24478 0 -1 4202560 99 0 0 0 21 22 0 0 20 0 19 0 288091774 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746314729928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25715] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25715/stat : 25715 (java) S 25694 25696 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288091826 9856004096 101756 33554432000 1073741824 1073778376 140735617963392 139746313676456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.57
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 25812
/proc/meminfo: memFree=27778628/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9625004 CPUtime=1787.65 cores=1,3,5,7
/proc/25696/stat : 25696 (java) S 25694 25696 24478 0 -1 4202496 11490 0 1 0 178709 56 0 0 20 0 19 0 288091768 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 140735617954528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25696/statm: 2406251 101770 2287 9 0 2396937 0
[pid=25696/tid=25698] ppid=25694 vsize=9625004 CPUtime=1776.38 cores=1,3,5,7
/proc/25696/task/25698/stat : 25698 (java) R 25694 25696 24478 0 -1 4202560 2681 0 1 0 177608 30 0 0 20 0 19 0 288091769 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746498072880 139746370892018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25699] ppid=25694 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25696/task/25699/stat : 25699 (java) S 25694 25696 24478 0 -1 4202560 223 0 0 0 66 3 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746341665832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25700] ppid=25694 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25696/task/25700/stat : 25700 (java) S 25694 25696 24478 0 -1 4202560 99 0 0 0 58 4 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746340613032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25701] ppid=25694 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25696/task/25701/stat : 25701 (java) S 25694 25696 24478 0 -1 4202560 134 0 0 0 61 2 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746339560232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25702] ppid=25694 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/25696/task/25702/stat : 25702 (java) S 25694 25696 24478 0 -1 4202560 252 0 0 0 63 4 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746338507432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25703] ppid=25694 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25696/task/25703/stat : 25703 (java) S 25694 25696 24478 0 -1 4202560 223 0 0 0 64 4 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746337454632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25704] ppid=25694 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/25696/task/25704/stat : 25704 (java) S 25694 25696 24478 0 -1 4202560 95 0 0 0 64 3 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746336401832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25705] ppid=25694 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25696/task/25705/stat : 25705 (java) S 25694 25696 24478 0 -1 4202560 215 0 0 0 67 5 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746335349032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25706] ppid=25694 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25696/task/25706/stat : 25706 (java) S 25694 25696 24478 0 -1 4202560 77 0 0 0 65 3 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746334296232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25707] ppid=25694 vsize=9625004 CPUtime=4.44 cores=1,3,5,7
/proc/25696/task/25707/stat : 25707 (java) S 25694 25696 24478 0 -1 4202560 158 0 0 0 442 2 0 0 20 0 19 0 288091771 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746322099176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25708] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25708/stat : 25708 (java) S 25694 25696 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746321045240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25709] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25709/stat : 25709 (java) S 25694 25696 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746319992328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25710] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25710/stat : 25710 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746318940816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25711] ppid=25694 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/25696/task/25711/stat : 25711 (java) S 25694 25696 24478 0 -1 4202560 2124 0 0 0 59 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746317887928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25712] ppid=25694 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25696/task/25712/stat : 25712 (java) S 25694 25696 24478 0 -1 4202560 3924 0 0 0 62 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746316835128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25713] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25713/stat : 25713 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746315782520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25714] ppid=25694 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25696/task/25714/stat : 25714 (java) S 25694 25696 24478 0 -1 4202560 103 0 0 0 22 23 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746314729928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25715] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25715/stat : 25715 (java) S 25694 25696 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288091826 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746313676456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 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.02 2.00 3/214 25812
/proc/meminfo: memFree=27778632/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/25696/stat : 25696 (java) S 25694 25696 24478 0 -1 4202496 11490 0 1 0 179949 56 0 0 20 0 19 0 288091768 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 140735617954528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25696/statm: 2406251 101770 2287 9 0 2396937 0
[pid=25696/tid=25698] ppid=25694 vsize=9625004 CPUtime=1788.79 cores=1,3,5,7
/proc/25696/task/25698/stat : 25698 (java) R 25694 25696 24478 0 -1 4202560 2681 0 1 0 178849 30 0 0 20 0 19 0 288091769 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746498072880 139746370778626 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25699] ppid=25694 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25696/task/25699/stat : 25699 (java) S 25694 25696 24478 0 -1 4202560 223 0 0 0 66 3 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746341665832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25700] ppid=25694 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25696/task/25700/stat : 25700 (java) S 25694 25696 24478 0 -1 4202560 99 0 0 0 58 4 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746340613032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25701] ppid=25694 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25696/task/25701/stat : 25701 (java) S 25694 25696 24478 0 -1 4202560 134 0 0 0 61 2 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746339560232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25702] ppid=25694 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/25696/task/25702/stat : 25702 (java) S 25694 25696 24478 0 -1 4202560 252 0 0 0 63 4 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746338507432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25703] ppid=25694 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25696/task/25703/stat : 25703 (java) S 25694 25696 24478 0 -1 4202560 223 0 0 0 64 4 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746337454632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25704] ppid=25694 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/25696/task/25704/stat : 25704 (java) S 25694 25696 24478 0 -1 4202560 95 0 0 0 64 3 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746336401832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25705] ppid=25694 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25696/task/25705/stat : 25705 (java) S 25694 25696 24478 0 -1 4202560 215 0 0 0 67 5 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746335349032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25706] ppid=25694 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25696/task/25706/stat : 25706 (java) S 25694 25696 24478 0 -1 4202560 77 0 0 0 65 3 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746334296232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25707] ppid=25694 vsize=9625004 CPUtime=4.44 cores=1,3,5,7
/proc/25696/task/25707/stat : 25707 (java) S 25694 25696 24478 0 -1 4202560 158 0 0 0 442 2 0 0 20 0 19 0 288091771 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746322099176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25708] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25708/stat : 25708 (java) S 25694 25696 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746321045240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25709] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25709/stat : 25709 (java) S 25694 25696 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746319992328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25710] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25710/stat : 25710 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746318940816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25711] ppid=25694 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/25696/task/25711/stat : 25711 (java) S 25694 25696 24478 0 -1 4202560 2124 0 0 0 59 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746317887928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25712] ppid=25694 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25696/task/25712/stat : 25712 (java) S 25694 25696 24478 0 -1 4202560 3924 0 0 0 62 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746316835128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25713] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25713/stat : 25713 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746315782520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25714] ppid=25694 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25696/task/25714/stat : 25714 (java) S 25694 25696 24478 0 -1 4202560 103 0 0 0 22 23 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746314729928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25715] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25715/stat : 25715 (java) S 25694 25696 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288091826 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746313676456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 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.02 2.00 3/214 25812
/proc/meminfo: memFree=27778632/32873648 swapFree=7372/7372
[pid=25696] ppid=25694 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/25696/stat : 25696 (java) S 25694 25696 24478 0 -1 4202496 11490 0 1 0 179949 56 0 0 20 0 19 0 288091768 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 140735617954528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25696/statm: 2406251 101770 2287 9 0 2396937 0
[pid=25696/tid=25698] ppid=25694 vsize=9625004 CPUtime=1788.79 cores=1,3,5,7
/proc/25696/task/25698/stat : 25698 (java) R 25694 25696 24478 0 -1 4202560 2681 0 1 0 178849 30 0 0 20 0 19 0 288091769 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746498072880 139746370778626 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25699] ppid=25694 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25696/task/25699/stat : 25699 (java) S 25694 25696 24478 0 -1 4202560 223 0 0 0 66 3 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746341665832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25696/tid=25700] ppid=25694 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25696/task/25700/stat : 25700 (java) S 25694 25696 24478 0 -1 4202560 99 0 0 0 58 4 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746340613032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25701] ppid=25694 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25696/task/25701/stat : 25701 (java) S 25694 25696 24478 0 -1 4202560 134 0 0 0 61 2 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746339560232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25702] ppid=25694 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/25696/task/25702/stat : 25702 (java) S 25694 25696 24478 0 -1 4202560 252 0 0 0 63 4 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746338507432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25703] ppid=25694 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25696/task/25703/stat : 25703 (java) S 25694 25696 24478 0 -1 4202560 223 0 0 0 64 4 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746337454632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25704] ppid=25694 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/25696/task/25704/stat : 25704 (java) S 25694 25696 24478 0 -1 4202560 95 0 0 0 64 3 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746336401832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25705] ppid=25694 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25696/task/25705/stat : 25705 (java) S 25694 25696 24478 0 -1 4202560 215 0 0 0 67 5 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746335349032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25706] ppid=25694 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25696/task/25706/stat : 25706 (java) S 25694 25696 24478 0 -1 4202560 77 0 0 0 65 3 0 0 20 0 19 0 288091770 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746334296232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25707] ppid=25694 vsize=9625004 CPUtime=4.44 cores=1,3,5,7
/proc/25696/task/25707/stat : 25707 (java) S 25694 25696 24478 0 -1 4202560 158 0 0 0 442 2 0 0 20 0 19 0 288091771 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746322099176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25708] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25708/stat : 25708 (java) S 25694 25696 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746321045240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25709] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25709/stat : 25709 (java) S 25694 25696 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288091772 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746319992328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25710] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25710/stat : 25710 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746318940816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25711] ppid=25694 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/25696/task/25711/stat : 25711 (java) S 25694 25696 24478 0 -1 4202560 2124 0 0 0 59 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746317887928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25712] ppid=25694 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25696/task/25712/stat : 25712 (java) S 25694 25696 24478 0 -1 4202560 3924 0 0 0 62 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746316835128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25696/tid=25713] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25713/stat : 25713 (java) S 25694 25696 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746315782520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25696/tid=25714] ppid=25694 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25696/task/25714/stat : 25714 (java) S 25694 25696 24478 0 -1 4202560 103 0 0 0 22 23 0 0 20 0 19 0 288091774 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746314729928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25696/tid=25715] ppid=25694 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25696/task/25715/stat : 25715 (java) S 25694 25696 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288091826 9856004096 101770 33554432000 1073741824 1073778376 140735617963392 139746313676456 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1794.77
CPU time (s): 1800.67
CPU user time (s): 1799.7
CPU system time (s): 0.974851
CPU usage (%): 100.329
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.974851
maximum resident set size= 407204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11525
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40294
involuntary context switches= 11874

runsolver used 6.50101 second user time and 14.3428 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 17:40:58
IDJOB=3710015
IDBENCH=90209
IDSOLVER=2289
FILE ID=node122/3710015-1338219658
RUNJOBID= node122-1338205330-24495
PBS_JOBID= 14624612
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 75849fe0d0ba66aaca3a2fe3a07c685a
RANDOM SEED=454998867

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:        28204684 kB
Buffers:          328564 kB
Cached:          3118604 kB
SwapCached:            0 kB
Active:          1632280 kB
Inactive:        2219684 kB
Active(anon):     396160 kB
Inactive(anon):    11052 kB
Active(file):    1236120 kB
Inactive(file):  2208632 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2024 kB
Writeback:             0 kB
AnonPages:        426088 kB
Mapped:            22004 kB
Shmem:               200 kB
Slab:             663328 kB
SReclaimable:     107276 kB
SUnreclaim:       556052 kB
KernelStack:        1616 kB
PageTables:         5028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 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= 71680 MiB
End job on node122 at 2012-05-28 18:10:55