Trace number 3742500

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.15 906.773

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K152.opb
MD5SUM6abb89533e60aa1ed19663db7c40a868
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 variables18088
Total number of constraints18394
Number of constraints which are clauses18242
Number of constraints which are cardinality constraints (but not clauses)152
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint152
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 153
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.10	c Free memory 		9996466904
0.03/0.10	c Max memory 		10048897024
0.03/0.10	c Total memory 		10048897024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 lightweight component caching from RSAT taking into account the objective function
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=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 taking into account the objective function
0.09/0.12	c No 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=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3742500-1338769047.opb
0.09/0.12	c reading problem ... 
1.18/0.63	c ... done. Wall clock time 0.504s.
1.18/0.63	c #vars     18088
1.18/0.63	c #constraints  18394
1.18/0.63	c constraints type 
1.18/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16277
1.18/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
1.18/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1963
1.18/0.63	c constraints type 
1.18/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1963
1.18/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16277
1.18/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 152
8.74/3.74	c cleaning 2491 clauses out of 4988 with flag 5000/5000
14.94/6.77	c cleaning 4192 clauses out of 8493 with flag 11000/11000
22.53/10.53	c cleaning 5499 clauses out of 11297 with flag 18001/18001
30.87/14.78	c cleaning 6701 clauses out of 13796 with flag 26000/26000
40.28/19.44	c cleaning 7842 clauses out of 16090 with flag 35000/35000
53.25/25.92	c cleaning 8866 clauses out of 18240 with flag 45001/45001
67.23/32.95	c cleaning 9951 clauses out of 20369 with flag 56000/56000
87.76/43.24	c cleaning 11132 clauses out of 22412 with flag 68002/68002
104.49/51.67	c cleaning 11842 clauses out of 24277 with flag 81003/81003
121.45/60.18	c cleaning 12868 clauses out of 26431 with flag 95001/95001
137.15/68.09	c cleaning 13947 clauses out of 28562 with flag 110002/110002
155.11/77.07	c cleaning 14936 clauses out of 30613 with flag 126001/126001
173.95/86.57	c cleaning 15934 clauses out of 32676 with flag 143000/143000
193.84/96.58	c cleaning 16996 clauses out of 34735 with flag 161000/161000
215.54/107.40	c cleaning 18097 clauses out of 36740 with flag 180001/180001
246.47/122.92	c cleaning 18351 clauses out of 37647 with flag 199005/199005
269.93/134.74	c cleaning 18881 clauses out of 38284 with flag 218001/218001
294.02/146.83	c cleaning 18709 clauses out of 38402 with flag 237001/237001
322.33/161.04	c cleaning 18872 clauses out of 38691 with flag 256000/256000
348.99/174.41	c cleaning 18911 clauses out of 38822 with flag 275003/275003
391.60/195.81	c cleaning 18618 clauses out of 38910 with flag 294002/294002
417.23/208.71	c cleaning 17683 clauses out of 39289 with flag 313001/313001
440.69/220.52	c cleaning 17858 clauses out of 40607 with flag 332002/332002
465.13/232.88	c cleaning 17808 clauses out of 41749 with flag 351002/351002
501.30/251.09	c cleaning 17830 clauses out of 42936 with flag 370001/370001
533.73/267.35	c cleaning 17978 clauses out of 44104 with flag 389000/389000
566.45/283.75	c cleaning 17863 clauses out of 45124 with flag 408000/408000
597.48/299.34	c cleaning 17898 clauses out of 46261 with flag 427000/427000
622.71/312.10	c cleaning 17746 clauses out of 47363 with flag 446000/446000
648.53/325.12	c cleaning 17761 clauses out of 48617 with flag 465000/465000
671.56/336.72	c cleaning 18307 clauses out of 49852 with flag 484000/484000
702.12/352.11	c cleaning 17920 clauses out of 50546 with flag 503002/503002
732.31/367.48	c cleaning 17872 clauses out of 51626 with flag 522003/522003
757.02/379.97	c cleaning 18106 clauses out of 52750 with flag 541000/541000
783.15/393.17	c cleaning 17750 clauses out of 53644 with flag 560001/560001
801.06/402.25	c cleaning 0 clauses out of 5001 with flag 0/5001
807.19/405.42	c cleaning 17807 clauses out of 54893 with flag 579000/579000
831.87/417.99	c cleaning 18189 clauses out of 56085 with flag 598000/598000
868.34/436.38	c cleaning 17799 clauses out of 56896 with flag 617000/617000
903.65/454.12	c cleaning 18440 clauses out of 58096 with flag 636000/636000
934.17/469.70	c cleaning 17901 clauses out of 58656 with flag 655000/655000
960.25/482.86	c cleaning 18096 clauses out of 59754 with flag 674002/674002
992.92/499.35	c cleaning 17988 clauses out of 60658 with flag 693002/693002
1031.38/518.73	c cleaning 18167 clauses out of 61674 with flag 712006/712006
1062.84/534.76	c cleaning 18249 clauses out of 62502 with flag 731001/731001
1096.37/551.65	c cleaning 18098 clauses out of 63256 with flag 750004/750004
1123.31/565.21	c cleaning 17812 clauses out of 64154 with flag 769000/769000
1146.62/577.03	c cleaning 17868 clauses out of 65339 with flag 788000/788000
1176.10/592.06	c cleaning 17938 clauses out of 66471 with flag 807000/807000
1199.93/604.11	c cleaning 17889 clauses out of 67529 with flag 826000/826000
1224.97/616.83	c cleaning 18049 clauses out of 68644 with flag 845004/845004
1252.38/630.70	c cleaning 18005 clauses out of 69591 with flag 864000/864000
1281.77/645.73	c cleaning 18151 clauses out of 70586 with flag 883000/883000
1303.78/656.91	c cleaning 17999 clauses out of 71435 with flag 902000/902000
1328.96/669.79	c cleaning 17950 clauses out of 72435 with flag 921000/921000
1363.81/687.32	c cleaning 17980 clauses out of 73487 with flag 940002/940002
1385.00/698.24	c cleaning 17876 clauses out of 74507 with flag 959002/959002
1411.41/711.60	c cleaning 18078 clauses out of 75629 with flag 978000/978000
1615.37/813.76	c cleaning 18043 clauses out of 76552 with flag 997001/997001
1705.11/858.71	c cleaning 18298 clauses out of 77508 with flag 1016000/1016000
1737.84/875.44	c cleaning 17991 clauses out of 78213 with flag 1035003/1035003
1800.15/906.71	c starts		: 171
1800.15/906.71	c conflicts		: 1044507
1800.15/906.71	c decisions		: 28878341
1800.15/906.71	c propagations		: 780685555
1800.15/906.71	c inspects		: 1384184809
1800.15/906.71	c shortcuts		: 0
1800.15/906.71	c learnt literals	: 104
1800.15/906.71	c learnt binary clauses	: 51903
1800.15/906.71	c learnt ternary clauses	: 58310
1800.15/906.71	c learnt constraints	: 1044402
1800.15/906.71	c ignored constraints	: 0
1800.15/906.71	c root simplifications	: 0
1800.15/906.71	c removed literals (reason simplification)	: 11417955
1800.15/906.71	c reason swapping (by a shorter reason)	: 0
1800.15/906.71	c Calls to reduceDB	: 60
1800.15/906.71	c number of reductions to clauses (during analyze)	: 0
1800.15/906.71	c number of learned constraints concerned by reduction	: 0
1800.15/906.71	c number of learning phase by resolution	: 0
1800.15/906.71	c number of learning phase by cutting planes	: 0
1800.15/906.71	c speed (assignments/second)	: 861605.8535540934
1800.15/906.71	c non guided choices	30181
1800.15/906.74	c learnt constraints type 
1800.15/906.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51903
1800.15/906.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17824
1800.15/906.74	c constraints type 
1800.15/906.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16277
1800.15/906.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
1800.15/906.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1963
1800.15/906.74	c constraints type 
1800.15/906.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1963
1800.15/906.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16277
1800.15/906.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 152
1800.15/906.74	s UNKNOWN
1800.15/906.74	c Total wall clock time (in seconds): 906.621

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-3742500-1338769047/watcher-3742500-1338769047 -o /tmp/evaluation-result-3742500-1338769047/solver-3742500-1338769047 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742500-1338769047.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: 3.81 3.95 3.91 3/197 24999
/proc/meminfo: memFree=26982784/32873844 swapFree=7632/7632
[pid=24999] ppid=24997 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24999/stat : 24999 (java) R 24997 24999 24098 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 343029041 23793664 715 33554432000 1073741824 1073778376 140733617969360 140733617958424 209874629992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24999/statm: 5809 716 531 9 0 128 0

[startup+0.0498541 s]
/proc/loadavg: 3.81 3.95 3.91 3/197 24999
/proc/meminfo: memFree=26982784/32873844 swapFree=7632/7632
[pid=24999] ppid=24997 vsize=11253516 CPUtime=0.03 cores=0,2,4,6
/proc/24999/stat : 24999 (java) S 24997 24999 24098 0 -1 4202496 3748 0 1 0 2 1 0 0 20 0 13 0 343029041 11523600384 12111 33554432000 1073741824 1073778376 140733617969360 140733617960496 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24999/statm: 2813379 12111 1677 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.100249 s]
/proc/loadavg: 3.81 3.95 3.91 3/197 24999
/proc/meminfo: memFree=26982784/32873844 swapFree=7632/7632
[pid=24999] ppid=24997 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/24999/stat : 24999 (java) S 24997 24999 24098 0 -1 4202496 4712 0 1 0 8 1 0 0 20 0 18 0 343029041 11864465408 13581 33554432000 1073741824 1073778376 140733617969360 140733617960496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24999/statm: 2896598 13581 2106 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300222 s]
/proc/loadavg: 3.81 3.95 3.91 3/197 24999
/proc/meminfo: memFree=26982784/32873844 swapFree=7632/7632
[pid=24999] ppid=24997 vsize=11586392 CPUtime=0.55 cores=0,2,4,6
/proc/24999/stat : 24999 (java) S 24997 24999 24098 0 -1 4202496 7583 0 1 0 54 1 0 0 20 0 18 0 343029041 11864465408 19107 33554432000 1073741824 1073778376 140733617969360 140733617960496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24999/statm: 2896598 19107 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 11586392

[startup+0.70017 s]
/proc/loadavg: 3.81 3.95 3.91 3/197 24999
/proc/meminfo: memFree=26982784/32873844 swapFree=7632/7632
[pid=24999] ppid=24997 vsize=11852648 CPUtime=1.47 cores=0,2,4,6
/proc/24999/stat : 24999 (java) S 24997 24999 24098 0 -1 4202496 9383 0 1 0 143 4 0 0 20 0 22 0 343029041 12137111552 46435 33554432000 1073741824 1073778376 140733617969360 140733617960496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24999/statm: 2963162 46435 2255 9 0 2953849 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11852648

[startup+1.50072 s]
/proc/loadavg: 3.90 3.96 3.92 7/219 25021
/proc/meminfo: memFree=26764052/32873844 swapFree=7632/7632
[pid=24999] ppid=24997 vsize=11852648 CPUtime=4.25 cores=0,2,4,6
/proc/24999/stat : 24999 (java) S 24997 24999 24098 0 -1 4202496 22510 0 1 0 417 8 0 0 20 0 22 0 343029041 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140733617960496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24999/statm: 2963162 78952 2263 9 0 2953849 0
[pid=24999/tid=25001] ppid=24997 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/24999/task/25001/stat : 25001 (java) S 24997 24999 24098 0 -1 4202560 2920 0 1 0 58 2 0 0 20 0 22 0 343029042 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571314771096 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25002] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25002/stat : 25002 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571269523624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25003] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25003/stat : 25003 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571268471080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25004] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25004/stat : 25004 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571267418536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25005] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25005/stat : 25005 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571266365992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25006] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25006/stat : 25006 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571265313448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25007] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25007/stat : 25007 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571264260904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25008] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25008/stat : 25008 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571263208360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25009] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25009/stat : 25009 (java) S 24997 24999 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571262155816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25010] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25010/stat : 25010 (java) S 24997 24999 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343029045 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571130894440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25011] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25011/stat : 25011 (java) S 24997 24999 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571129840760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25012] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25012/stat : 25012 (java) S 24997 24999 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571261101192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25013] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25013/stat : 25013 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571128789520 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25014] ppid=24997 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/24999/task/25014/stat : 25014 (java) S 24997 24999 24098 0 -1 4202560 9827 0 0 0 95 1 0 0 20 0 22 0 343029048 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571127736888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25015] ppid=24997 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/24999/task/25015/stat : 25015 (java) S 24997 24999 24098 0 -1 4202560 8410 0 0 0 90 2 0 0 20 0 22 0 343029048 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140571126684344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25016] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25016/stat : 25016 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140570253061112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25017] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25017/stat : 25017 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140570252008776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25018] ppid=24997 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/24999/task/25018/stat : 25018 (java) R 24997 24999 24098 0 -1 4202560 31 0 0 0 85 0 0 0 20 0 22 0 343029104 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140570250952320 140571142992446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25019] ppid=24997 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/24999/task/25019/stat : 25019 (java) R 24997 24999 24098 0 -1 4202560 120 0 0 0 81 2 0 0 20 0 22 0 343029104 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140570249900024 140571143525784 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25020] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25020/stat : 25020 (java) S 24997 24999 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343029107 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140570248848424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25021] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25021/stat : 25021 (java) S 24997 24999 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343029107 12137111552 78952 33554432000 1073741824 1073778376 140733617969360 140570247795880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 11852648

[startup+3.10077 s]
/proc/loadavg: 3.90 3.96 3.92 5/219 25021
/proc/meminfo: memFree=26491352/32873844 swapFree=7632/7632
[pid=24999] ppid=24997 vsize=11852648 CPUtime=7.53 cores=0,2,4,6
/proc/24999/stat : 24999 (java) S 24997 24999 24098 0 -1 4202496 22750 0 1 0 735 18 0 0 20 0 22 0 343029041 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140733617960496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24999/statm: 2963162 200808 2263 9 0 2953849 0
[pid=24999/tid=25001] ppid=24997 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/24999/task/25001/stat : 25001 (java) S 24997 24999 24098 0 -1 4202560 2920 0 1 0 58 2 0 0 20 0 22 0 343029042 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571314771096 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25002] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25002/stat : 25002 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571269523624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25003] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25003/stat : 25003 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571268471080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25004] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25004/stat : 25004 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571267418536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25005] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25005/stat : 25005 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571266365992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25006] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25006/stat : 25006 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571265313448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25007] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25007/stat : 25007 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571264260904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25008] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25008/stat : 25008 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571263208360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25009] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25009/stat : 25009 (java) S 24997 24999 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571262155816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25010] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25010/stat : 25010 (java) S 24997 24999 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343029045 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571130894440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25011] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25011/stat : 25011 (java) S 24997 24999 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571129840760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25012] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25012/stat : 25012 (java) S 24997 24999 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571261101192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25013] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25013/stat : 25013 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571128789520 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25014] ppid=24997 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/24999/task/25014/stat : 25014 (java) S 24997 24999 24098 0 -1 4202560 9827 0 0 0 98 2 0 0 20 0 22 0 343029048 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571127736888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25015] ppid=24997 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/24999/task/25015/stat : 25015 (java) S 24997 24999 24098 0 -1 4202560 8410 0 0 0 96 2 0 0 20 0 22 0 343029048 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140571126684344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25016] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25016/stat : 25016 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140570253061112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25017] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25017/stat : 25017 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140570252008776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25018] ppid=24997 vsize=11852648 CPUtime=2.44 cores=0,2,4,6
/proc/24999/task/25018/stat : 25018 (java) R 24997 24999 24098 0 -1 4202560 33 0 0 0 244 0 0 0 20 0 22 0 343029104 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140570250951112 140571143056275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25019] ppid=24997 vsize=11852648 CPUtime=2.42 cores=0,2,4,6
/proc/24999/task/25019/stat : 25019 (java) R 24997 24999 24098 0 -1 4202560 358 0 0 0 231 11 0 0 20 0 22 0 343029104 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140570249898488 140571143338458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25020] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25020/stat : 25020 (java) S 24997 24999 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343029107 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140570248848424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25021] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25021/stat : 25021 (java) S 24997 24999 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343029107 12137111552 200808 33554432000 1073741824 1073778376 140733617969360 140570247795880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 11852648

[startup+6.30078 s]
/proc/loadavg: 3.90 3.96 3.92 5/219 25021
/proc/meminfo: memFree=25842168/32873844 swapFree=7632/7632
[pid=24999] ppid=24997 vsize=11852648 CPUtime=14.14 cores=0,2,4,6
/proc/24999/stat : 24999 (java) S 24997 24999 24098 0 -1 4202496 23437 0 1 0 1387 27 0 0 20 0 22 0 343029041 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140733617960496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24999/statm: 2963162 282654 2290 9 0 2953849 0
[pid=24999/tid=25001] ppid=24997 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/24999/task/25001/stat : 25001 (java) S 24997 24999 24098 0 -1 4202560 2920 0 1 0 58 2 0 0 20 0 22 0 343029042 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571314771096 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25002] ppid=24997 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/24999/task/25002/stat : 25002 (java) S 24997 24999 24098 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 343029044 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571269523624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25003] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25003/stat : 25003 (java) S 24997 24999 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571268471080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25004] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25004/stat : 25004 (java) S 24997 24999 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571267418536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25005] ppid=24997 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/24999/task/25005/stat : 25005 (java) S 24997 24999 24098 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 343029044 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571266365992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25006] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25006/stat : 25006 (java) S 24997 24999 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571265313448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25007] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25007/stat : 25007 (java) S 24997 24999 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571264260904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25008] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25008/stat : 25008 (java) S 24997 24999 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571263208360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25009] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25009/stat : 25009 (java) S 24997 24999 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343029044 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571262155816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25010] ppid=24997 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/24999/task/25010/stat : 25010 (java) S 24997 24999 24098 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 22 0 343029045 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571130894440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25011] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25011/stat : 25011 (java) S 24997 24999 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571129840760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25012] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25012/stat : 25012 (java) S 24997 24999 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571261101192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25013] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25013/stat : 25013 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571128789520 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25014] ppid=24997 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/24999/task/25014/stat : 25014 (java) S 24997 24999 24098 0 -1 4202560 9831 0 0 0 105 2 0 0 20 0 22 0 343029048 12137111552 282654 33554432000 1073741824 1073778376 140733617969360 140571127736888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/24999/statm: 2963162 971826 2291 9 0 2953849 0
[pid=24999/tid=25001] ppid=24997 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/24999/task/25001/stat : 25001 (java) S 24997 24999 24098 0 -1 4202560 2948 0 1 0 60 4 0 0 20 0 22 0 343029042 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571314771096 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25002] ppid=24997 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/24999/task/25002/stat : 25002 (java) S 24997 24999 24098 0 -1 4202560 168 0 0 0 131 9 0 0 20 0 22 0 343029044 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571269523624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25003] ppid=24997 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/24999/task/25003/stat : 25003 (java) S 24997 24999 24098 0 -1 4202560 149 0 0 0 119 6 0 0 20 0 22 0 343029044 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571268471080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25004] ppid=24997 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/24999/task/25004/stat : 25004 (java) S 24997 24999 24098 0 -1 4202560 133 0 0 0 113 5 0 0 20 0 22 0 343029044 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571267418536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25005] ppid=24997 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/24999/task/25005/stat : 25005 (java) S 24997 24999 24098 0 -1 4202560 170 0 0 0 125 8 0 0 20 0 22 0 343029044 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571266365992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25006] ppid=24997 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/24999/task/25006/stat : 25006 (java) S 24997 24999 24098 0 -1 4202560 116 0 0 0 122 6 0 0 20 0 22 0 343029044 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571265313448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25007] ppid=24997 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/24999/task/25007/stat : 25007 (java) S 24997 24999 24098 0 -1 4202560 135 0 0 0 113 7 0 0 20 0 22 0 343029044 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571264260904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25008] ppid=24997 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/24999/task/25008/stat : 25008 (java) S 24997 24999 24098 0 -1 4202560 140 0 0 0 116 7 0 0 20 0 22 0 343029044 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571263208360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25009] ppid=24997 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/24999/task/25009/stat : 25009 (java) S 24997 24999 24098 0 -1 4202560 128 0 0 0 103 5 0 0 20 0 22 0 343029044 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571262155816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25010] ppid=24997 vsize=11852648 CPUtime=19.9 cores=0,2,4,6
/proc/24999/task/25010/stat : 25010 (java) S 24997 24999 24098 0 -1 4202560 169 0 0 0 1984 6 0 0 20 0 22 0 343029045 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571130894440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25011] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25011/stat : 25011 (java) S 24997 24999 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571129840760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25012] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25012/stat : 25012 (java) S 24997 24999 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571261101192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25013] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25013/stat : 25013 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571128789520 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25014] ppid=24997 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/24999/task/25014/stat : 25014 (java) S 24997 24999 24098 0 -1 4202560 9921 0 0 0 131 2 0 0 20 0 22 0 343029048 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571127736888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25015] ppid=24997 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/24999/task/25015/stat : 25015 (java) S 24997 24999 24098 0 -1 4202560 8882 0 0 0 143 2 0 0 20 0 22 0 343029048 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140571126684344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25016] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25016/stat : 25016 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140570253061112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25017] ppid=24997 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/24999/task/25017/stat : 25017 (java) S 24997 24999 24098 0 -1 4202560 51 0 0 0 10 20 0 0 20 0 22 0 343029048 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140570252008776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25018] ppid=24997 vsize=11852648 CPUtime=856.65 cores=0,2,4,6
/proc/24999/task/25018/stat : 25018 (java) R 24997 24999 24098 0 -1 4202560 75 0 0 0 85651 14 0 0 20 0 22 0 343029104 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140570250952784 140571143143656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25019] ppid=24997 vsize=11852648 CPUtime=856.63 cores=0,2,4,6
/proc/24999/task/25019/stat : 25019 (java) R 24997 24999 24098 0 -1 4202560 1647 0 0 0 85587 76 0 0 20 0 22 0 343029104 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140570249898448 140571143181663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25020] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25020/stat : 25020 (java) S 24997 24999 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343029107 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140570248848424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25021] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25021/stat : 25021 (java) S 24997 24999 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343029107 12137111552 971826 33554432000 1073741824 1073778376 140733617969360 140570247795880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1751.21
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.701 s]
/proc/loadavg: 3.76 3.88 3.89 7/219 25092
/proc/meminfo: memFree=24224232/32873844 swapFree=7632/7632
[pid=24999] ppid=24997 vsize=11852648 CPUtime=1800.15 cores=0,2,4,6
/proc/24999/stat : 24999 (java) S 24997 24999 24098 0 -1 4202496 26037 0 1 0 179867 148 0 0 20 0 22 0 343029041 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140733617960496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24999/statm: 2963162 971837 2291 9 0 2953849 0
[pid=24999/tid=25001] ppid=24997 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/24999/task/25001/stat : 25001 (java) S 24997 24999 24098 0 -1 4202560 2948 0 1 0 60 4 0 0 20 0 22 0 343029042 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571314771096 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25002] ppid=24997 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/24999/task/25002/stat : 25002 (java) S 24997 24999 24098 0 -1 4202560 169 0 0 0 133 9 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571269523624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25003] ppid=24997 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/24999/task/25003/stat : 25003 (java) S 24997 24999 24098 0 -1 4202560 149 0 0 0 123 6 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571268471080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25004] ppid=24997 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/24999/task/25004/stat : 25004 (java) S 24997 24999 24098 0 -1 4202560 141 0 0 0 119 5 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571267418536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25005] ppid=24997 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/24999/task/25005/stat : 25005 (java) S 24997 24999 24098 0 -1 4202560 171 0 0 0 129 8 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571266365992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25006] ppid=24997 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/24999/task/25006/stat : 25006 (java) S 24997 24999 24098 0 -1 4202560 116 0 0 0 126 6 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571265313448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25007] ppid=24997 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/24999/task/25007/stat : 25007 (java) S 24997 24999 24098 0 -1 4202560 135 0 0 0 115 7 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571264260904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25008] ppid=24997 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/24999/task/25008/stat : 25008 (java) S 24997 24999 24098 0 -1 4202560 140 0 0 0 118 7 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571263208360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25009] ppid=24997 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/24999/task/25009/stat : 25009 (java) S 24997 24999 24098 0 -1 4202560 129 0 0 0 106 5 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571262155816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25010] ppid=24997 vsize=11852648 CPUtime=19.9 cores=0,2,4,6
/proc/24999/task/25010/stat : 25010 (java) S 24997 24999 24098 0 -1 4202560 171 0 0 0 1984 6 0 0 20 0 22 0 343029045 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571130894440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25011] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25011/stat : 25011 (java) S 24997 24999 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571129840760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25012] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25012/stat : 25012 (java) S 24997 24999 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571261101192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25013] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25013/stat : 25013 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571128789520 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25014] ppid=24997 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/24999/task/25014/stat : 25014 (java) S 24997 24999 24098 0 -1 4202560 9921 0 0 0 131 2 0 0 20 0 22 0 343029048 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571127736888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25015] ppid=24997 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/24999/task/25015/stat : 25015 (java) S 24997 24999 24098 0 -1 4202560 8882 0 0 0 143 2 0 0 20 0 22 0 343029048 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571126684344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25016] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25016/stat : 25016 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570253061112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25017] ppid=24997 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/24999/task/25017/stat : 25017 (java) S 24997 24999 24098 0 -1 4202560 53 0 0 0 11 20 0 0 20 0 22 0 343029048 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570252008776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25018] ppid=24997 vsize=11852648 CPUtime=880.92 cores=0,2,4,6
/proc/24999/task/25018/stat : 25018 (java) R 24997 24999 24098 0 -1 4202560 75 0 0 0 88078 14 0 0 20 0 22 0 343029104 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570250950800 140571142992416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25019] ppid=24997 vsize=11852648 CPUtime=880.9 cores=0,2,4,6
/proc/24999/task/25019/stat : 25019 (java) R 24997 24999 24098 0 -1 4202560 1649 0 0 0 88014 76 0 0 20 0 22 0 343029104 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570249898960 140571143338537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25020] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25020/stat : 25020 (java) S 24997 24999 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343029107 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570248848424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25021] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25021/stat : 25021 (java) S 24997 24999 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343029107 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570247795880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 11852648

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

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

[startup+906.701 s]
/proc/loadavg: 3.76 3.88 3.89 7/219 25092
/proc/meminfo: memFree=24224232/32873844 swapFree=7632/7632
[pid=24999] ppid=24997 vsize=11852648 CPUtime=1800.15 cores=0,2,4,6
/proc/24999/stat : 24999 (java) S 24997 24999 24098 0 -1 4202496 26037 0 1 0 179867 148 0 0 20 0 22 0 343029041 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140733617960496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24999/statm: 2963162 971837 2291 9 0 2953849 0
[pid=24999/tid=25001] ppid=24997 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/24999/task/25001/stat : 25001 (java) S 24997 24999 24098 0 -1 4202560 2948 0 1 0 60 4 0 0 20 0 22 0 343029042 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571314771096 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25002] ppid=24997 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/24999/task/25002/stat : 25002 (java) S 24997 24999 24098 0 -1 4202560 169 0 0 0 133 9 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571269523624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25003] ppid=24997 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/24999/task/25003/stat : 25003 (java) S 24997 24999 24098 0 -1 4202560 149 0 0 0 123 6 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571268471080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25004] ppid=24997 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/24999/task/25004/stat : 25004 (java) S 24997 24999 24098 0 -1 4202560 141 0 0 0 119 5 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571267418536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25005] ppid=24997 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/24999/task/25005/stat : 25005 (java) S 24997 24999 24098 0 -1 4202560 171 0 0 0 129 8 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571266365992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25006] ppid=24997 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/24999/task/25006/stat : 25006 (java) S 24997 24999 24098 0 -1 4202560 116 0 0 0 126 6 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571265313448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25007] ppid=24997 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/24999/task/25007/stat : 25007 (java) S 24997 24999 24098 0 -1 4202560 135 0 0 0 115 7 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571264260904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25008] ppid=24997 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/24999/task/25008/stat : 25008 (java) S 24997 24999 24098 0 -1 4202560 140 0 0 0 118 7 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571263208360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25009] ppid=24997 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/24999/task/25009/stat : 25009 (java) S 24997 24999 24098 0 -1 4202560 129 0 0 0 106 5 0 0 20 0 22 0 343029044 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571262155816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25010] ppid=24997 vsize=11852648 CPUtime=19.9 cores=0,2,4,6
/proc/24999/task/25010/stat : 25010 (java) S 24997 24999 24098 0 -1 4202560 171 0 0 0 1984 6 0 0 20 0 22 0 343029045 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571130894440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25011] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25011/stat : 25011 (java) S 24997 24999 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571129840760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25012] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25012/stat : 25012 (java) S 24997 24999 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343029046 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571261101192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25013] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25013/stat : 25013 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571128789520 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24999/tid=25014] ppid=24997 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/24999/task/25014/stat : 25014 (java) S 24997 24999 24098 0 -1 4202560 9921 0 0 0 131 2 0 0 20 0 22 0 343029048 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571127736888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25015] ppid=24997 vsize=11852648 CPUtime=1.45 cores=0,2,4,6
/proc/24999/task/25015/stat : 25015 (java) S 24997 24999 24098 0 -1 4202560 8882 0 0 0 143 2 0 0 20 0 22 0 343029048 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140571126684344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25016] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25016/stat : 25016 (java) S 24997 24999 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343029048 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570253061112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25017] ppid=24997 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/24999/task/25017/stat : 25017 (java) S 24997 24999 24098 0 -1 4202560 53 0 0 0 11 20 0 0 20 0 22 0 343029048 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570252008776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25018] ppid=24997 vsize=11852648 CPUtime=880.92 cores=0,2,4,6
/proc/24999/task/25018/stat : 25018 (java) R 24997 24999 24098 0 -1 4202560 75 0 0 0 88078 14 0 0 20 0 22 0 343029104 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570250950800 140571142992416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24999/tid=25019] ppid=24997 vsize=11852648 CPUtime=880.9 cores=0,2,4,6
/proc/24999/task/25019/stat : 25019 (java) R 24997 24999 24098 0 -1 4202560 1649 0 0 0 88014 76 0 0 20 0 22 0 343029104 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570249898960 140571143338537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24999/tid=25020] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25020/stat : 25020 (java) S 24997 24999 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343029107 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570248848424 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24999/tid=25021] ppid=24997 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24999/task/25021/stat : 25021 (java) S 24997 24999 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343029107 12137111552 971837 33554432000 1073741824 1073778376 140733617969360 140570247795880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 906.773
CPU time (s): 1800.15
CPU user time (s): 1798.67
CPU system time (s): 1.48
CPU usage (%): 198.523
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.18
system time used= 1.9417
maximum resident set size= 3889520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26071
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24115
involuntary context switches= 28252

runsolver used 3.17152 second user time and 8.20375 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 02:17:27
IDJOB=3742500
IDBENCH=90193
IDSOLVER=2328
FILE ID=node141/3742500-1338769047
RUNJOBID= node141-1338763554-24114
PBS_JOBID= 14636812
Free space on /tmp= 70720 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K152.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742500-1338769047/watcher-3742500-1338769047 -o /tmp/evaluation-result-3742500-1338769047/solver-3742500-1338769047 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742500-1338769047.opb

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

MD5SUM BENCH= 6abb89533e60aa1ed19663db7c40a868
RANDOM SEED=1744301252

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
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.744
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:        26982404 kB
Buffers:          435316 kB
Cached:          3266836 kB
SwapCached:          216 kB
Active:          2562132 kB
Inactive:        2424076 kB
Active(anon):    1274892 kB
Inactive(anon):    11288 kB
Active(file):    1287240 kB
Inactive(file):  2412788 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              3104 kB
Writeback:             0 kB
AnonPages:       1235728 kB
Mapped:            18840 kB
Shmem:               172 kB
Slab:             742436 kB
SReclaimable:     184224 kB
SUnreclaim:       558212 kB
KernelStack:        1624 kB
PageTables:         6404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1175552 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= 70720 MiB
End job on node141 at 2012-06-04 02:32:36