Trace number 3709849

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.03 1798.35

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark133.03
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3709849-1338132310.opb
0.11/0.11	c reading problem ... 
1.52/1.07	c ... done. Wall clock time 0.966s.
1.52/1.07	c declared #vars     62704
1.52/1.07	c #constraints  187107
1.52/1.07	c constraints type 
1.52/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1.52/1.07	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.52/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1.52/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
1.52/1.07	c 187107 constraints processed.
14.40/13.43	c cleaning 2496 clauses out of 4993 with flag 5001/5001
30.20/29.03	c cleaning 4205 clauses out of 8414 with flag 11000/11000
49.01/47.87	c cleaning 5601 clauses out of 11209 with flag 18002/18002
79.14/77.95	c cleaning 6797 clauses out of 13603 with flag 26001/26001
109.70/108.44	c cleaning 7900 clauses out of 15804 with flag 35000/35000
144.03/142.74	c cleaning 8944 clauses out of 17899 with flag 45000/45000
180.45/179.15	c cleaning 9972 clauses out of 19955 with flag 56001/56001
224.96/223.69	c cleaning 10989 clauses out of 21982 with flag 68000/68000
265.99/264.64	c cleaning 11984 clauses out of 23993 with flag 81001/81001
310.60/309.30	c cleaning 12996 clauses out of 26005 with flag 95002/95002
360.03/358.63	c cleaning 13997 clauses out of 28012 with flag 110006/110006
421.03/419.63	c cleaning 15002 clauses out of 30011 with flag 126003/126003
472.35/470.95	c cleaning 15996 clauses out of 32006 with flag 143000/143000
536.97/535.55	c cleaning 16989 clauses out of 34009 with flag 161000/161000
606.29/604.83	c cleaning 18011 clauses out of 36023 with flag 180003/180003
683.50/682.06	c cleaning 19001 clauses out of 38011 with flag 200002/200002
754.30/752.87	c cleaning 20000 clauses out of 40007 with flag 221001/221001
831.46/829.99	c cleaning 20991 clauses out of 42005 with flag 243001/243001
912.86/911.31	c cleaning 21987 clauses out of 44008 with flag 266000/266000
992.17/990.64	c cleaning 23002 clauses out of 46021 with flag 290001/290001
1066.46/1064.93	c cleaning 24006 clauses out of 48020 with flag 315002/315002
1163.42/1161.85	c cleaning 24994 clauses out of 50003 with flag 341000/341000
1264.61/1262.95	c cleaning 26004 clauses out of 52010 with flag 368001/368001
1345.52/1343.88	c cleaning 27003 clauses out of 54008 with flag 396003/396003
1453.93/1452.20	c cleaning 27986 clauses out of 56002 with flag 425000/425000
1564.83/1563.16	c cleaning 29006 clauses out of 58017 with flag 455001/455001
1678.42/1676.76	c cleaning 29994 clauses out of 60011 with flag 486001/486001
1800.03/1798.31	c starts		: 151
1800.03/1798.31	c conflicts		: 517041
1800.03/1798.31	c decisions		: 699660
1800.03/1798.31	c propagations		: 3816889039
1800.03/1798.31	c inspects		: 11331209482
1800.03/1798.31	c shortcuts		: 0
1800.03/1798.31	c learnt literals	: 41
1800.03/1798.31	c learnt binary clauses	: 161
1800.03/1798.31	c learnt ternary clauses	: 409
1800.03/1798.31	c learnt constraints	: 517000
1800.03/1798.31	c ignored constraints	: 0
1800.03/1798.31	c root simplifications	: 192
1800.03/1798.31	c removed literals (reason simplification)	: 49181499
1800.03/1798.31	c reason swapping (by a shorter reason)	: 0
1800.03/1798.31	c Calls to reduceDB	: 27
1800.03/1798.31	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.31	c number of learned constraints concerned by reduction	: 0
1800.03/1798.31	c number of learning phase by resolution	: 0
1800.03/1798.31	c number of learning phase by cutting planes	: 0
1800.03/1798.31	c speed (assignments/second)	: 2123785.876441818
1800.03/1798.31	c non guided choices	2278
1800.03/1798.34	c learnt constraints type 
1800.03/1798.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 137
1800.03/1798.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60922
1800.03/1798.34	c constraints type 
1800.03/1798.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1800.03/1798.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.03/1798.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1800.03/1798.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
1800.03/1798.34	c 187107 constraints processed.
1800.03/1798.34	s UNKNOWN
1800.03/1798.34	c Total wall clock time (in seconds): 1798.233

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-3709849-1338132310/watcher-3709849-1338132310 -o /tmp/evaluation-result-3709849-1338132310/solver-3709849-1338132310 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709849-1338132310.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.06 2.03 2.00 3/194 19213
/proc/meminfo: memFree=27394432/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=94176 CPUtime=0 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 1230 0 0 0 0 0 0 0 20 0 2 0 279356733 96436224 938 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 24081 942 714 9 0 16771 0
[pid=19213/tid=19214] ppid=19211 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 279356734 98635776 959 33554432000 1073741824 1073778376 140733541001312 140639659241000 270320843315 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.094961 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19213
/proc/meminfo: memFree=27394432/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 4303 0 1 0 9 1 0 0 20 0 18 0 279356733 9787842560 6020 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 2389610 6022 2116 9 0 2380296 0
[pid=19213/tid=19214] ppid=19211 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 2445 0 1 0 7 0 0 0 20 0 18 0 279356734 9787842560 6025 33554432000 1073741824 1073778376 140733541001312 140639659244168 140639657111344 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) 9558440

[startup+0.100253 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19213
/proc/meminfo: memFree=27394432/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 4394 0 1 0 10 1 0 0 20 0 18 0 279356733 9787842560 6110 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 2389610 6110 2132 9 0 2380296 0
[pid=19213/tid=19214] ppid=19211 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 2494 0 1 0 7 0 0 0 20 0 18 0 279356734 9787842560 6110 33554432000 1073741824 1073778376 140733541001312 140639659244168 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300204 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19213
/proc/meminfo: memFree=27394432/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 5610 0 1 0 50 1 0 0 20 0 18 0 279356733 9787842560 8860 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 2389610 8860 2225 9 0 2380296 0
[pid=19213/tid=19214] ppid=19211 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 2508 0 1 0 27 0 0 0 20 0 18 0 279356734 9787842560 8860 33554432000 1073741824 1073778376 140733541001312 140639659244168 140639526315021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.70028 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19213
/proc/meminfo: memFree=27394432/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=9558440 CPUtime=1.13 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 7519 0 1 0 109 4 0 0 20 0 18 0 279356733 9787842560 41460 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 2389610 41460 2253 9 0 2380296 0
[pid=19213/tid=19214] ppid=19211 vsize=9558440 CPUtime=0.65 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 2570 0 1 0 62 3 0 0 20 0 18 0 279356734 9787842560 41460 33554432000 1073741824 1073778376 140733541001312 140639659244968 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558440

[startup+1.50071 s]
/proc/loadavg: 2.06 2.03 2.00 3/212 19231
/proc/meminfo: memFree=27216784/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=9625004 CPUtime=2.38 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 8462 0 1 0 233 5 0 0 20 0 19 0 279356733 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 2406251 46787 2270 9 0 2396937 0
[pid=19213/tid=19214] ppid=19211 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 2584 0 1 0 140 3 0 0 20 0 19 0 279356734 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639659244936 140639526995812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 279356734 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639648307624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 279356734 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639647255080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639646202024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 16973 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 279356734 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639645149480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 16973 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 279356734 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639498615720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639497563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639496510120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639495457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 16973 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 279356735 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639483259240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639482205560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639481152392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639480101136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 16973 0 -1 4202560 1977 0 0 0 33 0 0 0 20 0 19 0 279356738 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639479049016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 16973 0 -1 4202560 2563 0 0 0 40 0 0 0 20 0 19 0 279356738 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639477996472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639476943608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 46787 33554432000 1073741824 1073778376 140733541001312 140639475891272 270333425577 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) 9625004

[startup+3.10073 s]
/proc/loadavg: 2.22 2.06 2.01 3/213 19232
/proc/meminfo: memFree=27211592/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=9625004 CPUtime=4.04 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 8470 0 1 0 398 6 0 0 20 0 19 0 279356733 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 2406251 46794 2271 9 0 2396937 0
[pid=19213/tid=19214] ppid=19211 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 2585 0 1 0 300 3 0 0 20 0 19 0 279356734 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639659244088 140639526459360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 279356734 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639648307624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 279356734 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639647255080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639646202024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 16973 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 279356734 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639645149480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 16973 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 279356734 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639498615720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639497563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639496510120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639495457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 16973 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 279356735 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639483259240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639482205560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639481152392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639480101136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 16973 0 -1 4202560 1984 0 0 0 36 0 0 0 20 0 19 0 279356738 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639479049016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 16973 0 -1 4202560 2563 0 0 0 43 0 0 0 20 0 19 0 279356738 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639477996472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639476943608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639475891272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279356844 9856004096 46794 33554432000 1073741824 1073778376 140733541001312 140639474836520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625004

[startup+6.30075 s]
/proc/loadavg: 2.22 2.06 2.01 3/213 19232
/proc/meminfo: memFree=27211592/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=9625004 CPUtime=7.26 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 8473 0 1 0 720 6 0 0 20 0 19 0 279356733 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 2406251 46703 2271 9 0 2396937 0
[pid=19213/tid=19214] ppid=19211 vsize=9625004 CPUtime=6.22 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 2588 0 1 0 619 3 0 0 20 0 19 0 279356734 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639659244088 140639526303620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 279356734 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639648307624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 279356734 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639647255080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639646202024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 16973 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 279356734 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639645149480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 16973 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 279356734 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639498615720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639497563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639496510120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279356734 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639495457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 16973 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 279356735 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639483259240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639482205560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639481152392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639480101136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 16973 0 -1 4202560 1984 0 0 0 38 0 0 0 20 0 19 0 279356738 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639479049016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 16973 0 -1 4202560 2563 0 0 0 43 0 0 0 20 0 19 0 279356738 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639477996472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 46703 33554432000 1073741824 1073778376 140733541001312 140639476943608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=19213/tid=19228] ppid=19211 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 16973 0 -1 4202560 3494 0 0 0 53 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639479049016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 16973 0 -1 4202560 2571 0 0 0 46 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639477996472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639476943608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 16973 0 -1 4202560 99 0 0 0 28 33 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639475891272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279356844 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639474836520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.04
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 19307
/proc/meminfo: memFree=26760328/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=9625004 CPUtime=1784.03 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 10387 0 1 0 178354 49 0 0 20 0 19 0 279356733 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 2406251 63941 2289 9 0 2396937 0
[pid=19213/tid=19214] ppid=19211 vsize=9625004 CPUtime=1774.8 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 2616 0 1 0 177446 34 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639659245872 140639526911392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 16973 0 -1 4202560 43 0 0 0 14 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639648307624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 16973 0 -1 4202560 28 0 0 0 12 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639647255080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 10 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639646202024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 16973 0 -1 4202560 52 0 0 0 15 2 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639645149480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 16973 0 -1 4202560 25 0 0 0 12 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639498615720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 16973 0 -1 4202560 51 0 0 0 11 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639497563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 16973 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639496510120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 16973 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639495457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=9625004 CPUtime=2.11 cores=1,3,5,7
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 16973 0 -1 4202560 172 0 0 0 208 3 0 0 20 0 19 0 279356735 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639483259240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639482205560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639481152392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639480101136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 16973 0 -1 4202560 3494 0 0 0 53 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639479049016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 16973 0 -1 4202560 2571 0 0 0 46 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639477996472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639476943608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 16973 0 -1 4202560 103 0 0 0 29 33 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639475891272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279356844 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639474836520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.03
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 19307
/proc/meminfo: memFree=26901308/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 10387 0 1 0 179954 49 0 0 20 0 19 0 279356733 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 2406251 63941 2289 9 0 2396937 0
[pid=19213/tid=19214] ppid=19211 vsize=9625004 CPUtime=1790.76 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 2616 0 1 0 179041 35 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639659245872 140639526995645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 16973 0 -1 4202560 43 0 0 0 14 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639648307624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 16973 0 -1 4202560 28 0 0 0 12 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639647255080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 10 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639646202024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 16973 0 -1 4202560 52 0 0 0 15 2 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639645149480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 16973 0 -1 4202560 25 0 0 0 12 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639498615720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 16973 0 -1 4202560 51 0 0 0 11 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639497563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 16973 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639496510120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 16973 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639495457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=9625004 CPUtime=2.11 cores=1,3,5,7
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 16973 0 -1 4202560 172 0 0 0 208 3 0 0 20 0 19 0 279356735 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639483259240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639482205560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639481152392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639480101136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 16973 0 -1 4202560 3494 0 0 0 53 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639479049016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 16973 0 -1 4202560 2571 0 0 0 46 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639477996472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639476943608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 16973 0 -1 4202560 103 0 0 0 29 34 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639475891272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279356844 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639474836520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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.01 2.00 3/213 19307
/proc/meminfo: memFree=26901308/32873660 swapFree=7120/7120
[pid=19213] ppid=19211 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/19213/stat : 19213 (java) S 19211 19213 16973 0 -1 4202496 10387 0 1 0 179954 49 0 0 20 0 19 0 279356733 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140733540992448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19213/statm: 2406251 63941 2289 9 0 2396937 0
[pid=19213/tid=19214] ppid=19211 vsize=9625004 CPUtime=1790.76 cores=1,3,5,7
/proc/19213/task/19214/stat : 19214 (java) R 19211 19213 16973 0 -1 4202560 2616 0 1 0 179041 35 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639659245872 140639526995645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19216] ppid=19211 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/19213/task/19216/stat : 19216 (java) S 19211 19213 16973 0 -1 4202560 43 0 0 0 14 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639648307624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19217] ppid=19211 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19213/task/19217/stat : 19217 (java) S 19211 19213 16973 0 -1 4202560 28 0 0 0 12 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639647255080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19218] ppid=19211 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/19213/task/19218/stat : 19218 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 10 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639646202024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19219] ppid=19211 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/19213/task/19219/stat : 19219 (java) S 19211 19213 16973 0 -1 4202560 52 0 0 0 15 2 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639645149480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19220] ppid=19211 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19213/task/19220/stat : 19220 (java) S 19211 19213 16973 0 -1 4202560 25 0 0 0 12 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639498615720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19221] ppid=19211 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/19213/task/19221/stat : 19221 (java) S 19211 19213 16973 0 -1 4202560 51 0 0 0 11 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639497563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19222] ppid=19211 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/19213/task/19222/stat : 19222 (java) S 19211 19213 16973 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639496510120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19223] ppid=19211 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/19213/task/19223/stat : 19223 (java) S 19211 19213 16973 0 -1 4202560 29 0 0 0 13 0 0 0 20 0 19 0 279356734 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639495457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19224] ppid=19211 vsize=9625004 CPUtime=2.11 cores=1,3,5,7
/proc/19213/task/19224/stat : 19224 (java) S 19211 19213 16973 0 -1 4202560 172 0 0 0 208 3 0 0 20 0 19 0 279356735 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639483259240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19225] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19225/stat : 19225 (java) S 19211 19213 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639482205560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19226] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19226/stat : 19226 (java) S 19211 19213 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279356736 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639481152392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19227] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19227/stat : 19227 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639480101136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19213/tid=19228] ppid=19211 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/19213/task/19228/stat : 19228 (java) S 19211 19213 16973 0 -1 4202560 3494 0 0 0 53 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639479049016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19213/tid=19229] ppid=19211 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/19213/task/19229/stat : 19229 (java) S 19211 19213 16973 0 -1 4202560 2571 0 0 0 46 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639477996472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19230] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19230/stat : 19230 (java) S 19211 19213 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639476943608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19213/tid=19231] ppid=19211 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/19213/task/19231/stat : 19231 (java) S 19211 19213 16973 0 -1 4202560 103 0 0 0 29 34 0 0 20 0 19 0 279356738 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639475891272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19213/tid=19232] ppid=19211 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19213/task/19232/stat : 19232 (java) S 19211 19213 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279356844 9856004096 63941 33554432000 1073741824 1073778376 140733541001312 140639474836520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19213 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=918130
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=882865
# CPU time returned by wait4() is 1795.8
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1799.54
CPU system time (s): 0.49
CPU usage (%): 100.094
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 0.882865
maximum resident set size= 255900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10426
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38860
involuntary context switches= 33241

runsolver used 5.82411 second user time and 16.0186 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 17:25:10
IDJOB=3709849
IDBENCH=1479
IDSOLVER=2289
FILE ID=node117/3709849-1338132310
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70044 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.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-3709849-1338132310/watcher-3709849-1338132310 -o /tmp/evaluation-result-3709849-1338132310/solver-3709849-1338132310 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709849-1338132310.opb

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=178176577

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        27394820 kB
Buffers:          324956 kB
Cached:          4049656 kB
SwapCached:            0 kB
Active:          2408576 kB
Inactive:        2186376 kB
Active(anon):     210984 kB
Inactive(anon):    11356 kB
Active(file):    2197592 kB
Inactive(file):  2175020 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6180 kB
Writeback:             0 kB
AnonPages:        271692 kB
Mapped:            22660 kB
Shmem:               200 kB
Slab:             735496 kB
SReclaimable:     179256 kB
SUnreclaim:       556240 kB
KernelStack:        1752 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     697188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70040 MiB
End job on node117 at 2012-05-27 17:55:10