Trace number 3687775

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 Resolution 2.3.2 Snapshot? (TO) 1800.09 1797.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 variables6352
Total number of constraints13473
Number of constraints which are clauses13473
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687775-1337875520.opb
0.10/0.11	c reading problem ... 
0.69/0.40	c ... done. Wall clock time 0.292s.
0.69/0.40	c declared #vars     6352
0.69/0.40	c #constraints  13345
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
0.69/0.40	c ignored satisfied constraints => 128
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
0.69/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.69/0.40	c 13473 constraints processed.
0.69/0.40	c objective function length is 6352 literals
4.94/4.02	c cleaning 2501 clauses out of 5001 with flag 5001/5001
9.76/8.35	c cleaning 4247 clauses out of 8499 with flag 11000/11000
15.17/13.77	c cleaning 5625 clauses out of 11252 with flag 18000/18000
21.60/20.11	c cleaning 6812 clauses out of 13628 with flag 26001/26001
28.83/27.40	c cleaning 7906 clauses out of 15815 with flag 35000/35000
37.54/36.07	c cleaning 8954 clauses out of 17910 with flag 45001/45001
47.54/46.07	c cleaning 9977 clauses out of 19956 with flag 56001/56001
58.24/56.77	c cleaning 10986 clauses out of 21978 with flag 68000/68000
69.94/68.45	c cleaning 11993 clauses out of 23992 with flag 81000/81000
82.95/81.44	c cleaning 12996 clauses out of 25999 with flag 95000/95000
97.35/95.85	c cleaning 13998 clauses out of 28004 with flag 110001/110001
113.75/112.21	c cleaning 15002 clauses out of 30005 with flag 126000/126000
131.05/129.56	c cleaning 15997 clauses out of 32003 with flag 143000/143000
149.25/147.70	c cleaning 17004 clauses out of 34007 with flag 161001/161001
169.16/167.65	c cleaning 17996 clauses out of 36002 with flag 180000/180000
189.97/188.48	c cleaning 19001 clauses out of 38007 with flag 200001/200001
212.87/211.34	c cleaning 20003 clauses out of 40005 with flag 221000/221000
237.79/236.21	c cleaning 20999 clauses out of 42002 with flag 243000/243000
261.60/260.05	c cleaning 22000 clauses out of 44004 with flag 266001/266001
286.53/285.00	c cleaning 22995 clauses out of 46004 with flag 290001/290001
312.93/311.37	c cleaning 24003 clauses out of 48008 with flag 315000/315000
340.94/339.31	c cleaning 25000 clauses out of 50005 with flag 341000/341000
370.26/368.69	c cleaning 26001 clauses out of 52005 with flag 368000/368000
401.87/400.21	c cleaning 26999 clauses out of 54004 with flag 396000/396000
436.50/434.84	c cleaning 28001 clauses out of 56005 with flag 425000/425000
472.13/470.49	c cleaning 28999 clauses out of 58004 with flag 455000/455000
511.36/509.68	c cleaning 30001 clauses out of 60005 with flag 486000/486000
549.47/547.74	c cleaning 31003 clauses out of 62005 with flag 518001/518001
589.98/588.29	c cleaning 31996 clauses out of 64002 with flag 551001/551001
631.09/629.31	c cleaning 33000 clauses out of 66006 with flag 585001/585001
675.20/673.40	c cleaning 34000 clauses out of 68006 with flag 620001/620001
722.15/720.35	c cleaning 35001 clauses out of 70005 with flag 656000/656000
769.40/767.59	c cleaning 35999 clauses out of 72005 with flag 693001/693001
822.13/820.22	c cleaning 37001 clauses out of 74005 with flag 731000/731000
877.69/875.79	c cleaning 37999 clauses out of 76005 with flag 770001/770001
938.65/936.66	c cleaning 38996 clauses out of 78006 with flag 810001/810001
999.80/997.78	c cleaning 40001 clauses out of 80009 with flag 851000/851000
1064.58/1062.49	c cleaning 40997 clauses out of 82009 with flag 893001/893001
1133.63/1131.46	c cleaning 42004 clauses out of 84012 with flag 936001/936001
1206.27/1204.02	c cleaning 42998 clauses out of 86008 with flag 980001/980001
1278.72/1276.36	c cleaning 44003 clauses out of 88010 with flag 1025001/1025001
1354.71/1352.22	c cleaning 45000 clauses out of 90008 with flag 1071002/1071002
1430.86/1428.37	c cleaning 46003 clauses out of 92007 with flag 1118001/1118001
1511.86/1509.28	c cleaning 47000 clauses out of 94004 with flag 1166001/1166001
1596.43/1593.71	c cleaning 48001 clauses out of 96004 with flag 1215001/1215001
1680.52/1677.73	c cleaning 48997 clauses out of 98002 with flag 1265000/1265000
1769.93/1767.04	c cleaning 50000 clauses out of 100005 with flag 1316000/1316000
1800.09/1797.11	c starts		: 201
1800.09/1797.11	c conflicts		: 1337761
1800.09/1797.11	c decisions		: 1343706
1800.09/1797.11	c propagations		: 3572914756
1800.09/1797.11	c inspects		: 25822489778
1800.09/1797.11	c shortcuts		: 0
1800.09/1797.11	c learnt literals	: 0
1800.09/1797.11	c learnt binary clauses	: 67
1800.09/1797.11	c learnt ternary clauses	: 5
1800.09/1797.11	c learnt constraints	: 1337761
1800.09/1797.11	c ignored constraints	: 0
1800.09/1797.11	c root simplifications	: 0
1800.09/1797.11	c removed literals (reason simplification)	: 0
1800.09/1797.11	c reason swapping (by a shorter reason)	: 0
1800.09/1797.11	c Calls to reduceDB	: 47
1800.09/1797.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.11	c number of learned constraints concerned by reduction	: 0
1800.09/1797.11	c number of learning phase by resolution	: 0
1800.09/1797.11	c number of learning phase by cutting planes	: 0
1800.09/1797.11	c speed (assignments/second)	: 1988679.8094429174
1800.09/1797.11	c non guided choices	0
1800.09/1797.14	c learnt constraints type 
1800.09/1797.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67
1800.09/1797.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71707
1800.09/1797.14	c constraints type 
1800.09/1797.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
1800.09/1797.14	c ignored satisfied constraints => 128
1800.09/1797.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
1800.09/1797.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
1800.09/1797.14	c 13473 constraints processed.
1800.09/1797.14	s UNKNOWN
1800.09/1797.14	c Total wall clock time (in seconds): 1797.029

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-3687775-1337875520/watcher-3687775-1337875520 -o /tmp/evaluation-result-3687775-1337875520/solver-3687775-1337875520 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687775-1337875520.opb 

running on 4 cores: 1,3,5,7

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: 2.07 2.02 1.93 3/194 24046
/proc/meminfo: memFree=27702048/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 1162 0 0 0 0 0 0 0 20 0 2 0 253677044 91889664 883 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 22435 886 670 9 0 16770 0
[pid=24046/tid=24047] ppid=24044 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 253677044 91889664 894 33554432000 1073741824 1073778376 140735601629488 140735601618552 227132140839 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0970551 s]
/proc/loadavg: 2.07 2.02 1.93 3/194 24046
/proc/meminfo: memFree=27702048/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 4317 0 1 0 9 1 0 0 20 0 18 0 253677044 9787813888 5511 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 2389603 5512 2108 9 0 2380296 0
[pid=24046/tid=24047] ppid=24044 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 2368 0 1 0 6 1 0 0 20 0 18 0 253677044 9787813888 5512 33554432000 1073741824 1073778376 140735601629488 140426826710968 227140931403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.100305 s]
/proc/loadavg: 2.07 2.02 1.93 3/194 24046
/proc/meminfo: memFree=27702048/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 4371 0 1 0 9 1 0 0 20 0 18 0 253677044 9787813888 5564 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 2389603 5564 2108 9 0 2380296 0
[pid=24046/tid=24047] ppid=24044 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 2420 0 1 0 6 1 0 0 20 0 18 0 253677044 9787813888 5564 33554432000 1073741824 1073778376 140735601629488 140426826710968 140426834479955 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300228 s]
/proc/loadavg: 2.07 2.02 1.93 3/194 24046
/proc/meminfo: memFree=27702048/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 5630 0 1 0 49 1 0 0 20 0 18 0 253677044 9787813888 8869 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 2389603 8869 2217 9 0 2380296 0
[pid=24046/tid=24047] ppid=24044 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 2444 0 1 0 26 1 0 0 20 0 18 0 253677044 9787813888 8869 33554432000 1073741824 1073778376 140735601629488 140426826706720 140426834480001 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700245 s]
/proc/loadavg: 2.07 2.02 1.93 3/194 24046
/proc/meminfo: memFree=27702048/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=9624976 CPUtime=1.56 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 13384 0 1 0 152 4 0 0 20 0 19 0 253677044 9855975424 16038 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 2406244 16038 2250 9 0 2396937 0
[pid=24046/tid=24047] ppid=24044 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 2468 0 1 0 65 2 0 0 20 0 19 0 253677044 9855975424 16038 33554432000 1073741824 1073778376 140735601629488 140426826715432 140426657578195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9624976

[startup+1.50065 s]
/proc/loadavg: 2.07 2.02 1.93 3/213 24065
/proc/meminfo: memFree=27645896/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=9624976 CPUtime=2.38 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 13385 0 1 0 234 4 0 0 20 0 19 0 253677044 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 2406244 16039 2251 9 0 2396937 0
[pid=24046/tid=24047] ppid=24044 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 2468 0 1 0 146 2 0 0 20 0 19 0 253677044 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426826715672 140426657599272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24049] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24049/stat : 24049 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426788206888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24050] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24050/stat : 24050 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426787154088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24051] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24051/stat : 24051 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426786101800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24052] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24052/stat : 24052 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426785049000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24053] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24053/stat : 24053 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426783996712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24054] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24054/stat : 24054 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426782943912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24055] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24055/stat : 24055 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426781891624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24056] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24056/stat : 24056 (java) S 24044 24046 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426780838824 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24057] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24057/stat : 24057 (java) S 24044 24046 23066 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253677046 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426650552552 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24058] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24058/stat : 24058 (java) S 24044 24046 23066 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426649498616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24059] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24059/stat : 24059 (java) S 24044 24046 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426648446216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24060] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24060/stat : 24060 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426647394704 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24061] ppid=24044 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/24046/task/24061/stat : 24061 (java) S 24044 24046 23066 0 -1 4202560 5265 0 0 0 43 2 0 0 20 0 19 0 253677049 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426646342328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24062] ppid=24044 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/24046/task/24062/stat : 24062 (java) S 24044 24046 23066 0 -1 4202560 4452 0 0 0 42 0 0 0 20 0 19 0 253677049 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426645289528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24063] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24063/stat : 24063 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426644237432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24064] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24064/stat : 24064 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426643184840 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24065] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24065/stat : 24065 (java) S 24044 24046 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253677093 9855975424 16039 33554432000 1073741824 1073778376 140735601629488 140426642129832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 2.06 2.02 1.93 3/213 24065
/proc/meminfo: memFree=27646252/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=9624976 CPUtime=4.03 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 13392 0 1 0 399 4 0 0 20 0 19 0 253677044 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 2406244 16555 2254 9 0 2396937 0
[pid=24046/tid=24047] ppid=24044 vsize=9624976 CPUtime=3.08 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 2471 0 1 0 306 2 0 0 20 0 19 0 253677044 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426826713752 140426657749584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24049] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24049/stat : 24049 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426788206888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24050] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24050/stat : 24050 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426787154088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24051] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24051/stat : 24051 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426786101800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24052] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24052/stat : 24052 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426785049000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24053] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24053/stat : 24053 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426783996712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24054] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24054/stat : 24054 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426782943912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24055] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24055/stat : 24055 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426781891624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24056] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24056/stat : 24056 (java) S 24044 24046 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426780838824 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24057] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24057/stat : 24057 (java) S 24044 24046 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253677046 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426650552552 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24058] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24058/stat : 24058 (java) S 24044 24046 23066 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426649498616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24059] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24059/stat : 24059 (java) S 24044 24046 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426648446216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24060] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24060/stat : 24060 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426647394704 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24061] ppid=24044 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/24046/task/24061/stat : 24061 (java) S 24044 24046 23066 0 -1 4202560 5265 0 0 0 43 2 0 0 20 0 19 0 253677049 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426646342328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24062] ppid=24044 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24046/task/24062/stat : 24062 (java) S 24044 24046 23066 0 -1 4202560 4455 0 0 0 46 0 0 0 20 0 19 0 253677049 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426645289528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24063] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24063/stat : 24063 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426644237432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24064] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24064/stat : 24064 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426643184840 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24065] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24065/stat : 24065 (java) S 24044 24046 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253677093 9855975424 16555 33554432000 1073741824 1073778376 140735601629488 140426642129832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9624976

[startup+6.30064 s]
/proc/loadavg: 2.06 2.02 1.93 3/213 24065
/proc/meminfo: memFree=27624920/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=9624976 CPUtime=7.74 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 20273 0 1 0 768 6 0 0 20 0 19 0 253677044 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 2406244 21233 2282 9 0 2396937 0
[pid=24046/tid=24047] ppid=24044 vsize=9624976 CPUtime=6.24 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 2476 0 1 0 622 2 0 0 20 0 19 0 253677044 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426826715712 140426657142624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24049] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24049/stat : 24049 (java) S 24044 24046 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426788206888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24050] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24050/stat : 24050 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426787154088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24051] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24051/stat : 24051 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426786101800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24052] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24052/stat : 24052 (java) S 24044 24046 23066 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426785049000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24053] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24053/stat : 24053 (java) S 24044 24046 23066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426783996712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24054] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24054/stat : 24054 (java) S 24044 24046 23066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426782943912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24055] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24055/stat : 24055 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426781891624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24056] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24056/stat : 24056 (java) S 24044 24046 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253677045 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426780838824 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24057] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24057/stat : 24057 (java) S 24044 24046 23066 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 253677046 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426650552552 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24058] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24058/stat : 24058 (java) S 24044 24046 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426649498616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24059] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24059/stat : 24059 (java) S 24044 24046 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426648446216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24060] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24060/stat : 24060 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426647394704 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24061] ppid=24044 vsize=9624976 CPUtime=0.89 cores=1,3,5,7
/proc/24046/task/24061/stat : 24061 (java) S 24044 24046 23066 0 -1 4202560 11555 0 0 0 86 3 0 0 20 0 19 0 253677049 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426646342328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24062] ppid=24044 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/24046/task/24062/stat : 24062 (java) S 24044 24046 23066 0 -1 4202560 4995 0 0 0 52 0 0 0 20 0 19 0 253677049 9855975424 21233 33554432000 1073741824 1073778376 140735601629488 140426645289528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=24046/tid=24061] ppid=24044 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/24046/task/24061/stat : 24061 (java) S 24044 24046 23066 0 -1 4202560 11560 0 0 0 93 3 0 0 20 0 19 0 253677049 9855975424 30674 33554432000 1073741824 1073778376 140735601629488 140426646342328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24062] ppid=24044 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/24046/task/24062/stat : 24062 (java) S 24044 24046 23066 0 -1 4202560 4999 0 0 0 58 0 0 0 20 0 19 0 253677049 9855975424 30674 33554432000 1073741824 1073778376 140735601629488 140426645289528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24063] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24063/stat : 24063 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 30674 33554432000 1073741824 1073778376 140735601629488 140426644237432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24064] ppid=24044 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/24046/task/24064/stat : 24064 (java) S 24044 24046 23066 0 -1 4202560 99 0 0 0 33 29 0 0 20 0 19 0 253677049 9855975424 30674 33554432000 1073741824 1073778376 140735601629488 140426643184840 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24065] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24065/stat : 24065 (java) S 24044 24046 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253677093 9855975424 30674 33554432000 1073741824 1073778376 140735601629488 140426642129832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.19
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.22 2.05 1.95 3/213 24138
/proc/meminfo: memFree=27428300/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=9624976 CPUtime=1785.28 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 20856 0 1 0 178469 59 0 0 20 0 19 0 253677044 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 2406244 32215 2282 9 0 2396937 0
[pid=24046/tid=24047] ppid=24044 vsize=9624976 CPUtime=1776.11 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 2524 0 1 0 177583 28 0 0 20 0 19 0 253677044 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426826715424 140426657684425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24049] ppid=24044 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24046/task/24049/stat : 24049 (java) S 24044 24046 23066 0 -1 4202560 40 0 0 0 10 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426788206888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24050] ppid=24044 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/24046/task/24050/stat : 24050 (java) S 24044 24046 23066 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426787154088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24051] ppid=24044 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/24046/task/24051/stat : 24051 (java) S 24044 24046 23066 0 -1 4202560 111 0 0 0 8 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426786101800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24052] ppid=24044 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24046/task/24052/stat : 24052 (java) S 24044 24046 23066 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426785049000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24053] ppid=24044 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24046/task/24053/stat : 24053 (java) S 24044 24046 23066 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426783996712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24054] ppid=24044 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24046/task/24054/stat : 24054 (java) S 24044 24046 23066 0 -1 4202560 67 0 0 0 9 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426782943912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24055] ppid=24044 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24046/task/24055/stat : 24055 (java) S 24044 24046 23066 0 -1 4202560 19 0 0 0 10 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426781891624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24056] ppid=24044 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24046/task/24056/stat : 24056 (java) S 24044 24046 23066 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426780838824 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24057] ppid=24044 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/24046/task/24057/stat : 24057 (java) S 24044 24046 23066 0 -1 4202560 129 0 0 0 130 2 0 0 20 0 19 0 253677046 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426650552552 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24058] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24058/stat : 24058 (java) S 24044 24046 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426649498616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24059] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24059/stat : 24059 (java) S 24044 24046 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426648446216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24060] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24060/stat : 24060 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426647394704 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24061] ppid=24044 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/24046/task/24061/stat : 24061 (java) S 24044 24046 23066 0 -1 4202560 11560 0 0 0 93 3 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426646342328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24062] ppid=24044 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/24046/task/24062/stat : 24062 (java) S 24044 24046 23066 0 -1 4202560 4999 0 0 0 58 0 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426645289528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24063] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24063/stat : 24063 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426644237432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24064] ppid=24044 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/24046/task/24064/stat : 24064 (java) S 24044 24046 23066 0 -1 4202560 103 0 0 0 36 29 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426643184840 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24065] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24065/stat : 24065 (java) S 24044 24046 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253677093 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426642129832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.28
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.17 2.05 1.95 3/213 24138
/proc/meminfo: memFree=27384720/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 20856 0 1 0 179950 59 0 0 20 0 19 0 253677044 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 2406244 32215 2282 9 0 2396937 0
[pid=24046/tid=24047] ppid=24044 vsize=9624976 CPUtime=1790.88 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 2524 0 1 0 179059 29 0 0 20 0 19 0 253677044 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426826715424 140426657684090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24049] ppid=24044 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24046/task/24049/stat : 24049 (java) S 24044 24046 23066 0 -1 4202560 40 0 0 0 10 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426788206888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24050] ppid=24044 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/24046/task/24050/stat : 24050 (java) S 24044 24046 23066 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426787154088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24051] ppid=24044 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/24046/task/24051/stat : 24051 (java) S 24044 24046 23066 0 -1 4202560 111 0 0 0 8 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426786101800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24052] ppid=24044 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24046/task/24052/stat : 24052 (java) S 24044 24046 23066 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426785049000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24053] ppid=24044 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24046/task/24053/stat : 24053 (java) S 24044 24046 23066 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426783996712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24054] ppid=24044 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24046/task/24054/stat : 24054 (java) S 24044 24046 23066 0 -1 4202560 67 0 0 0 9 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426782943912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24055] ppid=24044 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24046/task/24055/stat : 24055 (java) S 24044 24046 23066 0 -1 4202560 19 0 0 0 10 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426781891624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24056] ppid=24044 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24046/task/24056/stat : 24056 (java) S 24044 24046 23066 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426780838824 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24057] ppid=24044 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/24046/task/24057/stat : 24057 (java) S 24044 24046 23066 0 -1 4202560 129 0 0 0 130 2 0 0 20 0 19 0 253677046 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426650552552 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24058] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24058/stat : 24058 (java) S 24044 24046 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426649498616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24059] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24059/stat : 24059 (java) S 24044 24046 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426648446216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24060] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24060/stat : 24060 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426647394704 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24061] ppid=24044 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/24046/task/24061/stat : 24061 (java) S 24044 24046 23066 0 -1 4202560 11560 0 0 0 93 3 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426646342328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24062] ppid=24044 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/24046/task/24062/stat : 24062 (java) S 24044 24046 23066 0 -1 4202560 4999 0 0 0 58 0 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426645289528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24063] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24063/stat : 24063 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426644237432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24064] ppid=24044 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/24046/task/24064/stat : 24064 (java) S 24044 24046 23066 0 -1 4202560 103 0 0 0 36 30 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426643184840 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24065] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24065/stat : 24065 (java) S 24044 24046 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253677093 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426642129832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1797.1 s]
/proc/loadavg: 2.17 2.05 1.95 3/213 24138
/proc/meminfo: memFree=27384720/32873844 swapFree=7108/7108
[pid=24046] ppid=24044 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/24046/stat : 24046 (java) S 24044 24046 23066 0 -1 4202496 20856 0 1 0 179950 59 0 0 20 0 19 0 253677044 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140735601620624 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24046/statm: 2406244 32215 2282 9 0 2396937 0
[pid=24046/tid=24047] ppid=24044 vsize=9624976 CPUtime=1790.88 cores=1,3,5,7
/proc/24046/task/24047/stat : 24047 (java) R 24044 24046 23066 0 -1 4202560 2524 0 1 0 179059 29 0 0 20 0 19 0 253677044 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426826715424 140426657684090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24049] ppid=24044 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24046/task/24049/stat : 24049 (java) S 24044 24046 23066 0 -1 4202560 40 0 0 0 10 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426788206888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24050] ppid=24044 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/24046/task/24050/stat : 24050 (java) S 24044 24046 23066 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426787154088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24051] ppid=24044 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/24046/task/24051/stat : 24051 (java) S 24044 24046 23066 0 -1 4202560 111 0 0 0 8 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426786101800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24052] ppid=24044 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24046/task/24052/stat : 24052 (java) S 24044 24046 23066 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426785049000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24053] ppid=24044 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24046/task/24053/stat : 24053 (java) S 24044 24046 23066 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426783996712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24054] ppid=24044 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24046/task/24054/stat : 24054 (java) S 24044 24046 23066 0 -1 4202560 67 0 0 0 9 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426782943912 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24055] ppid=24044 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24046/task/24055/stat : 24055 (java) S 24044 24046 23066 0 -1 4202560 19 0 0 0 10 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426781891624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24056] ppid=24044 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24046/task/24056/stat : 24056 (java) S 24044 24046 23066 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 253677045 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426780838824 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24057] ppid=24044 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/24046/task/24057/stat : 24057 (java) S 24044 24046 23066 0 -1 4202560 129 0 0 0 130 2 0 0 20 0 19 0 253677046 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426650552552 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24058] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24058/stat : 24058 (java) S 24044 24046 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426649498616 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24059] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24059/stat : 24059 (java) S 24044 24046 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677047 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426648446216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24060] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24060/stat : 24060 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426647394704 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24061] ppid=24044 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/24046/task/24061/stat : 24061 (java) S 24044 24046 23066 0 -1 4202560 11560 0 0 0 93 3 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426646342328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24046/tid=24062] ppid=24044 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/24046/task/24062/stat : 24062 (java) S 24044 24046 23066 0 -1 4202560 4999 0 0 0 58 0 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426645289528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24046/tid=24063] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24063/stat : 24063 (java) S 24044 24046 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426644237432 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24046/tid=24064] ppid=24044 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/24046/task/24064/stat : 24064 (java) S 24044 24046 23066 0 -1 4202560 103 0 0 0 36 30 0 0 20 0 19 0 253677049 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426643184840 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24046/tid=24065] ppid=24044 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24046/task/24065/stat : 24065 (java) S 24044 24046 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253677093 9855975424 32215 33554432000 1073741824 1073778376 140735601629488 140426642129832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24046 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=689165
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=780881
# CPU time returned by wait4() is 1795.47
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.14
CPU time (s): 1800.09
CPU user time (s): 1799.5
CPU system time (s): 0.59
CPU usage (%): 100.164
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 0.780881
maximum resident set size= 128984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20890
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39185
involuntary context switches= 5117

runsolver used 7.63984 second user time and 14.0249 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-24 18:05:20
IDJOB=3687775
IDBENCH=2109
IDSOLVER=2269
FILE ID=node138/3687775-1337875520
RUNJOBID= node138-1337871881-23083
PBS_JOBID= 14620066
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687775-1337875520/watcher-3687775-1337875520 -o /tmp/evaluation-result-3687775-1337875520/solver-3687775-1337875520 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687775-1337875520.opb

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=1473233965

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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:        27702312 kB
Buffers:          215916 kB
Cached:          4110748 kB
SwapCached:            0 kB
Active:           623780 kB
Inactive:        3764972 kB
Active(anon):      64428 kB
Inactive(anon):        0 kB
Active(file):     559352 kB
Inactive(file):  3764972 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1176 kB
Writeback:             0 kB
AnonPages:         73040 kB
Mapped:            22504 kB
Shmem:               200 kB
Slab:             637564 kB
SReclaimable:      80004 kB
SUnreclaim:       557560 kB
KernelStack:        1592 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71720 MiB
End job on node138 at 2012-05-24 18:35:19