Trace number 3689660

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K176.opb
MD5SUM3f678424628fecb2a53891618f9bde8f
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 variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 177
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689660-1337884069.opb
0.07/0.13	c reading problem ... 
1.45/0.75	c ... done. Wall clock time 0.616s.
1.45/0.75	c declared #vars     20944
1.45/0.75	c #constraints  21298
1.45/0.75	c constraints type 
1.45/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18845
1.45/0.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 176
1.45/0.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.45/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2275
1.45/0.75	c 21298 constraints processed.
1.45/0.75	c constraints type 
1.45/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2275
1.45/0.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18845
1.45/0.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 176
1.45/0.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.45/0.75	c 21298 constraints processed.
8.30/3.38	c cleaning 2486 clauses out of 4991 with flag 5001/5001
13.96/6.01	c cleaning 4215 clauses out of 8500 with flag 11001/11001
20.33/9.26	c cleaning 5566 clauses out of 11284 with flag 18002/18002
26.87/12.51	c cleaning 6723 clauses out of 13715 with flag 26000/26000
33.74/16.09	c cleaning 7864 clauses out of 15991 with flag 35000/35000
42.27/20.31	c cleaning 8864 clauses out of 18123 with flag 45000/45000
52.14/25.38	c cleaning 9975 clauses out of 20258 with flag 56001/56001
61.38/30.09	c cleaning 10916 clauses out of 22280 with flag 68000/68000
73.06/36.04	c cleaning 12130 clauses out of 24362 with flag 81000/81000
84.49/41.83	c cleaning 12900 clauses out of 26231 with flag 95000/95000
98.07/48.75	c cleaning 13896 clauses out of 28331 with flag 110001/110001
112.50/56.01	c cleaning 14984 clauses out of 30434 with flag 126000/126000
128.58/64.26	c cleaning 16146 clauses out of 32447 with flag 143000/143000
146.34/73.28	c cleaning 16436 clauses out of 34300 with flag 161000/161000
162.88/81.66	c cleaning 16814 clauses out of 36864 with flag 180002/180002
180.78/90.73	c cleaning 17917 clauses out of 40047 with flag 200000/200000
197.86/99.59	c cleaning 18887 clauses out of 43129 with flag 221001/221001
217.95/109.77	c cleaning 20035 clauses out of 46240 with flag 243000/243000
239.03/120.49	c cleaning 21010 clauses out of 49204 with flag 266000/266000
261.72/131.96	c cleaning 21626 clauses out of 52193 with flag 290000/290000
284.61/143.74	c cleaning 22811 clauses out of 55567 with flag 315001/315001
311.24/157.24	c cleaning 23083 clauses out of 58755 with flag 341000/341000
337.02/170.39	c cleaning 24603 clauses out of 62663 with flag 368000/368000
343.69/173.93	c cleaning 0 clauses out of 5006 with flag 0/5006
362.70/183.70	c cleaning 25491 clauses out of 66059 with flag 396001/396001
393.31/199.91	c cleaning 26697 clauses out of 69567 with flag 425002/425002
421.91/214.43	c cleaning 27576 clauses out of 72870 with flag 455003/455003
451.27/229.67	c cleaning 28192 clauses out of 76290 with flag 486000/486000
493.37/250.98	c cleaning 29652 clauses out of 80100 with flag 518002/518002
523.97/266.53	c cleaning 30007 clauses out of 83447 with flag 551002/551002
557.05/283.42	c cleaning 31521 clauses out of 87437 with flag 585000/585000
593.53/302.20	c cleaning 31919 clauses out of 90917 with flag 620001/620001
631.40/321.57	c cleaning 32623 clauses out of 94996 with flag 656000/656000
670.61/341.51	c cleaning 34302 clauses out of 99373 with flag 693000/693000
712.46/362.86	c cleaning 34680 clauses out of 103071 with flag 731000/731000
758.63/386.64	c cleaning 35959 clauses out of 107390 with flag 770000/770000
803.95/409.70	c cleaning 37069 clauses out of 111433 with flag 810002/810002
845.44/430.93	c cleaning 37266 clauses out of 115362 with flag 851000/851000
888.38/453.03	c cleaning 38847 clauses out of 120096 with flag 893000/893000
928.11/474.08	c cleaning 39457 clauses out of 124249 with flag 936000/936000
970.77/496.87	c cleaning 40469 clauses out of 128791 with flag 980000/980000
1018.59/521.15	c cleaning 41505 clauses out of 133322 with flag 1025000/1025000
1067.33/546.57	c cleaning 42194 clauses out of 137817 with flag 1071000/1071000
1114.34/570.70	c cleaning 43415 clauses out of 142623 with flag 1118001/1118001
1167.25/597.79	c cleaning 44450 clauses out of 147206 with flag 1166000/1166000
1219.44/624.46	c cleaning 45976 clauses out of 151758 with flag 1215002/1215002
1276.14/653.84	c cleaning 45706 clauses out of 155781 with flag 1265001/1265001
1331.83/682.31	c cleaning 47353 clauses out of 161076 with flag 1316004/1316004
1397.42/715.88	c cleaning 48691 clauses out of 165716 with flag 1368000/1368000
1451.90/743.82	c cleaning 49680 clauses out of 170026 with flag 1421001/1421001
1512.02/775.14	c cleaning 50560 clauses out of 174345 with flag 1475000/1475000
1577.16/808.46	c cleaning 50545 clauses out of 178787 with flag 1530002/1530002
1642.79/841.95	c cleaning 52219 clauses out of 184241 with flag 1586001/1586001
1713.65/878.04	c cleaning 53303 clauses out of 189021 with flag 1643000/1643000
1800.11/922.31	c starts		: 190
1800.11/922.31	c conflicts		: 1679586
1800.11/922.31	c decisions		: 44136355
1800.11/922.31	c propagations		: 1470645996
1800.11/922.31	c inspects		: 2589417017
1800.11/922.31	c shortcuts		: 0
1800.11/922.31	c learnt literals	: 71
1800.11/922.31	c learnt binary clauses	: 120460
1800.11/922.31	c learnt ternary clauses	: 115691
1800.11/922.31	c learnt constraints	: 1679515
1800.11/922.31	c ignored constraints	: 0
1800.11/922.31	c root simplifications	: 0
1800.11/922.31	c removed literals (reason simplification)	: 11138939
1800.11/922.31	c reason swapping (by a shorter reason)	: 0
1800.11/922.31	c Calls to reduceDB	: 53
1800.11/922.31	c number of reductions to clauses (during analyze)	: 0
1800.11/922.31	c number of learned constraints concerned by reduction	: 0
1800.11/922.31	c number of learning phase by resolution	: 0
1800.11/922.31	c number of learning phase by cutting planes	: 0
1800.11/922.31	c speed (assignments/second)	: 1595864.2896208072
1800.11/922.31	c non guided choices	50149
1800.11/922.35	c learnt constraints type 
1800.11/922.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 120462
1800.11/922.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51922
1800.11/922.35	c constraints type 
1800.11/922.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18845
1800.11/922.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 176
1800.11/922.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.11/922.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2275
1800.11/922.35	c 21298 constraints processed.
1800.11/922.35	c constraints type 
1800.11/922.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2275
1800.11/922.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18845
1800.11/922.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 176
1800.11/922.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.11/922.35	c 21298 constraints processed.
1800.11/922.35	s UNKNOWN
1800.11/922.35	c Total wall clock time (in seconds): 922.223

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-3689660-1337884069/watcher-3689660-1337884069 -o /tmp/evaluation-result-3689660-1337884069/solver-3689660-1337884069 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689660-1337884069.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: 4.25 3.81 3.68 4/197 26864
/proc/meminfo: memFree=26082808/32873844 swapFree=7104/7104
[pid=26864] ppid=26862 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/26864/stat : 26864 (java) D 26862 26864 21231 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 254532581 278528 33 33554432000 1073741824 1073778376 140735421400128 140735421397304 272877317415 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 68 33 25 9 0 25 0

[startup+0.0860809 s]
/proc/loadavg: 4.25 3.81 3.68 4/197 26864
/proc/meminfo: memFree=26082808/32873844 swapFree=7104/7104
[pid=26864] ppid=26862 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/26864/stat : 26864 (java) S 26862 26864 21231 0 -1 4202496 3244 0 1 0 4 1 0 0 20 0 18 0 254532581 9787813888 4452 33554432000 1073741824 1073778376 140734151738304 140734151729440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 2389603 4453 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100254 s]
/proc/loadavg: 4.25 3.81 3.68 4/197 26864
/proc/meminfo: memFree=26082808/32873844 swapFree=7104/7104
[pid=26864] ppid=26862 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/26864/stat : 26864 (java) S 26862 26864 21231 0 -1 4202496 3643 0 1 0 6 1 0 0 20 0 18 0 254532581 9787813888 4851 33554432000 1073741824 1073778376 140734151738304 140734151729440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 2389603 4851 1932 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300219 s]
/proc/loadavg: 4.25 3.81 3.68 4/197 26864
/proc/meminfo: memFree=26082808/32873844 swapFree=7104/7104
[pid=26864] ppid=26862 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/26864/stat : 26864 (java) S 26862 26864 21231 0 -1 4202496 6811 0 1 0 50 2 0 0 20 0 18 0 254532581 9787813888 10283 33554432000 1073741824 1073778376 140734151738304 140734151729440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 2389603 10283 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700224 s]
/proc/loadavg: 4.25 3.81 3.68 4/197 26864
/proc/meminfo: memFree=26082808/32873844 swapFree=7104/7104
[pid=26864] ppid=26862 vsize=9558412 CPUtime=1.45 cores=0,2,4,6
/proc/26864/stat : 26864 (java) S 26862 26864 21231 0 -1 4202496 14293 0 1 0 139 6 0 0 20 0 18 0 254532581 9787813888 43165 33554432000 1073741824 1073778376 140734151738304 140734151729440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 2389603 43677 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9558412

[startup+1.50072 s]
/proc/loadavg: 4.25 3.81 3.68 7/219 26886
/proc/meminfo: memFree=25903432/32873844 swapFree=7104/7104
[pid=26864] ppid=26862 vsize=9824668 CPUtime=4.3 cores=0,2,4,6
/proc/26864/stat : 26864 (java) S 26862 26864 21231 0 -1 4202496 21395 0 1 0 421 9 0 0 20 0 22 0 254532581 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 140734151729440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 2456167 49636 2271 9 0 2446860 0
[pid=26864/tid=26866] ppid=26862 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/26864/task/26866/stat : 26866 (java) S 26862 26864 21231 0 -1 4202560 2520 0 1 0 65 3 0 0 20 0 22 0 254532583 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774430946296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26867] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26867/stat : 26867 (java) S 26862 26864 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254532584 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774274993192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26868] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26868/stat : 26868 (java) S 26862 26864 21231 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254532584 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774273940392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26869] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26869/stat : 26869 (java) S 26862 26864 21231 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254532584 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774272887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26870] ppid=26862 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26864/task/26870/stat : 26870 (java) S 26862 26864 21231 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254532584 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774271834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26871] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26871/stat : 26871 (java) S 26862 26864 21231 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254532584 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774270781992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26872] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26872/stat : 26872 (java) S 26862 26864 21231 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254532584 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774269729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26873] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26873/stat : 26873 (java) S 26862 26864 21231 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254532584 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774268676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26874] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26874/stat : 26874 (java) S 26862 26864 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254532584 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774267623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26875] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26875/stat : 26875 (java) S 26862 26864 21231 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254532585 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774255213544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26876] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26876/stat : 26876 (java) S 26862 26864 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774254159608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26877] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26877/stat : 26877 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774253106696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26878] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26878/stat : 26878 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774252055184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26879] ppid=26862 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/26864/task/26879/stat : 26879 (java) R 26862 26864 21231 0 -1 4202560 9526 0 0 0 102 2 0 0 20 0 22 0 254532588 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774250989536 139774437920127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26880] ppid=26862 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/26864/task/26880/stat : 26880 (java) R 26862 26864 21231 0 -1 4202560 7939 0 0 0 96 1 0 0 20 0 22 0 254532588 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774249949064 139774433396150 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26881] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26881/stat : 26881 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774248896888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26882] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26882/stat : 26882 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532589 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774247844296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26883] ppid=26862 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/26864/task/26883/stat : 26883 (java) R 26862 26864 21231 0 -1 4202560 26 0 0 0 72 0 0 0 20 0 22 0 254532656 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774246790376 139774292495832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26884] ppid=26862 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/26864/task/26884/stat : 26884 (java) R 26862 26864 21231 0 -1 4202560 70 0 0 0 72 0 0 0 20 0 22 0 254532656 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774245737512 139774292432439 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26885] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26885/stat : 26885 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532659 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774244685224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26886] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26886/stat : 26886 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532659 10060460032 49636 33554432000 1073741824 1073778376 140734151738304 139774243632424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9824668

[startup+3.10077 s]
/proc/loadavg: 4.25 3.81 3.68 4/219 26886
/proc/meminfo: memFree=25876692/32873844 swapFree=7104/7104
[pid=26864] ppid=26862 vsize=9824668 CPUtime=7.85 cores=0,2,4,6
/proc/26864/stat : 26864 (java) S 26862 26864 21231 0 -1 4202496 22458 0 1 0 769 16 0 0 20 0 22 0 254532581 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 140734151729440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 2456167 89885 2273 9 0 2446860 0
[pid=26864/tid=26866] ppid=26862 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/26864/task/26866/stat : 26866 (java) S 26862 26864 21231 0 -1 4202560 2520 0 1 0 65 3 0 0 20 0 22 0 254532583 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774430946296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26867] ppid=26862 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26864/task/26867/stat : 26867 (java) S 26862 26864 21231 0 -1 4202560 72 0 0 0 2 0 0 0 20 0 22 0 254532584 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774274993192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26868] ppid=26862 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26864/task/26868/stat : 26868 (java) S 26862 26864 21231 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254532584 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774273940392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26869] ppid=26862 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26864/task/26869/stat : 26869 (java) S 26862 26864 21231 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 22 0 254532584 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774272887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26870] ppid=26862 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26864/task/26870/stat : 26870 (java) S 26862 26864 21231 0 -1 4202560 74 0 0 0 2 1 0 0 20 0 22 0 254532584 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774271834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26871] ppid=26862 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26864/task/26871/stat : 26871 (java) S 26862 26864 21231 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 22 0 254532584 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774270781992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26872] ppid=26862 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26864/task/26872/stat : 26872 (java) S 26862 26864 21231 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254532584 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774269729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26873] ppid=26862 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26864/task/26873/stat : 26873 (java) S 26862 26864 21231 0 -1 4202560 64 0 0 0 1 0 0 0 20 0 22 0 254532584 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774268676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26874] ppid=26862 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26864/task/26874/stat : 26874 (java) S 26862 26864 21231 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254532584 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774267623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26875] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26875/stat : 26875 (java) S 26862 26864 21231 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254532585 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774255213544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26876] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26876/stat : 26876 (java) S 26862 26864 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774254159608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26877] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26877/stat : 26877 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774253106696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26878] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26878/stat : 26878 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774252055184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26879] ppid=26862 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/26864/task/26879/stat : 26879 (java) R 26862 26864 21231 0 -1 4202560 9729 0 0 0 124 3 0 0 20 0 22 0 254532588 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774251002296 139774436867331 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26880] ppid=26862 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/26864/task/26880/stat : 26880 (java) S 26862 26864 21231 0 -1 4202560 8322 0 0 0 102 2 0 0 20 0 22 0 254532588 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774249949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26881] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26881/stat : 26881 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774248896888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26882] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26882/stat : 26882 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532589 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774247844296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26883] ppid=26862 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/26864/task/26883/stat : 26883 (java) R 26862 26864 21231 0 -1 4202560 28 0 0 0 226 0 0 0 20 0 22 0 254532656 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774246789992 139774292440942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26884] ppid=26862 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/26864/task/26884/stat : 26884 (java) R 26862 26864 21231 0 -1 4202560 127 0 0 0 223 2 0 0 20 0 22 0 254532656 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774245737512 139774292490553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26885] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26885/stat : 26885 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532659 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774244685224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26886] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26886/stat : 26886 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532659 10060460032 89885 33554432000 1073741824 1073778376 140734151738304 139774243632424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9824668

[startup+6.30077 s]
/proc/loadavg: 4.23 3.82 3.68 6/219 26886
/proc/meminfo: memFree=25525176/32873844 swapFree=7104/7104
[pid=26864] ppid=26862 vsize=9824668 CPUtime=14.49 cores=0,2,4,6
/proc/26864/stat : 26864 (java) S 26862 26864 21231 0 -1 4202496 23860 0 1 0 1422 27 0 0 20 0 22 0 254532581 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 140734151729440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 2456167 167287 2285 9 0 2446860 0
[pid=26864/tid=26866] ppid=26862 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/26864/task/26866/stat : 26866 (java) S 26862 26864 21231 0 -1 4202560 2520 0 1 0 65 3 0 0 20 0 22 0 254532583 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774430946296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26867] ppid=26862 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26864/task/26867/stat : 26867 (java) S 26862 26864 21231 0 -1 4202560 90 0 0 0 4 1 0 0 20 0 22 0 254532584 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774274993192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26868] ppid=26862 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26864/task/26868/stat : 26868 (java) S 26862 26864 21231 0 -1 4202560 44 0 0 0 5 1 0 0 20 0 22 0 254532584 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774273940392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26869] ppid=26862 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26864/task/26869/stat : 26869 (java) S 26862 26864 21231 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 22 0 254532584 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774272887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26870] ppid=26862 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26864/task/26870/stat : 26870 (java) S 26862 26864 21231 0 -1 4202560 88 0 0 0 3 2 0 0 20 0 22 0 254532584 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774271834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26871] ppid=26862 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26864/task/26871/stat : 26871 (java) S 26862 26864 21231 0 -1 4202560 95 0 0 0 4 2 0 0 20 0 22 0 254532584 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774270781992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26872] ppid=26862 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26864/task/26872/stat : 26872 (java) S 26862 26864 21231 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 22 0 254532584 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774269729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26873] ppid=26862 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26864/task/26873/stat : 26873 (java) S 26862 26864 21231 0 -1 4202560 94 0 0 0 5 0 0 0 20 0 22 0 254532584 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774268676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26874] ppid=26862 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26864/task/26874/stat : 26874 (java) S 26862 26864 21231 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 254532584 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774267623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26875] ppid=26862 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/26864/task/26875/stat : 26875 (java) S 26862 26864 21231 0 -1 4202560 492 0 0 0 18 1 0 0 20 0 22 0 254532585 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774255213544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26876] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26876/stat : 26876 (java) S 26862 26864 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774254159608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26877] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26877/stat : 26877 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774253106696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26878] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26878/stat : 26878 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774252055184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26879] ppid=26862 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/26864/task/26879/stat : 26879 (java) S 26862 26864 21231 0 -1 4202560 9733 0 0 0 145 3 0 0 20 0 22 0 254532588 10060460032 167287 33554432000 1073741824 1073778376 140734151738304 139774251002296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/26864/statm: 2456167 898929 2286 9 0 2446860 0
[pid=26864/tid=26866] ppid=26862 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/26864/task/26866/stat : 26866 (java) S 26862 26864 21231 0 -1 4202560 2554 0 1 0 67 5 0 0 20 0 22 0 254532583 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774430946296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26867] ppid=26862 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/26864/task/26867/stat : 26867 (java) S 26862 26864 21231 0 -1 4202560 484 0 0 0 220 12 0 0 20 0 22 0 254532584 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774274993192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26868] ppid=26862 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/26864/task/26868/stat : 26868 (java) S 26862 26864 21231 0 -1 4202560 498 0 0 0 236 15 0 0 20 0 22 0 254532584 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774273940392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26869] ppid=26862 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/26864/task/26869/stat : 26869 (java) S 26862 26864 21231 0 -1 4202560 535 0 0 0 249 16 0 0 20 0 22 0 254532584 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774272887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26870] ppid=26862 vsize=9824668 CPUtime=2.6 cores=0,2,4,6
/proc/26864/task/26870/stat : 26870 (java) S 26862 26864 21231 0 -1 4202560 423 0 0 0 244 16 0 0 20 0 22 0 254532584 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774271834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26871] ppid=26862 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/26864/task/26871/stat : 26871 (java) S 26862 26864 21231 0 -1 4202560 393 0 0 0 231 14 0 0 20 0 22 0 254532584 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774270781992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26872] ppid=26862 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/26864/task/26872/stat : 26872 (java) S 26862 26864 21231 0 -1 4202560 421 0 0 0 237 14 0 0 20 0 22 0 254532584 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774269729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26873] ppid=26862 vsize=9824668 CPUtime=2.47 cores=0,2,4,6
/proc/26864/task/26873/stat : 26873 (java) S 26862 26864 21231 0 -1 4202560 636 0 0 0 234 13 0 0 20 0 22 0 254532584 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774268676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26874] ppid=26862 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/26864/task/26874/stat : 26874 (java) S 26862 26864 21231 0 -1 4202560 406 0 0 0 216 13 0 0 20 0 22 0 254532584 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774267623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26875] ppid=26862 vsize=9824668 CPUtime=56.38 cores=0,2,4,6
/proc/26864/task/26875/stat : 26875 (java) S 26862 26864 21231 0 -1 4202560 3930 0 0 0 5619 19 0 0 20 0 22 0 254532585 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774255213544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26876] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26876/stat : 26876 (java) S 26862 26864 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774254159608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26877] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26877/stat : 26877 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774253106696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26878] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26878/stat : 26878 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774252055184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26879] ppid=26862 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/26864/task/26879/stat : 26879 (java) S 26862 26864 21231 0 -1 4202560 12691 0 0 0 190 3 0 0 20 0 22 0 254532588 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774251002296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26880] ppid=26862 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/26864/task/26880/stat : 26880 (java) S 26862 26864 21231 0 -1 4202560 8823 0 0 0 126 2 0 0 20 0 22 0 254532588 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774249949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26881] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26881/stat : 26881 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774248896888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26882] ppid=26862 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/26864/task/26882/stat : 26882 (java) S 26862 26864 21231 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 254532589 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774247844296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26883] ppid=26862 vsize=9824668 CPUtime=817.44 cores=0,2,4,6
/proc/26864/task/26883/stat : 26883 (java) R 26862 26864 21231 0 -1 4202560 96 0 0 0 81730 14 0 0 20 0 22 0 254532656 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774246790112 139774292603904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26884] ppid=26862 vsize=9824668 CPUtime=817.43 cores=0,2,4,6
/proc/26864/task/26884/stat : 26884 (java) R 26862 26864 21231 0 -1 4202560 2015 0 0 0 81692 51 0 0 20 0 22 0 254532656 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774245735264 139774293035284 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26885] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26885/stat : 26885 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532659 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774244685224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26886] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26886/stat : 26886 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532659 10060460032 898929 33554432000 1073741824 1073778376 140734151738304 139774243632424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1719.57
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.301 s]
/proc/loadavg: 3.94 3.89 3.79 5/219 26963
/proc/meminfo: memFree=23543728/32873844 swapFree=7104/7104
[pid=26864] ppid=26862 vsize=9824668 CPUtime=1800.11 cores=0,2,4,6
/proc/26864/stat : 26864 (java) S 26862 26864 21231 0 -1 4202496 35984 0 1 0 179798 213 0 0 20 0 22 0 254532581 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 140734151729440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 2456167 933303 2286 9 0 2446860 0
[pid=26864/tid=26866] ppid=26862 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/26864/task/26866/stat : 26866 (java) S 26862 26864 21231 0 -1 4202560 2554 0 1 0 67 5 0 0 20 0 22 0 254532583 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774430946296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26867] ppid=26862 vsize=9824668 CPUtime=2.42 cores=0,2,4,6
/proc/26864/task/26867/stat : 26867 (java) S 26862 26864 21231 0 -1 4202560 523 0 0 0 229 13 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774274993192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26868] ppid=26862 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/26864/task/26868/stat : 26868 (java) S 26862 26864 21231 0 -1 4202560 835 0 0 0 255 18 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774273940392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26869] ppid=26862 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/26864/task/26869/stat : 26869 (java) S 26862 26864 21231 0 -1 4202560 596 0 0 0 263 18 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774272887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26870] ppid=26862 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/26864/task/26870/stat : 26870 (java) S 26862 26864 21231 0 -1 4202560 476 0 0 0 257 18 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774271834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26871] ppid=26862 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/26864/task/26871/stat : 26871 (java) S 26862 26864 21231 0 -1 4202560 421 0 0 0 241 15 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774270781992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26872] ppid=26862 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/26864/task/26872/stat : 26872 (java) S 26862 26864 21231 0 -1 4202560 464 0 0 0 245 16 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774269729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26873] ppid=26862 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/26864/task/26873/stat : 26873 (java) S 26862 26864 21231 0 -1 4202560 765 0 0 0 247 14 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774268676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26874] ppid=26862 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/26864/task/26874/stat : 26874 (java) S 26862 26864 21231 0 -1 4202560 504 0 0 0 229 14 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774267623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26875] ppid=26862 vsize=9824668 CPUtime=56.39 cores=0,2,4,6
/proc/26864/task/26875/stat : 26875 (java) S 26862 26864 21231 0 -1 4202560 3974 0 0 0 5619 20 0 0 20 0 22 0 254532585 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774255213544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26876] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26876/stat : 26876 (java) S 26862 26864 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774254159608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26877] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26877/stat : 26877 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774253106696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26878] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26878/stat : 26878 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774252055184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26879] ppid=26862 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/26864/task/26879/stat : 26879 (java) S 26862 26864 21231 0 -1 4202560 12691 0 0 0 190 3 0 0 20 0 22 0 254532588 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774251002296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26880] ppid=26862 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/26864/task/26880/stat : 26880 (java) S 26862 26864 21231 0 -1 4202560 8823 0 0 0 126 2 0 0 20 0 22 0 254532588 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774249949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26881] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26881/stat : 26881 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774248896888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26882] ppid=26862 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/26864/task/26882/stat : 26882 (java) S 26862 26864 21231 0 -1 4202560 53 0 0 0 13 20 0 0 20 0 22 0 254532589 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774247844296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26883] ppid=26862 vsize=9824668 CPUtime=857.04 cores=0,2,4,6
/proc/26864/task/26883/stat : 26883 (java) R 26862 26864 21231 0 -1 4202560 98 0 0 0 85689 15 0 0 20 0 22 0 254532656 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774246788240 139774292662859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26884] ppid=26862 vsize=9824668 CPUtime=857.03 cores=0,2,4,6
/proc/26864/task/26884/stat : 26884 (java) R 26862 26864 21231 0 -1 4202560 2017 0 0 0 85651 52 0 0 20 0 22 0 254532656 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774245736320 139774292340845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26885] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26885/stat : 26885 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532659 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774244685224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26886] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26886/stat : 26886 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532659 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774243632424 272889853865 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) 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.94 3.89 3.79 5/219 26963
/proc/meminfo: memFree=23543728/32873844 swapFree=7104/7104
[pid=26864] ppid=26862 vsize=9824668 CPUtime=1800.11 cores=0,2,4,6
/proc/26864/stat : 26864 (java) S 26862 26864 21231 0 -1 4202496 35984 0 1 0 179798 213 0 0 20 0 22 0 254532581 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 140734151729440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26864/statm: 2456167 933303 2286 9 0 2446860 0
[pid=26864/tid=26866] ppid=26862 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/26864/task/26866/stat : 26866 (java) S 26862 26864 21231 0 -1 4202560 2554 0 1 0 67 5 0 0 20 0 22 0 254532583 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774430946296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26867] ppid=26862 vsize=9824668 CPUtime=2.42 cores=0,2,4,6
/proc/26864/task/26867/stat : 26867 (java) S 26862 26864 21231 0 -1 4202560 523 0 0 0 229 13 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774274993192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26868] ppid=26862 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/26864/task/26868/stat : 26868 (java) S 26862 26864 21231 0 -1 4202560 835 0 0 0 255 18 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774273940392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26869] ppid=26862 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/26864/task/26869/stat : 26869 (java) S 26862 26864 21231 0 -1 4202560 596 0 0 0 263 18 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774272887592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26870] ppid=26862 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/26864/task/26870/stat : 26870 (java) S 26862 26864 21231 0 -1 4202560 476 0 0 0 257 18 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774271834792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26871] ppid=26862 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/26864/task/26871/stat : 26871 (java) S 26862 26864 21231 0 -1 4202560 421 0 0 0 241 15 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774270781992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26872] ppid=26862 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/26864/task/26872/stat : 26872 (java) S 26862 26864 21231 0 -1 4202560 464 0 0 0 245 16 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774269729192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26873] ppid=26862 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/26864/task/26873/stat : 26873 (java) S 26862 26864 21231 0 -1 4202560 765 0 0 0 247 14 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774268676392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26874] ppid=26862 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/26864/task/26874/stat : 26874 (java) S 26862 26864 21231 0 -1 4202560 504 0 0 0 229 14 0 0 20 0 22 0 254532584 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774267623592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26875] ppid=26862 vsize=9824668 CPUtime=56.39 cores=0,2,4,6
/proc/26864/task/26875/stat : 26875 (java) S 26862 26864 21231 0 -1 4202560 3974 0 0 0 5619 20 0 0 20 0 22 0 254532585 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774255213544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26876] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26876/stat : 26876 (java) S 26862 26864 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774254159608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26877] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26877/stat : 26877 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532586 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774253106696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26878] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26878/stat : 26878 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774252055184 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26879] ppid=26862 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/26864/task/26879/stat : 26879 (java) S 26862 26864 21231 0 -1 4202560 12691 0 0 0 190 3 0 0 20 0 22 0 254532588 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774251002296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26864/tid=26880] ppid=26862 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/26864/task/26880/stat : 26880 (java) S 26862 26864 21231 0 -1 4202560 8823 0 0 0 126 2 0 0 20 0 22 0 254532588 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774249949496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26881] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26881/stat : 26881 (java) S 26862 26864 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254532588 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774248896888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26882] ppid=26862 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/26864/task/26882/stat : 26882 (java) S 26862 26864 21231 0 -1 4202560 53 0 0 0 13 20 0 0 20 0 22 0 254532589 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774247844296 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26864/tid=26883] ppid=26862 vsize=9824668 CPUtime=857.04 cores=0,2,4,6
/proc/26864/task/26883/stat : 26883 (java) R 26862 26864 21231 0 -1 4202560 98 0 0 0 85689 15 0 0 20 0 22 0 254532656 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774246788240 139774292662859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26884] ppid=26862 vsize=9824668 CPUtime=857.03 cores=0,2,4,6
/proc/26864/task/26884/stat : 26884 (java) R 26862 26864 21231 0 -1 4202560 2017 0 0 0 85651 52 0 0 20 0 22 0 254532656 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774245736320 139774292340845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26864/tid=26885] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26885/stat : 26885 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532659 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774244685224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26864/tid=26886] ppid=26862 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26864/task/26886/stat : 26886 (java) S 26862 26864 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254532659 10060460032 933303 33554432000 1073741824 1073778376 140734151738304 139774243632424 272889853865 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) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26864 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=529342
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=612602
# CPU time returned by wait4() is 1796.14
# 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): 922.38
CPU time (s): 1800.11
CPU user time (s): 1797.98
CPU system time (s): 2.13
CPU usage (%): 195.159
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.53
system time used= 2.6126
maximum resident set size= 3733336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36016
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25285
involuntary context switches= 37303

runsolver used 3.12052 second user time and 8.23575 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 20:27:49
IDJOB=3689660
IDBENCH=90147
IDSOLVER=2268
FILE ID=node119/3689660-1337884069
RUNJOBID= node119-1337871880-21247
PBS_JOBID= 14620085
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 3f678424628fecb2a53891618f9bde8f
RANDOM SEED=157465548

node119.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.943
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.88
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.943
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.943
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:        26083536 kB
Buffers:          214204 kB
Cached:          2810540 kB
SwapCached:            0 kB
Active:          3360504 kB
Inactive:        2659364 kB
Active(anon):    2997572 kB
Inactive(anon):        0 kB
Active(file):     362932 kB
Inactive(file):  2659364 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1376 kB
Writeback:            48 kB
AnonPages:       3001916 kB
Mapped:            21644 kB
Shmem:               200 kB
Slab:             626800 kB
SReclaimable:      69200 kB
SUnreclaim:       557600 kB
KernelStack:        1600 kB
PageTables:        10056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3157156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2942976 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= 71696 MiB
End job on node119 at 2012-05-24 20:43:13