Trace number 3689492

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.84 910.767

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-807456.opb
MD5SUM21cf0355c32a3177f2f6fa914b5dacc6
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1635
Total number of constraints840
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)840
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1635
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1635
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1635
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689492-1337882547.opb
0.08/0.12	c reading problem ... 
0.50/0.31	c ... done. Wall clock time 0.188s.
0.50/0.31	c declared #vars     1635
0.50/0.31	c #constraints  1676
0.50/0.31	c constraints type 
0.50/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 800
0.50/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
0.50/0.31	c ignored satisfied constraints => 4
0.50/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.50/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.50/0.31	c 1680 constraints processed.
0.50/0.31	c constraints type 
0.50/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72
0.50/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 800
0.50/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 800
0.50/0.31	c ignored satisfied constraints => 4
0.50/0.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.50/0.31	c 1680 constraints processed.
0.50/0.31	c objective function length is 1635 literals
3.60/1.17	c cleaning 2497 clauses out of 4997 with flag 5001/5001
5.57/2.02	c cleaning 4246 clauses out of 8499 with flag 11001/11001
8.00/3.25	c cleaning 5620 clauses out of 11251 with flag 18000/18000
10.74/4.67	c cleaning 6808 clauses out of 13630 with flag 26000/26000
14.30/6.48	c cleaning 7907 clauses out of 15823 with flag 35001/35001
18.25/8.42	c cleaning 8953 clauses out of 17915 with flag 45002/45002
22.80/10.78	c cleaning 9979 clauses out of 19960 with flag 56000/56000
28.08/13.43	c cleaning 10988 clauses out of 21981 with flag 68000/68000
34.10/16.53	c cleaning 11994 clauses out of 23994 with flag 81001/81001
40.56/19.82	c cleaning 12985 clauses out of 26000 with flag 95002/95002
48.18/23.77	c cleaning 13993 clauses out of 28014 with flag 110001/110001
57.25/28.36	c cleaning 15000 clauses out of 30023 with flag 126003/126003
66.76/33.20	c cleaning 16005 clauses out of 32021 with flag 143001/143001
77.65/38.71	c cleaning 17006 clauses out of 34015 with flag 161000/161000
89.85/44.97	c cleaning 17999 clauses out of 36010 with flag 180001/180001
102.20/51.29	c cleaning 18995 clauses out of 38010 with flag 200000/200000
116.02/58.31	c cleaning 20005 clauses out of 40015 with flag 221000/221000
131.78/66.35	c cleaning 20993 clauses out of 42010 with flag 243000/243000
149.98/75.59	c cleaning 21985 clauses out of 44018 with flag 266001/266001
167.93/84.67	c cleaning 23006 clauses out of 46033 with flag 290001/290001
188.24/95.07	c cleaning 24002 clauses out of 48027 with flag 315001/315001
201.72/101.96	c cleaning 0 clauses out of 5001 with flag 0/5001
208.94/105.65	c cleaning 25003 clauses out of 50024 with flag 341000/341000
231.41/117.04	c cleaning 25997 clauses out of 52021 with flag 368000/368000
257.48/130.32	c cleaning 27002 clauses out of 54025 with flag 396002/396002
283.94/143.77	c cleaning 28007 clauses out of 56022 with flag 425001/425001
311.40/157.67	c cleaning 28994 clauses out of 58014 with flag 455000/455000
343.90/174.08	c cleaning 30000 clauses out of 60021 with flag 486001/486001
377.08/190.90	c cleaning 31002 clauses out of 62020 with flag 518000/518000
413.77/209.42	c cleaning 32000 clauses out of 64018 with flag 551000/551000
452.79/229.11	c cleaning 33006 clauses out of 66021 with flag 585003/585003
493.10/249.43	c cleaning 33994 clauses out of 68012 with flag 620000/620000
533.65/270.01	c cleaning 35000 clauses out of 70018 with flag 656000/656000
575.80/291.26	c cleaning 36002 clauses out of 72019 with flag 693001/693001
619.72/313.75	c cleaning 36997 clauses out of 74016 with flag 731000/731000
665.89/337.30	c cleaning 37998 clauses out of 76019 with flag 770000/770000
716.19/362.67	c cleaning 39006 clauses out of 78021 with flag 810000/810000
765.28/387.46	c cleaning 39997 clauses out of 80016 with flag 851001/851001
819.19/414.64	c cleaning 40992 clauses out of 82018 with flag 893000/893000
877.37/444.27	c cleaning 42001 clauses out of 84027 with flag 936001/936001
937.79/474.73	c cleaning 43008 clauses out of 86025 with flag 980000/980000
1001.71/506.90	c cleaning 43984 clauses out of 88017 with flag 1025000/1025000
1064.96/538.72	c cleaning 44998 clauses out of 90034 with flag 1071001/1071001
1137.13/575.37	c cleaning 46011 clauses out of 92037 with flag 1118002/1118002
1213.84/614.05	c cleaning 46996 clauses out of 94024 with flag 1166000/1166000
1265.36/640.19	c cleaning 0 clauses out of 11000 with flag 0/11000
1292.95/654.36	c cleaning 48003 clauses out of 96028 with flag 1215000/1215000
1377.98/697.47	c cleaning 49005 clauses out of 98025 with flag 1265000/1265000
1470.87/744.21	c cleaning 49999 clauses out of 100020 with flag 1316000/1316000
1551.31/784.86	c cleaning 51011 clauses out of 102021 with flag 1368000/1368000
1643.70/831.36	c cleaning 51997 clauses out of 104010 with flag 1421000/1421000
1742.28/881.38	c cleaning 52990 clauses out of 106013 with flag 1475000/1475000
1800.18/910.72	c starts		: 207
1800.18/910.72	c conflicts		: 1511568
1800.18/910.72	c decisions		: 1947348
1800.18/910.72	c propagations		: 338428799
1800.18/910.72	c inspects		: 7702566056
1800.18/910.72	c shortcuts		: 0
1800.18/910.72	c learnt literals	: 11
1800.18/910.72	c learnt binary clauses	: 137
1800.18/910.72	c learnt ternary clauses	: 350
1800.18/910.72	c learnt constraints	: 1511557
1800.18/910.72	c ignored constraints	: 0
1800.18/910.72	c root simplifications	: 0
1800.18/910.72	c removed literals (reason simplification)	: 9540772
1800.18/910.72	c reason swapping (by a shorter reason)	: 0
1800.18/910.72	c Calls to reduceDB	: 50
1800.18/910.72	c number of reductions to clauses (during analyze)	: 0
1800.18/910.72	c number of learned constraints concerned by reduction	: 0
1800.18/910.72	c number of learning phase by resolution	: 0
1800.18/910.72	c number of learning phase by cutting planes	: 0
1800.18/910.72	c speed (assignments/second)	: 371740.0864024359
1800.18/910.72	c non guided choices	0
1800.18/910.75	c learnt constraints type 
1800.18/910.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 137
1800.18/910.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89477
1800.18/910.75	c constraints type 
1800.18/910.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 800
1800.18/910.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
1800.18/910.75	c ignored satisfied constraints => 4
1800.18/910.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
1800.18/910.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
1800.18/910.75	c 1680 constraints processed.
1800.18/910.75	c constraints type 
1800.18/910.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72
1800.18/910.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 800
1800.18/910.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 800
1800.18/910.75	c ignored satisfied constraints => 4
1800.18/910.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
1800.18/910.75	c 1680 constraints processed.
1800.18/910.75	s UNKNOWN
1800.18/910.75	c Total wall clock time (in seconds): 910.627

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-3689492-1337882547/watcher-3689492-1337882547 -o /tmp/evaluation-result-3689492-1337882547/solver-3689492-1337882547 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689492-1337882547.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.83 3.84 3.53 3/195 2882
/proc/meminfo: memFree=25555516/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2882/stat : 2882 (java) D 2880 2882 32594 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254380600 9515008 182 33554432000 1073741824 1073778376 140737133801936 140737133792968 273448517301 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2323 182 140 9 0 71 0

[startup+0.0466239 s]
/proc/loadavg: 3.83 3.84 3.53 3/195 2882
/proc/meminfo: memFree=25555516/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/2882/stat : 2882 (java) S 2880 2882 32594 0 -1 4202496 3022 0 1 0 1 1 0 0 20 0 13 0 254380600 9446973440 3719 33554432000 1073741824 1073778376 140734381566480 140734381557616 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2306390 3719 1696 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100244 s]
/proc/loadavg: 3.83 3.84 3.53 3/195 2882
/proc/meminfo: memFree=25555516/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/2882/stat : 2882 (java) S 2880 2882 32594 0 -1 4202496 4279 0 1 0 7 1 0 0 20 0 18 0 254380600 9787813888 5472 33554432000 1073741824 1073778376 140734381566480 140734381557616 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2389603 5472 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300228 s]
/proc/loadavg: 3.83 3.84 3.53 3/195 2882
/proc/meminfo: memFree=25555516/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/2882/stat : 2882 (java) S 2880 2882 32594 0 -1 4202496 6436 0 1 0 48 2 0 0 20 0 18 0 254380600 9787813888 12989 33554432000 1073741824 1073778376 140734381566480 140734381557616 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2389603 12989 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.70016 s]
/proc/loadavg: 3.83 3.84 3.53 3/195 2882
/proc/meminfo: memFree=25555516/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9824668 CPUtime=2.05 cores=0,2,4,6
/proc/2882/stat : 2882 (java) S 2880 2882 32594 0 -1 4202496 19569 0 1 0 201 4 0 0 20 0 22 0 254380600 10060460032 25174 33554432000 1073741824 1073778376 140734381566480 140734381557616 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2456167 25174 2238 9 0 2446860 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 3.83 3.84 3.53 7/217 2904
/proc/meminfo: memFree=25432700/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9824668 CPUtime=4.5 cores=0,2,4,6
/proc/2882/stat : 2882 (java) S 2880 2882 32594 0 -1 4202496 23283 0 1 0 444 6 0 0 20 0 22 0 254380600 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 140734381557616 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2456167 46140 2277 9 0 2446860 0
[pid=2882/tid=2884] ppid=2880 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/2882/task/2884/stat : 2884 (java) S 2880 2882 32594 0 -1 4202560 2468 0 1 0 26 2 0 0 20 0 22 0 254380601 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139933231854584 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2885] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2885/stat : 2885 (java) S 2880 2882 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254380602 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139933193345832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2886] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2886/stat : 2886 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380602 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139933192293032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2887] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2887/stat : 2887 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380602 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139933191240744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2888] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2888/stat : 2888 (java) S 2880 2882 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254380602 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139933190187944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2889] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2889/stat : 2889 (java) S 2880 2882 32594 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254380602 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139933071173928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2890] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2890/stat : 2890 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380602 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139933070121128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2891] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2891/stat : 2891 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380602 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139933069068840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2892] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2892/stat : 2892 (java) S 2880 2882 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254380602 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139933068016040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2893] ppid=2880 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/2882/task/2893/stat : 2893 (java) S 2880 2882 32594 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 254380603 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139933055818472 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2894] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2894/stat : 2894 (java) S 2880 2882 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932450416120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2895] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2895/stat : 2895 (java) S 2880 2882 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932449363720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2896] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2896/stat : 2896 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932448312208 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2897] ppid=2880 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/2882/task/2897/stat : 2897 (java) S 2880 2882 32594 0 -1 4202560 9517 0 0 0 93 1 0 0 20 0 22 0 254380606 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932447258808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2898] ppid=2880 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/2882/task/2898/stat : 2898 (java) S 2880 2882 32594 0 -1 4202560 9901 0 0 0 89 2 0 0 20 0 22 0 254380606 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932446206008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2899] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2899/stat : 2899 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932445153912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2900] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2900/stat : 2900 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932444101320 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2901] ppid=2880 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/2882/task/2901/stat : 2901 (java) R 2880 2882 32594 0 -1 4202560 26 0 0 0 113 0 0 0 20 0 22 0 254380631 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932443046712 139933071762432 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2902] ppid=2880 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/2882/task/2902/stat : 2902 (java) R 2880 2882 32594 0 -1 4202560 116 0 0 0 114 0 0 0 20 0 22 0 254380631 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932441993096 139933071879782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2903] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2903/stat : 2903 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932440942248 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2904] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2904/stat : 2904 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 46140 33554432000 1073741824 1073778376 140734381566480 139932439889448 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9824668

[startup+3.10126 s]
/proc/loadavg: 3.83 3.84 3.53 5/217 2904
/proc/meminfo: memFree=25343272/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9824668 CPUtime=7.76 cores=0,2,4,6
/proc/2882/stat : 2882 (java) S 2880 2882 32594 0 -1 4202496 23456 0 1 0 765 11 0 0 20 0 22 0 254380600 10060460032 84614 33554432000 1073741824 1073778376 140734381566480 140734381557616 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2456167 84614 2277 9 0 2446860 0
[pid=2882/tid=2884] ppid=2880 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/2882/task/2884/stat : 2884 (java) S 2880 2882 32594 0 -1 4202560 2468 0 1 0 26 2 0 0 20 0 22 0 254380601 10060460032 84614 33554432000 1073741824 1073778376 140734381566480 139933231854584 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2885] ppid=2880 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/2882/task/2885/stat : 2885 (java) R 2880 2882 32594 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254380602 10060460032 84614 33554432000 1073741824 1073778376 140734381566480 139933193345832 139933236029615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2886] ppid=2880 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/2882/task/2886/stat : 2886 (java) S 2880 2882 32594 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254380602 10060460032 84614 33554432000 1073741824 1073778376 140734381566480 139933192293032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2887] ppid=2880 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/2882/task/2887/stat : 2887 (java) R 2880 2882 32594 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254380602 10060460032 84614 33554432000 1073741824 1073778376 140734381566480 139933191240768 273451901365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2888] ppid=2880 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/2882/task/2888/stat : 2888 (java) R 2880 2882 32594 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254380602 10060460032 84614 33554432000 1073741824 1073778376 140734381566480 139933190187944 273451891768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2889] ppid=2880 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/2882/task/2889/stat : 2889 (java) R 2880 2882 32594 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 254380602 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139933071174104 139933234325185 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2890] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2890/stat : 2890 (java) S 2880 2882 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254380602 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139933070121128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2891] ppid=2880 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/2882/task/2891/stat : 2891 (java) R 2880 2882 32594 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254380602 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139933069068680 139933238752504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2892] ppid=2880 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/2882/task/2892/stat : 2892 (java) R 2880 2882 32594 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254380602 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139933068016040 273451889724 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2893] ppid=2880 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/2882/task/2893/stat : 2893 (java) S 2880 2882 32594 0 -1 4202560 100 0 0 0 7 0 0 0 20 0 22 0 254380603 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139933055817352 273451889724 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2894] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2894/stat : 2894 (java) S 2880 2882 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932450416120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2895] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2895/stat : 2895 (java) S 2880 2882 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932449363720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2896] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2896/stat : 2896 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932448312208 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2897] ppid=2880 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/2882/task/2897/stat : 2897 (java) S 2880 2882 32594 0 -1 4202560 9517 0 0 0 96 1 0 0 20 0 22 0 254380606 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932447258808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2898] ppid=2880 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/2882/task/2898/stat : 2898 (java) S 2880 2882 32594 0 -1 4202560 9901 0 0 0 91 2 0 0 20 0 22 0 254380606 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932446206008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2899] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2899/stat : 2899 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932445153912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2900] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2900/stat : 2900 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932444101320 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2901] ppid=2880 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/2882/task/2901/stat : 2901 (java) S 2880 2882 32594 0 -1 4202560 27 0 0 0 261 0 0 0 20 0 22 0 254380631 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932443044840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2902] ppid=2880 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/2882/task/2902/stat : 2902 (java) S 2880 2882 32594 0 -1 4202560 179 0 0 0 260 3 0 0 20 0 22 0 254380631 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932441992760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2903] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2903/stat : 2903 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932440942248 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2904] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2904/stat : 2904 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 84615 33554432000 1073741824 1073778376 140734381566480 139932439889448 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.84 3.84 3.53 5/217 2904
/proc/meminfo: memFree=24989212/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9824668 CPUtime=14.1 cores=0,2,4,6
/proc/2882/stat : 2882 (java) S 2880 2882 32594 0 -1 4202496 24024 0 1 0 1392 18 0 0 20 0 22 0 254380600 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 140734381557616 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2456167 154265 2277 9 0 2446860 0
[pid=2882/tid=2884] ppid=2880 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/2882/task/2884/stat : 2884 (java) S 2880 2882 32594 0 -1 4202560 2468 0 1 0 26 2 0 0 20 0 22 0 254380601 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139933231854584 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2885] ppid=2880 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/2882/task/2885/stat : 2885 (java) S 2880 2882 32594 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254380602 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139933193345832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2886] ppid=2880 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/2882/task/2886/stat : 2886 (java) S 2880 2882 32594 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 254380602 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139933192293032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2887] ppid=2880 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/2882/task/2887/stat : 2887 (java) S 2880 2882 32594 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254380602 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139933191240744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2888] ppid=2880 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/2882/task/2888/stat : 2888 (java) S 2880 2882 32594 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 254380602 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139933190187944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2889] ppid=2880 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/2882/task/2889/stat : 2889 (java) S 2880 2882 32594 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 254380602 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139933071173928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2890] ppid=2880 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/2882/task/2890/stat : 2890 (java) S 2880 2882 32594 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254380602 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139933070121128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2891] ppid=2880 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/2882/task/2891/stat : 2891 (java) S 2880 2882 32594 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 254380602 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139933069068840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2892] ppid=2880 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/2882/task/2892/stat : 2892 (java) S 2880 2882 32594 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254380602 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139933068016040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2893] ppid=2880 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/2882/task/2893/stat : 2893 (java) S 2880 2882 32594 0 -1 4202560 484 0 0 0 25 2 0 0 20 0 22 0 254380603 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139933055818472 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2894] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2894/stat : 2894 (java) S 2880 2882 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139932450416120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2895] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2895/stat : 2895 (java) S 2880 2882 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139932449363720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2896] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2896/stat : 2896 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139932448312208 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2897] ppid=2880 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/2882/task/2897/stat : 2897 (java) S 2880 2882 32594 0 -1 4202560 9518 0 0 0 103 1 0 0 20 0 22 0 254380606 10060460032 154265 33554432000 1073741824 1073778376 140734381566480 139932447258808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=2882/tid=2902] ppid=2880 vsize=9824668 CPUtime=787.89 cores=0,2,4,6
/proc/2882/task/2902/stat : 2902 (java) R 2880 2882 32594 0 -1 4202560 2280 0 0 0 78744 45 0 0 20 0 22 0 254380631 10060460032 686416 33554432000 1073741824 1073778376 140734381566480 139932441991744 139933071814164 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2903] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2903/stat : 2903 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 686416 33554432000 1073741824 1073778376 140734381566480 139932440942248 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2904] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2904/stat : 2904 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 686416 33554432000 1073741824 1073778376 140734381566480 139932439889448 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1625.55
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.89 3.88 3.74 4/217 3062
/proc/meminfo: memFree=22702544/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9824668 CPUtime=1743.53 cores=0,2,4,6
/proc/2882/stat : 2882 (java) S 2880 2882 32594 0 -1 4202496 35776 0 1 0 174140 213 0 0 20 0 22 0 254380600 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 140734381557616 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2456167 724965 2278 9 0 2446860 0
[pid=2882/tid=2884] ppid=2880 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/2882/task/2884/stat : 2884 (java) S 2880 2882 32594 0 -1 4202560 2496 0 1 0 29 3 0 0 20 0 22 0 254380601 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139933231854296 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2885] ppid=2880 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/2882/task/2885/stat : 2885 (java) S 2880 2882 32594 0 -1 4202560 704 0 0 0 232 20 0 0 20 0 22 0 254380602 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139933193345832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2886] ppid=2880 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/2882/task/2886/stat : 2886 (java) S 2880 2882 32594 0 -1 4202560 365 0 0 0 219 19 0 0 20 0 22 0 254380602 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139933192293032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2887] ppid=2880 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/2882/task/2887/stat : 2887 (java) S 2880 2882 32594 0 -1 4202560 734 0 0 0 217 21 0 0 20 0 22 0 254380602 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139933191240744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2888] ppid=2880 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/2882/task/2888/stat : 2888 (java) S 2880 2882 32594 0 -1 4202560 788 0 0 0 212 16 0 0 20 0 22 0 254380602 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139933190187944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2889] ppid=2880 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/2882/task/2889/stat : 2889 (java) S 2880 2882 32594 0 -1 4202560 813 0 0 0 214 17 0 0 20 0 22 0 254380602 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139933071173928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2890] ppid=2880 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/2882/task/2890/stat : 2890 (java) S 2880 2882 32594 0 -1 4202560 766 0 0 0 233 17 0 0 20 0 22 0 254380602 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139933070121128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2891] ppid=2880 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/2882/task/2891/stat : 2891 (java) S 2880 2882 32594 0 -1 4202560 941 0 0 0 221 18 0 0 20 0 22 0 254380602 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139933069068840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2892] ppid=2880 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/2882/task/2892/stat : 2892 (java) S 2880 2882 32594 0 -1 4202560 940 0 0 0 217 17 0 0 20 0 22 0 254380602 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139933068016040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2893] ppid=2880 vsize=9824668 CPUtime=31.73 cores=0,2,4,6
/proc/2882/task/2893/stat : 2893 (java) R 2880 2882 32594 0 -1 4202560 3277 0 0 0 3156 17 0 0 20 0 22 0 254380603 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139933055817320 139933236015301 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2894] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2894/stat : 2894 (java) S 2880 2882 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932450416120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2895] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2895/stat : 2895 (java) S 2880 2882 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932449363720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2896] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2896/stat : 2896 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932448312208 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2897] ppid=2880 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/2882/task/2897/stat : 2897 (java) S 2880 2882 32594 0 -1 4202560 10370 0 0 0 157 1 0 0 20 0 22 0 254380606 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932447258808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2898] ppid=2880 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/2882/task/2898/stat : 2898 (java) S 2880 2882 32594 0 -1 4202560 9902 0 0 0 94 2 0 0 20 0 22 0 254380606 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932446206008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2899] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2899/stat : 2899 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932445153912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2900] ppid=2880 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/2882/task/2900/stat : 2900 (java) S 2880 2882 32594 0 -1 4202560 51 0 0 0 18 14 0 0 20 0 22 0 254380606 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932444101320 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2901] ppid=2880 vsize=9824668 CPUtime=844.9 cores=0,2,4,6
/proc/2882/task/2901/stat : 2901 (java) S 2880 2882 32594 0 -1 4202560 149 0 0 0 84474 16 0 0 20 0 22 0 254380631 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932443046744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2902] ppid=2880 vsize=9824668 CPUtime=844.84 cores=0,2,4,6
/proc/2882/task/2902/stat : 2902 (java) S 2880 2882 32594 0 -1 4202560 2292 0 0 0 84437 47 0 0 20 0 22 0 254380631 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932441992168 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2903] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2903/stat : 2903 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932440942248 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2904] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2904/stat : 2904 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 724965 33554432000 1073741824 1073778376 140734381566480 139932439889448 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1743.53
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.701 s]
/proc/loadavg: 3.93 3.89 3.74 4/217 3065
/proc/meminfo: memFree=22626148/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9824668 CPUtime=1800.18 cores=0,2,4,6
/proc/2882/stat : 2882 (java) S 2880 2882 32594 0 -1 4202496 35828 0 1 0 179805 213 0 0 20 0 22 0 254380600 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 140734381557616 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2456167 729608 2278 9 0 2446860 0
[pid=2882/tid=2884] ppid=2880 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/2882/task/2884/stat : 2884 (java) S 2880 2882 32594 0 -1 4202560 2496 0 1 0 29 3 0 0 20 0 22 0 254380601 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933231854584 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2885] ppid=2880 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/2882/task/2885/stat : 2885 (java) S 2880 2882 32594 0 -1 4202560 708 0 0 0 236 20 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933193345832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2886] ppid=2880 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/2882/task/2886/stat : 2886 (java) S 2880 2882 32594 0 -1 4202560 365 0 0 0 221 19 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933192293032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2887] ppid=2880 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/2882/task/2887/stat : 2887 (java) S 2880 2882 32594 0 -1 4202560 734 0 0 0 220 21 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933191240744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2888] ppid=2880 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/2882/task/2888/stat : 2888 (java) S 2880 2882 32594 0 -1 4202560 792 0 0 0 217 17 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933190187944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2889] ppid=2880 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/2882/task/2889/stat : 2889 (java) S 2880 2882 32594 0 -1 4202560 814 0 0 0 216 17 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933071173928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2890] ppid=2880 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/2882/task/2890/stat : 2890 (java) S 2880 2882 32594 0 -1 4202560 766 0 0 0 235 17 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933070121128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2891] ppid=2880 vsize=9824668 CPUtime=2.42 cores=0,2,4,6
/proc/2882/task/2891/stat : 2891 (java) S 2880 2882 32594 0 -1 4202560 946 0 0 0 224 18 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933069068840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2892] ppid=2880 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/2882/task/2892/stat : 2892 (java) S 2880 2882 32594 0 -1 4202560 944 0 0 0 219 17 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933068016040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2893] ppid=2880 vsize=9824668 CPUtime=32.02 cores=0,2,4,6
/proc/2882/task/2893/stat : 2893 (java) S 2880 2882 32594 0 -1 4202560 3307 0 0 0 3185 17 0 0 20 0 22 0 254380603 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933055818472 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2894] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2894/stat : 2894 (java) S 2880 2882 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932450416120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2895] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2895/stat : 2895 (java) S 2880 2882 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932449363720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2896] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2896/stat : 2896 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932448312208 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2897] ppid=2880 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/2882/task/2897/stat : 2897 (java) S 2880 2882 32594 0 -1 4202560 10370 0 0 0 157 1 0 0 20 0 22 0 254380606 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932447258808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2898] ppid=2880 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/2882/task/2898/stat : 2898 (java) S 2880 2882 32594 0 -1 4202560 9902 0 0 0 94 2 0 0 20 0 22 0 254380606 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932446206008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2899] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2899/stat : 2899 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932445153912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2900] ppid=2880 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/2882/task/2900/stat : 2900 (java) S 2880 2882 32594 0 -1 4202560 53 0 0 0 19 14 0 0 20 0 22 0 254380606 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932444101320 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2901] ppid=2880 vsize=9824668 CPUtime=872.96 cores=0,2,4,6
/proc/2882/task/2901/stat : 2901 (java) R 2880 2882 32594 0 -1 4202560 150 0 0 0 87279 17 0 0 20 0 22 0 254380631 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932443045712 139933071762427 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2902] ppid=2880 vsize=9824668 CPUtime=872.9 cores=0,2,4,6
/proc/2882/task/2902/stat : 2902 (java) R 2880 2882 32594 0 -1 4202560 2293 0 0 0 87242 48 0 0 20 0 22 0 254380631 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932441991744 139933071904538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2903] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2903/stat : 2903 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932440942248 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2904] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2904/stat : 2904 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932439889448 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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+910.701 s]
/proc/loadavg: 3.93 3.89 3.74 4/217 3065
/proc/meminfo: memFree=22626148/32873852 swapFree=6848/6848
[pid=2882] ppid=2880 vsize=9824668 CPUtime=1800.18 cores=0,2,4,6
/proc/2882/stat : 2882 (java) S 2880 2882 32594 0 -1 4202496 35828 0 1 0 179805 213 0 0 20 0 22 0 254380600 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 140734381557616 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2882/statm: 2456167 729608 2278 9 0 2446860 0
[pid=2882/tid=2884] ppid=2880 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/2882/task/2884/stat : 2884 (java) S 2880 2882 32594 0 -1 4202560 2496 0 1 0 29 3 0 0 20 0 22 0 254380601 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933231854584 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2885] ppid=2880 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/2882/task/2885/stat : 2885 (java) S 2880 2882 32594 0 -1 4202560 708 0 0 0 236 20 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933193345832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2886] ppid=2880 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/2882/task/2886/stat : 2886 (java) S 2880 2882 32594 0 -1 4202560 365 0 0 0 221 19 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933192293032 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2887] ppid=2880 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/2882/task/2887/stat : 2887 (java) S 2880 2882 32594 0 -1 4202560 734 0 0 0 220 21 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933191240744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2888] ppid=2880 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/2882/task/2888/stat : 2888 (java) S 2880 2882 32594 0 -1 4202560 792 0 0 0 217 17 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933190187944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2889] ppid=2880 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/2882/task/2889/stat : 2889 (java) S 2880 2882 32594 0 -1 4202560 814 0 0 0 216 17 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933071173928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2890] ppid=2880 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/2882/task/2890/stat : 2890 (java) S 2880 2882 32594 0 -1 4202560 766 0 0 0 235 17 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933070121128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2882/tid=2891] ppid=2880 vsize=9824668 CPUtime=2.42 cores=0,2,4,6
/proc/2882/task/2891/stat : 2891 (java) S 2880 2882 32594 0 -1 4202560 946 0 0 0 224 18 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933069068840 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2892] ppid=2880 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/2882/task/2892/stat : 2892 (java) S 2880 2882 32594 0 -1 4202560 944 0 0 0 219 17 0 0 20 0 22 0 254380602 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933068016040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2893] ppid=2880 vsize=9824668 CPUtime=32.02 cores=0,2,4,6
/proc/2882/task/2893/stat : 2893 (java) S 2880 2882 32594 0 -1 4202560 3307 0 0 0 3185 17 0 0 20 0 22 0 254380603 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139933055818472 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2894] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2894/stat : 2894 (java) S 2880 2882 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932450416120 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2895] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2895/stat : 2895 (java) S 2880 2882 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254380604 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932449363720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2896] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2896/stat : 2896 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932448312208 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2897] ppid=2880 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/2882/task/2897/stat : 2897 (java) S 2880 2882 32594 0 -1 4202560 10370 0 0 0 157 1 0 0 20 0 22 0 254380606 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932447258808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2898] ppid=2880 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/2882/task/2898/stat : 2898 (java) S 2880 2882 32594 0 -1 4202560 9902 0 0 0 94 2 0 0 20 0 22 0 254380606 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932446206008 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2899] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2899/stat : 2899 (java) S 2880 2882 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254380606 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932445153912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2900] ppid=2880 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/2882/task/2900/stat : 2900 (java) S 2880 2882 32594 0 -1 4202560 53 0 0 0 19 14 0 0 20 0 22 0 254380606 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932444101320 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2901] ppid=2880 vsize=9824668 CPUtime=872.96 cores=0,2,4,6
/proc/2882/task/2901/stat : 2901 (java) R 2880 2882 32594 0 -1 4202560 150 0 0 0 87279 17 0 0 20 0 22 0 254380631 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932443045712 139933071762427 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2882/tid=2902] ppid=2880 vsize=9824668 CPUtime=872.9 cores=0,2,4,6
/proc/2882/task/2902/stat : 2902 (java) R 2880 2882 32594 0 -1 4202560 2293 0 0 0 87242 48 0 0 20 0 22 0 254380631 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932441991744 139933071904538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2882/tid=2903] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2903/stat : 2903 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932440942248 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2882/tid=2904] ppid=2880 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2882/task/2904/stat : 2904 (java) S 2880 2882 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254380633 10060460032 729608 33554432000 1073741824 1073778376 140734381566480 139932439889448 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 910.767
CPU time (s): 1800.84
CPU user time (s): 1798.19
CPU system time (s): 2.6536
CPU usage (%): 197.728
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 2.6536
maximum resident set size= 2918584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35868
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= 27060
involuntary context switches= 41413

runsolver used 3.13152 second user time and 8.37373 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 20:02:27
IDJOB=3689492
IDBENCH=89856
IDSOLVER=2268
FILE ID=node128/3689492-1337882547
RUNJOBID= node128-1337871881-32611
PBS_JOBID= 14620076
Free space on /tmp= 71568 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-807456.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689492-1337882547/watcher-3689492-1337882547 -o /tmp/evaluation-result-3689492-1337882547/solver-3689492-1337882547 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689492-1337882547.opb

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

MD5SUM BENCH= 21cf0355c32a3177f2f6fa914b5dacc6
RANDOM SEED=152933317

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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.91
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.389
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.389
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.91
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.389
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:       32873852 kB
MemFree:        25555516 kB
Buffers:          247104 kB
Cached:          2929924 kB
SwapCached:            0 kB
Active:          3838004 kB
Inactive:        2699384 kB
Active(anon):    3362388 kB
Inactive(anon):        0 kB
Active(file):     475616 kB
Inactive(file):  2699384 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               304 kB
Writeback:             0 kB
AnonPages:       3368504 kB
Mapped:            22640 kB
Shmem:               204 kB
Slab:             634536 kB
SReclaimable:      77056 kB
SUnreclaim:       557480 kB
KernelStack:        1600 kB
PageTables:        10792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3522108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3295232 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= 71572 MiB
End job on node128 at 2012-05-24 20:17:40