Trace number 4100437

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.47 1786.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-trento1.opb
MD5SUM38efecbab82080ab0719e9bf155a35ec
Bench CategoryOPT-SMALLINT (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 benchmark0.752885
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables44575
Total number of constraints1264
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1264
Minimum length of a constraint35
Maximum length of a constraint44575
Number of terms in the objective function 44575
Biggest coefficient in the objective function 78668
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 568252
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 568256
Number of bits of the biggest sum of numbers20
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4100437-1466213362.opb
0.07/0.12	c reading problem ... 
0.07/0.12	c  objective function found
1.25/0.74	c ... done. Wall clock time 0.62s.
1.25/0.74	c declared #vars     44575
1.25/0.74	c #constraints  2512
1.25/0.74	c constraints type 
1.25/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2512
1.25/0.74	c 2512 constraints processed.
1.25/0.74	c objective function length is 44575 literals
52.70/51.34	c cleaning 2479 clauses out of 5000 with flag 14269/5000
115.64/114.02	c cleaning 4251 clauses out of 8521 with flag 31524/11000
187.46/185.87	c cleaning 5625 clauses out of 11272 with flag 51924/18002
268.79/267.11	c cleaning 6817 clauses out of 13646 with flag 74576/26001
356.93/355.21	c cleaning 7914 clauses out of 15828 with flag 103930/35000
461.87/460.09	c cleaning 8931 clauses out of 17914 with flag 132995/45000
572.58/570.59	c cleaning 9993 clauses out of 19985 with flag 165750/56002
704.99/702.41	c cleaning 10993 clauses out of 21990 with flag 201330/68000
854.68/851.04	c cleaning 11969 clauses out of 23997 with flag 242544/81000
1012.95/1008.00	c cleaning 12971 clauses out of 26028 with flag 287774/95000
1181.92/1175.28	c cleaning 14018 clauses out of 28057 with flag 335677/110000
1358.97/1350.63	c cleaning 15017 clauses out of 30041 with flag 388381/126002
1549.65/1539.28	c cleaning 15984 clauses out of 32022 with flag 439520/143000
1742.16/1729.83	c cleaning 17015 clauses out of 34039 with flag 497353/161001
1800.02/1786.90	c starts		: 855
1800.02/1786.90	c conflicts		: 166659
1800.02/1786.90	c decisions		: 1527592
1800.02/1786.90	c propagations		: 465876493
1800.02/1786.90	c inspects		: 4555229840
1800.02/1786.90	c shortcuts		: 0
1800.02/1786.90	c learnt literals	: 0
1800.02/1786.90	c learnt binary clauses	: 0
1800.02/1786.90	c learnt ternary clauses	: 0
1800.02/1786.90	c learnt constraints	: 166659
1800.02/1786.90	c ignored constraints	: 0
1800.02/1786.90	c root simplifications	: 0
1800.02/1786.90	c removed literals (reason simplification)	: 0
1800.02/1786.90	c reason swapping (by a shorter reason)	: 0
1800.02/1786.90	c Calls to reduceDB	: 14
1800.02/1786.90	c Number of update (reduction) of LBD	: 76028
1800.02/1786.90	c Imported unit clauses	: 0
1800.02/1786.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1786.90	c number of learned constraints concerned by reduction	: 0
1800.02/1786.90	c number of learning phase by resolution	: 0
1800.02/1786.90	c number of learning phase by cutting planes	: 0
1800.02/1786.90	c speed (assignments/second)	: 260839.6620503733
1800.02/1786.90	c non guided choices	0
1800.02/1786.91	c timeout
1800.02/1786.91	c learnt constraints type 
1800.02/1786.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22683
1800.02/1786.91	s UNKNOWN
1800.02/1786.91	c Total wall clock time (in seconds): 1786.79

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4100437-1466213362/watcher-4100437-1466213362 -o /tmp/evaluation-result-4100437-1466213362/solver-4100437-1466213362 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100437-1466213362.opb 

pid=27697
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.20 2.20 4/195 27700
/proc/meminfo: memFree=23664376/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/27700/stat : 27700 (java) R 27697 27700 25977 0 -1 4202496 235 0 0 0 0 0 0 0 20 0 1 0 23384858 9379840 94 33554432000 1073741824 1073778376 140736253206624 140736253203752 272886601281 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27700/statm: 2290 109 82 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.15 2.20 2.20 4/195 27700
/proc/meminfo: memFree=23664376/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27700/stat : 27700 (java) S 27697 27700 25977 0 -1 4202496 4297 0 1 0 6 1 0 0 20 0 18 0 23384858 9787879424 5417 33554432000 1073741824 1073778376 140736356773920 140736356765056 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 2389619 5417 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.15 2.20 2.20 4/195 27700
/proc/meminfo: memFree=23664376/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/27700/stat : 27700 (java) S 27697 27700 25977 0 -1 4202496 5006 0 1 0 26 1 0 0 20 0 18 0 23384858 9787879424 6876 33554432000 1073741824 1073778376 140736356773920 140736356765056 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 2389619 6876 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.15 2.20 2.20 4/195 27700
/proc/meminfo: memFree=23664376/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/27700/stat : 27700 (java) S 27697 27700 25977 0 -1 4202496 5702 0 1 0 44 1 0 0 20 0 18 0 23384858 9787879424 12475 33554432000 1073741824 1073778376 140736356773920 140736356765056 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 2389619 12475 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700191 s]
/proc/loadavg: 2.15 2.20 2.20 4/195 27700
/proc/meminfo: memFree=23664376/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9558476 CPUtime=1.25 cores=0,2,4,6
/proc/27700/stat : 27700 (java) S 27697 27700 25977 0 -1 4202496 10427 0 1 0 120 5 0 0 20 0 18 0 23384858 9787879424 46200 33554432000 1073741824 1073778376 140736356773920 140736356765056 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 2389619 46200 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.15 2.20 2.20 4/214 27719
/proc/meminfo: memFree=23485992/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/27700/stat : 27700 (java) S 27697 27700 25977 0 -1 4202496 10588 0 1 0 245 5 0 0 20 0 19 0 23384858 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 140736356765056 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 2406260 46872 2280 9 0 2396937 0
[pid=27700/tid=27702] ppid=27697 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/27700/task/27702/stat : 27702 (java) R 27697 27700 25977 0 -1 4202560 2484 0 1 0 139 3 0 0 20 0 19 0 23384859 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771940925496 139771809412463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27703] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27703/stat : 27703 (java) S 27697 27700 25977 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771929987624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27704] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27704/stat : 27704 (java) S 27697 27700 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771928934824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27705] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27705/stat : 27705 (java) S 27697 27700 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771927882024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27706] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27706/stat : 27706 (java) S 27697 27700 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771781003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27707] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27707/stat : 27707 (java) S 27697 27700 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771779951656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27708] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27708/stat : 27708 (java) S 27697 27700 25977 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771778898856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27709] ppid=27697 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27700/task/27709/stat : 27709 (java) S 27697 27700 25977 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23384861 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771777846056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27710] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27710/stat : 27710 (java) S 27697 27700 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771776793256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27711] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27711/stat : 27711 (java) S 27697 27700 25977 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771764595176 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27712] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27712/stat : 27712 (java) S 27697 27700 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771763541240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27713] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27713/stat : 27713 (java) S 27697 27700 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771762488328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27714] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27714/stat : 27714 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771761436816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27715] ppid=27697 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27700/task/27715/stat : 27715 (java) S 27697 27700 25977 0 -1 4202560 2351 0 0 0 48 0 0 0 20 0 19 0 23384865 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771760384952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27716] ppid=27697 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27700/task/27716/stat : 27716 (java) S 27697 27700 25977 0 -1 4202560 4359 0 0 0 48 0 0 0 20 0 19 0 23384865 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771759332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27717] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27717/stat : 27717 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771758279544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27718] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27718/stat : 27718 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771757226952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27719] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27719/stat : 27719 (java) S 27697 27700 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23384942 9856040960 46872 33554432000 1073741824 1073778376 140736356773920 139771756172456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.15 2.20 2.20 4/214 27719
/proc/meminfo: memFree=23485364/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9625040 CPUtime=4.13 cores=0,2,4,6
/proc/27700/stat : 27700 (java) S 27697 27700 25977 0 -1 4202496 10590 0 1 0 408 5 0 0 20 0 19 0 23384858 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 140736356765056 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 2406260 46873 2280 9 0 2396937 0
[pid=27700/tid=27702] ppid=27697 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/27700/task/27702/stat : 27702 (java) R 27697 27700 25977 0 -1 4202560 2485 0 1 0 299 3 0 0 20 0 19 0 23384859 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771940925512 139771809419082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27703] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27703/stat : 27703 (java) S 27697 27700 25977 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771929987624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27704] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27704/stat : 27704 (java) S 27697 27700 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771928934824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27705] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27705/stat : 27705 (java) S 27697 27700 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771927882024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27706] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27706/stat : 27706 (java) S 27697 27700 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771781003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27707] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27707/stat : 27707 (java) S 27697 27700 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771779951656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27708] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27708/stat : 27708 (java) S 27697 27700 25977 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771778898856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27709] ppid=27697 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27700/task/27709/stat : 27709 (java) S 27697 27700 25977 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23384861 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771777846056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27710] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27710/stat : 27710 (java) S 27697 27700 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771776793256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27711] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27711/stat : 27711 (java) S 27697 27700 25977 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771764595176 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27712] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27712/stat : 27712 (java) S 27697 27700 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771763541240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27713] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27713/stat : 27713 (java) S 27697 27700 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771762488328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27714] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27714/stat : 27714 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771761436816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27715] ppid=27697 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/27700/task/27715/stat : 27715 (java) S 27697 27700 25977 0 -1 4202560 2351 0 0 0 51 0 0 0 20 0 19 0 23384865 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771760384952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27716] ppid=27697 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27700/task/27716/stat : 27716 (java) S 27697 27700 25977 0 -1 4202560 4359 0 0 0 48 0 0 0 20 0 19 0 23384865 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771759332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27717] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27717/stat : 27717 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771758279544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27718] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27718/stat : 27718 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771757226952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27719] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27719/stat : 27719 (java) S 27697 27700 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23384942 9856040960 46873 33554432000 1073741824 1073778376 140736356773920 139771756172456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.14 2.20 2.20 3/214 27719
/proc/meminfo: memFree=23456888/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9625040 CPUtime=7.42 cores=0,2,4,6
/proc/27700/stat : 27700 (java) S 27697 27700 25977 0 -1 4202496 10986 0 1 0 733 9 0 0 20 0 19 0 23384858 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 140736356765056 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 2406260 53863 2280 9 0 2396937 0
[pid=27700/tid=27702] ppid=27697 vsize=9625040 CPUtime=6.18 cores=0,2,4,6
/proc/27700/task/27702/stat : 27702 (java) R 27697 27700 25977 0 -1 4202560 2487 0 1 0 615 3 0 0 20 0 19 0 23384859 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771940925752 139771809412384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27703] ppid=27697 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27700/task/27703/stat : 27703 (java) S 27697 27700 25977 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 23384861 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771929987624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27704] ppid=27697 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27700/task/27704/stat : 27704 (java) S 27697 27700 25977 0 -1 4202560 110 0 0 0 2 1 0 0 20 0 19 0 23384861 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771928934824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27705] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27705/stat : 27705 (java) S 27697 27700 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771927882024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27706] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27706/stat : 27706 (java) S 27697 27700 25977 0 -1 4202560 98 0 0 0 0 0 0 0 20 0 19 0 23384861 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771781003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27707] ppid=27697 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27700/task/27707/stat : 27707 (java) S 27697 27700 25977 0 -1 4202560 93 0 0 0 1 0 0 0 20 0 19 0 23384861 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771779951656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27708] ppid=27697 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27700/task/27708/stat : 27708 (java) S 27697 27700 25977 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23384861 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771778898856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27709] ppid=27697 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27700/task/27709/stat : 27709 (java) S 27697 27700 25977 0 -1 4202560 108 0 0 0 2 2 0 0 20 0 19 0 23384861 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771777846056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27710] ppid=27697 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27700/task/27710/stat : 27710 (java) S 27697 27700 25977 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23384861 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771776793256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27711] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27711/stat : 27711 (java) S 27697 27700 25977 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771764595176 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27712] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27712/stat : 27712 (java) S 27697 27700 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771763541240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27713] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27713/stat : 27713 (java) S 27697 27700 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771762488328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27714] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27714/stat : 27714 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771761436816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27715] ppid=27697 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/27700/task/27715/stat : 27715 (java) S 27697 27700 25977 0 -1 4202560 2351 0 0 0 51 0 0 0 20 0 19 0 23384865 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771760384952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27716] ppid=27697 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27700/task/27716/stat : 27716 (java) S 27697 27700 25977 0 -1 4202560 4359 0 0 0 48 0 0 0 20 0 19 0 23384865 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771759332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27717] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27717/stat : 27717 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771758279544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27718] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27718/stat : 27718 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771757226952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27719] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27719/stat : 27719 (java) S 27697 27700 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23384942 9856040960 53863 33554432000 1073741824 1073778376 140736356773920 139771756172456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 9625040


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

[pid=27700/tid=27712] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27712/stat : 27712 (java) S 27697 27700 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 170038 33554432000 1073741824 1073778376 140736356773920 139771763541240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27713] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27713/stat : 27713 (java) S 27697 27700 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 170038 33554432000 1073741824 1073778376 140736356773920 139771762488328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27714] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27714/stat : 27714 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 170038 33554432000 1073741824 1073778376 140736356773920 139771761436816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27715] ppid=27697 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27700/task/27715/stat : 27715 (java) S 27697 27700 25977 0 -1 4202560 2362 0 0 0 57 0 0 0 20 0 19 0 23384865 9856040960 170038 33554432000 1073741824 1073778376 140736356773920 139771760384952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27716] ppid=27697 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27700/task/27716/stat : 27716 (java) S 27697 27700 25977 0 -1 4202560 4361 0 0 0 53 0 0 0 20 0 19 0 23384865 9856040960 170038 33554432000 1073741824 1073778376 140736356773920 139771759332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27717] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27717/stat : 27717 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 170038 33554432000 1073741824 1073778376 140736356773920 139771758279544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27718] ppid=27697 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/27700/task/27718/stat : 27718 (java) S 27697 27700 25977 0 -1 4202560 98 0 0 0 30 31 0 0 20 0 19 0 23384865 9856040960 170038 33554432000 1073741824 1073778376 140736356773920 139771757226952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27719] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27719/stat : 27719 (java) S 27697 27700 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23384942 9856040960 170038 33554432000 1073741824 1073778376 140736356773920 139771756172456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1734.56
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.21 2.19 3/213 28034
/proc/meminfo: memFree=27228168/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9625040 CPUtime=1795.37 cores=0,2,4,6
/proc/27700/stat : 27700 (java) S 27697 27700 25977 0 -1 4202496 13745 0 1 0 179435 102 0 0 20 0 19 0 23384858 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 140736356765056 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 2406260 170954 2285 9 0 2396937 0
[pid=27700/tid=27702] ppid=27697 vsize=9625040 CPUtime=1775.24 cores=0,2,4,6
/proc/27700/task/27702/stat : 27702 (java) R 27697 27700 25977 0 -1 4202560 4075 0 1 0 177478 46 0 0 20 0 19 0 23384859 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771940924592 139771809420248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27703] ppid=27697 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/27700/task/27703/stat : 27703 (java) S 27697 27700 25977 0 -1 4202560 114 0 0 0 225 6 0 0 20 0 19 0 23384861 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771929987624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27704] ppid=27697 vsize=9625040 CPUtime=2.3 cores=0,2,4,6
/proc/27700/task/27704/stat : 27704 (java) S 27697 27700 25977 0 -1 4202560 168 0 0 0 224 6 0 0 20 0 19 0 23384861 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771928934824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27705] ppid=27697 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/27700/task/27705/stat : 27705 (java) S 27697 27700 25977 0 -1 4202560 85 0 0 0 222 5 0 0 20 0 19 0 23384861 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771927882024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27706] ppid=27697 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/27700/task/27706/stat : 27706 (java) S 27697 27700 25977 0 -1 4202560 205 0 0 0 223 6 0 0 20 0 19 0 23384861 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771781003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27707] ppid=27697 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/27700/task/27707/stat : 27707 (java) S 27697 27700 25977 0 -1 4202560 179 0 0 0 229 6 0 0 20 0 19 0 23384861 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771779951656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27708] ppid=27697 vsize=9625040 CPUtime=2.19 cores=0,2,4,6
/proc/27700/task/27708/stat : 27708 (java) S 27697 27700 25977 0 -1 4202560 65 0 0 0 213 6 0 0 20 0 19 0 23384861 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771778898856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27709] ppid=27697 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/27700/task/27709/stat : 27709 (java) S 27697 27700 25977 0 -1 4202560 153 0 0 0 230 7 0 0 20 0 19 0 23384861 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771777846056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27710] ppid=27697 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/27700/task/27710/stat : 27710 (java) S 27697 27700 25977 0 -1 4202560 59 0 0 0 226 5 0 0 20 0 19 0 23384861 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771776793256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27711] ppid=27697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27700/task/27711/stat : 27711 (java) S 27697 27700 25977 0 -1 4202560 554 0 0 0 13 8 0 0 20 0 19 0 23384862 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771764595176 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27712] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27712/stat : 27712 (java) S 27697 27700 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771763541240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27713] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27713/stat : 27713 (java) S 27697 27700 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771762488328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27714] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27714/stat : 27714 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771761436816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27715] ppid=27697 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27700/task/27715/stat : 27715 (java) S 27697 27700 25977 0 -1 4202560 2362 0 0 0 57 0 0 0 20 0 19 0 23384865 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771760384952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27716] ppid=27697 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27700/task/27716/stat : 27716 (java) S 27697 27700 25977 0 -1 4202560 4361 0 0 0 53 0 0 0 20 0 19 0 23384865 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771759332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27717] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27717/stat : 27717 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771758279544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27718] ppid=27697 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27700/task/27718/stat : 27718 (java) S 27697 27700 25977 0 -1 4202560 102 0 0 0 31 32 0 0 20 0 19 0 23384865 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771757226952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27719] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27719/stat : 27719 (java) S 27697 27700 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23384942 9856040960 170954 33554432000 1073741824 1073778376 140736356773920 139771756172456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1795.37
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.9 s]
/proc/loadavg: 2.22 2.23 2.19 3/213 28034
/proc/meminfo: memFree=27228416/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27700/stat : 27700 (java) S 27697 27700 25977 0 -1 4202496 13751 0 1 0 179899 103 0 0 20 0 19 0 23384858 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 140736356765056 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 2406260 170906 2285 9 0 2396937 0
[pid=27700/tid=27702] ppid=27697 vsize=9625040 CPUtime=1779.81 cores=0,2,4,6
/proc/27700/task/27702/stat : 27702 (java) R 27697 27700 25977 0 -1 4202560 4081 0 1 0 177934 47 0 0 20 0 19 0 23384859 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771940924592 139771809397266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27703] ppid=27697 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/27700/task/27703/stat : 27703 (java) S 27697 27700 25977 0 -1 4202560 114 0 0 0 226 6 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771929987624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27704] ppid=27697 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/27700/task/27704/stat : 27704 (java) S 27697 27700 25977 0 -1 4202560 168 0 0 0 225 6 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771928934824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27705] ppid=27697 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/27700/task/27705/stat : 27705 (java) S 27697 27700 25977 0 -1 4202560 85 0 0 0 223 5 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771927882024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27706] ppid=27697 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/27700/task/27706/stat : 27706 (java) S 27697 27700 25977 0 -1 4202560 205 0 0 0 223 6 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771781003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27707] ppid=27697 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/27700/task/27707/stat : 27707 (java) S 27697 27700 25977 0 -1 4202560 179 0 0 0 229 6 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771779951656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27708] ppid=27697 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/27700/task/27708/stat : 27708 (java) S 27697 27700 25977 0 -1 4202560 65 0 0 0 214 6 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771778898856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27709] ppid=27697 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/27700/task/27709/stat : 27709 (java) S 27697 27700 25977 0 -1 4202560 153 0 0 0 230 7 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771777846056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27710] ppid=27697 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/27700/task/27710/stat : 27710 (java) S 27697 27700 25977 0 -1 4202560 59 0 0 0 227 5 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771776793256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27711] ppid=27697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27700/task/27711/stat : 27711 (java) S 27697 27700 25977 0 -1 4202560 554 0 0 0 13 8 0 0 20 0 19 0 23384862 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771764595176 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27712] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27712/stat : 27712 (java) S 27697 27700 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771763541240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27713] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27713/stat : 27713 (java) S 27697 27700 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771762488328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27714] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27714/stat : 27714 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771761436816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27715] ppid=27697 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27700/task/27715/stat : 27715 (java) S 27697 27700 25977 0 -1 4202560 2362 0 0 0 57 0 0 0 20 0 19 0 23384865 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771760384952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27716] ppid=27697 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27700/task/27716/stat : 27716 (java) S 27697 27700 25977 0 -1 4202560 4361 0 0 0 53 0 0 0 20 0 19 0 23384865 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771759332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27717] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27717/stat : 27717 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771758279544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27718] ppid=27697 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27700/task/27718/stat : 27718 (java) S 27697 27700 25977 0 -1 4202560 102 0 0 0 31 32 0 0 20 0 19 0 23384865 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771757226952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27719] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27719/stat : 27719 (java) S 27697 27700 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23384942 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771756172456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27700 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1786.9 s]
/proc/loadavg: 2.22 2.23 2.19 3/213 28034
/proc/meminfo: memFree=27228416/32872528 swapFree=1244176/1391344
[pid=27700] ppid=27697 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27700/stat : 27700 (java) S 27697 27700 25977 0 -1 4202496 13751 0 1 0 179899 103 0 0 20 0 19 0 23384858 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 140736356765056 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 2406260 170906 2285 9 0 2396937 0
[pid=27700/tid=27702] ppid=27697 vsize=9625040 CPUtime=1779.81 cores=0,2,4,6
/proc/27700/task/27702/stat : 27702 (java) R 27697 27700 25977 0 -1 4202560 4081 0 1 0 177934 47 0 0 20 0 19 0 23384859 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771940924592 139771809397266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27703] ppid=27697 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/27700/task/27703/stat : 27703 (java) S 27697 27700 25977 0 -1 4202560 114 0 0 0 226 6 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771929987624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27704] ppid=27697 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/27700/task/27704/stat : 27704 (java) S 27697 27700 25977 0 -1 4202560 168 0 0 0 225 6 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771928934824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27705] ppid=27697 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/27700/task/27705/stat : 27705 (java) S 27697 27700 25977 0 -1 4202560 85 0 0 0 223 5 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771927882024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27706] ppid=27697 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/27700/task/27706/stat : 27706 (java) S 27697 27700 25977 0 -1 4202560 205 0 0 0 223 6 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771781003432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27707] ppid=27697 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/27700/task/27707/stat : 27707 (java) S 27697 27700 25977 0 -1 4202560 179 0 0 0 229 6 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771779951656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27708] ppid=27697 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/27700/task/27708/stat : 27708 (java) S 27697 27700 25977 0 -1 4202560 65 0 0 0 214 6 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771778898856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27700/tid=27709] ppid=27697 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/27700/task/27709/stat : 27709 (java) S 27697 27700 25977 0 -1 4202560 153 0 0 0 230 7 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771777846056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27710] ppid=27697 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/27700/task/27710/stat : 27710 (java) S 27697 27700 25977 0 -1 4202560 59 0 0 0 227 5 0 0 20 0 19 0 23384861 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771776793256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27711] ppid=27697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27700/task/27711/stat : 27711 (java) S 27697 27700 25977 0 -1 4202560 554 0 0 0 13 8 0 0 20 0 19 0 23384862 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771764595176 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27712] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27712/stat : 27712 (java) S 27697 27700 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771763541240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27713] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27713/stat : 27713 (java) S 27697 27700 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23384862 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771762488328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27714] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27714/stat : 27714 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771761436816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27715] ppid=27697 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27700/task/27715/stat : 27715 (java) S 27697 27700 25977 0 -1 4202560 2362 0 0 0 57 0 0 0 20 0 19 0 23384865 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771760384952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27700/tid=27716] ppid=27697 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27700/task/27716/stat : 27716 (java) S 27697 27700 25977 0 -1 4202560 4361 0 0 0 53 0 0 0 20 0 19 0 23384865 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771759332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27717] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27717/stat : 27717 (java) S 27697 27700 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23384865 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771758279544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27700/tid=27718] ppid=27697 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27700/task/27718/stat : 27718 (java) S 27697 27700 25977 0 -1 4202560 102 0 0 0 31 32 0 0 20 0 19 0 23384865 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771757226952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27700/tid=27719] ppid=27697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27700/task/27719/stat : 27719 (java) S 27697 27700 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23384942 9856040960 170906 33554432000 1073741824 1073778376 140736356773920 139771756172456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1786.92
CPU time (s): 1800.47
CPU user time (s): 1799
CPU system time (s): 1.47178
CPU usage (%): 100.758
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.47178
maximum resident set size= 684200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13784
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75008
involuntary context switches= 90061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.212 second user time and 10.7354 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 03:29:22
IDJOB=4100437
IDBENCH=1616
IDSOLVER=2546
FILE ID=node119/4100437-1466213362
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-trento1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100437-1466213362/watcher-4100437-1466213362 -o /tmp/evaluation-result-4100437-1466213362/solver-4100437-1466213362 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100437-1466213362.opb

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

MD5SUM BENCH= 38efecbab82080ab0719e9bf155a35ec
RANDOM SEED=1037310881

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        23664912 kB
Buffers:           44228 kB
Cached:            81248 kB
SwapCached:          944 kB
Active:          7007372 kB
Inactive:          82564 kB
Active(anon):    6963052 kB
Inactive(anon):     3512 kB
Active(file):      44320 kB
Inactive(file):    79052 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67099976 kB
Dirty:              2756 kB
Writeback:             0 kB
AnonPages:       8369232 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             567840 kB
SReclaimable:      11924 kB
SUnreclaim:       555916 kB
KernelStack:        1768 kB
PageTables:        20464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    9563004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7061504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node119 at 2016-06-18 03:59:09