Trace number 3710014

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.02 1794.57

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K143.opb
MD5SUM8f58618b79e9d2a9b56b6a791eca5768
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 variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
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 144
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3710014-1338219226.opb
0.07/0.14	c reading problem ... 
0.86/0.60	c ... done. Wall clock time 0.458s.
0.86/0.60	c declared #vars     17017
0.86/0.60	c #constraints  17305
0.86/0.60	c constraints type 
1.14/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15314
1.14/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 143
1.14/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.14/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1846
1.14/0.60	c 17305 constraints processed.
3.74/2.77	c cleaning 2482 clauses out of 4990 with flag 5000/5000
6.02/4.94	c cleaning 4113 clauses out of 8507 with flag 11001/11001
8.33/7.28	c cleaning 5535 clauses out of 11390 with flag 18000/18000
11.34/10.22	c cleaning 6702 clauses out of 13851 with flag 26000/26000
14.49/13.36	c cleaning 7872 clauses out of 16146 with flag 35000/35000
17.89/16.77	c cleaning 8882 clauses out of 18273 with flag 45000/45000
21.61/20.49	c cleaning 9551 clauses out of 20389 with flag 56000/56000
25.71/24.58	c cleaning 10358 clauses out of 22838 with flag 68000/68000
30.11/28.96	c cleaning 10542 clauses out of 25481 with flag 81001/81001
34.74/33.57	c cleaning 11995 clauses out of 28937 with flag 95000/95000
40.06/38.81	c cleaning 12553 clauses out of 31939 with flag 110000/110000
45.53/44.26	c cleaning 13893 clauses out of 35378 with flag 126000/126000
51.56/50.21	c cleaning 14861 clauses out of 38491 with flag 143006/143006
57.48/56.17	c cleaning 15110 clauses out of 41622 with flag 161000/161000
63.50/62.12	c cleaning 16448 clauses out of 45512 with flag 180000/180000
71.06/69.68	c cleaning 18241 clauses out of 49064 with flag 200000/200000
78.68/77.27	c cleaning 18757 clauses out of 51824 with flag 221001/221001
86.42/84.92	c cleaning 19501 clauses out of 55066 with flag 243002/243002
95.54/94.03	c cleaning 20114 clauses out of 58563 with flag 266002/266002
104.86/103.34	c cleaning 21329 clauses out of 62447 with flag 290001/290001
114.19/112.62	c cleaning 22431 clauses out of 66119 with flag 315002/315002
124.72/123.19	c cleaning 23298 clauses out of 69684 with flag 341000/341000
135.33/133.74	c cleaning 23989 clauses out of 73386 with flag 368000/368000
144.96/143.30	c cleaning 24355 clauses out of 77398 with flag 396001/396001
157.48/155.82	c cleaning 26646 clauses out of 82040 with flag 425000/425000
169.79/168.11	c cleaning 26728 clauses out of 85393 with flag 455000/455000
182.22/180.50	c cleaning 27915 clauses out of 89665 with flag 486000/486000
194.24/192.54	c cleaning 28756 clauses out of 93752 with flag 518002/518002
207.15/205.47	c cleaning 30070 clauses out of 97994 with flag 551000/551000
220.89/219.13	c cleaning 30611 clauses out of 101924 with flag 585002/585002
237.73/235.94	c cleaning 32313 clauses out of 106312 with flag 620001/620001
255.48/253.65	c cleaning 32770 clauses out of 109999 with flag 656001/656001
272.05/270.11	c cleaning 33976 clauses out of 114226 with flag 693000/693000
288.30/286.39	c cleaning 34858 clauses out of 118256 with flag 731006/731006
304.74/302.72	c cleaning 35354 clauses out of 122393 with flag 770003/770003
321.08/319.01	c cleaning 36798 clauses out of 127040 with flag 810004/810004
338.62/336.51	c cleaning 37441 clauses out of 131239 with flag 851001/851001
356.36/354.29	c cleaning 38099 clauses out of 135797 with flag 893000/893000
373.49/371.39	c cleaning 38814 clauses out of 140698 with flag 936000/936000
391.63/389.47	c cleaning 39873 clauses out of 145881 with flag 980000/980000
411.88/409.66	c cleaning 42078 clauses out of 151008 with flag 1025000/1025000
438.50/436.22	c cleaning 43677 clauses out of 154930 with flag 1071000/1071000
459.67/457.35	c cleaning 42844 clauses out of 158257 with flag 1118004/1118004
484.84/482.43	c cleaning 45698 clauses out of 163409 with flag 1166000/1166000
508.50/506.09	c cleaning 45499 clauses out of 166712 with flag 1215001/1215001
536.26/533.77	c cleaning 47386 clauses out of 171209 with flag 1265000/1265000
558.44/555.83	c cleaning 46671 clauses out of 174823 with flag 1316000/1316000
582.09/579.47	c cleaning 48302 clauses out of 180152 with flag 1368002/1368002
607.14/604.44	c cleaning 49965 clauses out of 184850 with flag 1421002/1421002
636.48/633.75	c cleaning 50982 clauses out of 188887 with flag 1475004/1475004
663.54/660.75	c cleaning 51933 clauses out of 192903 with flag 1530002/1530002
688.29/685.48	c cleaning 52181 clauses out of 196963 with flag 1586000/1586000
718.49/715.54	c cleaning 54317 clauses out of 201779 with flag 1643002/1643002
744.94/741.97	c cleaning 54413 clauses out of 205461 with flag 1701002/1701002
777.20/774.17	c cleaning 56148 clauses out of 210046 with flag 1760000/1760000
806.86/803.70	c cleaning 57466 clauses out of 213899 with flag 1820001/1820001
836.65/833.46	c cleaning 57464 clauses out of 217432 with flag 1881000/1881000
864.40/861.12	c cleaning 58268 clauses out of 221966 with flag 1943000/1943000
902.07/898.76	c cleaning 60191 clauses out of 226698 with flag 2006000/2006000
970.36/966.77	c cleaning 62112 clauses out of 230508 with flag 2070001/2070001
1012.04/1008.34	c cleaning 62674 clauses out of 233396 with flag 2135001/2135001
1042.51/1038.76	c cleaning 62505 clauses out of 236718 with flag 2201000/2201000
1086.25/1082.43	c cleaning 64869 clauses out of 241213 with flag 2268000/2268000
1123.35/1119.46	c cleaning 65791 clauses out of 244344 with flag 2336000/2336000
1156.63/1152.68	c cleaning 65303 clauses out of 247553 with flag 2405000/2405000
1195.52/1191.46	c cleaning 66520 clauses out of 252250 with flag 2475000/2475000
1232.60/1228.50	c cleaning 67345 clauses out of 256730 with flag 2546000/2546000
1270.21/1265.98	c cleaning 69079 clauses out of 261392 with flag 2618007/2618007
1308.78/1304.49	c cleaning 69706 clauses out of 265306 with flag 2691000/2691000
1351.06/1346.65	c cleaning 70965 clauses out of 269600 with flag 2765000/2765000
1392.25/1387.76	c cleaning 71803 clauses out of 273635 with flag 2840000/2840000
1433.12/1428.53	c cleaning 72853 clauses out of 277832 with flag 2916000/2916000
1481.21/1476.56	c cleaning 73886 clauses out of 281979 with flag 2993000/2993000
1524.01/1519.29	c cleaning 74739 clauses out of 286091 with flag 3071000/3071000
1572.00/1567.16	c cleaning 76280 clauses out of 290352 with flag 3150000/3150000
1655.01/1650.00	c cleaning 78227 clauses out of 294072 with flag 3230000/3230000
1709.02/1703.74	c cleaning 78543 clauses out of 296846 with flag 3311001/3311001
1774.20/1768.72	c cleaning 79530 clauses out of 300302 with flag 3393000/3393000
1800.02/1794.51	c starts		: 231
1800.02/1794.51	c conflicts		: 3436408
1800.02/1794.51	c decisions		: 16547221
1800.02/1794.51	c propagations		: 2811293193
1800.02/1794.51	c inspects		: 6909747695
1800.02/1794.51	c shortcuts		: 0
1800.02/1794.51	c learnt literals	: 43
1800.02/1794.51	c learnt binary clauses	: 183714
1800.02/1794.51	c learnt ternary clauses	: 228816
1800.02/1794.51	c learnt constraints	: 3436365
1800.02/1794.51	c ignored constraints	: 0
1800.02/1794.51	c root simplifications	: 274
1800.02/1794.51	c removed literals (reason simplification)	: 75125330
1800.02/1794.51	c reason swapping (by a shorter reason)	: 0
1800.02/1794.51	c Calls to reduceDB	: 78
1800.02/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.51	c number of learned constraints concerned by reduction	: 0
1800.02/1794.51	c number of learning phase by resolution	: 0
1800.02/1794.51	c number of learning phase by cutting planes	: 0
1800.02/1794.51	c speed (assignments/second)	: 1567147.7519270948
1800.02/1794.51	c non guided choices	3582
1800.02/1794.56	c learnt constraints type 
1800.02/1794.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 183698
1800.02/1794.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80549
1800.02/1794.56	c constraints type 
1800.02/1794.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15314
1800.02/1794.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 143
1800.02/1794.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.02/1794.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1846
1800.02/1794.56	c 17305 constraints processed.
1800.02/1794.56	s UNKNOWN
1800.02/1794.56	c Total wall clock time (in seconds): 1794.422

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-3710014-1338219226/watcher-3710014-1338219226 -o /tmp/evaluation-result-3710014-1338219226/solver-3710014-1338219226 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710014-1338219226.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.00 2.01 2.00 3/194 12363
/proc/meminfo: memFree=30875368/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12363/stat : 12363 (java) D 12361 12363 9972 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 288051079 9515008 182 33554432000 1073741824 1073778376 140734503737536 140734503728568 270118239925 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2323 182 140 9 0 71 0

[startup+0.0969641 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 12363
/proc/meminfo: memFree=30875368/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/12363/stat : 12363 (java) S 12361 12363 9972 0 -1 4202496 3533 0 1 0 6 1 0 0 20 0 18 0 288051079 9787842560 4231 33554432000 1073741824 1073778376 140736492347424 140736492338560 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2389610 4231 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100238 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 12363
/proc/meminfo: memFree=30875368/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/12363/stat : 12363 (java) S 12361 12363 9972 0 -1 4202496 3734 0 1 0 6 1 0 0 20 0 18 0 288051079 9787842560 4432 33554432000 1073741824 1073778376 140736492347424 140736492338560 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2389610 4433 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300227 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 12363
/proc/meminfo: memFree=30875368/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9558440 CPUtime=0.49 cores=0,2,4,6
/proc/12363/stat : 12363 (java) S 12361 12363 9972 0 -1 4202496 7367 0 1 0 48 1 0 0 20 0 18 0 288051079 9787842560 9406 33554432000 1073741824 1073778376 140736492347424 140736492338560 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2389610 9402 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.700226 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 12363
/proc/meminfo: memFree=30875368/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/12363/stat : 12363 (java) S 12361 12363 9972 0 -1 4202496 10035 0 1 0 139 3 0 0 20 0 19 0 288051079 9856004096 31907 33554432000 1073741824 1073778376 140736492347424 140736492338560 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2406251 31911 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 2.00 2.00 2.00 5/213 12382
/proc/meminfo: memFree=30756412/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9625004 CPUtime=2.51 cores=0,2,4,6
/proc/12363/stat : 12363 (java) S 12361 12363 9972 0 -1 4202496 10317 0 1 0 248 3 0 0 20 0 19 0 288051079 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140736492338560 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2406251 31859 2261 9 0 2396937 0
[pid=12363/tid=12365] ppid=12361 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/12363/task/12365/stat : 12365 (java) R 12361 12363 9972 0 -1 4202560 2615 0 1 0 143 3 0 0 20 0 19 0 288051080 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398866932280 140398739291721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12366] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12366/stat : 12366 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398710880936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12367] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12367/stat : 12367 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398709828392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12368] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12368/stat : 12368 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398708775848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12369] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12369/stat : 12369 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398707723304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12370] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12370/stat : 12370 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398706669736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12371] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12371/stat : 12371 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398705617192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12372] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12372/stat : 12372 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398704564648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12373] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12373/stat : 12373 (java) S 12361 12363 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398703512104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12374] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12374/stat : 12374 (java) S 12361 12363 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398691101288 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12375] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12375/stat : 12375 (java) S 12361 12363 9972 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398690047608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12376] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12376/stat : 12376 (java) S 12361 12363 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398688994952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12377] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12377/stat : 12377 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398687943696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12378] ppid=12361 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/12363/task/12378/stat : 12378 (java) S 12361 12363 9972 0 -1 4202560 2190 0 0 0 50 0 0 0 20 0 19 0 288051086 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398686890040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12379] ppid=12361 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/12363/task/12379/stat : 12379 (java) S 12361 12363 9972 0 -1 4202560 4318 0 0 0 52 0 0 0 20 0 19 0 288051086 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398685837496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12380] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12380/stat : 12380 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398684785144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12381] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12381/stat : 12381 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398683732808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12382] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12382/stat : 12382 (java) S 12361 12363 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288051141 9856004096 31859 33554432000 1073741824 1073778376 140736492347424 140398682678568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12382
/proc/meminfo: memFree=30753744/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9625004 CPUtime=4.2 cores=0,2,4,6
/proc/12363/stat : 12363 (java) S 12361 12363 9972 0 -1 4202496 10395 0 1 0 416 4 0 0 20 0 19 0 288051079 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140736492338560 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2406251 37034 2286 9 0 2396937 0
[pid=12363/tid=12365] ppid=12361 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/12363/task/12365/stat : 12365 (java) R 12361 12363 9972 0 -1 4202560 2620 0 1 0 300 3 0 0 20 0 19 0 288051080 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398866932104 140398739200149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12366] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12366/stat : 12366 (java) S 12361 12363 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398710880936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12367] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12367/stat : 12367 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398709828392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12368] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12368/stat : 12368 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398708775848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12369] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12369/stat : 12369 (java) S 12361 12363 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398707723304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12370] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12370/stat : 12370 (java) S 12361 12363 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398706669736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12371] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12371/stat : 12371 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398705617192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12372] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12372/stat : 12372 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398704564648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12373] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12373/stat : 12373 (java) S 12361 12363 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398703512104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12374] ppid=12361 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/12363/task/12374/stat : 12374 (java) S 12361 12363 9972 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 288051083 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398691101288 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12375] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12375/stat : 12375 (java) S 12361 12363 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398690047608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12376] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12376/stat : 12376 (java) S 12361 12363 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398688994952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12377] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12377/stat : 12377 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398687943696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12378] ppid=12361 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/12363/task/12378/stat : 12378 (java) S 12361 12363 9972 0 -1 4202560 2203 0 0 0 55 0 0 0 20 0 19 0 288051086 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398686890040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12379] ppid=12361 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/12363/task/12379/stat : 12379 (java) S 12361 12363 9972 0 -1 4202560 4320 0 0 0 53 0 0 0 20 0 19 0 288051086 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398685837496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12380] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12380/stat : 12380 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398684785144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12381] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12381/stat : 12381 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398683732808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12382] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12382/stat : 12382 (java) S 12361 12363 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288051141 9856004096 37034 33554432000 1073741824 1073778376 140736492347424 140398682678568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12382
/proc/meminfo: memFree=30732768/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9625004 CPUtime=7.43 cores=0,2,4,6
/proc/12363/stat : 12363 (java) S 12361 12363 9972 0 -1 4202496 10403 0 1 0 739 4 0 0 20 0 19 0 288051079 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140736492338560 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2406251 37533 2286 9 0 2396937 0
[pid=12363/tid=12365] ppid=12361 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/12363/task/12365/stat : 12365 (java) R 12361 12363 9972 0 -1 4202560 2622 0 1 0 617 3 0 0 20 0 19 0 288051080 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398866932344 140398739291541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12366] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12366/stat : 12366 (java) S 12361 12363 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398710880936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12367] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12367/stat : 12367 (java) S 12361 12363 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398709828392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12368] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12368/stat : 12368 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398708775848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12369] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12369/stat : 12369 (java) S 12361 12363 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398707723304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12370] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12370/stat : 12370 (java) S 12361 12363 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398706669736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12371] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12371/stat : 12371 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398705617192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12372] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12372/stat : 12372 (java) S 12361 12363 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398704564648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12373] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12373/stat : 12373 (java) S 12361 12363 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288051081 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398703512104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12374] ppid=12361 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/12363/task/12374/stat : 12374 (java) S 12361 12363 9972 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 288051083 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398691101288 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12375] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12375/stat : 12375 (java) S 12361 12363 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398690047608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12376] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12376/stat : 12376 (java) S 12361 12363 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398688994952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12377] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12377/stat : 12377 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398687943696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12378] ppid=12361 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/12363/task/12378/stat : 12378 (java) S 12361 12363 9972 0 -1 4202560 2203 0 0 0 57 0 0 0 20 0 19 0 288051086 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398686890040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12379] ppid=12361 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/12363/task/12379/stat : 12379 (java) S 12361 12363 9972 0 -1 4202560 4320 0 0 0 54 0 0 0 20 0 19 0 288051086 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398685837496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12380] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12380/stat : 12380 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398684785144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12381] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12381/stat : 12381 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398683732808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12382] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12382/stat : 12382 (java) S 12361 12363 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288051141 9856004096 37533 33554432000 1073741824 1073778376 140736492347424 140398682678568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=12363/tid=12378] ppid=12361 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/12363/task/12378/stat : 12378 (java) S 12361 12363 9972 0 -1 4202560 2254 0 0 0 62 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398686890040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12379] ppid=12361 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/12363/task/12379/stat : 12379 (java) S 12361 12363 9972 0 -1 4202560 4337 0 0 0 66 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398685837496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12380] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12380/stat : 12380 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398684785144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12381] ppid=12361 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/12363/task/12381/stat : 12381 (java) S 12361 12363 9972 0 -1 4202560 98 0 0 0 29 20 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398683732808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12382] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12382/stat : 12382 (java) S 12361 12363 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288051141 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398682678568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.67
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12537
/proc/meminfo: memFree=30532244/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9625004 CPUtime=1787.82 cores=0,2,4,6
/proc/12363/stat : 12363 (java) S 12361 12363 9972 0 -1 4202496 12065 0 1 0 178722 60 0 0 20 0 19 0 288051079 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140736492338560 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2406251 113898 2287 9 0 2396937 0
[pid=12363/tid=12365] ppid=12361 vsize=9625004 CPUtime=1771.44 cores=0,2,4,6
/proc/12363/task/12365/stat : 12365 (java) R 12361 12363 9972 0 -1 4202560 2713 0 1 0 177113 31 0 0 20 0 19 0 288051080 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398866932016 140398739204174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12366] ppid=12361 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/12363/task/12366/stat : 12366 (java) S 12361 12363 9972 0 -1 4202560 83 0 0 0 65 3 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398710880936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12367] ppid=12361 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/12363/task/12367/stat : 12367 (java) S 12361 12363 9972 0 -1 4202560 146 0 0 0 71 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398709828392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12368] ppid=12361 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/12363/task/12368/stat : 12368 (java) S 12361 12363 9972 0 -1 4202560 110 0 0 0 64 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398708775848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12369] ppid=12361 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/12363/task/12369/stat : 12369 (java) S 12361 12363 9972 0 -1 4202560 248 0 0 0 74 6 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398707723304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12370] ppid=12361 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/12363/task/12370/stat : 12370 (java) S 12361 12363 9972 0 -1 4202560 371 0 0 0 67 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398706669736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12371] ppid=12361 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/12363/task/12371/stat : 12371 (java) S 12361 12363 9972 0 -1 4202560 101 0 0 0 73 5 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398705617192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12372] ppid=12361 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/12363/task/12372/stat : 12372 (java) S 12361 12363 9972 0 -1 4202560 101 0 0 0 69 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398704564648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12373] ppid=12361 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/12363/task/12373/stat : 12373 (java) S 12361 12363 9972 0 -1 4202560 162 0 0 0 62 3 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398703512104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12374] ppid=12361 vsize=9625004 CPUtime=4.49 cores=0,2,4,6
/proc/12363/task/12374/stat : 12374 (java) S 12361 12363 9972 0 -1 4202560 157 0 0 0 447 2 0 0 20 0 19 0 288051083 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398691101288 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12375] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12375/stat : 12375 (java) S 12361 12363 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398690047608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12376] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12376/stat : 12376 (java) S 12361 12363 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398688994952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12377] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12377/stat : 12377 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398687943696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12378] ppid=12361 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/12363/task/12378/stat : 12378 (java) S 12361 12363 9972 0 -1 4202560 2254 0 0 0 62 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398686890040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12379] ppid=12361 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/12363/task/12379/stat : 12379 (java) S 12361 12363 9972 0 -1 4202560 4337 0 0 0 66 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398685837496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12380] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12380/stat : 12380 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398684785144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12381] ppid=12361 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/12363/task/12381/stat : 12381 (java) S 12361 12363 9972 0 -1 4202560 102 0 0 0 30 21 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398683732808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12382] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12382/stat : 12382 (java) S 12361 12363 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288051141 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398682678568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.82
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12537
/proc/meminfo: memFree=30532244/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/12363/stat : 12363 (java) S 12361 12363 9972 0 -1 4202496 12065 0 1 0 179942 60 0 0 20 0 19 0 288051079 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140736492338560 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2406251 113898 2287 9 0 2396937 0
[pid=12363/tid=12365] ppid=12361 vsize=9625004 CPUtime=1783.61 cores=0,2,4,6
/proc/12363/task/12365/stat : 12365 (java) R 12361 12363 9972 0 -1 4202560 2713 0 1 0 178329 32 0 0 20 0 19 0 288051080 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398866932016 140398739177792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12366] ppid=12361 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/12363/task/12366/stat : 12366 (java) S 12361 12363 9972 0 -1 4202560 83 0 0 0 65 3 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398710880936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12367] ppid=12361 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/12363/task/12367/stat : 12367 (java) S 12361 12363 9972 0 -1 4202560 146 0 0 0 71 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398709828392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12368] ppid=12361 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/12363/task/12368/stat : 12368 (java) S 12361 12363 9972 0 -1 4202560 110 0 0 0 64 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398708775848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12369] ppid=12361 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/12363/task/12369/stat : 12369 (java) S 12361 12363 9972 0 -1 4202560 248 0 0 0 74 6 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398707723304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12370] ppid=12361 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/12363/task/12370/stat : 12370 (java) S 12361 12363 9972 0 -1 4202560 371 0 0 0 67 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398706669736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12371] ppid=12361 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/12363/task/12371/stat : 12371 (java) S 12361 12363 9972 0 -1 4202560 101 0 0 0 73 5 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398705617192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12372] ppid=12361 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/12363/task/12372/stat : 12372 (java) S 12361 12363 9972 0 -1 4202560 101 0 0 0 69 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398704564648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12373] ppid=12361 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/12363/task/12373/stat : 12373 (java) S 12361 12363 9972 0 -1 4202560 162 0 0 0 62 3 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398703512104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12374] ppid=12361 vsize=9625004 CPUtime=4.49 cores=0,2,4,6
/proc/12363/task/12374/stat : 12374 (java) S 12361 12363 9972 0 -1 4202560 157 0 0 0 447 2 0 0 20 0 19 0 288051083 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398691101288 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12375] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12375/stat : 12375 (java) S 12361 12363 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398690047608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12376] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12376/stat : 12376 (java) S 12361 12363 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398688994952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12377] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12377/stat : 12377 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398687943696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12378] ppid=12361 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/12363/task/12378/stat : 12378 (java) S 12361 12363 9972 0 -1 4202560 2254 0 0 0 62 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398686890040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12379] ppid=12361 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/12363/task/12379/stat : 12379 (java) S 12361 12363 9972 0 -1 4202560 4337 0 0 0 66 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398685837496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12380] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12380/stat : 12380 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398684785144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12381] ppid=12361 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/12363/task/12381/stat : 12381 (java) S 12361 12363 9972 0 -1 4202560 102 0 0 0 30 21 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398683732808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12382] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12382/stat : 12382 (java) S 12361 12363 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288051141 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398682678568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12537
/proc/meminfo: memFree=30532244/32873844 swapFree=6872/6872
[pid=12363] ppid=12361 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/12363/stat : 12363 (java) S 12361 12363 9972 0 -1 4202496 12065 0 1 0 179942 60 0 0 20 0 19 0 288051079 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140736492338560 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12363/statm: 2406251 113898 2287 9 0 2396937 0
[pid=12363/tid=12365] ppid=12361 vsize=9625004 CPUtime=1783.61 cores=0,2,4,6
/proc/12363/task/12365/stat : 12365 (java) R 12361 12363 9972 0 -1 4202560 2713 0 1 0 178329 32 0 0 20 0 19 0 288051080 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398866932016 140398739177792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12363/tid=12366] ppid=12361 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/12363/task/12366/stat : 12366 (java) S 12361 12363 9972 0 -1 4202560 83 0 0 0 65 3 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398710880936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12367] ppid=12361 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/12363/task/12367/stat : 12367 (java) S 12361 12363 9972 0 -1 4202560 146 0 0 0 71 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398709828392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12368] ppid=12361 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/12363/task/12368/stat : 12368 (java) S 12361 12363 9972 0 -1 4202560 110 0 0 0 64 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398708775848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12369] ppid=12361 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/12363/task/12369/stat : 12369 (java) S 12361 12363 9972 0 -1 4202560 248 0 0 0 74 6 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398707723304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12370] ppid=12361 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/12363/task/12370/stat : 12370 (java) S 12361 12363 9972 0 -1 4202560 371 0 0 0 67 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398706669736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12371] ppid=12361 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/12363/task/12371/stat : 12371 (java) S 12361 12363 9972 0 -1 4202560 101 0 0 0 73 5 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398705617192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12372] ppid=12361 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/12363/task/12372/stat : 12372 (java) S 12361 12363 9972 0 -1 4202560 101 0 0 0 69 4 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398704564648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12373] ppid=12361 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/12363/task/12373/stat : 12373 (java) S 12361 12363 9972 0 -1 4202560 162 0 0 0 62 3 0 0 20 0 19 0 288051081 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398703512104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12374] ppid=12361 vsize=9625004 CPUtime=4.49 cores=0,2,4,6
/proc/12363/task/12374/stat : 12374 (java) S 12361 12363 9972 0 -1 4202560 157 0 0 0 447 2 0 0 20 0 19 0 288051083 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398691101288 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12375] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12375/stat : 12375 (java) S 12361 12363 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398690047608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12376] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12376/stat : 12376 (java) S 12361 12363 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288051083 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398688994952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12377] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12377/stat : 12377 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398687943696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12378] ppid=12361 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/12363/task/12378/stat : 12378 (java) S 12361 12363 9972 0 -1 4202560 2254 0 0 0 62 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398686890040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12363/tid=12379] ppid=12361 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/12363/task/12379/stat : 12379 (java) S 12361 12363 9972 0 -1 4202560 4337 0 0 0 66 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398685837496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12380] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12380/stat : 12380 (java) S 12361 12363 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398684785144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12363/tid=12381] ppid=12361 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/12363/task/12381/stat : 12381 (java) S 12361 12363 9972 0 -1 4202560 102 0 0 0 30 21 0 0 20 0 19 0 288051086 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398683732808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12363/tid=12382] ppid=12361 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12363/task/12382/stat : 12382 (java) S 12361 12363 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288051141 9856004096 113898 33554432000 1073741824 1073778376 140736492347424 140398682678568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12363 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=58109
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=20844
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.57
CPU time (s): 1800.02
CPU user time (s): 1799.42
CPU system time (s): 0.6
CPU usage (%): 100.304
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.06
system time used= 1.02084
maximum resident set size= 455716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12097
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40280
involuntary context switches= 21443

runsolver used 5.18121 second user time and 14.9637 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 17:33:46
IDJOB=3710014
IDBENCH=90199
IDSOLVER=2289
FILE ID=node106/3710014-1338219226
RUNJOBID= node106-1338195726-9988
PBS_JOBID= 14624610
Free space on /tmp= 71328 MiB

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

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

MD5SUM BENCH= 8f58618b79e9d2a9b56b6a791eca5768
RANDOM SEED=2072734302

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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		: 2667.065
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.92
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		: 2667.065
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		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30875896 kB
Buffers:          311056 kB
Cached:           571976 kB
SwapCached:            0 kB
Active:           921848 kB
Inactive:         202400 kB
Active(anon):     232080 kB
Inactive(anon):    11256 kB
Active(file):     689768 kB
Inactive(file):   191144 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1952 kB
Writeback:             0 kB
AnonPages:        263980 kB
Mapped:            18752 kB
Shmem:               200 kB
Slab:             716736 kB
SReclaimable:     158752 kB
SUnreclaim:       557984 kB
KernelStack:        1576 kB
PageTables:         4444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71328 MiB
End job on node106 at 2012-05-28 18:03:43