Trace number 3742383

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.11 906.763

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K164.opb
MD5SUM57b7e746b37944d021e8febe16059957
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 variables19516
Total number of constraints19846
Number of constraints which are clauses19682
Number of constraints which are cardinality constraints (but not clauses)164
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
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 165
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3742383-1338766322.opb
0.10/0.10	c reading problem ... 
1.20/0.60	c ... done. Wall clock time 0.498s.
1.20/0.60	c #vars     19516
1.20/0.60	c #constraints  19846
1.20/0.60	c constraints type 
1.20/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
1.20/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
1.20/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
1.20/0.60	c constraints type 
1.20/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2119
1.20/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17561
1.20/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 164
8.63/3.60	c cleaning 2470 clauses out of 4997 with flag 5000/5000
15.91/7.22	c cleaning 4204 clauses out of 8521 with flag 11000/11000
23.91/11.25	c cleaning 5564 clauses out of 11319 with flag 18003/18003
32.31/15.43	c cleaning 6701 clauses out of 13749 with flag 26001/26001
44.33/21.42	c cleaning 7742 clauses out of 16042 with flag 35000/35000
55.32/26.93	c cleaning 9117 clauses out of 18290 with flag 45002/45002
67.22/32.94	c cleaning 9868 clauses out of 20166 with flag 56000/56000
80.55/39.66	c cleaning 10956 clauses out of 22292 with flag 68000/68000
96.42/47.63	c cleaning 11823 clauses out of 24334 with flag 81000/81000
116.54/57.79	c cleaning 12996 clauses out of 26510 with flag 95000/95000
134.48/66.75	c cleaning 13997 clauses out of 28511 with flag 110000/110000
153.63/76.33	c cleaning 14899 clauses out of 30514 with flag 126000/126000
174.76/86.98	c cleaning 15850 clauses out of 32616 with flag 143002/143002
200.70/99.96	c cleaning 17015 clauses out of 34765 with flag 161004/161004
229.04/114.11	c cleaning 17982 clauses out of 36746 with flag 180000/180000
257.53/128.42	c cleaning 18910 clauses out of 38762 with flag 200000/200000
286.13/142.89	c cleaning 19765 clauses out of 39847 with flag 220001/220001
311.77/155.71	c cleaning 19780 clauses out of 40079 with flag 240000/240000
338.06/168.96	c cleaning 19544 clauses out of 40298 with flag 260001/260001
367.11/183.59	c cleaning 19791 clauses out of 40755 with flag 280002/280002
393.44/196.85	c cleaning 19241 clauses out of 40962 with flag 300000/300000
418.27/209.31	c cleaning 18709 clauses out of 41720 with flag 320001/320001
446.16/223.35	c cleaning 18636 clauses out of 43010 with flag 340000/340000
473.00/236.82	c cleaning 18714 clauses out of 44357 with flag 360004/360004
503.11/252.08	c cleaning 19198 clauses out of 45640 with flag 380001/380001
534.14/267.61	c cleaning 18556 clauses out of 46440 with flag 400000/400000
541.76/271.58	c cleaning 0 clauses out of 5001 with flag 0/5001
666.23/333.62	c cleaning 19175 clauses out of 47884 with flag 420002/420002
913.61/457.36	c cleaning 18921 clauses out of 48707 with flag 440000/440000
959.64/480.48	c cleaning 19029 clauses out of 49782 with flag 460002/460002
987.16/494.37	c cleaning 18772 clauses out of 50750 with flag 480000/480000
1040.69/521.24	c cleaning 18615 clauses out of 51978 with flag 500000/500000
1070.46/536.48	c cleaning 18962 clauses out of 53363 with flag 520000/520000
1110.12/556.47	c cleaning 19123 clauses out of 54402 with flag 540001/540001
1141.76/572.41	c cleaning 18739 clauses out of 55280 with flag 560003/560003
1172.23/587.88	c cleaning 18901 clauses out of 56538 with flag 580000/580000
1197.90/600.96	c cleaning 18467 clauses out of 57636 with flag 600000/600000
1229.33/616.84	c cleaning 19359 clauses out of 59171 with flag 620002/620002
1257.39/631.05	c cleaning 18559 clauses out of 59810 with flag 640000/640000
1283.85/644.45	c cleaning 18877 clauses out of 61251 with flag 660000/660000
1313.48/659.58	c cleaning 18900 clauses out of 62365 with flag 680000/680000
1352.59/679.27	c cleaning 18961 clauses out of 63467 with flag 700002/700002
1383.19/694.77	c cleaning 18779 clauses out of 64504 with flag 720000/720000
1411.17/708.93	c cleaning 18749 clauses out of 65725 with flag 740000/740000
1448.41/727.89	c cleaning 18864 clauses out of 66976 with flag 760000/760000
1484.87/746.26	c cleaning 18931 clauses out of 68113 with flag 780001/780001
1511.91/759.90	c cleaning 18999 clauses out of 69180 with flag 800000/800000
1548.50/778.42	c cleaning 19247 clauses out of 70181 with flag 820000/820000
1575.19/792.10	c cleaning 18695 clauses out of 70936 with flag 840002/840002
1599.04/804.20	c cleaning 18636 clauses out of 72239 with flag 860000/860000
1622.86/816.36	c cleaning 18808 clauses out of 73603 with flag 880000/880000
1644.61/827.47	c cleaning 18865 clauses out of 74793 with flag 900000/900000
1679.71/845.35	c cleaning 18701 clauses out of 75932 with flag 920004/920004
1712.50/861.93	c cleaning 19454 clauses out of 77228 with flag 940002/940002
1737.88/874.87	c cleaning 18768 clauses out of 77772 with flag 960000/960000
1766.30/889.23	c cleaning 19096 clauses out of 79003 with flag 980000/980000
1793.79/903.39	c cleaning 18756 clauses out of 79906 with flag 1000000/1000000
1800.11/906.71	c starts		: 170
1800.11/906.71	c conflicts		: 1005779
1800.11/906.71	c decisions		: 35793032
1800.11/906.71	c propagations		: 797657892
1800.11/906.71	c inspects		: 1388910935
1800.11/906.71	c shortcuts		: 0
1800.11/906.71	c learnt literals	: 114
1800.11/906.71	c learnt binary clauses	: 52790
1800.11/906.71	c learnt ternary clauses	: 58044
1800.11/906.71	c learnt constraints	: 1005664
1800.11/906.71	c ignored constraints	: 0
1800.11/906.71	c root simplifications	: 0
1800.11/906.71	c removed literals (reason simplification)	: 7706926
1800.11/906.71	c reason swapping (by a shorter reason)	: 0
1800.11/906.71	c Calls to reduceDB	: 56
1800.11/906.71	c number of reductions to clauses (during analyze)	: 0
1800.11/906.71	c number of learned constraints concerned by reduction	: 0
1800.11/906.71	c number of learning phase by resolution	: 0
1800.11/906.71	c number of learning phase by cutting planes	: 0
1800.11/906.71	c speed (assignments/second)	: 880315.0760673431
1800.11/906.71	c non guided choices	47030
1800.11/906.74	c learnt constraints type 
1800.11/906.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52795
1800.11/906.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14208
1800.11/906.74	c constraints type 
1800.11/906.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
1800.11/906.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
1800.11/906.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
1800.11/906.74	c constraints type 
1800.11/906.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2119
1800.11/906.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17561
1800.11/906.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 164
1800.11/906.74	s UNKNOWN
1800.11/906.74	c Total wall clock time (in seconds): 906.637

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-3742383-1338766322/watcher-3742383-1338766322 -o /tmp/evaluation-result-3742383-1338766322/solver-3742383-1338766322 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742383-1338766322.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.88 3.99 3.80 4/197 24583
/proc/meminfo: memFree=27251644/32873844 swapFree=7632/7632
[pid=24583] ppid=24581 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/24583/stat : 24583 (java) S 24581 24583 24098 0 -1 4202496 1161 0 0 0 0 0 0 0 20 0 2 0 342756496 91889664 882 33554432000 1073741824 1073778376 140734662577504 140734662568640 209887199293 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24583/statm: 22434 886 669 9 0 16769 0
[pid=24583/tid=24584] ppid=24581 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) R 24581 24583 24098 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 342756497 91889664 895 33554432000 1073741824 1073778376 140734662577504 140734662566568 209874677031 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0988029 s]
/proc/loadavg: 3.88 3.99 3.80 4/197 24583
/proc/meminfo: memFree=27251644/32873844 swapFree=7632/7632
[pid=24583] ppid=24581 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/24583/stat : 24583 (java) S 24581 24583 24098 0 -1 4202496 4799 0 1 0 9 1 0 0 20 0 18 0 342756496 11864465408 13672 33554432000 1073741824 1073778376 140734662577504 140734662568640 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24583/statm: 2896598 13672 2116 9 0 2887285 0
[pid=24583/tid=24584] ppid=24581 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) R 24581 24583 24098 0 -1 4202560 2843 0 1 0 6 1 0 0 20 0 18 0 342756497 11864465408 13672 33554432000 1073741824 1073778376 140734662577504 140200194657200 209887225101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.100328 s]
/proc/loadavg: 3.88 3.99 3.80 4/197 24583
/proc/meminfo: memFree=27251644/32873844 swapFree=7632/7632
[pid=24583] ppid=24581 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/24583/stat : 24583 (java) S 24581 24583 24098 0 -1 4202496 4799 0 1 0 9 1 0 0 20 0 18 0 342756496 11864465408 13672 33554432000 1073741824 1073778376 140734662577504 140734662568640 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24583/statm: 2896598 13672 2116 9 0 2887285 0
[pid=24583/tid=24584] ppid=24581 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) R 24581 24583 24098 0 -1 4202560 2843 0 1 0 6 1 0 0 20 0 18 0 342756497 11864465408 13672 33554432000 1073741824 1073778376 140734662577504 140200194657200 140200030356008 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300285 s]
/proc/loadavg: 3.88 3.99 3.80 4/197 24583
/proc/meminfo: memFree=27251644/32873844 swapFree=7632/7632
[pid=24583] ppid=24581 vsize=11586392 CPUtime=0.58 cores=0,2,4,6
/proc/24583/stat : 24583 (java) S 24581 24583 24098 0 -1 4202496 7706 0 1 0 56 2 0 0 20 0 18 0 342756496 11864465408 20840 33554432000 1073741824 1073778376 140734662577504 140734662568640 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24583/statm: 2896598 20840 2225 9 0 2887285 0
[pid=24583/tid=24584] ppid=24581 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) R 24581 24583 24098 0 -1 4202560 2868 0 1 0 26 1 0 0 20 0 18 0 342756497 11864465408 20840 33554432000 1073741824 1073778376 140734662577504 140200194657704 140200030660400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 11586392

[startup+0.700206 s]
/proc/loadavg: 3.88 3.99 3.80 4/197 24583
/proc/meminfo: memFree=27251644/32873844 swapFree=7632/7632
[pid=24583] ppid=24581 vsize=11852648 CPUtime=1.55 cores=0,2,4,6
/proc/24583/stat : 24583 (java) S 24581 24583 24098 0 -1 4202496 9905 0 1 0 151 4 0 0 20 0 22 0 342756496 12137111552 49057 33554432000 1073741824 1073778376 140734662577504 140734662568640 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24583/statm: 2963162 49057 2260 9 0 2953849 0
[pid=24583/tid=24584] ppid=24581 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) S 24581 24583 24098 0 -1 4202560 2930 0 1 0 55 3 0 0 20 0 22 0 342756497 12137111552 49057 33554432000 1073741824 1073778376 140734662577504 140200194659480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 11852648

[startup+1.50076 s]
/proc/loadavg: 3.97 4.01 3.80 7/219 24605
/proc/meminfo: memFree=26770892/32873844 swapFree=7632/7632
[pid=24583] ppid=24581 vsize=11852648 CPUtime=4.28 cores=0,2,4,6
/proc/24583/stat : 24583 (java) S 24581 24583 24098 0 -1 4202496 22633 0 1 0 420 8 0 0 20 0 22 0 342756496 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140734662568640 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24583/statm: 2963162 86922 2265 9 0 2953849 0
[pid=24583/tid=24584] ppid=24581 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) S 24581 24583 24098 0 -1 4202560 2930 0 1 0 55 3 0 0 20 0 22 0 342756497 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140200194659480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24586] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24586/stat : 24586 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140200149412008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24587] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24587/stat : 24587 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140200030234920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24588] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24588/stat : 24588 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140200029182376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24589] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24589/stat : 24589 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140200028129832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24590] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24590/stat : 24590 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140200027077288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24591] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24591/stat : 24591 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140200026024744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24592] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24592/stat : 24592 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140200024972200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24593] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24593/stat : 24593 (java) S 24581 24583 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140200023919656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24594] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24594/stat : 24594 (java) S 24581 24583 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342756499 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199541590120 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24595] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24595/stat : 24595 (java) S 24581 24583 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342756500 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199540536440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24596] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24596/stat : 24596 (java) S 24581 24583 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756500 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199539483784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24597] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24597/stat : 24597 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199538432528 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24598] ppid=24581 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/24583/task/24598/stat : 24598 (java) S 24581 24583 24098 0 -1 4202560 9972 0 0 0 90 2 0 0 20 0 22 0 342756502 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199537379896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24599] ppid=24581 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/24583/task/24599/stat : 24599 (java) S 24581 24583 24098 0 -1 4202560 8367 0 0 0 96 2 0 0 20 0 22 0 342756502 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199536327352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24600] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24600/stat : 24600 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199535275000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24601] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24601/stat : 24601 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199534222664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24602] ppid=24581 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/24583/task/24602/stat : 24602 (java) R 24581 24583 24098 0 -1 4202560 27 0 0 0 87 0 0 0 20 0 22 0 342756557 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199533166920 140200031011563 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24603] ppid=24581 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/24583/task/24603/stat : 24603 (java) R 24581 24583 24098 0 -1 4202560 130 0 0 0 85 2 0 0 20 0 22 0 342756557 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199532111792 140200030965399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24604] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24604/stat : 24604 (java) S 24581 24583 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342756559 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199531062312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24605] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24605/stat : 24605 (java) S 24581 24583 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756559 12137111552 86922 33554432000 1073741824 1073778376 140734662577504 140199530009768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 11852648

[startup+3.10076 s]
/proc/loadavg: 3.97 4.01 3.80 5/219 24605
/proc/meminfo: memFree=26464196/32873844 swapFree=7632/7632
[pid=24583] ppid=24581 vsize=11852648 CPUtime=7.58 cores=0,2,4,6
/proc/24583/stat : 24583 (java) S 24581 24583 24098 0 -1 4202496 23376 0 1 0 741 17 0 0 20 0 22 0 342756496 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140734662568640 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24583/statm: 2963162 197544 2266 9 0 2953849 0
[pid=24583/tid=24584] ppid=24581 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) S 24581 24583 24098 0 -1 4202560 2930 0 1 0 55 3 0 0 20 0 22 0 342756497 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140200194659480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24586] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24586/stat : 24586 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140200149412008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24587] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24587/stat : 24587 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140200030234920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24588] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24588/stat : 24588 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140200029182376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24589] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24589/stat : 24589 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140200028129832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24590] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24590/stat : 24590 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140200027077288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24591] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24591/stat : 24591 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140200026024744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24592] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24592/stat : 24592 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140200024972200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24593] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24593/stat : 24593 (java) S 24581 24583 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140200023919656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24594] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24594/stat : 24594 (java) S 24581 24583 24098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342756499 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199541590120 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24595] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24595/stat : 24595 (java) S 24581 24583 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342756500 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199540536440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24596] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24596/stat : 24596 (java) S 24581 24583 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756500 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199539483784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24597] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24597/stat : 24597 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199538432528 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24598] ppid=24581 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/24583/task/24598/stat : 24598 (java) S 24581 24583 24098 0 -1 4202560 9972 0 0 0 93 2 0 0 20 0 22 0 342756502 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199537379896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24599] ppid=24581 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/24583/task/24599/stat : 24599 (java) S 24581 24583 24098 0 -1 4202560 8893 0 0 0 103 2 0 0 20 0 22 0 342756502 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199536327352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24600] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24600/stat : 24600 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199535275000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24601] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24601/stat : 24601 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199534222664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24602] ppid=24581 vsize=11852648 CPUtime=2.47 cores=0,2,4,6
/proc/24583/task/24602/stat : 24602 (java) R 24581 24583 24098 0 -1 4202560 29 0 0 0 247 0 0 0 20 0 22 0 342756557 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199533166648 140200031066089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24603] ppid=24581 vsize=11852648 CPUtime=2.46 cores=0,2,4,6
/proc/24583/task/24603/stat : 24603 (java) R 24581 24583 24098 0 -1 4202560 345 0 0 0 236 10 0 0 20 0 22 0 342756557 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199532114136 140200031251675 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24604] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24604/stat : 24604 (java) S 24581 24583 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342756559 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199531062312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24605] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24605/stat : 24605 (java) S 24581 24583 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756559 12137111552 197544 33554432000 1073741824 1073778376 140734662577504 140199530009768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 11852648

[startup+6.30077 s]
/proc/loadavg: 3.97 4.01 3.80 5/219 24605
/proc/meminfo: memFree=24720224/32873844 swapFree=7632/7632
[pid=24583] ppid=24581 vsize=11852648 CPUtime=14.09 cores=0,2,4,6
/proc/24583/stat : 24583 (java) S 24581 24583 24098 0 -1 4202496 23692 0 1 0 1381 28 0 0 20 0 22 0 342756496 12137111552 316808 33554432000 1073741824 1073778376 140734662577504 140734662568640 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24583/statm: 2963162 316808 2290 9 0 2953849 0
[pid=24583/tid=24584] ppid=24581 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) S 24581 24583 24098 0 -1 4202560 2931 0 1 0 55 3 0 0 20 0 22 0 342756497 12137111552 316808 33554432000 1073741824 1073778376 140734662577504 140200194659480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24586] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24586/stat : 24586 (java) S 24581 24583 24098 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 316808 33554432000 1073741824 1073778376 140734662577504 140200149412008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24587] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24587/stat : 24587 (java) S 24581 24583 24098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 316808 33554432000 1073741824 1073778376 140734662577504 140200030234920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24588] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24588/stat : 24588 (java) S 24581 24583 24098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 316808 33554432000 1073741824 1073778376 140734662577504 140200029182376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24589] ppid=24581 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/24583/task/24589/stat : 24589 (java) S 24581 24583 24098 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342756498 12137111552 316808 33554432000 1073741824 1073778376 140734662577504 140200028129832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24590] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24590/stat : 24590 (java) S 24581 24583 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 316808 33554432000 1073741824 1073778376 140734662577504 140200027077288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24591] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24591/stat : 24591 (java) S 24581 24583 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 316808 33554432000 1073741824 1073778376 140734662577504 140200026024744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24592] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24592/stat : 24592 (java) S 24581 24583 24098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 316808 33554432000 1073741824 1073778376 140734662577504 140200024972200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24593] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24593/stat : 24593 (java) S 24581 24583 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342756498 12137111552 316808 33554432000 1073741824 1073778376 140734662577504 140200023919656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/24583/statm: 2963162 961431 2291 9 0 2953849 0
[pid=24583/tid=24584] ppid=24581 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) S 24581 24583 24098 0 -1 4202560 2960 0 1 0 57 4 0 0 20 0 22 0 342756497 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140200194659480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24586] ppid=24581 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/24583/task/24586/stat : 24586 (java) S 24581 24583 24098 0 -1 4202560 130 0 0 0 114 6 0 0 20 0 22 0 342756498 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140200149412008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24587] ppid=24581 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/24583/task/24587/stat : 24587 (java) S 24581 24583 24098 0 -1 4202560 139 0 0 0 120 6 0 0 20 0 22 0 342756498 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140200030234920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24588] ppid=24581 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/24583/task/24588/stat : 24588 (java) S 24581 24583 24098 0 -1 4202560 160 0 0 0 124 9 0 0 20 0 22 0 342756498 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140200029182376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24589] ppid=24581 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/24583/task/24589/stat : 24589 (java) S 24581 24583 24098 0 -1 4202560 147 0 0 0 108 8 0 0 20 0 22 0 342756498 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140200028129832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24590] ppid=24581 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/24583/task/24590/stat : 24590 (java) S 24581 24583 24098 0 -1 4202560 130 0 0 0 107 6 0 0 20 0 22 0 342756498 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140200027077288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24591] ppid=24581 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/24583/task/24591/stat : 24591 (java) S 24581 24583 24098 0 -1 4202560 155 0 0 0 118 7 0 0 20 0 22 0 342756498 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140200026024744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24592] ppid=24581 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/24583/task/24592/stat : 24592 (java) S 24581 24583 24098 0 -1 4202560 127 0 0 0 116 5 0 0 20 0 22 0 342756498 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140200024972200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24593] ppid=24581 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/24583/task/24593/stat : 24593 (java) S 24581 24583 24098 0 -1 4202560 148 0 0 0 122 6 0 0 20 0 22 0 342756498 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140200023919656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24594] ppid=24581 vsize=11852648 CPUtime=18.65 cores=0,2,4,6
/proc/24583/task/24594/stat : 24594 (java) S 24581 24583 24098 0 -1 4202560 165 0 0 0 1858 7 0 0 20 0 22 0 342756499 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199541590120 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24595] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24595/stat : 24595 (java) S 24581 24583 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342756500 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199540536440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24596] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24596/stat : 24596 (java) S 24581 24583 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342756500 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199539483784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24597] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24597/stat : 24597 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199538432528 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24598] ppid=24581 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/24583/task/24598/stat : 24598 (java) S 24581 24583 24098 0 -1 4202560 9974 0 0 0 103 2 0 0 20 0 22 0 342756502 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199537379896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24599] ppid=24581 vsize=11852648 CPUtime=1.79 cores=0,2,4,6
/proc/24583/task/24599/stat : 24599 (java) S 24581 24583 24098 0 -1 4202560 11495 0 0 0 177 2 0 0 20 0 22 0 342756502 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199536327352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24600] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24600/stat : 24600 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199535275000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24601] ppid=24581 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/24583/task/24601/stat : 24601 (java) S 24581 24583 24098 0 -1 4202560 51 0 0 0 11 16 0 0 20 0 22 0 342756502 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199534222664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24602] ppid=24581 vsize=11852648 CPUtime=857.97 cores=0,2,4,6
/proc/24583/task/24602/stat : 24602 (java) R 24581 24583 24098 0 -1 4202560 76 0 0 0 85783 14 0 0 20 0 22 0 342756557 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199533166672 140200031078017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24603] ppid=24581 vsize=11852648 CPUtime=857.89 cores=0,2,4,6
/proc/24583/task/24603/stat : 24603 (java) R 24581 24583 24098 0 -1 4202560 1619 0 0 0 85716 73 0 0 20 0 22 0 342756557 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199532112120 140200030965345 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24604] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24604/stat : 24604 (java) S 24581 24583 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342756559 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199531062312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24605] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24605/stat : 24605 (java) S 24581 24583 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756559 12137111552 961431 33554432000 1073741824 1073778376 140734662577504 140199530009768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1752.44
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.701 s]
/proc/loadavg: 4.11 4.02 3.92 5/219 24673
/proc/meminfo: memFree=23866920/32873844 swapFree=7632/7632
[pid=24583] ppid=24581 vsize=11852648 CPUtime=1800.11 cores=0,2,4,6
/proc/24583/stat : 24583 (java) S 24581 24583 24098 0 -1 4202496 28699 0 1 0 179871 140 0 0 20 0 22 0 342756496 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140734662568640 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24583/statm: 2963162 962979 2291 9 0 2953849 0
[pid=24583/tid=24584] ppid=24581 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) S 24581 24583 24098 0 -1 4202560 2963 0 1 0 57 4 0 0 20 0 22 0 342756497 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200194659480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24586] ppid=24581 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/24583/task/24586/stat : 24586 (java) S 24581 24583 24098 0 -1 4202560 133 0 0 0 119 6 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200149412008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24587] ppid=24581 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/24583/task/24587/stat : 24587 (java) S 24581 24583 24098 0 -1 4202560 143 0 0 0 128 6 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200030234920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24588] ppid=24581 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/24583/task/24588/stat : 24588 (java) S 24581 24583 24098 0 -1 4202560 167 0 0 0 130 9 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200029182376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24589] ppid=24581 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/24583/task/24589/stat : 24589 (java) S 24581 24583 24098 0 -1 4202560 147 0 0 0 113 8 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200028129832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24590] ppid=24581 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/24583/task/24590/stat : 24590 (java) S 24581 24583 24098 0 -1 4202560 132 0 0 0 111 6 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200027077288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24591] ppid=24581 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/24583/task/24591/stat : 24591 (java) S 24581 24583 24098 0 -1 4202560 155 0 0 0 123 7 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200026024744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24592] ppid=24581 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/24583/task/24592/stat : 24592 (java) S 24581 24583 24098 0 -1 4202560 130 0 0 0 122 5 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200024972200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24593] ppid=24581 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/24583/task/24593/stat : 24593 (java) S 24581 24583 24098 0 -1 4202560 151 0 0 0 128 7 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200023919656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24594] ppid=24581 vsize=11852648 CPUtime=19.99 cores=0,2,4,6
/proc/24583/task/24594/stat : 24594 (java) S 24581 24583 24098 0 -1 4202560 167 0 0 0 1992 7 0 0 20 0 22 0 342756499 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199541590120 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24595] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24595/stat : 24595 (java) S 24581 24583 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342756500 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199540536440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24596] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24596/stat : 24596 (java) S 24581 24583 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342756500 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199539483784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24597] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24597/stat : 24597 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199538432528 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24598] ppid=24581 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/24583/task/24598/stat : 24598 (java) S 24581 24583 24098 0 -1 4202560 9974 0 0 0 103 2 0 0 20 0 22 0 342756502 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199537379896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24599] ppid=24581 vsize=11852648 CPUtime=1.79 cores=0,2,4,6
/proc/24583/task/24599/stat : 24599 (java) S 24581 24583 24098 0 -1 4202560 11495 0 0 0 177 2 0 0 20 0 22 0 342756502 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199536327352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24600] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24600/stat : 24600 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199535275000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24601] ppid=24581 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/24583/task/24601/stat : 24601 (java) S 24581 24583 24098 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 342756502 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199534222664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24602] ppid=24581 vsize=11852648 CPUtime=880.85 cores=0,2,4,6
/proc/24583/task/24602/stat : 24602 (java) R 24581 24583 24098 0 -1 4202560 76 0 0 0 88071 14 0 0 20 0 22 0 342756557 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199533166672 140200031135542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24603] ppid=24581 vsize=11852648 CPUtime=880.76 cores=0,2,4,6
/proc/24583/task/24603/stat : 24603 (java) R 24581 24583 24098 0 -1 4202560 1620 0 0 0 88003 73 0 0 20 0 22 0 342756557 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199532111904 140200030965293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24604] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24604/stat : 24604 (java) S 24581 24583 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342756559 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199531062312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24605] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24605/stat : 24605 (java) S 24581 24583 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756559 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199530009768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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: 4.11 4.02 3.92 5/219 24673
/proc/meminfo: memFree=23866920/32873844 swapFree=7632/7632
[pid=24583] ppid=24581 vsize=11852648 CPUtime=1800.11 cores=0,2,4,6
/proc/24583/stat : 24583 (java) S 24581 24583 24098 0 -1 4202496 28699 0 1 0 179871 140 0 0 20 0 22 0 342756496 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140734662568640 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24583/statm: 2963162 962979 2291 9 0 2953849 0
[pid=24583/tid=24584] ppid=24581 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/24583/task/24584/stat : 24584 (java) S 24581 24583 24098 0 -1 4202560 2963 0 1 0 57 4 0 0 20 0 22 0 342756497 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200194659480 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24586] ppid=24581 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/24583/task/24586/stat : 24586 (java) S 24581 24583 24098 0 -1 4202560 133 0 0 0 119 6 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200149412008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24587] ppid=24581 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/24583/task/24587/stat : 24587 (java) S 24581 24583 24098 0 -1 4202560 143 0 0 0 128 6 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200030234920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24588] ppid=24581 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/24583/task/24588/stat : 24588 (java) S 24581 24583 24098 0 -1 4202560 167 0 0 0 130 9 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200029182376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24589] ppid=24581 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/24583/task/24589/stat : 24589 (java) S 24581 24583 24098 0 -1 4202560 147 0 0 0 113 8 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200028129832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24590] ppid=24581 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/24583/task/24590/stat : 24590 (java) S 24581 24583 24098 0 -1 4202560 132 0 0 0 111 6 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200027077288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24591] ppid=24581 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/24583/task/24591/stat : 24591 (java) S 24581 24583 24098 0 -1 4202560 155 0 0 0 123 7 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200026024744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24592] ppid=24581 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/24583/task/24592/stat : 24592 (java) S 24581 24583 24098 0 -1 4202560 130 0 0 0 122 5 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200024972200 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24593] ppid=24581 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/24583/task/24593/stat : 24593 (java) S 24581 24583 24098 0 -1 4202560 151 0 0 0 128 7 0 0 20 0 22 0 342756498 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140200023919656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24594] ppid=24581 vsize=11852648 CPUtime=19.99 cores=0,2,4,6
/proc/24583/task/24594/stat : 24594 (java) S 24581 24583 24098 0 -1 4202560 167 0 0 0 1992 7 0 0 20 0 22 0 342756499 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199541590120 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24595] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24595/stat : 24595 (java) S 24581 24583 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342756500 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199540536440 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24596] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24596/stat : 24596 (java) S 24581 24583 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342756500 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199539483784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24597] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24597/stat : 24597 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199538432528 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24598] ppid=24581 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/24583/task/24598/stat : 24598 (java) S 24581 24583 24098 0 -1 4202560 9974 0 0 0 103 2 0 0 20 0 22 0 342756502 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199537379896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24599] ppid=24581 vsize=11852648 CPUtime=1.79 cores=0,2,4,6
/proc/24583/task/24599/stat : 24599 (java) S 24581 24583 24098 0 -1 4202560 11495 0 0 0 177 2 0 0 20 0 22 0 342756502 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199536327352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24600] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24600/stat : 24600 (java) S 24581 24583 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342756502 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199535275000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24583/tid=24601] ppid=24581 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/24583/task/24601/stat : 24601 (java) S 24581 24583 24098 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 342756502 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199534222664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24602] ppid=24581 vsize=11852648 CPUtime=880.85 cores=0,2,4,6
/proc/24583/task/24602/stat : 24602 (java) R 24581 24583 24098 0 -1 4202560 76 0 0 0 88071 14 0 0 20 0 22 0 342756557 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199533166672 140200031135542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24583/tid=24603] ppid=24581 vsize=11852648 CPUtime=880.76 cores=0,2,4,6
/proc/24583/task/24603/stat : 24603 (java) R 24581 24583 24098 0 -1 4202560 1620 0 0 0 88003 73 0 0 20 0 22 0 342756557 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199532111904 140200030965293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24583/tid=24604] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24604/stat : 24604 (java) S 24581 24583 24098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342756559 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199531062312 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24583/tid=24605] ppid=24581 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24583/task/24605/stat : 24605 (java) S 24581 24583 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342756559 12137111552 962979 33554432000 1073741824 1073778376 140734662577504 140199530009768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 906.763
CPU time (s): 1800.11
CPU user time (s): 1798.71
CPU system time (s): 1.4
CPU usage (%): 198.521
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.14
system time used= 1.90171
maximum resident set size= 3854092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28734
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24078
involuntary context switches= 31559

runsolver used 4.23036 second user time and 6.88395 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 01:32:02
IDJOB=3742383
IDBENCH=90170
IDSOLVER=2328
FILE ID=node141/3742383-1338766322
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_K164.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742383-1338766322/watcher-3742383-1338766322 -o /tmp/evaluation-result-3742383-1338766322/solver-3742383-1338766322 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742383-1338766322.opb

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

MD5SUM BENCH= 57b7e746b37944d021e8febe16059957
RANDOM SEED=1336434806

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:        27257416 kB
Buffers:          434120 kB
Cached:          3265724 kB
SwapCached:          216 kB
Active:          2288524 kB
Inactive:        2423600 kB
Active(anon):    1002984 kB
Inactive(anon):    11288 kB
Active(file):    1285540 kB
Inactive(file):  2412312 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              3144 kB
Writeback:             0 kB
AnonPages:        932660 kB
Mapped:            19324 kB
Shmem:               172 kB
Slab:             742368 kB
SReclaimable:     184164 kB
SUnreclaim:       558204 kB
KernelStack:        1624 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 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 01:47:10