Trace number 3689630

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.06 922.373

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K93.opb
MD5SUM91412677f9785e1c6465ad7d3d170f82
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark510.634
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6324
Total number of constraints6512
Number of constraints which are clauses6419
Number of constraints which are cardinality constraints (but not clauses)93
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint93
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 94
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689630-1337883686.opb
0.08/0.13	c reading problem ... 
0.75/0.49	c ... done. Wall clock time 0.355s.
0.75/0.49	c declared #vars     6324
0.75/0.49	c #constraints  6512
0.75/0.49	c constraints type 
0.75/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5221
0.75/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 93
0.75/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.75/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1196
0.75/0.49	c 6512 constraints processed.
0.75/0.49	c constraints type 
0.75/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1196
0.75/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5221
0.75/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 93
0.75/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.75/0.49	c 6512 constraints processed.
5.07/1.64	c cleaning 2477 clauses out of 4997 with flag 5005/5005
7.18/2.69	c cleaning 4243 clauses out of 8515 with flag 11005/11005
9.54/3.84	c cleaning 5624 clauses out of 11267 with flag 18004/18004
12.60/5.38	c cleaning 6749 clauses out of 13636 with flag 26000/26000
16.01/7.07	c cleaning 7912 clauses out of 15885 with flag 35000/35000
19.77/8.95	c cleaning 8890 clauses out of 17972 with flag 45001/45001
23.90/11.07	c cleaning 9952 clauses out of 20080 with flag 56000/56000
28.35/13.40	c cleaning 11008 clauses out of 22128 with flag 68000/68000
33.96/16.22	c cleaning 11925 clauses out of 24118 with flag 81000/81000
39.81/19.28	c cleaning 12958 clauses out of 26193 with flag 95000/95000
48.07/23.44	c cleaning 14035 clauses out of 28234 with flag 110000/110000
57.49/28.28	c cleaning 14730 clauses out of 30199 with flag 126000/126000
65.81/32.53	c cleaning 16082 clauses out of 32468 with flag 143000/143000
73.61/36.52	c cleaning 17067 clauses out of 34388 with flag 161002/161002
82.76/41.21	c cleaning 18001 clauses out of 36320 with flag 180001/180001
91.95/45.91	c cleaning 19006 clauses out of 38318 with flag 200000/200000
107.94/54.13	c cleaning 20002 clauses out of 40313 with flag 221001/221001
121.48/61.08	c cleaning 20885 clauses out of 42312 with flag 243002/243002
137.46/69.20	c cleaning 22065 clauses out of 44425 with flag 266000/266000
150.74/75.97	c cleaning 23084 clauses out of 46360 with flag 290000/290000
164.74/83.25	c cleaning 23979 clauses out of 48276 with flag 315002/315002
178.60/90.30	c cleaning 25022 clauses out of 50297 with flag 341002/341002
190.77/96.60	c cleaning 25822 clauses out of 52273 with flag 368001/368001
205.37/104.19	c cleaning 27169 clauses out of 54450 with flag 396001/396001
224.27/113.91	c cleaning 28034 clauses out of 56280 with flag 425000/425000
238.62/121.32	c cleaning 28872 clauses out of 58246 with flag 455001/455001
262.00/133.51	c cleaning 30022 clauses out of 60374 with flag 486001/486001
278.15/142.05	c cleaning 30963 clauses out of 62354 with flag 518003/518003
281.95/144.10	c cleaning 0 clauses out of 5002 with flag 0/5002
308.59/157.56	c cleaning 31939 clauses out of 64389 with flag 551001/551001
346.65/176.53	c cleaning 33042 clauses out of 66448 with flag 585000/585000
370.28/188.82	c cleaning 33940 clauses out of 68405 with flag 620000/620000
390.51/199.26	c cleaning 34816 clauses out of 70465 with flag 656000/656000
411.77/210.12	c cleaning 36173 clauses out of 72651 with flag 693002/693002
434.63/221.85	c cleaning 36976 clauses out of 74476 with flag 731000/731000
465.65/237.86	c cleaning 37978 clauses out of 76500 with flag 770000/770000
493.75/252.12	c cleaning 38776 clauses out of 78522 with flag 810000/810000
538.58/274.78	c cleaning 40100 clauses out of 80745 with flag 851000/851000
596.74/304.05	c cleaning 41051 clauses out of 82646 with flag 893001/893001
629.30/321.02	c cleaning 41929 clauses out of 84595 with flag 936002/936002
685.79/349.60	c cleaning 42912 clauses out of 86666 with flag 980002/980002
721.95/368.86	c cleaning 43677 clauses out of 88750 with flag 1025000/1025000
755.24/386.34	c cleaning 44085 clauses out of 91073 with flag 1071000/1071000
785.28/401.82	c cleaning 45256 clauses out of 93988 with flag 1118000/1118000
820.98/420.18	c cleaning 46161 clauses out of 96732 with flag 1166000/1166000
858.26/439.27	c cleaning 47430 clauses out of 99571 with flag 1215000/1215000
923.88/472.83	c cleaning 48666 clauses out of 102141 with flag 1265000/1265000
973.17/497.98	c cleaning 49366 clauses out of 104476 with flag 1316001/1316001
1017.61/520.70	c cleaning 50538 clauses out of 107109 with flag 1368000/1368000
1084.54/554.44	c cleaning 51775 clauses out of 109571 with flag 1421000/1421000
1125.31/575.75	c cleaning 52450 clauses out of 111796 with flag 1475000/1475000
1180.93/604.02	c cleaning 53333 clauses out of 114347 with flag 1530001/1530001
1217.36/622.86	c cleaning 54021 clauses out of 117014 with flag 1586001/1586001
1259.95/644.76	c cleaning 55403 clauses out of 119993 with flag 1643001/1643001
1316.61/674.07	c cleaning 56628 clauses out of 122589 with flag 1701000/1701000
1362.62/697.64	c cleaning 57290 clauses out of 124963 with flag 1760002/1760002
1437.10/735.41	c cleaning 58426 clauses out of 127671 with flag 1820000/1820000
1502.89/769.00	c cleaning 59803 clauses out of 130245 with flag 1881000/1881000
1544.92/791.37	c cleaning 60109 clauses out of 132442 with flag 1943001/1943001
1609.05/824.11	c cleaning 62157 clauses out of 135334 with flag 2006002/2006002
1693.85/867.26	c cleaning 63024 clauses out of 137175 with flag 2070000/2070000
1765.70/903.86	c cleaning 64407 clauses out of 139152 with flag 2135001/2135001
1800.06/922.31	c starts		: 225
1800.06/922.31	c conflicts		: 2190442
1800.06/922.31	c decisions		: 16803516
1800.06/922.31	c propagations		: 723588567
1800.06/922.31	c inspects		: 3185841603
1800.06/922.31	c shortcuts		: 0
1800.06/922.31	c learnt literals	: 41
1800.06/922.31	c learnt binary clauses	: 65584
1800.06/922.31	c learnt ternary clauses	: 82229
1800.06/922.31	c learnt constraints	: 2190401
1800.06/922.31	c ignored constraints	: 0
1800.06/922.31	c root simplifications	: 0
1800.06/922.31	c removed literals (reason simplification)	: 63734957
1800.06/922.31	c reason swapping (by a shorter reason)	: 0
1800.06/922.31	c Calls to reduceDB	: 61
1800.06/922.31	c number of reductions to clauses (during analyze)	: 0
1800.06/922.31	c number of learned constraints concerned by reduction	: 0
1800.06/922.31	c number of learning phase by resolution	: 0
1800.06/922.31	c number of learning phase by cutting planes	: 0
1800.06/922.31	c speed (assignments/second)	: 784974.8003632028
1800.06/922.31	c non guided choices	6901
1800.06/922.35	c learnt constraints type 
1800.06/922.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 65587
1800.06/922.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64668
1800.06/922.35	c constraints type 
1800.06/922.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5221
1800.06/922.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 93
1800.06/922.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/922.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1196
1800.06/922.35	c 6512 constraints processed.
1800.06/922.35	c constraints type 
1800.06/922.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1196
1800.06/922.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5221
1800.06/922.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 93
1800.06/922.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.06/922.35	c 6512 constraints processed.
1800.06/922.35	s UNKNOWN
1800.06/922.35	c Total wall clock time (in seconds): 922.22

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-3689630-1337883686/watcher-3689630-1337883686 -o /tmp/evaluation-result-3689630-1337883686/solver-3689630-1337883686 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689630-1337883686.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.99 3.97 3.91 4/197 24462
/proc/meminfo: memFree=28467588/32873844 swapFree=6868/6868
[pid=24462] ppid=24460 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24462/stat : 24462 (java) D 24460 24462 20082 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 254435624 9515008 175 33554432000 1073741824 1073778376 140735338197296 140735338180024 209097409424 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/24462/statm: 2323 175 133 9 0 71 0

[startup+0.0251059 s]
/proc/loadavg: 3.99 3.97 3.91 4/197 24462
/proc/meminfo: memFree=28467588/32873844 swapFree=6868/6868
[pid=24462] ppid=24460 vsize=9014776 CPUtime=0.01 cores=0,2,4,6
/proc/24462/stat : 24462 (java) S 24460 24462 20082 0 -1 4202496 2111 0 1 0 0 1 0 0 20 0 10 0 254435624 9231130624 2302 33554432000 1073741824 1073778376 140733977144480 140733977135616 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24462/statm: 2253694 2302 991 9 0 2244803 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9014776

[startup+0.100283 s]
/proc/loadavg: 3.99 3.97 3.91 4/197 24462
/proc/meminfo: memFree=28467588/32873844 swapFree=6868/6868
[pid=24462] ppid=24460 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24462/stat : 24462 (java) S 24460 24462 20082 0 -1 4202496 3783 0 1 0 7 1 0 0 20 0 18 0 254435624 9787813888 4989 33554432000 1073741824 1073778376 140733977144480 140733977135616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24462/statm: 2389603 4998 2000 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300218 s]
/proc/loadavg: 3.99 3.97 3.91 4/197 24462
/proc/meminfo: memFree=28467588/32873844 swapFree=6868/6868
[pid=24462] ppid=24460 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/24462/stat : 24462 (java) S 24460 24462 20082 0 -1 4202496 6960 0 1 0 51 2 0 0 20 0 18 0 254435624 9787813888 9356 33554432000 1073741824 1073778376 140733977144480 140733977135616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24462/statm: 2389603 9356 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700177 s]
/proc/loadavg: 3.99 3.97 3.91 4/197 24462
/proc/meminfo: memFree=28467588/32873844 swapFree=6868/6868
[pid=24462] ppid=24460 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/24462/stat : 24462 (java) S 24460 24462 20082 0 -1 4202496 13489 0 1 0 180 4 0 0 20 0 22 0 254435624 10060460032 23964 33554432000 1073741824 1073778376 140733977144480 140733977135616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24462/statm: 2456167 23964 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 3.99 3.97 3.91 7/219 24484
/proc/meminfo: memFree=28352140/32873844 swapFree=6868/6868
[pid=24462] ppid=24460 vsize=9824668 CPUtime=4.78 cores=0,2,4,6
/proc/24462/stat : 24462 (java) S 24460 24462 20082 0 -1 4202496 24096 0 1 0 470 8 0 0 20 0 22 0 254435624 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140733977135616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24462/statm: 2456167 50694 2274 9 0 2446860 0
[pid=24462/tid=24464] ppid=24460 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/24462/task/24464/stat : 24464 (java) S 24460 24462 20082 0 -1 4202560 2479 0 1 0 43 2 0 0 20 0 22 0 254435625 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643784406008 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24465] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24465/stat : 24465 (java) S 24460 24462 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643745896744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24466] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24466/stat : 24466 (java) S 24460 24462 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643744843944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24467] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24467/stat : 24467 (java) S 24460 24462 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643743791656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24468] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24468/stat : 24468 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643742738856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24469] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24469/stat : 24469 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643741686568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24470] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24470/stat : 24470 (java) S 24460 24462 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643740633768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24471] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24471/stat : 24471 (java) S 24460 24462 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643739581480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24472] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24472/stat : 24472 (java) S 24460 24462 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643738528680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24473] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24473/stat : 24473 (java) S 24460 24462 20082 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254435627 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643608467688 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24474] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24474/stat : 24474 (java) S 24460 24462 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643607413752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24475] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24475/stat : 24475 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643606361352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24476] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24476/stat : 24476 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643605309840 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24477] ppid=24460 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/24462/task/24477/stat : 24477 (java) S 24460 24462 20082 0 -1 4202560 11360 0 0 0 109 1 0 0 20 0 22 0 254435631 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140643604257464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24478] ppid=24460 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/24462/task/24478/stat : 24478 (java) S 24460 24462 20082 0 -1 4202560 8806 0 0 0 113 1 0 0 20 0 22 0 254435631 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140642730633784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24479] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24479/stat : 24479 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140642729581688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24480] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24480/stat : 24480 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140642728529096 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24481] ppid=24460 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/24462/task/24481/stat : 24481 (java) R 24460 24462 20082 0 -1 4202560 30 0 0 0 95 0 0 0 20 0 22 0 254435673 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140642727473560 140643620660716 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24482] ppid=24460 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/24462/task/24482/stat : 24482 (java) R 24460 24462 20082 0 -1 4202560 116 0 0 0 96 1 0 0 20 0 22 0 254435673 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140642726420288 140643620062688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24483] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24483/stat : 24483 (java) S 24460 24462 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254435675 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140642725369000 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24484] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24484/stat : 24484 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435675 10060460032 50694 33554432000 1073741824 1073778376 140733977144480 140642724316200 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9824668

[startup+3.10076 s]
/proc/loadavg: 3.99 3.97 3.91 5/219 24484
/proc/meminfo: memFree=28247872/32873844 swapFree=6868/6868
[pid=24462] ppid=24460 vsize=9824668 CPUtime=8.14 cores=0,2,4,6
/proc/24462/stat : 24462 (java) S 24460 24462 20082 0 -1 4202496 24682 0 1 0 802 12 0 0 20 0 22 0 254435624 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140733977135616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24462/statm: 2456167 60968 2286 9 0 2446860 0
[pid=24462/tid=24464] ppid=24460 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/24462/task/24464/stat : 24464 (java) S 24460 24462 20082 0 -1 4202560 2479 0 1 0 43 2 0 0 20 0 22 0 254435625 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643784406008 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24465] ppid=24460 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24462/task/24465/stat : 24465 (java) S 24460 24462 20082 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 254435626 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643745896744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24466] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24466/stat : 24466 (java) S 24460 24462 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643744843944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24467] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24467/stat : 24467 (java) S 24460 24462 20082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643743791656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24468] ppid=24460 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24462/task/24468/stat : 24468 (java) S 24460 24462 20082 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254435626 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643742738856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24469] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24469/stat : 24469 (java) S 24460 24462 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643741686568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24470] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24470/stat : 24470 (java) S 24460 24462 20082 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643740633768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24471] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24471/stat : 24471 (java) S 24460 24462 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643739581480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24472] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24472/stat : 24472 (java) S 24460 24462 20082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254435626 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643738528680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24473] ppid=24460 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/24462/task/24473/stat : 24473 (java) S 24460 24462 20082 0 -1 4202560 101 0 0 0 7 0 0 0 20 0 22 0 254435627 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643608467688 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24474] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24474/stat : 24474 (java) S 24460 24462 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643607413752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24475] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24475/stat : 24475 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643606361352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24476] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24476/stat : 24476 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643605309840 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24477] ppid=24460 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/24462/task/24477/stat : 24477 (java) S 24460 24462 20082 0 -1 4202560 11364 0 0 0 120 2 0 0 20 0 22 0 254435631 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140643604257464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24478] ppid=24460 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/24462/task/24478/stat : 24478 (java) S 24460 24462 20082 0 -1 4202560 9309 0 0 0 125 2 0 0 20 0 22 0 254435631 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140642730633784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24479] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24479/stat : 24479 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140642729581688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24480] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24480/stat : 24480 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140642728529096 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24481] ppid=24460 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/24462/task/24481/stat : 24481 (java) R 24460 24462 20082 0 -1 4202560 31 0 0 0 243 0 0 0 20 0 22 0 254435673 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140642727473496 140643620743313 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24482] ppid=24460 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/24462/task/24482/stat : 24482 (java) R 24460 24462 20082 0 -1 4202560 116 0 0 0 244 2 0 0 20 0 22 0 254435673 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140642726419976 140643620823285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24483] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24483/stat : 24483 (java) S 24460 24462 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254435675 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140642725369000 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24484] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24484/stat : 24484 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435675 10060460032 60968 33554432000 1073741824 1073778376 140733977144480 140642724316200 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 9824668

[startup+6.30088 s]
/proc/loadavg: 3.99 3.97 3.91 11/219 24484
/proc/meminfo: memFree=28091356/32873844 swapFree=6868/6868
[pid=24462] ppid=24460 vsize=9824668 CPUtime=14.58 cores=0,2,4,6
/proc/24462/stat : 24462 (java) S 24460 24462 20082 0 -1 4202496 24940 0 1 0 1443 15 0 0 20 0 22 0 254435624 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140733977135616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24462/statm: 2456167 98369 2286 9 0 2446860 0
[pid=24462/tid=24464] ppid=24460 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/24462/task/24464/stat : 24464 (java) S 24460 24462 20082 0 -1 4202560 2479 0 1 0 43 2 0 0 20 0 22 0 254435625 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643784406008 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24465] ppid=24460 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24462/task/24465/stat : 24465 (java) S 24460 24462 20082 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 254435626 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643745896744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24466] ppid=24460 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24462/task/24466/stat : 24466 (java) S 24460 24462 20082 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254435626 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643744843944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24467] ppid=24460 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24462/task/24467/stat : 24467 (java) S 24460 24462 20082 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 254435626 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643743791656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24468] ppid=24460 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24462/task/24468/stat : 24468 (java) S 24460 24462 20082 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 254435626 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643742738856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24469] ppid=24460 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24462/task/24469/stat : 24469 (java) S 24460 24462 20082 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 254435626 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643741686568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24470] ppid=24460 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24462/task/24470/stat : 24470 (java) S 24460 24462 20082 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 254435626 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643740633768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24471] ppid=24460 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24462/task/24471/stat : 24471 (java) S 24460 24462 20082 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254435626 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643739581480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24472] ppid=24460 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24462/task/24472/stat : 24472 (java) S 24460 24462 20082 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254435626 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643738528680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24473] ppid=24460 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/24462/task/24473/stat : 24473 (java) S 24460 24462 20082 0 -1 4202560 245 0 0 0 22 1 0 0 20 0 22 0 254435627 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643608467688 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24474] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24474/stat : 24474 (java) S 24460 24462 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643607413752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24475] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24475/stat : 24475 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643606361352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24476] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24476/stat : 24476 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643605309840 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24477] ppid=24460 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/24462/task/24477/stat : 24477 (java) S 24460 24462 20082 0 -1 4202560 11373 0 0 0 133 2 0 0 20 0 22 0 254435631 10060460032 98369 33554432000 1073741824 1073778376 140733977144480 140643604257464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/24462/statm: 2456167 769857 2287 9 0 2446860 0
[pid=24462/tid=24464] ppid=24460 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/24462/task/24464/stat : 24464 (java) S 24460 24462 20082 0 -1 4202560 2527 0 1 0 46 3 0 0 20 0 22 0 254435625 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643784406008 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24465] ppid=24460 vsize=9824668 CPUtime=3.66 cores=0,2,4,6
/proc/24462/task/24465/stat : 24465 (java) S 24460 24462 20082 0 -1 4202560 1076 0 0 0 343 23 0 0 20 0 22 0 254435626 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643745896744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24466] ppid=24460 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/24462/task/24466/stat : 24466 (java) S 24460 24462 20082 0 -1 4202560 1008 0 0 0 318 20 0 0 20 0 22 0 254435626 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643744843944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24467] ppid=24460 vsize=9824668 CPUtime=3.78 cores=0,2,4,6
/proc/24462/task/24467/stat : 24467 (java) S 24460 24462 20082 0 -1 4202560 1020 0 0 0 355 23 0 0 20 0 22 0 254435626 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643743791656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24468] ppid=24460 vsize=9824668 CPUtime=3.7 cores=0,2,4,6
/proc/24462/task/24468/stat : 24468 (java) S 24460 24462 20082 0 -1 4202560 1084 0 0 0 347 23 0 0 20 0 22 0 254435626 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643742738856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24469] ppid=24460 vsize=9824668 CPUtime=3.78 cores=0,2,4,6
/proc/24462/task/24469/stat : 24469 (java) S 24460 24462 20082 0 -1 4202560 971 0 0 0 357 21 0 0 20 0 22 0 254435626 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643741686568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24470] ppid=24460 vsize=9824668 CPUtime=3.68 cores=0,2,4,6
/proc/24462/task/24470/stat : 24470 (java) S 24460 24462 20082 0 -1 4202560 758 0 0 0 343 25 0 0 20 0 22 0 254435626 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643740633768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24471] ppid=24460 vsize=9824668 CPUtime=4.01 cores=0,2,4,6
/proc/24462/task/24471/stat : 24471 (java) S 24460 24462 20082 0 -1 4202560 1537 0 0 0 372 29 0 0 20 0 22 0 254435626 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643739581480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24472] ppid=24460 vsize=9824668 CPUtime=3.51 cores=0,2,4,6
/proc/24462/task/24472/stat : 24472 (java) S 24460 24462 20082 0 -1 4202560 1086 0 0 0 327 24 0 0 20 0 22 0 254435626 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643738528680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24473] ppid=24460 vsize=9824668 CPUtime=58.36 cores=0,2,4,6
/proc/24462/task/24473/stat : 24473 (java) S 24460 24462 20082 0 -1 4202560 3485 0 0 0 5813 23 0 0 20 0 22 0 254435627 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643608467688 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24474] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24474/stat : 24474 (java) S 24460 24462 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643607413752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24475] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24475/stat : 24475 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643606361352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24476] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24476/stat : 24476 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643605309840 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24477] ppid=24460 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/24462/task/24477/stat : 24477 (java) S 24460 24462 20082 0 -1 4202560 11383 0 0 0 172 2 0 0 20 0 22 0 254435631 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140643604257464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24478] ppid=24460 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/24462/task/24478/stat : 24478 (java) S 24460 24462 20082 0 -1 4202560 9309 0 0 0 133 2 0 0 20 0 22 0 254435631 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140642730633784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24479] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24479/stat : 24479 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140642729581688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24480] ppid=24460 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24462/task/24480/stat : 24480 (java) S 24460 24462 20082 0 -1 4202560 51 0 0 0 20 13 0 0 20 0 22 0 254435631 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140642728529096 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24481] ppid=24460 vsize=9824668 CPUtime=813.26 cores=0,2,4,6
/proc/24462/task/24481/stat : 24481 (java) R 24460 24462 20082 0 -1 4202560 102 0 0 0 81313 13 0 0 20 0 22 0 254435673 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140642727473376 140643620702784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24482] ppid=24460 vsize=9824668 CPUtime=813.14 cores=0,2,4,6
/proc/24462/task/24482/stat : 24482 (java) R 24460 24462 20082 0 -1 4202560 892 0 0 0 81286 28 0 0 20 0 22 0 254435673 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140642726418448 140643620639357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24483] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24483/stat : 24483 (java) S 24460 24462 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254435675 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140642725369000 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24484] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24484/stat : 24484 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435675 10060460032 769857 33554432000 1073741824 1073778376 140733977144480 140642724316200 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722.5
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.301 s]
/proc/loadavg: 3.97 4.03 3.96 5/219 24552
/proc/meminfo: memFree=23592512/32873844 swapFree=6868/6868
[pid=24462] ppid=24460 vsize=9824668 CPUtime=1800.06 cores=0,2,4,6
/proc/24462/stat : 24462 (java) S 24460 24462 20082 0 -1 4202496 37584 0 1 0 179755 251 0 0 20 0 22 0 254435624 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140733977135616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24462/statm: 2456167 771971 2287 9 0 2446860 0
[pid=24462/tid=24464] ppid=24460 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/24462/task/24464/stat : 24464 (java) S 24460 24462 20082 0 -1 4202560 2527 0 1 0 46 3 0 0 20 0 22 0 254435625 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643784406008 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24465] ppid=24460 vsize=9824668 CPUtime=3.75 cores=0,2,4,6
/proc/24462/task/24465/stat : 24465 (java) S 24460 24462 20082 0 -1 4202560 1081 0 0 0 352 23 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643745896744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24466] ppid=24460 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/24462/task/24466/stat : 24466 (java) S 24460 24462 20082 0 -1 4202560 1048 0 0 0 328 20 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643744843944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24467] ppid=24460 vsize=9824668 CPUtime=3.85 cores=0,2,4,6
/proc/24462/task/24467/stat : 24467 (java) S 24460 24462 20082 0 -1 4202560 1029 0 0 0 362 23 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643743791656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24468] ppid=24460 vsize=9824668 CPUtime=3.76 cores=0,2,4,6
/proc/24462/task/24468/stat : 24468 (java) S 24460 24462 20082 0 -1 4202560 1095 0 0 0 352 24 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643742738856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24469] ppid=24460 vsize=9824668 CPUtime=3.89 cores=0,2,4,6
/proc/24462/task/24469/stat : 24469 (java) S 24460 24462 20082 0 -1 4202560 972 0 0 0 367 22 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643741686568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24470] ppid=24460 vsize=9824668 CPUtime=3.76 cores=0,2,4,6
/proc/24462/task/24470/stat : 24470 (java) S 24460 24462 20082 0 -1 4202560 762 0 0 0 351 25 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643740633768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24471] ppid=24460 vsize=9824668 CPUtime=4.12 cores=0,2,4,6
/proc/24462/task/24471/stat : 24471 (java) S 24460 24462 20082 0 -1 4202560 1538 0 0 0 383 29 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643739581480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24472] ppid=24460 vsize=9824668 CPUtime=3.61 cores=0,2,4,6
/proc/24462/task/24472/stat : 24472 (java) S 24460 24462 20082 0 -1 4202560 1086 0 0 0 337 24 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643738528680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24473] ppid=24460 vsize=9824668 CPUtime=61.14 cores=0,2,4,6
/proc/24462/task/24473/stat : 24473 (java) S 24460 24462 20082 0 -1 4202560 3515 0 0 0 6091 23 0 0 20 0 22 0 254435627 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643608467688 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24474] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24474/stat : 24474 (java) S 24460 24462 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643607413752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24475] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24475/stat : 24475 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643606361352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24476] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24476/stat : 24476 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643605309840 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24477] ppid=24460 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/24462/task/24477/stat : 24477 (java) S 24460 24462 20082 0 -1 4202560 11383 0 0 0 172 2 0 0 20 0 22 0 254435631 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643604257464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24478] ppid=24460 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/24462/task/24478/stat : 24478 (java) S 24460 24462 20082 0 -1 4202560 9309 0 0 0 133 2 0 0 20 0 22 0 254435631 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642730633784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24479] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24479/stat : 24479 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642729581688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24480] ppid=24460 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24462/task/24480/stat : 24480 (java) S 24460 24462 20082 0 -1 4202560 53 0 0 0 21 14 0 0 20 0 22 0 254435631 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642728529096 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24481] ppid=24460 vsize=9824668 CPUtime=850.19 cores=0,2,4,6
/proc/24462/task/24481/stat : 24481 (java) R 24460 24462 20082 0 -1 4202560 104 0 0 0 85006 13 0 0 20 0 22 0 254435673 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642727473376 140643620731883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24482] ppid=24460 vsize=9824668 CPUtime=850.06 cores=0,2,4,6
/proc/24462/task/24482/stat : 24482 (java) R 24460 24462 20082 0 -1 4202560 893 0 0 0 84978 28 0 0 20 0 22 0 254435673 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642726418288 140643620894236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24483] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24483/stat : 24483 (java) S 24460 24462 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254435675 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642725369000 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24484] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24484/stat : 24484 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435675 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642724316200 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824668

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

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

[startup+922.301 s]
/proc/loadavg: 3.97 4.03 3.96 5/219 24552
/proc/meminfo: memFree=23592512/32873844 swapFree=6868/6868
[pid=24462] ppid=24460 vsize=9824668 CPUtime=1800.06 cores=0,2,4,6
/proc/24462/stat : 24462 (java) S 24460 24462 20082 0 -1 4202496 37584 0 1 0 179755 251 0 0 20 0 22 0 254435624 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140733977135616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24462/statm: 2456167 771971 2287 9 0 2446860 0
[pid=24462/tid=24464] ppid=24460 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/24462/task/24464/stat : 24464 (java) S 24460 24462 20082 0 -1 4202560 2527 0 1 0 46 3 0 0 20 0 22 0 254435625 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643784406008 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24465] ppid=24460 vsize=9824668 CPUtime=3.75 cores=0,2,4,6
/proc/24462/task/24465/stat : 24465 (java) S 24460 24462 20082 0 -1 4202560 1081 0 0 0 352 23 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643745896744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24466] ppid=24460 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/24462/task/24466/stat : 24466 (java) S 24460 24462 20082 0 -1 4202560 1048 0 0 0 328 20 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643744843944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24467] ppid=24460 vsize=9824668 CPUtime=3.85 cores=0,2,4,6
/proc/24462/task/24467/stat : 24467 (java) S 24460 24462 20082 0 -1 4202560 1029 0 0 0 362 23 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643743791656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24468] ppid=24460 vsize=9824668 CPUtime=3.76 cores=0,2,4,6
/proc/24462/task/24468/stat : 24468 (java) S 24460 24462 20082 0 -1 4202560 1095 0 0 0 352 24 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643742738856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24469] ppid=24460 vsize=9824668 CPUtime=3.89 cores=0,2,4,6
/proc/24462/task/24469/stat : 24469 (java) S 24460 24462 20082 0 -1 4202560 972 0 0 0 367 22 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643741686568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24470] ppid=24460 vsize=9824668 CPUtime=3.76 cores=0,2,4,6
/proc/24462/task/24470/stat : 24470 (java) S 24460 24462 20082 0 -1 4202560 762 0 0 0 351 25 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643740633768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24471] ppid=24460 vsize=9824668 CPUtime=4.12 cores=0,2,4,6
/proc/24462/task/24471/stat : 24471 (java) S 24460 24462 20082 0 -1 4202560 1538 0 0 0 383 29 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643739581480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24472] ppid=24460 vsize=9824668 CPUtime=3.61 cores=0,2,4,6
/proc/24462/task/24472/stat : 24472 (java) S 24460 24462 20082 0 -1 4202560 1086 0 0 0 337 24 0 0 20 0 22 0 254435626 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643738528680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24473] ppid=24460 vsize=9824668 CPUtime=61.14 cores=0,2,4,6
/proc/24462/task/24473/stat : 24473 (java) S 24460 24462 20082 0 -1 4202560 3515 0 0 0 6091 23 0 0 20 0 22 0 254435627 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643608467688 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24474] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24474/stat : 24474 (java) S 24460 24462 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643607413752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24475] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24475/stat : 24475 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435628 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643606361352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24476] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24476/stat : 24476 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643605309840 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24477] ppid=24460 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/24462/task/24477/stat : 24477 (java) S 24460 24462 20082 0 -1 4202560 11383 0 0 0 172 2 0 0 20 0 22 0 254435631 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140643604257464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24478] ppid=24460 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/24462/task/24478/stat : 24478 (java) S 24460 24462 20082 0 -1 4202560 9309 0 0 0 133 2 0 0 20 0 22 0 254435631 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642730633784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24479] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24479/stat : 24479 (java) S 24460 24462 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254435631 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642729581688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24462/tid=24480] ppid=24460 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24462/task/24480/stat : 24480 (java) S 24460 24462 20082 0 -1 4202560 53 0 0 0 21 14 0 0 20 0 22 0 254435631 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642728529096 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24481] ppid=24460 vsize=9824668 CPUtime=850.19 cores=0,2,4,6
/proc/24462/task/24481/stat : 24481 (java) R 24460 24462 20082 0 -1 4202560 104 0 0 0 85006 13 0 0 20 0 22 0 254435673 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642727473376 140643620731883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24462/tid=24482] ppid=24460 vsize=9824668 CPUtime=850.06 cores=0,2,4,6
/proc/24462/task/24482/stat : 24482 (java) R 24460 24462 20082 0 -1 4202560 893 0 0 0 84978 28 0 0 20 0 22 0 254435673 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642726418288 140643620894236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24462/tid=24483] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24483/stat : 24483 (java) S 24460 24462 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254435675 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642725369000 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24462/tid=24484] ppid=24460 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24462/task/24484/stat : 24484 (java) S 24460 24462 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254435675 10060460032 771971 33554432000 1073741824 1073778376 140733977144480 140642724316200 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24462 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=89408
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=934553
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 922.373
CPU time (s): 1800.06
CPU user time (s): 1797.55
CPU system time (s): 2.51
CPU usage (%): 195.155
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.09
system time used= 2.93455
maximum resident set size= 3088008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37616
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27291
involuntary context switches= 42763

runsolver used 3.38948 second user time and 8.42672 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 20:21:26
IDJOB=3689630
IDBENCH=90131
IDSOLVER=2268
FILE ID=node105/3689630-1337883686
RUNJOBID= node105-1337871882-20098
PBS_JOBID= 14620099
Free space on /tmp= 71576 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K93.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689630-1337883686/watcher-3689630-1337883686 -o /tmp/evaluation-result-3689630-1337883686/solver-3689630-1337883686 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689630-1337883686.opb

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

MD5SUM BENCH= 91412677f9785e1c6465ad7d3d170f82
RANDOM SEED=1091440324

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5438.54
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.882
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.882
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28467744 kB
Buffers:          185360 kB
Cached:          1902104 kB
SwapCached:         6340 kB
Active:          2140848 kB
Inactive:        1487588 kB
Active(anon):    1528508 kB
Inactive(anon):    14612 kB
Active(file):     612340 kB
Inactive(file):  1472976 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       1555464 kB
Mapped:            22448 kB
Shmem:                 8 kB
Slab:             623716 kB
SReclaimable:      65968 kB
SUnreclaim:       557748 kB
KernelStack:        1632 kB
PageTables:         7320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2670516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1507328 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= 71620 MiB
End job on node105 at 2012-05-24 20:36:51