Trace number 3689182

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.66 909.564

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12046_2-sat.opb
MD5SUM8df6acf86997549eac6f2a4fde05a479
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48158
Total number of constraints168360
Number of constraints which are clauses167568
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints792
Minimum length of a constraint1
Maximum length of a constraint67
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
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.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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689182-1337881332.opb
0.10/0.10	c reading problem ... 
3.30/1.55	c ... done. Wall clock time 1.45s.
3.30/1.55	c declared #vars     48158
3.30/1.55	c #constraints  149753
3.30/1.56	c constraints type 
3.30/1.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18464
3.30/1.56	c ignored satisfied constraints => 18607
3.30/1.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 122916
3.30/1.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 7581
3.30/1.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 792
3.30/1.56	c 168360 constraints processed.
3.30/1.56	c constraints type 
3.30/1.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 122916
3.30/1.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18464
3.30/1.56	c ignored satisfied constraints => 18607
3.30/1.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 792
3.30/1.56	c org.sat4j.pb.constraints.pb.UnitClausePB => 7581
3.30/1.56	c 168360 constraints processed.
10.97/4.52	c cleaning 2489 clauses out of 5000 with flag 5000/5000
17.85/7.79	c cleaning 4251 clauses out of 8509 with flag 11000/11000
26.15/11.93	c cleaning 5623 clauses out of 11257 with flag 18000/18000
33.85/15.85	c cleaning 6797 clauses out of 13634 with flag 26000/26000
43.63/20.83	c cleaning 7903 clauses out of 15837 with flag 35000/35000
55.60/26.99	c cleaning 8949 clauses out of 17936 with flag 45002/45002
67.76/33.15	c cleaning 9959 clauses out of 19986 with flag 56001/56001
71.29/35.09	c cleaning 0 clauses out of 5000 with flag 0/5000
82.37/40.64	c cleaning 11001 clauses out of 22026 with flag 68000/68000
100.77/49.83	c cleaning 11993 clauses out of 24025 with flag 81000/81000
117.70/58.48	c cleaning 12961 clauses out of 26032 with flag 95000/95000
137.38/68.49	c cleaning 14012 clauses out of 28072 with flag 110001/110001
155.47/77.74	c cleaning 15019 clauses out of 30060 with flag 126001/126001
175.73/88.06	c cleaning 15995 clauses out of 32041 with flag 143001/143001
195.15/97.94	c cleaning 16998 clauses out of 34046 with flag 161001/161001
223.59/112.32	c cleaning 18008 clauses out of 36048 with flag 180001/180001
249.61/125.67	c cleaning 18999 clauses out of 38039 with flag 200000/200000
286.07/144.06	c cleaning 19980 clauses out of 40041 with flag 221001/221001
297.82/150.17	c cleaning 0 clauses out of 11000 with flag 0/11000
325.61/164.24	c cleaning 21016 clauses out of 42062 with flag 243002/243002
365.13/184.34	c cleaning 21996 clauses out of 44044 with flag 266000/266000
397.68/200.80	c cleaning 23013 clauses out of 46051 with flag 290003/290003
436.61/220.56	c cleaning 23996 clauses out of 48035 with flag 315000/315000
479.22/242.04	c cleaning 24997 clauses out of 50039 with flag 341001/341001
529.23/267.43	c cleaning 25969 clauses out of 52040 with flag 368000/368000
573.41/289.78	c cleaning 26993 clauses out of 54071 with flag 396000/396000
626.78/316.67	c cleaning 28028 clauses out of 56077 with flag 425000/425000
678.26/342.68	c cleaning 28985 clauses out of 58049 with flag 455000/455000
739.19/373.51	c cleaning 30018 clauses out of 60066 with flag 486002/486002
799.43/404.28	c cleaning 30958 clauses out of 62047 with flag 518001/518001
871.67/440.52	c cleaning 31978 clauses out of 64087 with flag 551000/551000
900.83/455.68	c cleaning 0 clauses out of 18002 with flag 0/18002
937.03/474.07	c cleaning 32974 clauses out of 66109 with flag 585000/585000
1006.41/508.93	c cleaning 34040 clauses out of 68136 with flag 620001/620001
1067.46/539.79	c cleaning 35040 clauses out of 70095 with flag 656000/656000
1134.92/573.97	c cleaning 36000 clauses out of 72056 with flag 693001/693001
1216.81/615.12	c cleaning 36996 clauses out of 74056 with flag 731001/731001
1302.49/658.26	c cleaning 38003 clauses out of 76059 with flag 770000/770000
1375.65/695.16	c cleaning 39005 clauses out of 78057 with flag 810001/810001
1465.00/740.32	c cleaning 39999 clauses out of 80053 with flag 851002/851002
1567.60/791.91	c cleaning 40967 clauses out of 82052 with flag 893000/893000
1653.16/835.02	c cleaning 42007 clauses out of 84087 with flag 936002/936002
1733.81/875.77	c cleaning 42996 clauses out of 86079 with flag 980001/980001
1800.08/909.51	c starts		: 186
1800.08/909.51	c conflicts		: 1016612
1800.08/909.51	c decisions		: 1571261
1800.08/909.51	c propagations		: 1241428903
1800.08/909.51	c inspects		: 4926736827
1800.08/909.51	c shortcuts		: 0
1800.08/909.51	c learnt literals	: 8
1800.08/909.51	c learnt binary clauses	: 95
1800.08/909.51	c learnt ternary clauses	: 2790
1800.08/909.51	c learnt constraints	: 1016604
1800.08/909.51	c ignored constraints	: 0
1800.08/909.51	c root simplifications	: 0
1800.08/909.51	c removed literals (reason simplification)	: 37418043
1800.08/909.51	c reason swapping (by a shorter reason)	: 0
1800.08/909.51	c Calls to reduceDB	: 40
1800.08/909.51	c number of reductions to clauses (during analyze)	: 0
1800.08/909.51	c number of learned constraints concerned by reduction	: 0
1800.08/909.51	c number of learning phase by resolution	: 0
1800.08/909.51	c number of learning phase by cutting planes	: 0
1800.08/909.51	c speed (assignments/second)	: 1367428.1522310232
1800.08/909.51	c non guided choices	145
1800.08/909.54	c learnt constraints type 
1800.08/909.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 95
1800.08/909.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79621
1800.08/909.54	c constraints type 
1800.08/909.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18464
1800.08/909.54	c ignored satisfied constraints => 18607
1800.08/909.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 122916
1800.08/909.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 7581
1800.08/909.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 792
1800.08/909.54	c 168360 constraints processed.
1800.08/909.54	c constraints type 
1800.08/909.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 122916
1800.08/909.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18464
1800.08/909.54	c ignored satisfied constraints => 18607
1800.08/909.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 792
1800.08/909.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 7581
1800.08/909.54	c 168360 constraints processed.
1800.08/909.54	s UNKNOWN
1800.08/909.54	c Total wall clock time (in seconds): 909.439

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-3689182-1337881332/watcher-3689182-1337881332 -o /tmp/evaluation-result-3689182-1337881332/solver-3689182-1337881332 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689182-1337881332.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: 3.82 3.83 3.81 4/197 27671
/proc/meminfo: memFree=28480940/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/27671/stat : 27671 (java) R 27669 27671 23987 0 -1 4202496 981 0 0 0 0 0 0 0 20 0 1 0 254257722 23793664 708 33554432000 1073741824 1073778376 140734051739552 140734051728616 225435497832 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 5809 708 523 9 0 128 0

[startup+0.092501 s]
/proc/loadavg: 3.82 3.83 3.81 4/197 27671
/proc/meminfo: memFree=28480940/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27671/stat : 27671 (java) S 27669 27671 23987 0 -1 4202496 4322 0 1 0 8 1 0 0 20 0 18 0 254257722 9787813888 6027 33554432000 1073741824 1073778376 140734051739552 140734051730688 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 2389603 6027 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100256 s]
/proc/loadavg: 3.82 3.83 3.81 4/197 27671
/proc/meminfo: memFree=28480940/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27671/stat : 27671 (java) S 27669 27671 23987 0 -1 4202496 4421 0 1 0 9 1 0 0 20 0 18 0 254257722 9787813888 6126 33554432000 1073741824 1073778376 140734051739552 140734051730688 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 2389603 6126 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300227 s]
/proc/loadavg: 3.82 3.83 3.81 4/197 27671
/proc/meminfo: memFree=28480940/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/27671/stat : 27671 (java) S 27669 27671 23987 0 -1 4202496 6194 0 1 0 48 1 0 0 20 0 18 0 254257722 9787813888 9316 33554432000 1073741824 1073778376 140734051739552 140734051730688 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 2389603 9316 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700259 s]
/proc/loadavg: 3.82 3.83 3.81 4/197 27671
/proc/meminfo: memFree=28480940/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=9558412 CPUtime=1.66 cores=1,3,5,7
/proc/27671/stat : 27671 (java) S 27669 27671 23987 0 -1 4202496 19415 0 1 0 160 6 0 0 20 0 18 0 254257722 9787813888 32252 33554432000 1073741824 1073778376 140734051739552 140734051730688 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 2389603 32252 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 3.82 3.83 3.81 4/215 27689
/proc/meminfo: memFree=28287644/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=9558412 CPUtime=3.3 cores=1,3,5,7
/proc/27671/stat : 27671 (java) S 27669 27671 23987 0 -1 4202496 24110 0 1 0 317 13 0 0 20 0 18 0 254257722 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140734051730688 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 2389603 57931 2259 9 0 2380296 0
[pid=27671/tid=27673] ppid=27669 vsize=9558412 CPUtime=1.4 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (java) R 27669 27671 23987 0 -1 4202560 2512 0 1 0 136 4 0 0 20 0 18 0 254257723 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140057091821504 140057099256719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27674] ppid=27669 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (java) S 27669 27671 23987 0 -1 4202560 98 0 0 0 0 0 0 0 20 0 18 0 254257724 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140057080891560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27675] ppid=27669 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (java) S 27669 27671 23987 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 254257724 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140057079839016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27676] ppid=27669 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (java) S 27669 27671 23987 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 254257724 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140057078786472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27677] ppid=27669 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27671/task/27677/stat : 27677 (java) S 27669 27671 23987 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 18 0 254257724 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140057077733928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27678] ppid=27669 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/27671/task/27678/stat : 27678 (java) S 27669 27671 23987 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 254257724 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140057076681384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27679] ppid=27669 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27671/task/27679/stat : 27679 (java) S 27669 27671 23987 0 -1 4202560 87 0 0 0 2 2 0 0 20 0 18 0 254257724 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140057075628840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27680] ppid=27669 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27680/stat : 27680 (java) S 27669 27671 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 254257724 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140057074576296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27681] ppid=27669 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27671/task/27681/stat : 27681 (java) S 27669 27671 23987 0 -1 4202560 107 0 0 0 4 0 0 0 20 0 18 0 254257724 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140057073523752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27682] ppid=27669 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27682/stat : 27682 (java) S 27669 27671 23987 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 254257725 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140056915421288 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27683] ppid=27669 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27683/stat : 27683 (java) S 27669 27671 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254257725 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140056914367608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27684] ppid=27669 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27684/stat : 27684 (java) S 27669 27671 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254257725 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140056913314952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27685] ppid=27669 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27685/stat : 27685 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254257727 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140056912263696 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27686] ppid=27669 vsize=9558412 CPUtime=0.8 cores=1,3,5,7
/proc/27671/task/27686/stat : 27686 (java) R 27669 27671 23987 0 -1 4202560 8016 0 0 0 77 3 0 0 20 0 18 0 254257727 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140056911198464 140057095916952 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27687] ppid=27669 vsize=9558412 CPUtime=0.81 cores=1,3,5,7
/proc/27671/task/27687/stat : 27687 (java) R 27669 27671 23987 0 -1 4202560 11911 0 0 0 78 3 0 0 20 0 18 0 254257727 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140056910135768 140057098804607 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27688] ppid=27669 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27688/stat : 27688 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254257727 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140056909106168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27689] ppid=27669 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27689/stat : 27689 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254257728 9787813888 57931 33554432000 1073741824 1073778376 140734051739552 140056908053832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 9558412

[startup+3.10087 s]
/proc/loadavg: 3.67 3.80 3.80 5/219 27693
/proc/meminfo: memFree=28189132/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=9824668 CPUtime=7.99 cores=1,3,5,7
/proc/27671/stat : 27671 (java) S 27669 27671 23987 0 -1 4202496 26904 0 1 0 776 23 0 0 20 0 22 0 254257722 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140734051730688 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 2456167 95573 2271 9 0 2446860 0
[pid=27671/tid=27673] ppid=27669 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (java) S 27669 27671 23987 0 -1 4202560 2518 0 1 0 142 4 0 0 20 0 22 0 254257723 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140057091830776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27674] ppid=27669 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (java) S 27669 27671 23987 0 -1 4202560 113 0 0 0 2 0 0 0 20 0 22 0 254257724 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140057080891560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27675] ppid=27669 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (java) S 27669 27671 23987 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 254257724 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140057079839016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27676] ppid=27669 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (java) S 27669 27671 23987 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254257724 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140057078786472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27677] ppid=27669 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27671/task/27677/stat : 27677 (java) S 27669 27671 23987 0 -1 4202560 131 0 0 0 7 3 0 0 20 0 22 0 254257724 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140057077733928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27678] ppid=27669 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27671/task/27678/stat : 27678 (java) S 27669 27671 23987 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254257724 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140057076681384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27679] ppid=27669 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/27671/task/27679/stat : 27679 (java) S 27669 27671 23987 0 -1 4202560 97 0 0 0 3 2 0 0 20 0 22 0 254257724 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140057075628840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27680] ppid=27669 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/27671/task/27680/stat : 27680 (java) S 27669 27671 23987 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 254257724 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140057074576296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27681] ppid=27669 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/27671/task/27681/stat : 27681 (java) S 27669 27671 23987 0 -1 4202560 119 0 0 0 5 2 0 0 20 0 22 0 254257724 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140057073523752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27682] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27682/stat : 27682 (java) S 27669 27671 23987 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056915421288 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27683] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27683/stat : 27683 (java) S 27669 27671 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056914367608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27684] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27684/stat : 27684 (java) S 27669 27671 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056913314952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27685] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27685/stat : 27685 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257727 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056912263696 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27686] ppid=27669 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/27671/task/27686/stat : 27686 (java) S 27669 27671 23987 0 -1 4202560 8050 0 0 0 140 3 0 0 20 0 22 0 254257727 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056911211064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27687] ppid=27669 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/27671/task/27687/stat : 27687 (java) S 27669 27671 23987 0 -1 4202560 14249 0 0 0 157 3 0 0 20 0 22 0 254257727 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056910158520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27688] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27688/stat : 27688 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257727 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056909106168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27689] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27689/stat : 27689 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257728 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056908053832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27690] ppid=27669 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/27671/task/27690/stat : 27690 (java) R 27669 27671 23987 0 -1 4202560 24 0 0 0 146 0 0 0 20 0 22 0 254257879 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056906995984 140056954901791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27691] ppid=27669 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/27671/task/27691/stat : 27691 (java) R 27669 27671 23987 0 -1 4202560 122 0 0 0 144 2 0 0 20 0 22 0 254257879 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056905945304 140056954699365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27692] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27692/stat : 27692 (java) S 27669 27671 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254257888 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056904893480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27693] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27693/stat : 27693 (java) S 27669 27671 23987 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254257888 10060460032 95573 33554432000 1073741824 1073778376 140734051739552 140056903840936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 3.67 3.80 3.80 5/219 27693
/proc/meminfo: memFree=27884844/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=9824668 CPUtime=14.98 cores=1,3,5,7
/proc/27671/stat : 27671 (java) S 27669 27671 23987 0 -1 4202496 31737 0 1 0 1463 35 0 0 20 0 22 0 254257722 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140734051730688 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 2456167 160410 2285 9 0 2446860 0
[pid=27671/tid=27673] ppid=27669 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (java) S 27669 27671 23987 0 -1 4202560 2519 0 1 0 142 4 0 0 20 0 22 0 254257723 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140057091830776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27674] ppid=27669 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (java) S 27669 27671 23987 0 -1 4202560 129 0 0 0 4 2 0 0 20 0 22 0 254257724 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140057080891560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27675] ppid=27669 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (java) S 27669 27671 23987 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 22 0 254257724 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140057079839016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27676] ppid=27669 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (java) S 27669 27671 23987 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 254257724 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140057078786472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27677] ppid=27669 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/27671/task/27677/stat : 27677 (java) S 27669 27671 23987 0 -1 4202560 152 0 0 0 12 4 0 0 20 0 22 0 254257724 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140057077733928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27678] ppid=27669 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/27671/task/27678/stat : 27678 (java) S 27669 27671 23987 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 22 0 254257724 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140057076681384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27679] ppid=27669 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/27671/task/27679/stat : 27679 (java) S 27669 27671 23987 0 -1 4202560 139 0 0 0 9 3 0 0 20 0 22 0 254257724 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140057075628840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27680] ppid=27669 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/27671/task/27680/stat : 27680 (java) S 27669 27671 23987 0 -1 4202560 53 0 0 0 10 2 0 0 20 0 22 0 254257724 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140057074576296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27681] ppid=27669 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/27671/task/27681/stat : 27681 (java) S 27669 27671 23987 0 -1 4202560 171 0 0 0 9 3 0 0 20 0 22 0 254257724 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140057073523752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27682] ppid=27669 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/27671/task/27682/stat : 27682 (java) S 27669 27671 23987 0 -1 4202560 229 0 0 0 20 0 0 0 20 0 22 0 254257725 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140056915421288 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27683] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27683/stat : 27683 (java) S 27669 27671 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140056914367608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27684] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27684/stat : 27684 (java) S 27669 27671 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140056913314952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27685] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27685/stat : 27685 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257727 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140056912263696 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27686] ppid=27669 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/27671/task/27686/stat : 27686 (java) S 27669 27671 23987 0 -1 4202560 8054 0 0 0 146 3 0 0 20 0 22 0 254257727 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140056911211064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27687] ppid=27669 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/27671/task/27687/stat : 27687 (java) S 27669 27671 23987 0 -1 4202560 18566 0 0 0 212 4 0 0 20 0 22 0 254257727 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140056910158520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27688] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27688/stat : 27688 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257727 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140056909106168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27689] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27689/stat : 27689 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257728 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140056908053832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27690] ppid=27669 vsize=9824668 CPUtime=4.35 cores=1,3,5,7
/proc/27671/task/27690/stat : 27690 (java) R 27669 27671 23987 0 -1 4202560 25 0 0 0 435 0 0 0 20 0 22 0 254257879 10060460032 160410 33554432000 1073741824 1073778376 140734051739552 140056906996216 140056955410160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=27671/tid=27691] ppid=27669 vsize=9824668 CPUtime=788.56 cores=1,3,5,7
/proc/27671/task/27691/stat : 27691 (java) R 27669 27671 23987 0 -1 4202560 2003 0 0 0 78801 55 0 0 20 0 22 0 254257879 10060460032 736511 33554432000 1073741824 1073778376 140734051739552 140056905945472 140056954918555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27692] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27692/stat : 27692 (java) S 27669 27671 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254257888 10060460032 736511 33554432000 1073741824 1073778376 140734051739552 140056904893480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27693] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27693/stat : 27693 (java) S 27669 27671 23987 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254257888 10060460032 736511 33554432000 1073741824 1073778376 140734051739552 140056903840936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1627.66
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.80 3.83 3.79 4/219 27867
/proc/meminfo: memFree=23016032/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=9824668 CPUtime=1745.51 cores=1,3,5,7
/proc/27671/stat : 27671 (java) S 27669 27671 23987 0 -1 4202496 44260 0 1 0 174363 188 0 0 20 0 22 0 254257722 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140734051730688 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 2456167 766869 2285 9 0 2446860 0
[pid=27671/tid=27673] ppid=27669 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (java) S 27669 27671 23987 0 -1 4202560 2528 0 1 0 146 6 0 0 20 0 22 0 254257723 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140057091830776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27674] ppid=27669 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (java) S 27669 27671 23987 0 -1 4202560 608 0 0 0 196 8 0 0 20 0 22 0 254257724 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140057080891560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27675] ppid=27669 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (java) S 27669 27671 23987 0 -1 4202560 454 0 0 0 204 11 0 0 20 0 22 0 254257724 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140057079839016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27676] ppid=27669 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (java) S 27669 27671 23987 0 -1 4202560 413 0 0 0 209 10 0 0 20 0 22 0 254257724 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140057078786472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27677] ppid=27669 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/27671/task/27677/stat : 27677 (java) S 27669 27671 23987 0 -1 4202560 1100 0 0 0 231 15 0 0 20 0 22 0 254257724 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140057077733928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27678] ppid=27669 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/27671/task/27678/stat : 27678 (java) S 27669 27671 23987 0 -1 4202560 613 0 0 0 214 12 0 0 20 0 22 0 254257724 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140057076681384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27679] ppid=27669 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/27671/task/27679/stat : 27679 (java) S 27669 27671 23987 0 -1 4202560 671 0 0 0 194 11 0 0 20 0 22 0 254257724 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140057075628840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27680] ppid=27669 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/27671/task/27680/stat : 27680 (java) S 27669 27671 23987 0 -1 4202560 570 0 0 0 207 11 0 0 20 0 22 0 254257724 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140057074576296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27681] ppid=27669 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/27671/task/27681/stat : 27681 (java) S 27669 27671 23987 0 -1 4202560 668 0 0 0 206 14 0 0 20 0 22 0 254257724 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140057073523752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27682] ppid=27669 vsize=9824668 CPUtime=30.16 cores=1,3,5,7
/proc/27671/task/27682/stat : 27682 (java) S 27669 27671 23987 0 -1 4202560 3242 0 0 0 3001 15 0 0 20 0 22 0 254257725 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056915421288 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27683] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27683/stat : 27683 (java) S 27669 27671 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056914367608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27684] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27684/stat : 27684 (java) S 27669 27671 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056913314952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27685] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27685/stat : 27685 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257727 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056912263696 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27686] ppid=27669 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/27671/task/27686/stat : 27686 (java) S 27669 27671 23987 0 -1 4202560 8060 0 0 0 157 3 0 0 20 0 22 0 254257727 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056911211064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27687] ppid=27669 vsize=9824668 CPUtime=2.89 cores=1,3,5,7
/proc/27671/task/27687/stat : 27687 (java) S 27669 27671 23987 0 -1 4202560 21505 0 0 0 284 5 0 0 20 0 22 0 254257727 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056910158520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27688] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27688/stat : 27688 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257727 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056909106168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27689] ppid=27669 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/27671/task/27689/stat : 27689 (java) S 27669 27671 23987 0 -1 4202560 51 0 0 0 18 25 0 0 20 0 22 0 254257728 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056908053832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27690] ppid=27669 vsize=9824668 CPUtime=845.83 cores=1,3,5,7
/proc/27671/task/27690/stat : 27690 (java) R 27669 27671 23987 0 -1 4202560 51 0 0 0 84569 14 0 0 20 0 22 0 254257879 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056906997856 140056954773480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27691] ppid=27669 vsize=9824668 CPUtime=845.7 cores=1,3,5,7
/proc/27671/task/27691/stat : 27691 (java) R 27669 27671 23987 0 -1 4202560 2533 0 0 0 84513 57 0 0 20 0 22 0 254257879 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056905945472 140056954705945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27692] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27692/stat : 27692 (java) S 27669 27671 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254257888 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056904893480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27693] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27693/stat : 27693 (java) S 27669 27671 23987 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254257888 10060460032 766869 33554432000 1073741824 1073778376 140734051739552 140056903840936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1745.51
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.501 s]
/proc/loadavg: 3.64 3.80 3.78 5/219 27868
/proc/meminfo: memFree=22941620/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/27671/stat : 27671 (java) S 27669 27671 23987 0 -1 4202496 44361 0 1 0 179817 191 0 0 20 0 22 0 254257722 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140734051730688 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 2456167 780743 2285 9 0 2446860 0
[pid=27671/tid=27673] ppid=27669 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (java) S 27669 27671 23987 0 -1 4202560 2529 0 1 0 146 6 0 0 20 0 22 0 254257723 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057091830776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27674] ppid=27669 vsize=9824668 CPUtime=2.08 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (java) S 27669 27671 23987 0 -1 4202560 614 0 0 0 200 8 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057080891560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27675] ppid=27669 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (java) S 27669 27671 23987 0 -1 4202560 462 0 0 0 210 12 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057079839016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27676] ppid=27669 vsize=9824668 CPUtime=2.23 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (java) S 27669 27671 23987 0 -1 4202560 420 0 0 0 213 10 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057078786472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27677] ppid=27669 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/27671/task/27677/stat : 27677 (java) S 27669 27671 23987 0 -1 4202560 1101 0 0 0 234 15 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057077733928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27678] ppid=27669 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/27671/task/27678/stat : 27678 (java) S 27669 27671 23987 0 -1 4202560 613 0 0 0 217 12 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057076681384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27679] ppid=27669 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/27671/task/27679/stat : 27679 (java) S 27669 27671 23987 0 -1 4202560 696 0 0 0 200 11 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057075628840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27680] ppid=27669 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/27671/task/27680/stat : 27680 (java) S 27669 27671 23987 0 -1 4202560 571 0 0 0 210 11 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057074576296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27681] ppid=27669 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/27671/task/27681/stat : 27681 (java) S 27669 27671 23987 0 -1 4202560 676 0 0 0 210 14 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057073523752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27682] ppid=27669 vsize=9824668 CPUtime=30.16 cores=1,3,5,7
/proc/27671/task/27682/stat : 27682 (java) S 27669 27671 23987 0 -1 4202560 3266 0 0 0 3001 15 0 0 20 0 22 0 254257725 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056915421288 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27683] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27683/stat : 27683 (java) S 27669 27671 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056914367608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27684] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27684/stat : 27684 (java) S 27669 27671 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056913314952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27685] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27685/stat : 27685 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257727 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056912263696 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27686] ppid=27669 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/27671/task/27686/stat : 27686 (java) S 27669 27671 23987 0 -1 4202560 8060 0 0 0 157 3 0 0 20 0 22 0 254257727 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056911211064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27687] ppid=27669 vsize=9824668 CPUtime=2.89 cores=1,3,5,7
/proc/27671/task/27687/stat : 27687 (java) S 27669 27671 23987 0 -1 4202560 21505 0 0 0 284 5 0 0 20 0 22 0 254257727 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056910158520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27688] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27688/stat : 27688 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257727 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056909106168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27689] ppid=27669 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/27671/task/27689/stat : 27689 (java) S 27669 27671 23987 0 -1 4202560 53 0 0 0 19 25 0 0 20 0 22 0 254257728 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056908053832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27690] ppid=27669 vsize=9824668 CPUtime=872.94 cores=1,3,5,7
/proc/27671/task/27690/stat : 27690 (java) R 27669 27671 23987 0 -1 4202560 52 0 0 0 87279 15 0 0 20 0 22 0 254257879 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056906996000 140056955366627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27691] ppid=27669 vsize=9824668 CPUtime=872.8 cores=1,3,5,7
/proc/27671/task/27691/stat : 27691 (java) R 27669 27671 23987 0 -1 4202560 2550 0 0 0 87221 59 0 0 20 0 22 0 254257879 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056905944272 140056954808145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27692] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27692/stat : 27692 (java) S 27669 27671 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254257888 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056904893480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27693] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27693/stat : 27693 (java) S 27669 27671 23987 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254257888 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056903840936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

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

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

[startup+909.501 s]
/proc/loadavg: 3.64 3.80 3.78 5/219 27868
/proc/meminfo: memFree=22941620/32873844 swapFree=7900/7900
[pid=27671] ppid=27669 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/27671/stat : 27671 (java) S 27669 27671 23987 0 -1 4202496 44361 0 1 0 179817 191 0 0 20 0 22 0 254257722 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140734051730688 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27671/statm: 2456167 780743 2285 9 0 2446860 0
[pid=27671/tid=27673] ppid=27669 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/27671/task/27673/stat : 27673 (java) S 27669 27671 23987 0 -1 4202560 2529 0 1 0 146 6 0 0 20 0 22 0 254257723 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057091830776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27674] ppid=27669 vsize=9824668 CPUtime=2.08 cores=1,3,5,7
/proc/27671/task/27674/stat : 27674 (java) S 27669 27671 23987 0 -1 4202560 614 0 0 0 200 8 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057080891560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27675] ppid=27669 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/27671/task/27675/stat : 27675 (java) S 27669 27671 23987 0 -1 4202560 462 0 0 0 210 12 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057079839016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27676] ppid=27669 vsize=9824668 CPUtime=2.23 cores=1,3,5,7
/proc/27671/task/27676/stat : 27676 (java) S 27669 27671 23987 0 -1 4202560 420 0 0 0 213 10 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057078786472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27677] ppid=27669 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/27671/task/27677/stat : 27677 (java) S 27669 27671 23987 0 -1 4202560 1101 0 0 0 234 15 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057077733928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27678] ppid=27669 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/27671/task/27678/stat : 27678 (java) S 27669 27671 23987 0 -1 4202560 613 0 0 0 217 12 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057076681384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27679] ppid=27669 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/27671/task/27679/stat : 27679 (java) S 27669 27671 23987 0 -1 4202560 696 0 0 0 200 11 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057075628840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27680] ppid=27669 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/27671/task/27680/stat : 27680 (java) S 27669 27671 23987 0 -1 4202560 571 0 0 0 210 11 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057074576296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27681] ppid=27669 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/27671/task/27681/stat : 27681 (java) S 27669 27671 23987 0 -1 4202560 676 0 0 0 210 14 0 0 20 0 22 0 254257724 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140057073523752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27671/tid=27682] ppid=27669 vsize=9824668 CPUtime=30.16 cores=1,3,5,7
/proc/27671/task/27682/stat : 27682 (java) S 27669 27671 23987 0 -1 4202560 3266 0 0 0 3001 15 0 0 20 0 22 0 254257725 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056915421288 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27683] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27683/stat : 27683 (java) S 27669 27671 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056914367608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27684] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27684/stat : 27684 (java) S 27669 27671 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254257725 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056913314952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27685] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27685/stat : 27685 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257727 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056912263696 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27686] ppid=27669 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/27671/task/27686/stat : 27686 (java) S 27669 27671 23987 0 -1 4202560 8060 0 0 0 157 3 0 0 20 0 22 0 254257727 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056911211064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27687] ppid=27669 vsize=9824668 CPUtime=2.89 cores=1,3,5,7
/proc/27671/task/27687/stat : 27687 (java) S 27669 27671 23987 0 -1 4202560 21505 0 0 0 284 5 0 0 20 0 22 0 254257727 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056910158520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27688] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27688/stat : 27688 (java) S 27669 27671 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254257727 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056909106168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27671/tid=27689] ppid=27669 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/27671/task/27689/stat : 27689 (java) S 27669 27671 23987 0 -1 4202560 53 0 0 0 19 25 0 0 20 0 22 0 254257728 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056908053832 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27690] ppid=27669 vsize=9824668 CPUtime=872.94 cores=1,3,5,7
/proc/27671/task/27690/stat : 27690 (java) R 27669 27671 23987 0 -1 4202560 52 0 0 0 87279 15 0 0 20 0 22 0 254257879 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056906996000 140056955366627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27691] ppid=27669 vsize=9824668 CPUtime=872.8 cores=1,3,5,7
/proc/27671/task/27691/stat : 27691 (java) R 27669 27671 23987 0 -1 4202560 2550 0 0 0 87221 59 0 0 20 0 22 0 254257879 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056905944272 140056954808145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27671/tid=27692] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27692/stat : 27692 (java) S 27669 27671 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254257888 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056904893480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27671/tid=27693] ppid=27669 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27671/task/27693/stat : 27693 (java) S 27669 27671 23987 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254257888 10060460032 780743 33554432000 1073741824 1073778376 140734051739552 140056903840936 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 909.564
CPU time (s): 1800.66
CPU user time (s): 1798.28
CPU system time (s): 2.38164
CPU usage (%): 197.969
Max. virtual memory (cumulated for all children) (KiB): 9826268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.28
system time used= 2.38164
maximum resident set size= 3123096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44394
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25516
involuntary context switches= 35731

runsolver used 4.43133 second user time and 7.8638 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 19:42:12
IDJOB=3689182
IDBENCH=73459
IDSOLVER=2268
FILE ID=node137/3689182-1337881332
RUNJOBID= node137-1337871881-24004
PBS_JOBID= 14620067
Free space on /tmp= 71508 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12046_2-sat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689182-1337881332/watcher-3689182-1337881332 -o /tmp/evaluation-result-3689182-1337881332/solver-3689182-1337881332 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689182-1337881332.opb

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

MD5SUM BENCH= 8df6acf86997549eac6f2a4fde05a479
RANDOM SEED=1950177806

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28481212 kB
Buffers:          219444 kB
Cached:          2178912 kB
SwapCached:        22060 kB
Active:          1923764 kB
Inactive:        1684612 kB
Active(anon):    1189848 kB
Inactive(anon):    22680 kB
Active(file):     733916 kB
Inactive(file):  1661932 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:              5696 kB
Writeback:             0 kB
AnonPages:       1242784 kB
Mapped:            17936 kB
Shmem:                 0 kB
Slab:             640316 kB
SReclaimable:      80988 kB
SUnreclaim:       559328 kB
KernelStack:        1784 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1629012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1144832 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= 71504 MiB
End job on node137 at 2012-05-24 19:57:24