Trace number 3710603

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.06 1798.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
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 constraints13501
Number of constraints which are clauses13501
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 This software uses some libraries from the Jakarta Commons project. See jakarta.apache.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.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.13	c --- Begin Solver configuration ---
0.10/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.13	c Learn all clauses as in MiniSAT
0.10/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.13	c Expensive reason simplification
0.10/0.13	c Armin Biere (Picosat) restarts strategy
0.10/0.13	c Glucose learned constraints deletion strategy
0.10/0.13	c timeout=2147483s
0.10/0.13	c DB Simplification allowed=true
0.10/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.13	c --- End Solver configuration ---
0.10/0.13	c solving HOME/instance-3710603-1338145028.opb
0.10/0.13	c reading problem ... 
0.64/0.42	c ... done. Wall clock time 0.294s.
0.64/0.42	c declared #vars     6352
0.64/0.42	c #constraints  13376
0.64/0.42	c constraints type 
0.64/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
0.64/0.42	c ignored satisfied constraints => 125
0.64/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
0.64/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.64/0.42	c 13501 constraints processed.
4.82/4.11	c cleaning 2501 clauses out of 5001 with flag 5001/5001
9.04/8.28	c cleaning 4250 clauses out of 8500 with flag 11001/11001
14.06/13.23	c cleaning 5622 clauses out of 11250 with flag 18001/18001
19.77/18.98	c cleaning 6812 clauses out of 13627 with flag 26000/26000
26.12/25.27	c cleaning 7907 clauses out of 15816 with flag 35001/35001
33.12/32.25	c cleaning 8953 clauses out of 17908 with flag 45000/45000
40.82/39.93	c cleaning 9972 clauses out of 19954 with flag 56000/56000
49.43/48.55	c cleaning 10992 clauses out of 21983 with flag 68001/68001
58.63/57.78	c cleaning 11991 clauses out of 23991 with flag 81001/81001
68.66/67.78	c cleaning 12998 clauses out of 25999 with flag 95000/95000
79.17/78.23	c cleaning 13997 clauses out of 28002 with flag 110001/110001
90.39/89.43	c cleaning 15002 clauses out of 30004 with flag 126000/126000
98.39/97.42	c cleaning 15999 clauses out of 32002 with flag 143000/143000
107.81/106.86	c cleaning 17000 clauses out of 34004 with flag 161001/161001
118.02/117.02	c cleaning 17998 clauses out of 36004 with flag 180001/180001
126.64/125.63	c cleaning 19000 clauses out of 38006 with flag 200001/200001
136.07/135.03	c cleaning 20001 clauses out of 40006 with flag 221001/221001
146.29/145.24	c cleaning 21000 clauses out of 42006 with flag 243002/243002
157.69/156.60	c cleaning 21999 clauses out of 44004 with flag 266000/266000
170.10/169.00	c cleaning 23000 clauses out of 46007 with flag 290002/290002
183.51/182.47	c cleaning 24001 clauses out of 48005 with flag 315000/315000
198.52/197.41	c cleaning 24997 clauses out of 50004 with flag 341000/341000
215.04/213.97	c cleaning 26002 clauses out of 52007 with flag 368000/368000
233.06/231.94	c cleaning 27000 clauses out of 54005 with flag 396000/396000
252.87/251.71	c cleaning 27999 clauses out of 56005 with flag 425000/425000
273.49/272.30	c cleaning 29001 clauses out of 58007 with flag 455001/455001
295.61/294.41	c cleaning 29998 clauses out of 60006 with flag 486001/486001
318.92/317.76	c cleaning 30998 clauses out of 62007 with flag 518000/518000
343.74/342.50	c cleaning 32003 clauses out of 64009 with flag 551000/551000
369.77/368.53	c cleaning 33000 clauses out of 66006 with flag 585000/585000
398.29/397.02	c cleaning 33999 clauses out of 68006 with flag 620000/620000
428.32/427.08	c cleaning 35000 clauses out of 70007 with flag 656000/656000
459.84/458.53	c cleaning 36001 clauses out of 72008 with flag 693001/693001
493.24/491.91	c cleaning 37001 clauses out of 74007 with flag 731001/731001
528.75/527.48	c cleaning 37998 clauses out of 76006 with flag 770001/770001
565.67/564.38	c cleaning 38999 clauses out of 78007 with flag 810000/810000
605.46/604.13	c cleaning 39998 clauses out of 80008 with flag 851000/851000
646.97/645.70	c cleaning 41003 clauses out of 82011 with flag 893001/893001
690.80/689.42	c cleaning 42001 clauses out of 84007 with flag 936000/936000
735.30/733.94	c cleaning 42997 clauses out of 86008 with flag 980002/980002
783.53/782.16	c cleaning 43998 clauses out of 88009 with flag 1025000/1025000
833.65/832.27	c cleaning 45006 clauses out of 90014 with flag 1071003/1071003
884.66/883.30	c cleaning 46001 clauses out of 92005 with flag 1118000/1118000
938.76/937.39	c cleaning 47000 clauses out of 94004 with flag 1166000/1166000
993.38/991.94	c cleaning 47995 clauses out of 96004 with flag 1215000/1215000
1050.23/1048.76	c cleaning 49001 clauses out of 98010 with flag 1265001/1265001
1109.13/1107.69	c cleaning 49997 clauses out of 100008 with flag 1316000/1316000
1173.45/1171.95	c cleaning 51000 clauses out of 102012 with flag 1368001/1368001
1240.17/1238.68	c cleaning 52003 clauses out of 104011 with flag 1421000/1421000
1309.59/1308.07	c cleaning 53002 clauses out of 106008 with flag 1475000/1475000
1380.91/1379.40	c cleaning 54001 clauses out of 108008 with flag 1530002/1530002
1456.94/1455.31	c cleaning 55001 clauses out of 110005 with flag 1586000/1586000
1531.75/1530.16	c cleaning 55998 clauses out of 112005 with flag 1643001/1643001
1609.27/1607.64	c cleaning 56999 clauses out of 114006 with flag 1701000/1701000
1689.41/1687.75	c cleaning 58001 clauses out of 116007 with flag 1760000/1760000
1770.93/1769.23	c cleaning 58998 clauses out of 118006 with flag 1820000/1820000
1800.06/1798.31	c starts		: 210
1800.06/1798.31	c conflicts		: 1842618
1800.06/1798.31	c decisions		: 2037802
1800.06/1798.31	c propagations		: 2419173604
1800.06/1798.31	c inspects		: 28144799745
1800.06/1798.31	c shortcuts		: 0
1800.06/1798.31	c learnt literals	: 1
1800.06/1798.31	c learnt binary clauses	: 87
1800.06/1798.31	c learnt ternary clauses	: 49
1800.06/1798.31	c learnt constraints	: 1842616
1800.06/1798.31	c ignored constraints	: 0
1800.06/1798.31	c root simplifications	: 211
1800.06/1798.31	c removed literals (reason simplification)	: 22782322
1800.06/1798.31	c reason swapping (by a shorter reason)	: 0
1800.06/1798.31	c Calls to reduceDB	: 56
1800.06/1798.31	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.31	c number of learned constraints concerned by reduction	: 0
1800.06/1798.31	c number of learning phase by resolution	: 0
1800.06/1798.31	c number of learning phase by cutting planes	: 0
1800.06/1798.31	c speed (assignments/second)	: 1345574.7738718065
1800.06/1798.31	c non guided choices	83
1800.06/1798.34	c learnt constraints type 
1800.06/1798.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 87
1800.06/1798.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81554
1800.06/1798.34	c constraints type 
1800.06/1798.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
1800.06/1798.34	c ignored satisfied constraints => 125
1800.06/1798.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
1800.06/1798.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
1800.06/1798.34	c 13501 constraints processed.
1800.06/1798.34	s UNKNOWN
1800.06/1798.34	c Total wall clock time (in seconds): 1798.215

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-3710603-1338145028/watcher-3710603-1338145028 -o /tmp/evaluation-result-3710603-1338145028/solver-3710603-1338145028 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710603-1338145028.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: 2.11 2.03 2.01 3/194 23960
/proc/meminfo: memFree=30707088/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/23960/stat : 23960 (java) R 23958 23960 19004 0 -1 4202496 1045 0 0 0 0 0 0 0 20 0 1 0 280627749 23793664 772 33554432000 1073741824 1073778376 140736754430304 140736754419368 139826111838928 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 5809 796 592 9 0 128 0

[startup+0.098202 s]
/proc/loadavg: 2.11 2.03 2.01 3/194 23960
/proc/meminfo: memFree=30707088/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/23960/stat : 23960 (java) S 23958 23960 19004 0 -1 4202496 4197 0 1 0 9 1 0 0 20 0 18 0 280627749 9787842560 5404 33554432000 1073741824 1073778376 140736754430304 140736754421440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2389610 5405 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.100243 s]
/proc/loadavg: 2.11 2.03 2.01 3/194 23960
/proc/meminfo: memFree=30707088/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/23960/stat : 23960 (java) S 23958 23960 19004 0 -1 4202496 4225 0 1 0 9 1 0 0 20 0 18 0 280627749 9787842560 5432 33554432000 1073741824 1073778376 140736754430304 140736754421440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2389610 5434 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300223 s]
/proc/loadavg: 2.11 2.03 2.01 3/194 23960
/proc/meminfo: memFree=30707088/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/23960/stat : 23960 (java) S 23958 23960 19004 0 -1 4202496 5580 0 1 0 45 2 0 0 20 0 18 0 280627749 9787842560 8356 33554432000 1073741824 1073778376 140736754430304 140736754421440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2389610 8356 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700225 s]
/proc/loadavg: 2.11 2.03 2.01 3/194 23960
/proc/meminfo: memFree=30707088/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/23960/stat : 23960 (java) S 23958 23960 19004 0 -1 4202496 9941 0 1 0 132 3 0 0 20 0 19 0 280627749 9856004096 15926 33554432000 1073741824 1073778376 140736754430304 140736754421440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2406251 15926 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 2.11 2.03 2.01 3/213 23979
/proc/meminfo: memFree=30649252/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=9625004 CPUtime=2.19 cores=0,2,4,6
/proc/23960/stat : 23960 (java) S 23958 23960 19004 0 -1 4202496 9944 0 1 0 216 3 0 0 20 0 19 0 280627749 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 140736754421440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2406251 15928 2259 9 0 2396937 0
[pid=23960/tid=23962] ppid=23958 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/23960/task/23962/stat : 23962 (java) R 23958 23960 19004 0 -1 4202560 2516 0 1 0 146 2 0 0 20 0 19 0 280627750 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139826109692584 139825966169167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139826087795752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139826086742952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139826085690152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139826084637352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825747323432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825746270632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825745217832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825744165032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280627752 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825731967976 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825730914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825729861128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825728809616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 19004 0 -1 4202560 2906 0 0 0 35 1 0 0 20 0 19 0 280627755 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825727756728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 19004 0 -1 4202560 3322 0 0 0 33 0 0 0 20 0 19 0 280627755 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825726703928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825725651320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825724598728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280627794 9856004096 15928 33554432000 1073741824 1073778376 140736754430304 139825723545256 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 2.11 2.03 2.01 3/213 23979
/proc/meminfo: memFree=30644900/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=9625004 CPUtime=3.81 cores=0,2,4,6
/proc/23960/stat : 23960 (java) S 23958 23960 19004 0 -1 4202496 9948 0 1 0 378 3 0 0 20 0 19 0 280627749 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 140736754421440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2406251 16443 2262 9 0 2396937 0
[pid=23960/tid=23962] ppid=23958 vsize=9625004 CPUtime=3.07 cores=0,2,4,6
/proc/23960/task/23962/stat : 23962 (java) R 23958 23960 19004 0 -1 4202560 2517 0 1 0 305 2 0 0 20 0 19 0 280627750 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139826109692464 139825966169084 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139826087795752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139826086742952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139826085690152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139826084637352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825747323432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825746270632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825745217832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825744165032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280627752 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825731967976 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825730914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825729861128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825728809616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 19004 0 -1 4202560 2906 0 0 0 35 2 0 0 20 0 19 0 280627755 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825727756728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 19004 0 -1 4202560 3325 0 0 0 34 0 0 0 20 0 19 0 280627755 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825726703928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825725651320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825724598728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280627794 9856004096 16443 33554432000 1073741824 1073778376 140736754430304 139825723545256 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.10 2.03 2.01 3/213 23979
/proc/meminfo: memFree=30634288/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=9625004 CPUtime=7.1 cores=0,2,4,6
/proc/23960/stat : 23960 (java) S 23958 23960 19004 0 -1 4202496 10158 0 1 0 707 3 0 0 20 0 19 0 280627749 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 140736754421440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2406251 18992 2290 9 0 2396937 0
[pid=23960/tid=23962] ppid=23958 vsize=9625004 CPUtime=6.24 cores=0,2,4,6
/proc/23960/task/23962/stat : 23962 (java) R 23958 23960 19004 0 -1 4202560 2521 0 1 0 622 2 0 0 20 0 19 0 280627750 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139826109692496 139825966192079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139826087795752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139826086742952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139826085690152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139826084637352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825747323432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825746270632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825745217832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280627751 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825744165032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 19004 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 280627752 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825731967976 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825730914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825729861128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825728809616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 19004 0 -1 4202560 3060 0 0 0 42 2 0 0 20 0 19 0 280627755 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825727756728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 19004 0 -1 4202560 3330 0 0 0 35 0 0 0 20 0 19 0 280627755 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825726703928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825725651320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825724598728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280627794 9856004096 18992 33554432000 1073741824 1073778376 140736754430304 139825723545256 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=23960/tid=23975] ppid=23958 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 19004 0 -1 4202560 3063 0 0 0 45 2 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825727756728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 19004 0 -1 4202560 3913 0 0 0 41 2 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825726703928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825725651320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 19004 0 -1 4202560 99 0 0 0 26 27 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825724598728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280627794 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825723545256 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.02
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 24076
/proc/meminfo: memFree=29782956/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=9625004 CPUtime=1784.05 cores=0,2,4,6
/proc/23960/stat : 23960 (java) S 23958 23960 19004 0 -1 4202496 11266 0 1 0 178377 28 0 0 20 0 19 0 280627749 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 140736754421440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2406251 28499 2290 9 0 2396937 0
[pid=23960/tid=23962] ppid=23958 vsize=9625004 CPUtime=1775.9 cores=0,2,4,6
/proc/23960/task/23962/stat : 23962 (java) R 23958 23960 19004 0 -1 4202560 2578 0 1 0 177562 28 0 0 20 0 19 0 280627750 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826109694256 139825966170276 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 19004 0 -1 4202560 62 0 0 0 12 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826087795752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 19004 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826086742952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 19004 0 -1 4202560 53 0 0 0 15 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826085690152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 19004 0 -1 4202560 38 0 0 0 13 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826084637352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 19004 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825747323432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 19004 0 -1 4202560 37 0 0 0 11 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825746270632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 19004 0 -1 4202560 19 0 0 0 13 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825745217832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 19004 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825744165032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 19004 0 -1 4202560 119 0 0 0 145 2 0 0 20 0 19 0 280627752 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825731967976 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825730914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825729861128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825728809616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 19004 0 -1 4202560 3063 0 0 0 45 2 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825727756728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 19004 0 -1 4202560 3913 0 0 0 41 2 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825726703928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825725651320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 19004 0 -1 4202560 103 0 0 0 27 28 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825724598728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280627794 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825723545256 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.05
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24076
/proc/meminfo: memFree=29783080/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/23960/stat : 23960 (java) S 23958 23960 19004 0 -1 4202496 11266 0 1 0 179978 28 0 0 20 0 19 0 280627749 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 140736754421440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2406251 28499 2290 9 0 2396937 0
[pid=23960/tid=23962] ppid=23958 vsize=9625004 CPUtime=1791.87 cores=0,2,4,6
/proc/23960/task/23962/stat : 23962 (java) R 23958 23960 19004 0 -1 4202560 2578 0 1 0 179158 29 0 0 20 0 19 0 280627750 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826109694256 139825966192131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 19004 0 -1 4202560 62 0 0 0 12 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826087795752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 19004 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826086742952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 19004 0 -1 4202560 53 0 0 0 15 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826085690152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 19004 0 -1 4202560 38 0 0 0 13 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826084637352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 19004 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825747323432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 19004 0 -1 4202560 37 0 0 0 11 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825746270632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 19004 0 -1 4202560 19 0 0 0 13 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825745217832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 19004 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825744165032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 19004 0 -1 4202560 119 0 0 0 145 2 0 0 20 0 19 0 280627752 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825731967976 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825730914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825729861128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825728809616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 19004 0 -1 4202560 3063 0 0 0 45 2 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825727756728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 19004 0 -1 4202560 3913 0 0 0 41 2 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825726703928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825725651320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 19004 0 -1 4202560 103 0 0 0 28 28 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825724598728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280627794 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825723545256 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24076
/proc/meminfo: memFree=29783080/32873844 swapFree=7116/7116
[pid=23960] ppid=23958 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/23960/stat : 23960 (java) S 23958 23960 19004 0 -1 4202496 11266 0 1 0 179978 28 0 0 20 0 19 0 280627749 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 140736754421440 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23960/statm: 2406251 28499 2290 9 0 2396937 0
[pid=23960/tid=23962] ppid=23958 vsize=9625004 CPUtime=1791.87 cores=0,2,4,6
/proc/23960/task/23962/stat : 23962 (java) R 23958 23960 19004 0 -1 4202560 2578 0 1 0 179158 29 0 0 20 0 19 0 280627750 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826109694256 139825966192131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23963] ppid=23958 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/23960/task/23963/stat : 23963 (java) S 23958 23960 19004 0 -1 4202560 62 0 0 0 12 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826087795752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23964] ppid=23958 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/23960/task/23964/stat : 23964 (java) S 23958 23960 19004 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826086742952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23965] ppid=23958 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/23960/task/23965/stat : 23965 (java) S 23958 23960 19004 0 -1 4202560 53 0 0 0 15 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826085690152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23966] ppid=23958 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/23960/task/23966/stat : 23966 (java) S 23958 23960 19004 0 -1 4202560 38 0 0 0 13 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139826084637352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23967] ppid=23958 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/23960/task/23967/stat : 23967 (java) S 23958 23960 19004 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825747323432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23968] ppid=23958 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/23960/task/23968/stat : 23968 (java) S 23958 23960 19004 0 -1 4202560 37 0 0 0 11 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825746270632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23969] ppid=23958 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/23960/task/23969/stat : 23969 (java) S 23958 23960 19004 0 -1 4202560 19 0 0 0 13 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825745217832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23970] ppid=23958 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/23960/task/23970/stat : 23970 (java) S 23958 23960 19004 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 19 0 280627751 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825744165032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23971] ppid=23958 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/23960/task/23971/stat : 23971 (java) S 23958 23960 19004 0 -1 4202560 119 0 0 0 145 2 0 0 20 0 19 0 280627752 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825731967976 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23972] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23972/stat : 23972 (java) S 23958 23960 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825730914040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23973] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23973/stat : 23973 (java) S 23958 23960 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280627753 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825729861128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23974] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23974/stat : 23974 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825728809616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23960/tid=23975] ppid=23958 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/23960/task/23975/stat : 23975 (java) S 23958 23960 19004 0 -1 4202560 3063 0 0 0 45 2 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825727756728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23960/tid=23976] ppid=23958 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23960/task/23976/stat : 23976 (java) S 23958 23960 19004 0 -1 4202560 3913 0 0 0 41 2 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825726703928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23977] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23977/stat : 23977 (java) S 23958 23960 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825725651320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23960/tid=23978] ppid=23958 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23960/task/23978/stat : 23978 (java) S 23958 23960 19004 0 -1 4202560 103 0 0 0 28 28 0 0 20 0 19 0 280627755 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825724598728 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23960/tid=23979] ppid=23958 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23960/task/23979/stat : 23979 (java) S 23958 23960 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280627794 9856004096 28499 33554432000 1073741824 1073778376 140736754430304 139825723545256 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23960 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=359063
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=771882
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.35
CPU time (s): 1800.06
CPU user time (s): 1799.78
CPU system time (s): 0.28
CPU usage (%): 100.095
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.36
system time used= 0.771882
maximum resident set size= 114152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11308
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39416
involuntary context switches= 6867

runsolver used 6.28204 second user time and 13.7419 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 20:57:08
IDJOB=3710603
IDBENCH=2167
IDSOLVER=2289
FILE ID=node146/3710603-1338145028
RUNJOBID= node146-1338124629-19020
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710603-1338145028/watcher-3710603-1338145028 -o /tmp/evaluation-result-3710603-1338145028/solver-3710603-1338145028 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710603-1338145028.opb

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=1584321704

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.034
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.034
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.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30707956 kB
Buffers:          317744 kB
Cached:           758808 kB
SwapCached:         2184 kB
Active:          1146052 kB
Inactive:         179516 kB
Active(anon):     248776 kB
Inactive(anon):     2668 kB
Active(file):     897276 kB
Inactive(file):   176848 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              1440 kB
Writeback:             0 kB
AnonPages:        263028 kB
Mapped:            17516 kB
Shmem:                 0 kB
Slab:             691988 kB
SReclaimable:     132780 kB
SUnreclaim:       559208 kB
KernelStack:        1616 kB
PageTables:         4128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 71184 MiB
End job on node146 at 2012-05-27 21:27:09