Trace number 3742565

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.18 906.697

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K168.opb
MD5SUM4a002b4e44699cf4cd35a469f7223c94
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 variables19992
Total number of constraints20330
Number of constraints which are clauses20162
Number of constraints which are cardinality constraints (but not clauses)168
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint168
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 169
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-2010 Daniel Le Berre
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.10/0.10	c version 2.3.1.v20110525
0.10/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.10	c java.vm.version	19.1-b02
0.10/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		1.6.0_24
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		9996466904
0.10/0.10	c Max memory 		10048897024
0.10/0.10	c Total memory 		10048897024
0.10/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3742565-1338771251.opb
0.10/0.12	c reading problem ... 
1.18/0.64	c ... done. Wall clock time 0.514s.
1.18/0.64	c #vars     19992
1.18/0.64	c #constraints  20330
1.18/0.64	c constraints type 
1.18/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17989
1.18/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 168
1.18/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2171
1.18/0.64	c constraints type 
1.18/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2171
1.18/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17989
1.18/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 168
8.37/3.58	c cleaning 2481 clauses out of 4993 with flag 5000/5000
14.79/6.69	c cleaning 4252 clauses out of 8505 with flag 11000/11000
23.98/11.20	c cleaning 5526 clauses out of 11249 with flag 18000/18000
32.93/15.76	c cleaning 6695 clauses out of 13717 with flag 26000/26000
42.27/20.40	c cleaning 7786 clauses out of 16021 with flag 35001/35001
53.90/26.25	c cleaning 8875 clauses out of 18233 with flag 45000/45000
68.01/33.38	c cleaning 9845 clauses out of 20355 with flag 56000/56000
81.54/40.15	c cleaning 10944 clauses out of 22506 with flag 68001/68001
107.23/53.00	c cleaning 12063 clauses out of 24560 with flag 81000/81000
120.93/59.98	c cleaning 13122 clauses out of 26497 with flag 95000/95000
139.65/69.33	c cleaning 13930 clauses out of 28371 with flag 110000/110000
162.75/80.98	c cleaning 14974 clauses out of 30431 with flag 126000/126000
183.16/91.29	c cleaning 15706 clauses out of 32455 with flag 143000/143000
205.29/102.31	c cleaning 17022 clauses out of 34745 with flag 161001/161001
227.41/113.47	c cleaning 17967 clauses out of 36723 with flag 180002/180002
262.73/131.17	c cleaning 19037 clauses out of 38753 with flag 200001/200001
290.95/145.34	c cleaning 19822 clauses out of 40713 with flag 221000/221000
323.22/161.52	c cleaning 20754 clauses out of 41890 with flag 242003/242003
349.87/174.93	c cleaning 20917 clauses out of 42133 with flag 263002/263002
377.72/188.94	c cleaning 20629 clauses out of 42214 with flag 284000/284000
403.53/201.90	c cleaning 20518 clauses out of 42587 with flag 305002/305002
431.58/216.07	c cleaning 19349 clauses out of 43060 with flag 326000/326000
468.41/234.50	c cleaning 19718 clauses out of 44711 with flag 347000/347000
497.05/248.94	c cleaning 19466 clauses out of 45992 with flag 368001/368001
531.23/266.15	c cleaning 19871 clauses out of 47526 with flag 389001/389001
562.07/281.70	c cleaning 20005 clauses out of 48653 with flag 410000/410000
589.12/295.20	c cleaning 19711 clauses out of 49647 with flag 431000/431000
616.16/308.89	c cleaning 19618 clauses out of 50934 with flag 452001/452001
652.25/327.05	c cleaning 19534 clauses out of 52314 with flag 473000/473000
692.33/347.10	c cleaning 20047 clauses out of 53780 with flag 494000/494000
736.39/369.21	c cleaning 20039 clauses out of 54732 with flag 515001/515001
765.82/384.01	c cleaning 19496 clauses out of 55691 with flag 536001/536001
803.08/402.84	c cleaning 20078 clauses out of 57194 with flag 557000/557000
828.24/415.50	c cleaning 20017 clauses out of 58115 with flag 578000/578000
853.41/428.24	c cleaning 19585 clauses out of 59100 with flag 599002/599002
882.98/443.11	c cleaning 19915 clauses out of 60509 with flag 620000/620000
922.21/462.97	c cleaning 19564 clauses out of 61596 with flag 641002/641002
950.01/476.98	c cleaning 19937 clauses out of 63027 with flag 662002/662002
980.94/492.52	c cleaning 19893 clauses out of 64087 with flag 683000/683000
1006.85/505.63	c cleaning 0 clauses out of 5002 with flag 0/5002
1012.36/508.58	c cleaning 19709 clauses out of 65194 with flag 704000/704000
1044.28/524.70	c cleaning 19763 clauses out of 66485 with flag 725000/725000
1078.95/542.12	c cleaning 19825 clauses out of 67723 with flag 746002/746002
1111.82/558.75	c cleaning 19921 clauses out of 68895 with flag 767000/767000
1188.20/597.13	c cleaning 20135 clauses out of 69974 with flag 788000/788000
1242.20/624.25	c cleaning 20577 clauses out of 70841 with flag 809002/809002
1278.36/642.48	c cleaning 20378 clauses out of 71262 with flag 830000/830000
1306.82/656.86	c cleaning 19885 clauses out of 71877 with flag 851000/851000
1336.07/671.77	c cleaning 19706 clauses out of 72992 with flag 872000/872000
1363.54/685.64	c cleaning 19769 clauses out of 74286 with flag 893000/893000
1433.52/720.75	c cleaning 20063 clauses out of 75517 with flag 914000/914000
1460.22/734.29	c cleaning 19662 clauses out of 76455 with flag 935001/935001
1497.12/752.95	c cleaning 19810 clauses out of 77792 with flag 956000/956000
1528.82/768.92	c cleaning 19793 clauses out of 78983 with flag 977001/977001
1559.87/784.67	c cleaning 20221 clauses out of 80189 with flag 998000/998000
1584.06/796.93	c cleaning 19596 clauses out of 80968 with flag 1019000/1019000
1616.62/813.59	c cleaning 19863 clauses out of 82368 with flag 1040000/1040000
1646.59/828.79	c cleaning 19678 clauses out of 83510 with flag 1061005/1061005
1672.99/842.12	c cleaning 20110 clauses out of 84832 with flag 1082005/1082005
1707.38/859.59	c cleaning 20274 clauses out of 85719 with flag 1103002/1103002
1735.56/873.96	c cleaning 19551 clauses out of 86443 with flag 1124000/1124000
1766.32/889.55	c cleaning 19909 clauses out of 87896 with flag 1145004/1145004
1800.18/906.61	c starts		: 171
1800.18/906.61	c conflicts		: 1154552
1800.18/906.61	c decisions		: 40532703
1800.18/906.61	c propagations		: 914387597
1800.18/906.61	c inspects		: 1615121534
1800.18/906.61	c shortcuts		: 0
1800.18/906.61	c learnt literals	: 111
1800.18/906.61	c learnt binary clauses	: 58929
1800.18/906.61	c learnt ternary clauses	: 64911
1800.18/906.61	c learnt constraints	: 1154441
1800.18/906.61	c ignored constraints	: 0
1800.18/906.61	c root simplifications	: 0
1800.18/906.61	c removed literals (reason simplification)	: 10191784
1800.18/906.61	c reason swapping (by a shorter reason)	: 0
1800.18/906.61	c Calls to reduceDB	: 61
1800.18/906.61	c number of reductions to clauses (during analyze)	: 0
1800.18/906.61	c number of learned constraints concerned by reduction	: 0
1800.18/906.61	c number of learning phase by resolution	: 0
1800.18/906.61	c number of learning phase by cutting planes	: 0
1800.18/906.61	c speed (assignments/second)	: 1009291.5251056878
1800.18/906.61	c non guided choices	74808
1800.18/906.67	c learnt constraints type 
1800.18/906.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 58929
1800.18/906.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18616
1800.18/906.67	c constraints type 
1800.18/906.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17989
1800.18/906.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 168
1800.18/906.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2171
1800.18/906.67	c constraints type 
1800.18/906.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2171
1800.18/906.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17989
1800.18/906.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 168
1800.18/906.67	s UNKNOWN
1800.18/906.67	c Total wall clock time (in seconds): 906.551

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-3742565-1338771251/watcher-3742565-1338771251 -o /tmp/evaluation-result-3742565-1338771251/solver-3742565-1338771251 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742565-1338771251.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: 0.92 1.10 1.49 2/178 31871
/proc/meminfo: memFree=27528116/32873844 swapFree=7112/7112
[pid=31871] ppid=31869 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31871/stat : 31871 (java) R 31869 31871 31826 0 -1 4202496 591 0 0 0 0 0 0 0 20 0 1 0 343250425 23793664 320 33554432000 1073741824 1073778376 140736415305248 140736415294312 273579817523 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31871/statm: 5809 334 257 9 0 128 0

[startup+0.100868 s]
/proc/loadavg: 0.92 1.10 1.49 2/178 31871
/proc/meminfo: memFree=27528116/32873844 swapFree=7112/7112
[pid=31871] ppid=31869 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31871 31826 0 -1 4202496 5189 0 1 0 9 1 0 0 20 0 18 0 343250425 11864465408 13548 33554432000 1073741824 1073778376 140736415305248 140736415296384 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31871/statm: 2896598 13548 2087 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.200251 s]
/proc/loadavg: 0.92 1.10 1.49 2/178 31871
/proc/meminfo: memFree=27528116/32873844 swapFree=7112/7112
[pid=31871] ppid=31869 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31871 31826 0 -1 4202496 6776 0 1 0 26 1 0 0 20 0 18 0 343250425 11864465408 15630 33554432000 1073741824 1073778376 140736415305248 140736415296384 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31871/statm: 2896598 15646 2198 9 0 2887285 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11586392

[startup+0.300269 s]
/proc/loadavg: 0.92 1.10 1.49 2/178 31871
/proc/meminfo: memFree=27528116/32873844 swapFree=7112/7112
[pid=31871] ppid=31869 vsize=11586392 CPUtime=0.56 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31871 31826 0 -1 4202496 8106 0 1 0 54 2 0 0 20 0 18 0 343250425 11864465408 18923 33554432000 1073741824 1073778376 140736415305248 140736415296384 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31871/statm: 2896598 18923 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 11586392

[startup+0.70019 s]
/proc/loadavg: 0.92 1.10 1.49 2/178 31871
/proc/meminfo: memFree=27528116/32873844 swapFree=7112/7112
[pid=31871] ppid=31869 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31871 31826 0 -1 4202496 10025 0 1 0 133 5 0 0 20 0 22 0 343250425 12137111552 49977 33554432000 1073741824 1073778376 140736415305248 140736415296384 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31871/statm: 2963162 49977 2255 9 0 2953849 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 11852648

[startup+1.50082 s]
/proc/loadavg: 0.92 1.10 1.49 8/220 31913
/proc/meminfo: memFree=27068656/32873844 swapFree=7112/7112
[pid=31871] ppid=31869 vsize=11852648 CPUtime=4.19 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31871 31826 0 -1 4202496 22985 0 1 0 409 10 0 0 20 0 22 0 343250425 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 140736415296384 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31871/statm: 2963162 85921 2265 9 0 2953849 0
[pid=31871/tid=31873] ppid=31869 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31871 31826 0 -1 4202560 3439 0 1 0 58 3 0 0 20 0 22 0 343250426 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703530738840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31882] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703485491368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31883] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703484438824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31884] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703483386280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31871/tid=31885] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703482333736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31886] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31886/stat : 31886 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703481281192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31887] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31887/stat : 31887 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703480228648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31888] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31888/stat : 31888 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703479176104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31889] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31889/stat : 31889 (java) S 31869 31871 31826 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703478123560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31891] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31891/stat : 31891 (java) S 31869 31871 31826 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703348058216 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31894] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31894/stat : 31894 (java) S 31869 31871 31826 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703347004536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31895] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31895/stat : 31895 (java) S 31869 31871 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703345951880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31901] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31901/stat : 31901 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703344900624 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31902] ppid=31869 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/31871/task/31902/stat : 31902 (java) S 31869 31871 31826 0 -1 4202560 7770 0 0 0 97 2 0 0 20 0 22 0 343250432 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703343847992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31871/tid=31903] ppid=31869 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/31871/task/31903/stat : 31903 (java) S 31869 31871 31826 0 -1 4202560 10422 0 0 0 87 3 0 0 20 0 22 0 343250432 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139703342795448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31904] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31904/stat : 31904 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139702468340728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31905] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31905/stat : 31905 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139702467288392 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31910] ppid=31869 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/31871/task/31910/stat : 31910 (java) R 31869 31871 31826 0 -1 4202560 26 0 0 0 82 0 0 0 20 0 22 0 343250489 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139702466231264 139703358324645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31911] ppid=31869 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/31871/task/31911/stat : 31911 (java) R 31869 31871 31826 0 -1 4202560 124 0 0 0 77 2 0 0 20 0 22 0 343250489 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139702465179592 139703358574235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31912] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31912/stat : 31912 (java) S 31869 31871 31826 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343250492 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139702464128040 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31913] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31913/stat : 31913 (java) S 31869 31871 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343250492 12137111552 85921 33554432000 1073741824 1073778376 140736415305248 139702463075496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 11852648

[startup+3.10082 s]
/proc/loadavg: 1.17 1.15 1.50 5/220 31913
/proc/meminfo: memFree=26454508/32873844 swapFree=7112/7112
[pid=31871] ppid=31869 vsize=11852648 CPUtime=7.54 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31871 31826 0 -1 4202496 23214 0 1 0 737 17 0 0 20 0 22 0 343250425 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 140736415296384 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31871/statm: 2963162 199590 2266 9 0 2953849 0
[pid=31871/tid=31873] ppid=31869 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31871 31826 0 -1 4202560 3439 0 1 0 58 3 0 0 20 0 22 0 343250426 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703530738840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31882] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703485491368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31883] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703484438824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31884] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703483386280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31871/tid=31885] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703482333736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31886] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31886/stat : 31886 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703481281192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31887] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31887/stat : 31887 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703480228648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31888] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31888/stat : 31888 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703479176104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31889] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31889/stat : 31889 (java) S 31869 31871 31826 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703478123560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31891] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31891/stat : 31891 (java) S 31869 31871 31826 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703348058216 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31894] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31894/stat : 31894 (java) S 31869 31871 31826 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703347004536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31895] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31895/stat : 31895 (java) S 31869 31871 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703345951880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31901] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31901/stat : 31901 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703344900624 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31902] ppid=31869 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/31871/task/31902/stat : 31902 (java) S 31869 31871 31826 0 -1 4202560 7770 0 0 0 105 2 0 0 20 0 22 0 343250432 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703343847992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31903] ppid=31869 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/31871/task/31903/stat : 31903 (java) S 31869 31871 31826 0 -1 4202560 10426 0 0 0 95 3 0 0 20 0 22 0 343250432 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139703342795448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31871/tid=31904] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31904/stat : 31904 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139702468340728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31905] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31905/stat : 31905 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139702467288392 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31910] ppid=31869 vsize=11852648 CPUtime=2.41 cores=0,2,4,6
/proc/31871/task/31910/stat : 31910 (java) R 31869 31871 31826 0 -1 4202560 27 0 0 0 241 0 0 0 20 0 22 0 343250489 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139702466230728 139703358342668 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31911] ppid=31869 vsize=11852648 CPUtime=2.38 cores=0,2,4,6
/proc/31871/task/31911/stat : 31911 (java) R 31869 31871 31826 0 -1 4202560 347 0 0 0 230 8 0 0 20 0 22 0 343250489 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139702465177752 139703358109208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31912] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31912/stat : 31912 (java) S 31869 31871 31826 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343250492 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139702464128040 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31913] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31913/stat : 31913 (java) S 31869 31871 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343250492 12137111552 199590 33554432000 1073741824 1073778376 140736415305248 139702463075496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 11852648

[startup+6.30086 s]
/proc/loadavg: 1.17 1.15 1.50 5/220 31913
/proc/meminfo: memFree=25060148/32873844 swapFree=7112/7112
[pid=31871] ppid=31869 vsize=11852648 CPUtime=14.18 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31871 31826 0 -1 4202496 23838 0 1 0 1393 25 0 0 20 0 22 0 343250425 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 140736415296384 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31871/statm: 2963162 273844 2290 9 0 2953849 0
[pid=31871/tid=31873] ppid=31869 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31871 31826 0 -1 4202560 3439 0 1 0 58 3 0 0 20 0 22 0 343250426 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703530738840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31882] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31871 31826 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703485491368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31871/tid=31883] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31871 31826 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703484438824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31884] ppid=31869 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31871 31826 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 343250427 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703483386280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31885] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31871 31826 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703482333736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31886] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31886/stat : 31886 (java) S 31869 31871 31826 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703481281192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31887] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31887/stat : 31887 (java) S 31869 31871 31826 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703480228648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31888] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31888/stat : 31888 (java) S 31869 31871 31826 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703479176104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31889] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31889/stat : 31889 (java) S 31869 31871 31826 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 343250427 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703478123560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31891] ppid=31869 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/31871/task/31891/stat : 31891 (java) S 31869 31871 31826 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 343250429 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703348058216 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31894] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31894/stat : 31894 (java) S 31869 31871 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703347004536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31895] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31895/stat : 31895 (java) S 31869 31871 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703345951880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31901] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31901/stat : 31901 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703344900624 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31902] ppid=31869 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/31871/task/31902/stat : 31902 (java) S 31869 31871 31826 0 -1 4202560 8167 0 0 0 125 2 0 0 20 0 22 0 343250432 12137111552 273844 33554432000 1073741824 1073778376 140736415305248 139703343847992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/31871/statm: 2963162 966016 2291 9 0 2953849 0
[pid=31871/tid=31873] ppid=31869 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31871 31826 0 -1 4202560 3467 0 1 0 60 5 0 0 20 0 22 0 343250426 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703530738840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31882] ppid=31869 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31871 31826 0 -1 4202560 164 0 0 0 111 8 0 0 20 0 22 0 343250427 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703485491368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31883] ppid=31869 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31871 31826 0 -1 4202560 155 0 0 0 116 8 0 0 20 0 22 0 343250427 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703484438824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31884] ppid=31869 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31871 31826 0 -1 4202560 150 0 0 0 106 8 0 0 20 0 22 0 343250427 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703483386280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31871/tid=31885] ppid=31869 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31871 31826 0 -1 4202560 147 0 0 0 121 8 0 0 20 0 22 0 343250427 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703482333736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31886] ppid=31869 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/31871/task/31886/stat : 31886 (java) S 31869 31871 31826 0 -1 4202560 120 0 0 0 113 5 0 0 20 0 22 0 343250427 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703481281192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31871/tid=31887] ppid=31869 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/31871/task/31887/stat : 31887 (java) S 31869 31871 31826 0 -1 4202560 130 0 0 0 101 6 0 0 20 0 22 0 343250427 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703480228648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31888] ppid=31869 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/31871/task/31888/stat : 31888 (java) S 31869 31871 31826 0 -1 4202560 145 0 0 0 120 6 0 0 20 0 22 0 343250427 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703479176104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31889] ppid=31869 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/31871/task/31889/stat : 31889 (java) S 31869 31871 31826 0 -1 4202560 116 0 0 0 120 6 0 0 20 0 22 0 343250427 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703478123560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31891] ppid=31869 vsize=11852648 CPUtime=19 cores=0,2,4,6
/proc/31871/task/31891/stat : 31891 (java) S 31869 31871 31826 0 -1 4202560 160 0 0 0 1893 7 0 0 20 0 22 0 343250429 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703348058216 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31894] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31894/stat : 31894 (java) S 31869 31871 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703347004536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31895] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31895/stat : 31895 (java) S 31869 31871 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703345951880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31901] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31901/stat : 31901 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703344900624 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31902] ppid=31869 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/31871/task/31902/stat : 31902 (java) S 31869 31871 31826 0 -1 4202560 9604 0 0 0 178 2 0 0 20 0 22 0 343250432 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703343847992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31903] ppid=31869 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/31871/task/31903/stat : 31903 (java) S 31869 31871 31826 0 -1 4202560 10437 0 0 0 107 3 0 0 20 0 22 0 343250432 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139703342795448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31904] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31904/stat : 31904 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139702468340728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31905] ppid=31869 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/31871/task/31905/stat : 31905 (java) S 31869 31871 31826 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 343250432 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139702467288392 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31910] ppid=31869 vsize=11852648 CPUtime=857.59 cores=0,2,4,6
/proc/31871/task/31910/stat : 31910 (java) R 31869 31871 31826 0 -1 4202560 74 0 0 0 85745 14 0 0 20 0 22 0 343250489 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139702466232400 139703358378944 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31911] ppid=31869 vsize=11852648 CPUtime=857.53 cores=0,2,4,6
/proc/31871/task/31911/stat : 31911 (java) R 31869 31871 31826 0 -1 4202560 1637 0 0 0 85683 70 0 0 20 0 22 0 343250489 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139702465177568 139703358574450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31912] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31912/stat : 31912 (java) S 31869 31871 31826 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343250492 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139702464128040 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31913] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31913/stat : 31913 (java) S 31869 31871 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343250492 12137111552 966016 33554432000 1073741824 1073778376 140736415305248 139702463075496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1751.94
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.601 s]
/proc/loadavg: 3.98 3.78 2.98 6/224 31945
/proc/meminfo: memFree=19765908/32873844 swapFree=7112/7112
[pid=31871] ppid=31869 vsize=11852648 CPUtime=1800.18 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31871 31826 0 -1 4202496 27760 0 1 0 179875 143 0 0 20 0 22 0 343250425 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 140736415296384 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31871/statm: 2963162 966022 2291 9 0 2953849 0
[pid=31871/tid=31873] ppid=31869 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31871 31826 0 -1 4202560 3468 0 1 0 60 5 0 0 20 0 22 0 343250426 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703530738840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31882] ppid=31869 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31871 31826 0 -1 4202560 164 0 0 0 112 8 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703485491368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31883] ppid=31869 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31871 31826 0 -1 4202560 155 0 0 0 117 8 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703484438824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31884] ppid=31869 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31871 31826 0 -1 4202560 150 0 0 0 110 8 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703483386280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31885] ppid=31869 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31871 31826 0 -1 4202560 147 0 0 0 123 8 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703482333736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31886] ppid=31869 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/31871/task/31886/stat : 31886 (java) S 31869 31871 31826 0 -1 4202560 123 0 0 0 116 5 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703481281192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31871/tid=31887] ppid=31869 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/31871/task/31887/stat : 31887 (java) S 31869 31871 31826 0 -1 4202560 131 0 0 0 103 6 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703480228648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31888] ppid=31869 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/31871/task/31888/stat : 31888 (java) S 31869 31871 31826 0 -1 4202560 147 0 0 0 122 6 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703479176104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31889] ppid=31869 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/31871/task/31889/stat : 31889 (java) S 31869 31871 31826 0 -1 4202560 116 0 0 0 121 6 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703478123560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31891] ppid=31869 vsize=11852648 CPUtime=19.44 cores=0,2,4,6
/proc/31871/task/31891/stat : 31891 (java) S 31869 31871 31826 0 -1 4202560 162 0 0 0 1937 7 0 0 20 0 22 0 343250429 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703348058216 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31894] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31894/stat : 31894 (java) S 31869 31871 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703347004536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31895] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31895/stat : 31895 (java) S 31869 31871 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703345951880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31901] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31901/stat : 31901 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703344900624 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31902] ppid=31869 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/31871/task/31902/stat : 31902 (java) S 31869 31871 31826 0 -1 4202560 9604 0 0 0 178 2 0 0 20 0 22 0 343250432 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703343847992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31903] ppid=31869 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/31871/task/31903/stat : 31903 (java) S 31869 31871 31826 0 -1 4202560 10437 0 0 0 107 3 0 0 20 0 22 0 343250432 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703342795448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31904] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31904/stat : 31904 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702468340728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31905] ppid=31869 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/31871/task/31905/stat : 31905 (java) S 31869 31871 31826 0 -1 4202560 53 0 0 0 15 16 0 0 20 0 22 0 343250432 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702467288392 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31910] ppid=31869 vsize=11852648 CPUtime=881.35 cores=0,2,4,6
/proc/31871/task/31910/stat : 31910 (java) R 31869 31871 31826 0 -1 4202560 74 0 0 0 88121 14 0 0 20 0 22 0 343250489 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702466231456 139703358214940 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31911] ppid=31869 vsize=11852648 CPUtime=881.28 cores=0,2,4,6
/proc/31871/task/31911/stat : 31911 (java) R 31869 31871 31826 0 -1 4202560 1638 0 0 0 88058 70 0 0 20 0 22 0 343250489 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702465177856 139703358263048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31912] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31912/stat : 31912 (java) S 31869 31871 31826 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343250492 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702464128040 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31913] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31913/stat : 31913 (java) S 31869 31871 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343250492 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702463075496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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.601 s]
/proc/loadavg: 3.98 3.78 2.98 6/224 31945
/proc/meminfo: memFree=19765908/32873844 swapFree=7112/7112
[pid=31871] ppid=31869 vsize=11852648 CPUtime=1800.18 cores=0,2,4,6
/proc/31871/stat : 31871 (java) S 31869 31871 31826 0 -1 4202496 27760 0 1 0 179875 143 0 0 20 0 22 0 343250425 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 140736415296384 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31871/statm: 2963162 966022 2291 9 0 2953849 0
[pid=31871/tid=31873] ppid=31869 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/31871/task/31873/stat : 31873 (java) S 31869 31871 31826 0 -1 4202560 3468 0 1 0 60 5 0 0 20 0 22 0 343250426 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703530738840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31882] ppid=31869 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/31871/task/31882/stat : 31882 (java) S 31869 31871 31826 0 -1 4202560 164 0 0 0 112 8 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703485491368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31883] ppid=31869 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/31871/task/31883/stat : 31883 (java) S 31869 31871 31826 0 -1 4202560 155 0 0 0 117 8 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703484438824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31884] ppid=31869 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/31871/task/31884/stat : 31884 (java) S 31869 31871 31826 0 -1 4202560 150 0 0 0 110 8 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703483386280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31885] ppid=31869 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/31871/task/31885/stat : 31885 (java) S 31869 31871 31826 0 -1 4202560 147 0 0 0 123 8 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703482333736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31886] ppid=31869 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/31871/task/31886/stat : 31886 (java) S 31869 31871 31826 0 -1 4202560 123 0 0 0 116 5 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703481281192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31871/tid=31887] ppid=31869 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/31871/task/31887/stat : 31887 (java) S 31869 31871 31826 0 -1 4202560 131 0 0 0 103 6 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703480228648 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31888] ppid=31869 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/31871/task/31888/stat : 31888 (java) S 31869 31871 31826 0 -1 4202560 147 0 0 0 122 6 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703479176104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31889] ppid=31869 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/31871/task/31889/stat : 31889 (java) S 31869 31871 31826 0 -1 4202560 116 0 0 0 121 6 0 0 20 0 22 0 343250427 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703478123560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31891] ppid=31869 vsize=11852648 CPUtime=19.44 cores=0,2,4,6
/proc/31871/task/31891/stat : 31891 (java) S 31869 31871 31826 0 -1 4202560 162 0 0 0 1937 7 0 0 20 0 22 0 343250429 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703348058216 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31894] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31894/stat : 31894 (java) S 31869 31871 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703347004536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31895] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31895/stat : 31895 (java) S 31869 31871 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 343250429 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703345951880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31901] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31901/stat : 31901 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703344900624 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31902] ppid=31869 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/31871/task/31902/stat : 31902 (java) S 31869 31871 31826 0 -1 4202560 9604 0 0 0 178 2 0 0 20 0 22 0 343250432 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703343847992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31903] ppid=31869 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/31871/task/31903/stat : 31903 (java) S 31869 31871 31826 0 -1 4202560 10437 0 0 0 107 3 0 0 20 0 22 0 343250432 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139703342795448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31871/tid=31904] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31904/stat : 31904 (java) S 31869 31871 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 343250432 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702468340728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31905] ppid=31869 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/31871/task/31905/stat : 31905 (java) S 31869 31871 31826 0 -1 4202560 53 0 0 0 15 16 0 0 20 0 22 0 343250432 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702467288392 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31910] ppid=31869 vsize=11852648 CPUtime=881.35 cores=0,2,4,6
/proc/31871/task/31910/stat : 31910 (java) R 31869 31871 31826 0 -1 4202560 74 0 0 0 88121 14 0 0 20 0 22 0 343250489 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702466231456 139703358214940 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31871/tid=31911] ppid=31869 vsize=11852648 CPUtime=881.28 cores=0,2,4,6
/proc/31871/task/31911/stat : 31911 (java) R 31869 31871 31826 0 -1 4202560 1638 0 0 0 88058 70 0 0 20 0 22 0 343250489 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702465177856 139703358263048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31912] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31912/stat : 31912 (java) S 31869 31871 31826 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 343250492 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702464128040 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31871/tid=31913] ppid=31869 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31871/task/31913/stat : 31913 (java) S 31869 31871 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 343250492 12137111552 966022 33554432000 1073741824 1073778376 140736415305248 139702463075496 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 906.697
CPU time (s): 1800.18
CPU user time (s): 1798.75
CPU system time (s): 1.43
CPU usage (%): 198.543
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 1.90071
maximum resident set size= 3866260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27793
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24534
involuntary context switches= 30923

runsolver used 3.17052 second user time and 8.31474 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-04 02:54:11
IDJOB=3742565
IDBENCH=90204
IDSOLVER=2328
FILE ID=node132/3742565-1338771251
RUNJOBID= node132-1338771251-31842
PBS_JOBID= 14636815
Free space on /tmp= 71216 MiB

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

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

MD5SUM BENCH= 4a002b4e44699cf4cd35a469f7223c94
RANDOM SEED=1631998312

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27529512 kB
Buffers:         1299132 kB
Cached:          3118720 kB
SwapCached:         2288 kB
Active:          2307652 kB
Inactive:        2121648 kB
Active(anon):       1780 kB
Inactive(anon):     7148 kB
Active(file):    2305872 kB
Inactive(file):  2114500 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:              3216 kB
Writeback:             0 kB
AnonPages:         11344 kB
Mapped:             9952 kB
Shmem:                 8 kB
Slab:             776700 kB
SReclaimable:     217708 kB
SUnreclaim:       558992 kB
KernelStack:        1344 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     101632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71212 MiB
End job on node132 at 2012-06-04 03:09:20