Trace number 3710011

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.82 1794.33

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K139.opb
MD5SUM76516381ba4bc043f2da87444e256707
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
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.07/0.08	c version 2.3.2.v20120418
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		501472288
0.07/0.08	c Max memory 		7480803328
0.07/0.08	c Total memory 		504102912
0.07/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-3710011-1338216193.opb
0.09/0.12	c reading problem ... 
0.94/0.54	c ... done. Wall clock time 0.417s.
0.94/0.54	c declared #vars     16541
0.94/0.54	c #constraints  16821
0.94/0.54	c constraints type 
0.94/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14886
0.94/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 139
0.94/0.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.94/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1794
0.94/0.54	c 16821 constraints processed.
3.62/2.64	c cleaning 2435 clauses out of 4993 with flag 5001/5001
6.20/4.75	c cleaning 4212 clauses out of 8553 with flag 11000/11000
8.60/7.13	c cleaning 5508 clauses out of 11338 with flag 18000/18000
11.11/9.69	c cleaning 6866 clauses out of 13827 with flag 26000/26000
14.26/12.77	c cleaning 7787 clauses out of 15955 with flag 35000/35000
17.77/16.23	c cleaning 8803 clauses out of 18165 with flag 45000/45000
21.30/19.70	c cleaning 9157 clauses out of 20360 with flag 56000/56000
25.30/23.70	c cleaning 10482 clauses out of 23200 with flag 68000/68000
29.71/28.19	c cleaning 11389 clauses out of 25717 with flag 81000/81000
35.34/33.74	c cleaning 11922 clauses out of 28326 with flag 95001/95001
40.76/39.15	c cleaning 12382 clauses out of 31402 with flag 110000/110000
45.87/44.27	c cleaning 13879 clauses out of 35019 with flag 126001/126001
52.21/50.58	c cleaning 14547 clauses out of 38138 with flag 143000/143000
58.28/56.57	c cleaning 15304 clauses out of 41589 with flag 161000/161000
64.80/63.04	c cleaning 16190 clauses out of 45284 with flag 180000/180000
71.41/69.68	c cleaning 17086 clauses out of 49092 with flag 200000/200000
78.23/76.48	c cleaning 18030 clauses out of 53004 with flag 221000/221000
85.99/84.13	c cleaning 19248 clauses out of 56975 with flag 243001/243001
94.10/92.25	c cleaning 20262 clauses out of 60726 with flag 266000/266000
105.01/103.10	c cleaning 22419 clauses out of 64465 with flag 290001/290001
118.96/117.04	c cleaning 22243 clauses out of 67047 with flag 315002/315002
127.89/125.92	c cleaning 22452 clauses out of 70800 with flag 341000/341000
137.72/135.75	c cleaning 24125 clauses out of 75347 with flag 368000/368000
149.53/147.50	c cleaning 25011 clauses out of 79222 with flag 396000/396000
160.86/158.80	c cleaning 26561 clauses out of 83211 with flag 425000/425000
176.18/174.16	c cleaning 27216 clauses out of 86649 with flag 455001/455001
193.71/191.61	c cleaning 28543 clauses out of 90432 with flag 486000/486000
205.70/203.58	c cleaning 28889 clauses out of 93890 with flag 518003/518003
221.12/218.91	c cleaning 30477 clauses out of 98002 with flag 551004/551004
236.07/233.81	c cleaning 31469 clauses out of 101521 with flag 585000/585000
253.64/251.31	c cleaning 32115 clauses out of 105050 with flag 620000/620000
269.87/267.52	c cleaning 33462 clauses out of 108936 with flag 656001/656001
287.01/284.63	c cleaning 34418 clauses out of 112472 with flag 693001/693001
302.56/300.18	c cleaning 34337 clauses out of 116054 with flag 731001/731001
318.02/315.54	c cleaning 35452 clauses out of 120716 with flag 770000/770000
340.35/337.83	c cleaning 37315 clauses out of 125264 with flag 810000/810000
360.13/357.56	c cleaning 37626 clauses out of 128949 with flag 851000/851000
379.36/376.79	c cleaning 38918 clauses out of 133323 with flag 893000/893000
402.42/399.76	c cleaning 40424 clauses out of 137405 with flag 936000/936000
419.15/416.46	c cleaning 39909 clauses out of 140984 with flag 980004/980004
438.19/435.47	c cleaning 41359 clauses out of 146074 with flag 1025003/1025003
458.13/455.38	c cleaning 42673 clauses out of 150712 with flag 1071000/1071000
477.18/474.39	c cleaning 43878 clauses out of 155039 with flag 1118000/1118000
502.73/499.80	c cleaning 44146 clauses out of 159161 with flag 1166000/1166000
524.01/521.01	c cleaning 44989 clauses out of 164014 with flag 1215000/1215000
547.75/544.76	c cleaning 46420 clauses out of 169024 with flag 1265001/1265001
569.50/566.42	c cleaning 47703 clauses out of 173604 with flag 1316001/1316001
594.65/591.59	c cleaning 49142 clauses out of 177901 with flag 1368001/1368001
621.50/618.38	c cleaning 49644 clauses out of 181759 with flag 1421001/1421001
648.98/645.77	c cleaning 50034 clauses out of 186115 with flag 1475001/1475001
679.64/676.31	c cleaning 52579 clauses out of 191079 with flag 1530000/1530000
713.40/710.00	c cleaning 53853 clauses out of 194500 with flag 1586000/1586000
756.00/752.53	c cleaning 54427 clauses out of 197647 with flag 1643000/1643000
780.51/776.97	c cleaning 54408 clauses out of 201220 with flag 1701000/1701000
813.64/810.00	c cleaning 56216 clauses out of 205815 with flag 1760003/1760003
845.71/842.02	c cleaning 56744 clauses out of 209598 with flag 1820002/1820002
872.78/869.03	c cleaning 57900 clauses out of 213852 with flag 1881000/1881000
904.53/900.74	c cleaning 58679 clauses out of 217952 with flag 1943000/1943000
945.27/941.41	c cleaning 60351 clauses out of 222273 with flag 2006000/2006000
982.17/978.26	c cleaning 60398 clauses out of 225922 with flag 2070000/2070000
1017.69/1013.76	c cleaning 62340 clauses out of 230524 with flag 2135000/2135000
1052.98/1048.97	c cleaning 62375 clauses out of 234186 with flag 2201002/2201002
1111.34/1107.00	c cleaning 65004 clauses out of 238810 with flag 2268001/2268001
1144.43/1140.07	c cleaning 64700 clauses out of 241808 with flag 2336003/2336003
1179.97/1175.54	c cleaning 65857 clauses out of 246105 with flag 2405000/2405000
1224.94/1220.42	c cleaning 67868 clauses out of 250248 with flag 2475000/2475000
1269.30/1264.75	c cleaning 68904 clauses out of 253379 with flag 2546000/2546000
1315.50/1310.82	c cleaning 69141 clauses out of 256475 with flag 2618000/2618000
1354.50/1349.73	c cleaning 69056 clauses out of 260336 with flag 2691002/2691002
1400.19/1395.36	c cleaning 70057 clauses out of 265278 with flag 2765000/2765000
1456.31/1451.23	c cleaning 72939 clauses out of 270221 with flag 2840000/2840000
1534.45/1529.24	c cleaning 74750 clauses out of 273282 with flag 2916000/2916000
1585.44/1580.11	c cleaning 73827 clauses out of 275530 with flag 2993000/2993000
1650.39/1644.80	c cleaning 74836 clauses out of 279703 with flag 3071000/3071000
1736.65/1730.94	c cleaning 77062 clauses out of 283868 with flag 3150001/3150001
1800.08/1794.27	c starts		: 231
1800.08/1794.27	c conflicts		: 3195153
1800.08/1794.27	c decisions		: 14239819
1800.08/1794.27	c propagations		: 2474629863
1800.08/1794.27	c inspects		: 6458355229
1800.08/1794.27	c shortcuts		: 0
1800.08/1794.27	c learnt literals	: 38
1800.08/1794.27	c learnt binary clauses	: 171058
1800.08/1794.27	c learnt ternary clauses	: 202161
1800.08/1794.27	c learnt constraints	: 3195114
1800.08/1794.27	c ignored constraints	: 0
1800.08/1794.27	c root simplifications	: 269
1800.08/1794.27	c removed literals (reason simplification)	: 80977810
1800.08/1794.27	c reason swapping (by a shorter reason)	: 0
1800.08/1794.27	c Calls to reduceDB	: 75
1800.08/1794.27	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.27	c number of learned constraints concerned by reduction	: 0
1800.08/1794.27	c number of learning phase by resolution	: 0
1800.08/1794.27	c number of learning phase by cutting planes	: 0
1800.08/1794.27	c speed (assignments/second)	: 1379611.5118622524
1800.08/1794.27	c non guided choices	3644
1800.43/1794.32	c learnt constraints type 
1800.43/1794.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 171047
1800.43/1794.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80926
1800.43/1794.32	c constraints type 
1800.43/1794.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14886
1800.43/1794.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 139
1800.43/1794.32	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.43/1794.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1794
1800.43/1794.32	c 16821 constraints processed.
1800.43/1794.32	s UNKNOWN
1800.43/1794.32	c Total wall clock time (in seconds): 1794.202

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-3710011-1338216193/watcher-3710011-1338216193 -o /tmp/evaluation-result-3710011-1338216193/solver-3710011-1338216193 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710011-1338216193.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.02 2.04 2.00 3/194 25465
/proc/meminfo: memFree=28453376/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25465/stat : 25465 (java) D 25463 25465 24478 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 287745294 9515008 182 33554432000 1073741824 1073778376 140734019553232 140734019544264 217410518709 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/25465/statm: 2323 182 140 9 0 71 0

[startup+0.0879381 s]
/proc/loadavg: 2.02 2.04 2.00 3/194 25465
/proc/meminfo: memFree=28453376/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/25465/stat : 25465 (java) S 25463 25465 24478 0 -1 4202496 3680 0 1 0 6 1 0 0 20 0 18 0 287745294 9787842560 4889 33554432000 1073741824 1073778376 140736088665296 140736088656432 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25465/statm: 2389610 4889 1938 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100237 s]
/proc/loadavg: 2.02 2.04 2.00 3/194 25465
/proc/meminfo: memFree=28453376/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25465/stat : 25465 (java) S 25463 25465 24478 0 -1 4202496 4268 0 1 0 8 1 0 0 20 0 18 0 287745294 9787842560 5476 33554432000 1073741824 1073778376 140736088665296 140736088656432 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25465/statm: 2389610 5476 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300233 s]
/proc/loadavg: 2.02 2.04 2.00 3/194 25465
/proc/meminfo: memFree=28453376/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/25465/stat : 25465 (java) S 25463 25465 24478 0 -1 4202496 7192 0 1 0 52 2 0 0 20 0 18 0 287745294 9787842560 10944 33554432000 1073741824 1073778376 140736088665296 140736088656432 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25465/statm: 2389610 10944 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700227 s]
/proc/loadavg: 2.02 2.04 2.00 3/194 25465
/proc/meminfo: memFree=28453376/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/25465/stat : 25465 (java) S 25463 25465 24478 0 -1 4202496 9175 0 1 0 144 4 0 0 20 0 19 0 287745294 9856004096 31752 33554432000 1073741824 1073778376 140736088665296 140736088656432 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25465/statm: 2406251 31752 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625004

[startup+1.50067 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 25484
/proc/meminfo: memFree=28335048/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9625004 CPUtime=2.49 cores=0,2,4,6
/proc/25465/stat : 25465 (java) S 25463 25465 24478 0 -1 4202496 9325 0 1 0 245 4 0 0 20 0 19 0 287745294 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 140736088656432 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25465/statm: 2406251 31759 2261 9 0 2396937 0
[pid=25465/tid=25467] ppid=25463 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/25465/task/25467/stat : 25467 (java) R 25463 25465 24478 0 -1 4202560 2568 0 1 0 144 3 0 0 20 0 19 0 287745295 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644701282840 139644570441573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25468] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25468/stat : 25468 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644690344872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25469] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25469/stat : 25469 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644689292328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25470] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25470/stat : 25470 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644542597800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25471] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25471/stat : 25471 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644541545256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25472] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25472/stat : 25472 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644540492200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25473] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25473/stat : 25473 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644539439656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25474] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25474/stat : 25474 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644538386600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25475] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25475/stat : 25475 (java) S 25463 25465 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644537334056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25476] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25476/stat : 25476 (java) S 25463 25465 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287745297 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644525136744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25477] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25477/stat : 25477 (java) S 25463 25465 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644524083064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25478] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25478/stat : 25478 (java) S 25463 25465 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644523029896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25479] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25479/stat : 25479 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644521978640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25480] ppid=25463 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/25465/task/25480/stat : 25480 (java) S 25463 25465 24478 0 -1 4202560 2262 0 0 0 53 0 0 0 20 0 19 0 287745300 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644520925496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25481] ppid=25463 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/25465/task/25481/stat : 25481 (java) S 25463 25465 24478 0 -1 4202560 3295 0 0 0 46 0 0 0 20 0 19 0 287745300 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644519872952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25482] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25482/stat : 25482 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644518820088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25483] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25483/stat : 25483 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644517767752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25484] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25484/stat : 25484 (java) S 25463 25465 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287745350 9856004096 31759 33554432000 1073741824 1073778376 140736088665296 139644516714024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625004

[startup+3.10063 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 25484
/proc/meminfo: memFree=28334428/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9625004 CPUtime=4.57 cores=0,2,4,6
/proc/25465/stat : 25465 (java) S 25463 25465 24478 0 -1 4202496 14762 0 1 0 451 6 0 0 20 0 19 0 287745294 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 140736088656432 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25465/statm: 2406251 39872 2286 9 0 2396937 0
[pid=25465/tid=25467] ppid=25463 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/25465/task/25467/stat : 25467 (java) R 25463 25465 24478 0 -1 4202560 2573 0 1 0 301 3 0 0 20 0 19 0 287745295 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644701282808 139644570986345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25468] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25468/stat : 25468 (java) S 25463 25465 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644690344872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25469] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25469/stat : 25469 (java) S 25463 25465 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644689292328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25470] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25470/stat : 25470 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644542597800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25471] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25471/stat : 25471 (java) S 25463 25465 24478 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644541545256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25472] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25472/stat : 25472 (java) S 25463 25465 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644540492200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25473] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25473/stat : 25473 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644539439656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25474] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25474/stat : 25474 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644538386600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25475] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25475/stat : 25475 (java) S 25463 25465 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644537334056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25476] ppid=25463 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/25465/task/25476/stat : 25476 (java) S 25463 25465 24478 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 287745297 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644525136744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25477] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25477/stat : 25477 (java) S 25463 25465 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644524083064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25478] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25478/stat : 25478 (java) S 25463 25465 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644523029896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25479] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25479/stat : 25479 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644521978640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25480] ppid=25463 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25465/task/25480/stat : 25480 (java) S 25463 25465 24478 0 -1 4202560 7631 0 0 0 92 1 0 0 20 0 19 0 287745300 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644520925496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25481] ppid=25463 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/25465/task/25481/stat : 25481 (java) S 25463 25465 24478 0 -1 4202560 3296 0 0 0 50 0 0 0 20 0 19 0 287745300 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644519872952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25482] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25482/stat : 25482 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644518820088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25483] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25483/stat : 25483 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644517767752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25484] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25484/stat : 25484 (java) S 25463 25465 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287745350 9856004096 39872 33554432000 1073741824 1073778376 140736088665296 139644516714024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 25484
/proc/meminfo: memFree=28295032/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9625004 CPUtime=7.8 cores=0,2,4,6
/proc/25465/stat : 25465 (java) S 25463 25465 24478 0 -1 4202496 14774 0 1 0 774 6 0 0 20 0 19 0 287745294 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 140736088656432 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25465/statm: 2406251 40459 2286 9 0 2396937 0
[pid=25465/tid=25467] ppid=25463 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/25465/task/25467/stat : 25467 (java) R 25463 25465 24478 0 -1 4202560 2576 0 1 0 618 3 0 0 20 0 19 0 287745295 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644701282936 139644571043491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25468] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25468/stat : 25468 (java) S 25463 25465 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644690344872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25469] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25469/stat : 25469 (java) S 25463 25465 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644689292328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25470] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25470/stat : 25470 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644542597800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25471] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25471/stat : 25471 (java) S 25463 25465 24478 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644541545256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25472] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25472/stat : 25472 (java) S 25463 25465 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644540492200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25473] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25473/stat : 25473 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644539439656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25474] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25474/stat : 25474 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644538386600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25475] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25475/stat : 25475 (java) S 25463 25465 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287745296 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644537334056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25476] ppid=25463 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/25465/task/25476/stat : 25476 (java) S 25463 25465 24478 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 287745297 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644525136744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25477] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25477/stat : 25477 (java) S 25463 25465 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644524083064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25478] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25478/stat : 25478 (java) S 25463 25465 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644523029896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25479] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25479/stat : 25479 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644521978640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25480] ppid=25463 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/25465/task/25480/stat : 25480 (java) S 25463 25465 24478 0 -1 4202560 7631 0 0 0 93 1 0 0 20 0 19 0 287745300 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644520925496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25481] ppid=25463 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/25465/task/25481/stat : 25481 (java) S 25463 25465 24478 0 -1 4202560 3296 0 0 0 52 0 0 0 20 0 19 0 287745300 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644519872952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25482] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25482/stat : 25482 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644518820088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25483] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25483/stat : 25483 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644517767752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25484] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25484/stat : 25484 (java) S 25463 25465 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287745350 9856004096 40459 33554432000 1073741824 1073778376 140736088665296 139644516714024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=25465/tid=25473] ppid=25463 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/25465/task/25473/stat : 25473 (java) S 25463 25465 24478 0 -1 4202560 70 0 0 0 62 2 0 0 20 0 19 0 287745296 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644539439656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25474] ppid=25463 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/25465/task/25474/stat : 25474 (java) S 25463 25465 24478 0 -1 4202560 227 0 0 0 64 5 0 0 20 0 19 0 287745296 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644538386600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25475] ppid=25463 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25465/task/25475/stat : 25475 (java) S 25463 25465 24478 0 -1 4202560 188 0 0 0 62 3 0 0 20 0 19 0 287745296 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644537334056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25476] ppid=25463 vsize=9625004 CPUtime=4.14 cores=0,2,4,6
/proc/25465/task/25476/stat : 25476 (java) S 25463 25465 24478 0 -1 4202560 458 0 0 0 414 0 0 0 20 0 19 0 287745297 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644525136744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25477] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25477/stat : 25477 (java) S 25463 25465 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644524083064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25478] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25478/stat : 25478 (java) S 25463 25465 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644523029896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25479] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25479/stat : 25479 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644521978640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25480] ppid=25463 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/25465/task/25480/stat : 25480 (java) S 25463 25465 24478 0 -1 4202560 8087 0 0 0 104 2 0 0 20 0 19 0 287745300 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644520925496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25481] ppid=25463 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/25465/task/25481/stat : 25481 (java) S 25463 25465 24478 0 -1 4202560 3304 0 0 0 57 0 0 0 20 0 19 0 287745300 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644519872952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25482] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25482/stat : 25482 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644518820088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25483] ppid=25463 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/25465/task/25483/stat : 25483 (java) S 25463 25465 24478 0 -1 4202560 99 0 0 0 17 23 0 0 20 0 19 0 287745300 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644517767752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25484] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25484/stat : 25484 (java) S 25463 25465 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287745350 9856004096 110449 33554432000 1073741824 1073778376 140736088665296 139644516714024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.05
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/213 25581
/proc/meminfo: memFree=27941268/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9625004 CPUtime=1788.17 cores=0,2,4,6
/proc/25465/stat : 25465 (java) S 25463 25465 24478 0 -1 4202496 17226 0 1 0 178751 66 0 0 20 0 19 0 287745294 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 140736088656432 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25465/statm: 2406251 123754 2287 9 0 2396937 0
[pid=25465/tid=25467] ppid=25463 vsize=9625004 CPUtime=1776.34 cores=0,2,4,6
/proc/25465/task/25467/stat : 25467 (java) R 25463 25465 24478 0 -1 4202560 2666 0 1 0 177603 31 0 0 20 0 19 0 287745295 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644701282608 139644571015853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25468] ppid=25463 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/25465/task/25468/stat : 25468 (java) S 25463 25465 24478 0 -1 4202560 282 0 0 0 68 6 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644690344872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25469] ppid=25463 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/25465/task/25469/stat : 25469 (java) S 25463 25465 24478 0 -1 4202560 109 0 0 0 64 5 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644689292328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25470] ppid=25463 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25465/task/25470/stat : 25470 (java) S 25463 25465 24478 0 -1 4202560 236 0 0 0 61 6 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644542597800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25471] ppid=25463 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/25465/task/25471/stat : 25471 (java) S 25463 25465 24478 0 -1 4202560 197 0 0 0 70 7 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644541545256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25472] ppid=25463 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/25465/task/25472/stat : 25472 (java) S 25463 25465 24478 0 -1 4202560 83 0 0 0 70 2 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644540492200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25473] ppid=25463 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25465/task/25473/stat : 25473 (java) S 25463 25465 24478 0 -1 4202560 74 0 0 0 63 2 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644539439656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25474] ppid=25463 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/25465/task/25474/stat : 25474 (java) S 25463 25465 24478 0 -1 4202560 251 0 0 0 67 6 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644538386600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25475] ppid=25463 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25465/task/25475/stat : 25475 (java) S 25463 25465 24478 0 -1 4202560 188 0 0 0 62 3 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644537334056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25476] ppid=25463 vsize=9625004 CPUtime=4.26 cores=0,2,4,6
/proc/25465/task/25476/stat : 25476 (java) S 25463 25465 24478 0 -1 4202560 460 0 0 0 426 0 0 0 20 0 19 0 287745297 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644525136744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25477] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25477/stat : 25477 (java) S 25463 25465 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644524083064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25478] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25478/stat : 25478 (java) S 25463 25465 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644523029896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25479] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25479/stat : 25479 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644521978640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25480] ppid=25463 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/25465/task/25480/stat : 25480 (java) S 25463 25465 24478 0 -1 4202560 8087 0 0 0 104 2 0 0 20 0 19 0 287745300 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644520925496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25481] ppid=25463 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/25465/task/25481/stat : 25481 (java) S 25463 25465 24478 0 -1 4202560 3304 0 0 0 57 0 0 0 20 0 19 0 287745300 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644519872952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25482] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25482/stat : 25482 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644518820088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25483] ppid=25463 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/25465/task/25483/stat : 25483 (java) S 25463 25465 24478 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 287745300 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644517767752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25484] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25484/stat : 25484 (java) S 25463 25465 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287745350 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644516714024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.17
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.2 s]
/proc/loadavg: 2.10 2.08 2.02 3/213 25581
/proc/meminfo: memFree=27939220/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/25465/stat : 25465 (java) S 25463 25465 24478 0 -1 4202496 17226 0 1 0 179942 66 0 0 20 0 19 0 287745294 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 140736088656432 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25465/statm: 2406251 123754 2287 9 0 2396937 0
[pid=25465/tid=25467] ppid=25463 vsize=9625004 CPUtime=1788.25 cores=0,2,4,6
/proc/25465/task/25467/stat : 25467 (java) R 25463 25465 24478 0 -1 4202560 2666 0 1 0 178793 32 0 0 20 0 19 0 287745295 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644701282608 139644571015766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25468] ppid=25463 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/25465/task/25468/stat : 25468 (java) S 25463 25465 24478 0 -1 4202560 282 0 0 0 68 6 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644690344872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25469] ppid=25463 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/25465/task/25469/stat : 25469 (java) S 25463 25465 24478 0 -1 4202560 109 0 0 0 64 5 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644689292328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25470] ppid=25463 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25465/task/25470/stat : 25470 (java) S 25463 25465 24478 0 -1 4202560 236 0 0 0 61 6 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644542597800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25471] ppid=25463 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/25465/task/25471/stat : 25471 (java) S 25463 25465 24478 0 -1 4202560 197 0 0 0 70 7 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644541545256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25472] ppid=25463 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/25465/task/25472/stat : 25472 (java) S 25463 25465 24478 0 -1 4202560 83 0 0 0 70 2 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644540492200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25473] ppid=25463 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25465/task/25473/stat : 25473 (java) S 25463 25465 24478 0 -1 4202560 74 0 0 0 63 2 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644539439656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25474] ppid=25463 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/25465/task/25474/stat : 25474 (java) S 25463 25465 24478 0 -1 4202560 251 0 0 0 67 6 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644538386600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25475] ppid=25463 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25465/task/25475/stat : 25475 (java) S 25463 25465 24478 0 -1 4202560 188 0 0 0 62 3 0 0 20 0 19 0 287745296 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644537334056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25476] ppid=25463 vsize=9625004 CPUtime=4.26 cores=0,2,4,6
/proc/25465/task/25476/stat : 25476 (java) S 25463 25465 24478 0 -1 4202560 460 0 0 0 426 0 0 0 20 0 19 0 287745297 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644525136744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25477] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25477/stat : 25477 (java) S 25463 25465 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644524083064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25478] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25478/stat : 25478 (java) S 25463 25465 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287745298 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644523029896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25479] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25479/stat : 25479 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644521978640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25480] ppid=25463 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/25465/task/25480/stat : 25480 (java) S 25463 25465 24478 0 -1 4202560 8087 0 0 0 104 2 0 0 20 0 19 0 287745300 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644520925496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25481] ppid=25463 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/25465/task/25481/stat : 25481 (java) S 25463 25465 24478 0 -1 4202560 3304 0 0 0 57 0 0 0 20 0 19 0 287745300 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644519872952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25482] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25482/stat : 25482 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287745300 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644518820088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25483] ppid=25463 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/25465/task/25483/stat : 25483 (java) S 25463 25465 24478 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 287745300 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644517767752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25484] ppid=25463 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25484/stat : 25484 (java) S 25463 25465 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287745350 9856004096 123754 33554432000 1073741824 1073778376 140736088665296 139644516714024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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.31 s]
/proc/loadavg: 2.10 2.08 2.02 3/213 25581
/proc/meminfo: memFree=27939220/32873648 swapFree=7372/7372
[pid=25465] ppid=25463 vsize=9758132 CPUtime=1800.43 cores=0,2,4,6
/proc/25465/stat : 25465 (java) S 25463 25465 24478 0 -1 4202496 17454 0 1 0 179968 75 0 0 20 0 21 0 287745294 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 140736088656432 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25465/statm: 2439533 143284 2287 9 0 2430219 0
[pid=25465/tid=25467] ppid=25463 vsize=9758132 CPUtime=1788.28 cores=0,2,4,6
/proc/25465/task/25467/stat : 25467 (java) R 25463 25465 24478 0 -1 4202560 2666 0 1 0 178796 32 0 0 20 0 21 0 287745295 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644701280848 139644570891532 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25468] ppid=25463 vsize=9758132 CPUtime=0.76 cores=0,2,4,6
/proc/25465/task/25468/stat : 25468 (java) S 25463 25465 24478 0 -1 4202560 293 0 0 0 69 7 0 0 20 0 21 0 287745296 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644690344872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25469] ppid=25463 vsize=9758132 CPUtime=0.71 cores=0,2,4,6
/proc/25465/task/25469/stat : 25469 (java) S 25463 25465 24478 0 -1 4202560 128 0 0 0 66 5 0 0 20 0 21 0 287745296 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644689292328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25470] ppid=25463 vsize=9758132 CPUtime=0.7 cores=0,2,4,6
/proc/25465/task/25470/stat : 25470 (java) S 25463 25465 24478 0 -1 4202560 259 0 0 0 63 7 0 0 20 0 21 0 287745296 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644542597800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25471] ppid=25463 vsize=9758132 CPUtime=0.79 cores=0,2,4,6
/proc/25465/task/25471/stat : 25471 (java) S 25463 25465 24478 0 -1 4202560 213 0 0 0 71 8 0 0 20 0 21 0 287745296 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644541545256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25472] ppid=25463 vsize=9758132 CPUtime=0.75 cores=0,2,4,6
/proc/25465/task/25472/stat : 25472 (java) S 25463 25465 24478 0 -1 4202560 105 0 0 0 71 4 0 0 20 0 21 0 287745296 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644540492200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25473] ppid=25463 vsize=9758132 CPUtime=0.68 cores=0,2,4,6
/proc/25465/task/25473/stat : 25473 (java) S 25463 25465 24478 0 -1 4202560 94 0 0 0 65 3 0 0 20 0 21 0 287745296 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644539439656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25474] ppid=25463 vsize=9758132 CPUtime=0.79 cores=0,2,4,6
/proc/25465/task/25474/stat : 25474 (java) S 25463 25465 24478 0 -1 4202560 300 0 0 0 71 8 0 0 20 0 21 0 287745296 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644538386600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25475] ppid=25463 vsize=9758132 CPUtime=0.68 cores=0,2,4,6
/proc/25465/task/25475/stat : 25475 (java) S 25463 25465 24478 0 -1 4202560 216 0 0 0 64 4 0 0 20 0 21 0 287745296 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644537334056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25476] ppid=25463 vsize=9758132 CPUtime=4.26 cores=0,2,4,6
/proc/25465/task/25476/stat : 25476 (java) S 25463 25465 24478 0 -1 4202560 467 0 0 0 426 0 0 0 20 0 21 0 287745297 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644525136744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25477] ppid=25463 vsize=9758132 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25477/stat : 25477 (java) S 25463 25465 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 287745298 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644524083064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25478] ppid=25463 vsize=9758132 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25478/stat : 25478 (java) S 25463 25465 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 287745298 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644523029896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25479] ppid=25463 vsize=9758132 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25479/stat : 25479 (java) S 25463 25465 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 287745300 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644521978640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25480] ppid=25463 vsize=9758132 CPUtime=1.07 cores=0,2,4,6
/proc/25465/task/25480/stat : 25480 (java) S 25463 25465 24478 0 -1 4202560 8088 0 0 0 105 2 0 0 20 0 21 0 287745300 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644520925496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25465/tid=25481] ppid=25463 vsize=9758132 CPUtime=0.59 cores=0,2,4,6
/proc/25465/task/25481/stat : 25481 (java) R 25463 25465 24478 0 -1 4202560 3304 0 0 0 59 0 0 0 20 0 21 0 287745300 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644519872952 139644707243149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25465/tid=25482] ppid=25463 vsize=9758132 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25482/stat : 25482 (java) S 25463 25465 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 287745300 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644518820088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25465/tid=25483] ppid=25463 vsize=9758132 CPUtime=0.42 cores=0,2,4,6
/proc/25465/task/25483/stat : 25483 (java) S 25463 25465 24478 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 21 0 287745300 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644517767752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25465/tid=25484] ppid=25463 vsize=9758132 CPUtime=0 cores=0,2,4,6
/proc/25465/task/25484/stat : 25484 (java) S 25463 25465 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 287745350 9992327168 143284 33554432000 1073741824 1073778376 140736088665296 139644516714024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 9758132

Child status: 143
Real time (s): 1794.33
CPU time (s): 1800.82
CPU user time (s): 1799.64
CPU system time (s): 1.17982
CPU usage (%): 100.362
Max. virtual memory (cumulated for all children) (KiB): 9758132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 1.17982
maximum resident set size= 573140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17455
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40197
involuntary context switches= 19497

runsolver used 6.03008 second user time and 14.3028 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 16:43:13
IDJOB=3710011
IDBENCH=90159
IDSOLVER=2289
FILE ID=node122/3710011-1338216193
RUNJOBID= node122-1338205330-24494
PBS_JOBID= 14624612
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 76516381ba4bc043f2da87444e256707
RANDOM SEED=856480199

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:        28453904 kB
Buffers:          327936 kB
Cached:          3117152 kB
SwapCached:            0 kB
Active:          1397884 kB
Inactive:        2219820 kB
Active(anon):     163708 kB
Inactive(anon):    11052 kB
Active(file):    1234176 kB
Inactive(file):  2208768 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2044 kB
Writeback:             0 kB
AnonPages:        179556 kB
Mapped:            21996 kB
Shmem:               200 kB
Slab:             663172 kB
SReclaimable:     107232 kB
SUnreclaim:       555940 kB
KernelStack:        1608 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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 17:13:09