Trace number 4102562

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 Res+CP PB16? (TO) 1800.67 898.602

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.15.opb
MD5SUMf368868fda311e5aaeadb84d33b29291
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3750
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3750
Optimality of the best value was proved NO
Number of variables7500
Total number of constraints237715
Number of constraints which are clauses237715
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 7500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 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 PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4102562-1466217914.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
2.85/1.54	c ... done. Wall clock time 1.436s.
2.85/1.54	c declared #vars     7500
2.85/1.54	c #constraints  237715
2.85/1.55	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.85/1.55	c constraints type 
2.85/1.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
2.85/1.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 237465
2.85/1.55	c 237715 constraints processed.
2.85/1.55	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.85/1.55	c constraints type 
2.85/1.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 237465
2.85/1.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
2.85/1.55	c 237715 constraints processed.
2.85/1.55	c objective function length is 7500 literals
6.95/3.26	c cleaning 2497 clauses out of 5002 with flag 25039/5002
7.64/3.46	c cleaning 0 clauses out of 5001 with flag 0/5001
11.75/5.22	c cleaning 4243 clauses out of 8506 with flag 58958/11003
13.49/5.86	c cleaning 0 clauses out of 11001 with flag 0/11001
17.61/7.81	c cleaning 5623 clauses out of 11261 with flag 117221/18001
19.42/8.77	c cleaning 0 clauses out of 18001 with flag 0/18001
23.71/10.85	c cleaning 6813 clauses out of 13638 with flag 163962/26001
28.32/13.10	c cleaning 0 clauses out of 26001 with flag 0/26001
29.61/13.80	c cleaning 7906 clauses out of 15825 with flag 218593/35001
36.21/17.04	c cleaning 8946 clauses out of 17918 with flag 276665/45000
40.41/19.12	c cleaning 0 clauses out of 35000 with flag 0/35000
45.21/21.55	c cleaning 9978 clauses out of 19972 with flag 341130/56000
55.07/26.49	c cleaning 0 clauses out of 45001 with flag 0/45001
57.86/27.84	c cleaning 10986 clauses out of 21994 with flag 468793/68000
71.06/34.47	c cleaning 11997 clauses out of 24011 with flag 613876/81003
74.95/36.31	c cleaning 0 clauses out of 56000 with flag 0/56000
82.93/40.39	c cleaning 13003 clauses out of 26011 with flag 692843/95000
94.74/46.27	c cleaning 14001 clauses out of 28008 with flag 797008/110000
96.14/46.91	c cleaning 0 clauses out of 68000 with flag 0/68000
109.21/53.41	c cleaning 15005 clauses out of 30010 with flag 897634/126003
123.62/60.69	c cleaning 0 clauses out of 81000 with flag 0/81000
125.21/61.42	c cleaning 15992 clauses out of 32005 with flag 992128/143003
142.89/70.29	c cleaning 17000 clauses out of 34011 with flag 1103942/161001
162.89/80.21	c cleaning 17998 clauses out of 36010 with flag 1216179/180000
166.09/81.81	c cleaning 0 clauses out of 95001 with flag 0/95001
181.49/89.57	c cleaning 19001 clauses out of 38014 with flag 1342673/200002
203.36/100.48	c cleaning 19995 clauses out of 40011 with flag 1480436/221000
217.36/107.44	c cleaning 0 clauses out of 110001 with flag 0/110001
229.56/113.51	c cleaning 21004 clauses out of 42016 with flag 1618980/243000
256.25/126.87	c cleaning 21995 clauses out of 44012 with flag 1789777/266000
272.04/134.72	c cleaning 0 clauses out of 126000 with flag 0/126000
284.45/140.98	c cleaning 22997 clauses out of 46019 with flag 1949702/290002
315.30/156.32	c cleaning 24005 clauses out of 48020 with flag 2128250/315000
321.89/159.70	c cleaning 0 clauses out of 143000 with flag 0/143000
346.34/171.85	c cleaning 25005 clauses out of 50016 with flag 2319531/341001
382.02/189.65	c cleaning 26001 clauses out of 52012 with flag 2518881/368002
401.83/199.56	c cleaning 0 clauses out of 161001 with flag 0/161001
418.23/207.78	c cleaning 26999 clauses out of 54009 with flag 2719065/396000
460.06/228.75	c cleaning 28004 clauses out of 56012 with flag 2929519/425002
498.05/247.71	c cleaning 0 clauses out of 180000 with flag 0/180000
501.49/249.41	c cleaning 28994 clauses out of 58006 with flag 3143614/455000
544.27/270.89	c cleaning 29989 clauses out of 60012 with flag 3360244/486000
589.52/293.47	c cleaning 31002 clauses out of 62024 with flag 3627404/518001
594.74/296.06	c cleaning 0 clauses out of 200001 with flag 0/200001
638.98/318.17	c cleaning 32005 clauses out of 64021 with flag 3883270/551000
690.37/343.84	c cleaning 33001 clauses out of 66016 with flag 4162766/585000
728.62/362.92	c cleaning 0 clauses out of 221000 with flag 0/221000
744.69/370.93	c cleaning 33997 clauses out of 68015 with flag 4424668/620000
801.04/399.30	c cleaning 34998 clauses out of 70019 with flag 4709197/656001
860.69/429.07	c cleaning 35997 clauses out of 72020 with flag 5016669/693000
864.08/430.75	c cleaning 0 clauses out of 243001 with flag 0/243001
921.12/459.24	c cleaning 37006 clauses out of 74025 with flag 5342475/731002
987.76/492.55	c cleaning 38004 clauses out of 76017 with flag 5688614/770000
1060.40/528.86	c cleaning 39002 clauses out of 78013 with flag 6020575/810000
1066.80/532.05	c cleaning 0 clauses out of 266002 with flag 0/266002
1130.53/563.87	c cleaning 40002 clauses out of 80011 with flag 6371805/851000
1189.08/593.22	c cleaning 0 clauses out of 290000 with flag 0/290000
1205.87/601.66	c cleaning 40997 clauses out of 82009 with flag 6735383/893000
1284.16/640.70	c cleaning 42005 clauses out of 84013 with flag 7114468/936001
1353.42/675.32	c cleaning 0 clauses out of 315001 with flag 0/315001
1365.87/681.55	c cleaning 42986 clauses out of 86007 with flag 7507402/980000
1450.35/723.76	c cleaning 43999 clauses out of 88021 with flag 7932786/1025000
1515.49/756.24	c cleaning 0 clauses out of 341001 with flag 0/341001
1536.47/766.99	c cleaning 44999 clauses out of 90022 with flag 8369444/1071000
1627.38/812.37	c cleaning 46006 clauses out of 92023 with flag 8867862/1118000
1723.87/860.52	c cleaning 46998 clauses out of 94019 with flag 9311676/1166002
1769.73/883.41	c cleaning 0 clauses out of 368001 with flag 0/368001
1800.00/898.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/898.50	c starts		: 6700
1800.00/898.50	c conflicts		: 1205382
1800.00/898.50	c decisions		: 3784774
1800.00/898.50	c propagations		: 887672456
1800.00/898.50	c inspects		: 7888357248
1800.00/898.50	c shortcuts		: 0
1800.00/898.50	c learnt literals	: 0
1800.00/898.50	c learnt binary clauses	: 0
1800.00/898.50	c learnt ternary clauses	: 0
1800.00/898.50	c learnt constraints	: 1205382
1800.00/898.50	c ignored constraints	: 0
1800.00/898.50	c root simplifications	: 0
1800.00/898.50	c removed literals (reason simplification)	: 13424442
1800.00/898.50	c reason swapping (by a shorter reason)	: 0
1800.00/898.50	c Calls to reduceDB	: 44
1800.00/898.50	c Number of update (reduction) of LBD	: 588966
1800.00/898.50	c Imported unit clauses	: 0
1800.00/898.50	c number of reductions to clauses (during analyze)	: 0
1800.00/898.50	c number of learned constraints concerned by reduction	: 0
1800.00/898.50	c number of learning phase by resolution	: 0
1800.00/898.50	c number of learning phase by cutting planes	: 0
1800.00/898.50	c speed (assignments/second)	: 989685.2531541134
1800.00/898.50	c non guided choices	0
1800.00/898.53	c learnt constraints type 
1800.00/898.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86402
1800.00/898.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/898.53	c starts		: 136
1800.00/898.53	c conflicts		: 371036
1800.00/898.53	c decisions		: 465030
1800.00/898.53	c propagations		: 232157155
1800.00/898.53	c inspects		: 4159318875
1800.00/898.53	c shortcuts		: 0
1800.00/898.53	c learnt literals	: 0
1800.00/898.53	c learnt binary clauses	: 0
1800.00/898.53	c learnt ternary clauses	: 0
1800.00/898.53	c learnt constraints	: 371035
1800.00/898.53	c ignored constraints	: 0
1800.00/898.53	c root simplifications	: 0
1800.00/898.53	c removed literals (reason simplification)	: 0
1800.00/898.53	c reason swapping (by a shorter reason)	: 0
1800.00/898.53	c Calls to reduceDB	: 23
1800.00/898.53	c Number of update (reduction) of LBD	: 0
1800.00/898.53	c Imported unit clauses	: 0
1800.00/898.53	c number of reductions to clauses (during analyze)	: 0
1800.00/898.53	c number of learned constraints concerned by reduction	: 0
1800.00/898.53	c number of learning phase by resolution	: 0
1800.00/898.53	c number of learning phase by cutting planes	: 0
1800.00/898.53	c speed (assignments/second)	: 258829.8275598724
1800.00/898.53	c non guided choices	0
1800.00/898.59	c learnt constraints type 
1800.00/898.59	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 371035
1800.00/898.59	s UNKNOWN
1800.00/898.59	c Total wall clock time (in seconds): 898.481

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-4102562-1466217914/watcher-4102562-1466217914 -o /tmp/evaluation-result-4102562-1466217914/solver-4102562-1466217914 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22606 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4102562-1466217914.opb 

pid=28600
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: 4.19 4.14 4.13 4/197 28603
/proc/meminfo: memFree=29159664/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 23836865 98570240 977 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 24065 977 743 9 0 16771 0
[pid=28603/tid=28604] ppid=28600 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) R 28600 28603 22589 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23836866 98570240 978 33554432000 1073741824 1073778376 140734717285952 140031504494120 211458803072 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.19 4.14 4.13 4/197 28603
/proc/meminfo: memFree=29159664/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 4545 0 1 0 9 1 0 0 20 0 18 0 23836865 9787879424 5669 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 2389619 5669 2156 9 0 2380296 0
[pid=28603/tid=28604] ppid=28600 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) R 28600 28603 22589 0 -1 4202560 2443 0 1 0 7 0 0 0 20 0 18 0 23836866 9787879424 5669 33554432000 1073741824 1073778376 140734717285952 140031504497568 211462175800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 4.19 4.14 4.13 4/197 28603
/proc/meminfo: memFree=29159664/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 5068 0 1 0 28 1 0 0 20 0 18 0 23836865 9787879424 6555 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 2389619 6555 2223 9 0 2380296 0
[pid=28603/tid=28604] ppid=28600 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) R 28600 28603 22589 0 -1 4202560 2459 0 1 0 17 0 0 0 20 0 18 0 23836866 9787879424 6555 33554432000 1073741824 1073778376 140734717285952 140031504497568 140031376894247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300272 s]
/proc/loadavg: 4.19 4.14 4.13 4/197 28603
/proc/meminfo: memFree=29159664/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 5656 0 1 0 47 1 0 0 20 0 18 0 23836865 9787879424 8423 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 2389619 8423 2233 9 0 2380296 0
[pid=28603/tid=28604] ppid=28600 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) R 28600 28603 22589 0 -1 4202560 2463 0 1 0 27 0 0 0 20 0 18 0 23836866 9787879424 8423 33554432000 1073741824 1073778376 140734717285952 140031504497568 140031376870913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700239 s]
/proc/loadavg: 4.19 4.14 4.13 4/197 28603
/proc/meminfo: memFree=29159664/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=9558476 CPUtime=1.62 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 22871 0 1 0 156 6 0 0 20 0 18 0 23836865 9787879424 35992 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 2389619 35992 2244 9 0 2380296 0
[pid=28603/tid=28604] ppid=28600 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) R 28600 28603 22589 0 -1 4202560 2494 0 1 0 65 2 0 0 20 0 18 0 23836866 9787879424 35992 33554432000 1073741824 1073778376 140734717285952 140031504497568 140031377269867 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 4.19 4.14 4.13 4/215 28621
/proc/meminfo: memFree=28957380/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=9558476 CPUtime=2.85 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 23315 0 1 0 275 10 0 0 20 0 18 0 23836865 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 2389619 68593 2262 9 0 2380296 0
[pid=28603/tid=28604] ppid=28600 vsize=9558476 CPUtime=1.43 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) R 28600 28603 22589 0 -1 4202560 2549 0 1 0 139 4 0 0 20 0 18 0 23836866 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031504498248 140031377342197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28606] ppid=28600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28606/stat : 28606 (java) S 28600 28603 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23836866 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031348435624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28607] ppid=28600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28607/stat : 28607 (java) S 28600 28603 22589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 23836866 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031347383080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28608] ppid=28600 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/28603/task/28608/stat : 28608 (java) S 28600 28603 22589 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 18 0 23836866 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031346330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28609] ppid=28600 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/28603/task/28609/stat : 28609 (java) S 28600 28603 22589 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 23836866 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031345277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28610] ppid=28600 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/28603/task/28610/stat : 28610 (java) S 28600 28603 22589 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 23836866 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031344224424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28611] ppid=28600 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/28603/task/28611/stat : 28611 (java) S 28600 28603 22589 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 23836866 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031343171880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28612] ppid=28600 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/28603/task/28612/stat : 28612 (java) S 28600 28603 22589 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 23836866 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031342119336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28613] ppid=28600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28613/stat : 28613 (java) S 28600 28603 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23836866 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031341066792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28614] ppid=28600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28614/stat : 28614 (java) S 28600 28603 22589 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23836868 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031328655976 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28615] ppid=28600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28615/stat : 28615 (java) S 28600 28603 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23836868 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031327602296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28616] ppid=28600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28616/stat : 28616 (java) S 28600 28603 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23836868 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031326549640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28617] ppid=28600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28617/stat : 28617 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23836870 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031325498384 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28618] ppid=28600 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/28603/task/28618/stat : 28618 (java) S 28600 28603 22589 0 -1 4202560 9615 0 0 0 61 2 0 0 20 0 18 0 23836870 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031324444728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28619] ppid=28600 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/28603/task/28619/stat : 28619 (java) S 28600 28603 22589 0 -1 4202560 9761 0 0 0 56 2 0 0 20 0 18 0 23836870 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031323392184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28620] ppid=28600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28620/stat : 28620 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23836870 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031322339832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28621] ppid=28600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28621/stat : 28621 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23836870 9787879424 68593 33554432000 1073741824 1073778376 140734717285952 140031321287496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 9558476

[startup+3.10096 s]
/proc/loadavg: 4.19 4.14 4.13 5/219 28625
/proc/meminfo: memFree=28791524/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=9824732 CPUtime=6.95 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 23852 0 1 0 677 18 0 0 20 0 22 0 23836865 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 2456183 100741 2283 9 0 2446860 0
[pid=28603/tid=28604] ppid=28600 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) S 28600 28603 22589 0 -1 4202560 2573 0 1 0 144 4 0 0 20 0 22 0 23836866 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031504499576 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28606] ppid=28600 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28603/task/28606/stat : 28606 (java) S 28600 28603 22589 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 23836866 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031348435624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28607] ppid=28600 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28603/task/28607/stat : 28607 (java) S 28600 28603 22589 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 23836866 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031347383080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28608] ppid=28600 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28603/task/28608/stat : 28608 (java) S 28600 28603 22589 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 22 0 23836866 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031346330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28609] ppid=28600 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28603/task/28609/stat : 28609 (java) S 28600 28603 22589 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 23836866 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031345277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28610] ppid=28600 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28603/task/28610/stat : 28610 (java) S 28600 28603 22589 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 23836866 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031344224424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28611] ppid=28600 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28603/task/28611/stat : 28611 (java) S 28600 28603 22589 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 23836866 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031343171880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28612] ppid=28600 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/28603/task/28612/stat : 28612 (java) S 28600 28603 22589 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 22 0 23836866 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031342119336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28613] ppid=28600 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28603/task/28613/stat : 28613 (java) S 28600 28603 22589 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 23836866 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031341066792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28614] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28614/stat : 28614 (java) S 28600 28603 22589 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031328655976 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28615] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28615/stat : 28615 (java) S 28600 28603 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031327602296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28616] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28616/stat : 28616 (java) S 28600 28603 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031326549640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28617] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28617/stat : 28617 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836870 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031325498384 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28618] ppid=28600 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/28603/task/28618/stat : 28618 (java) S 28600 28603 22589 0 -1 4202560 9670 0 0 0 107 2 0 0 20 0 22 0 23836870 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031324444728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28619] ppid=28600 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/28603/task/28619/stat : 28619 (java) S 28600 28603 22589 0 -1 4202560 9819 0 0 0 93 2 0 0 20 0 22 0 23836870 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031323392184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28620] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28620/stat : 28620 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836870 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031322339832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28621] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28621/stat : 28621 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836870 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031321287496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28622] ppid=28600 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/28603/task/28622/stat : 28622 (java) R 28600 28603 22589 0 -1 4202560 15 0 0 0 145 0 0 0 20 0 22 0 23837020 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031320230848 140031377812301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28623] ppid=28600 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/28603/task/28623/stat : 28623 (java) R 28600 28603 22589 0 -1 4202560 57 0 0 0 143 2 0 0 20 0 22 0 23837020 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031319180184 140031377837509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28624] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28624/stat : 28624 (java) S 28600 28603 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23837024 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031318128168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28625] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28625/stat : 28625 (java) S 28600 28603 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23837024 10060525568 100741 33554432000 1073741824 1073778376 140734717285952 140031317075624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.18 4.14 4.13 6/219 28625
/proc/meminfo: memFree=28520308/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=9824732 CPUtime=14.58 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 31081 0 1 0 1429 29 0 0 20 0 22 0 23836865 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 2456183 169141 2287 9 0 2446860 0
[pid=28603/tid=28604] ppid=28600 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) S 28600 28603 22589 0 -1 4202560 2573 0 1 0 144 4 0 0 20 0 22 0 23836866 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031504499576 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28606] ppid=28600 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/28603/task/28606/stat : 28606 (java) S 28600 28603 22589 0 -1 4202560 32 0 0 0 5 1 0 0 20 0 22 0 23836866 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031348435624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28607] ppid=28600 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28603/task/28607/stat : 28607 (java) S 28600 28603 22589 0 -1 4202560 65 0 0 0 3 1 0 0 20 0 22 0 23836866 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031347383080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28608] ppid=28600 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/28603/task/28608/stat : 28608 (java) S 28600 28603 22589 0 -1 4202560 65 0 0 0 8 2 0 0 20 0 22 0 23836866 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031346330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28609] ppid=28600 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/28603/task/28609/stat : 28609 (java) S 28600 28603 22589 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 22 0 23836866 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031345277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28610] ppid=28600 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/28603/task/28610/stat : 28610 (java) S 28600 28603 22589 0 -1 4202560 50 0 0 0 7 2 0 0 20 0 22 0 23836866 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031344224424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28611] ppid=28600 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/28603/task/28611/stat : 28611 (java) S 28600 28603 22589 0 -1 4202560 41 0 0 0 7 1 0 0 20 0 22 0 23836866 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031343171880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28612] ppid=28600 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/28603/task/28612/stat : 28612 (java) S 28600 28603 22589 0 -1 4202560 65 0 0 0 11 3 0 0 20 0 22 0 23836866 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031342119336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28613] ppid=28600 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/28603/task/28613/stat : 28613 (java) S 28600 28603 22589 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 22 0 23836866 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031341066792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28614] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28614/stat : 28614 (java) S 28600 28603 22589 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031328655976 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28615] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28615/stat : 28615 (java) S 28600 28603 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031327602296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28616] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28616/stat : 28616 (java) S 28600 28603 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 169141 33554432000 1073741824 1073778376 140734717285952 140031326549640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28617] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.10 4.08 4.09 5/219 28892
/proc/meminfo: memFree=28687768/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=9824732 CPUtime=1767.53 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 35287 0 1 0 176614 139 0 0 20 0 22 0 23836865 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 2456183 551298 2296 9 0 2446860 0
[pid=28603/tid=28604] ppid=28600 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) S 28600 28603 22589 0 -1 4202560 2575 0 1 0 147 6 0 0 20 0 22 0 23836866 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031504499576 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28606] ppid=28600 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/28603/task/28606/stat : 28606 (java) S 28600 28603 22589 0 -1 4202560 262 0 0 0 70 11 0 0 20 0 22 0 23836866 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031348435624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28607] ppid=28600 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/28603/task/28607/stat : 28607 (java) S 28600 28603 22589 0 -1 4202560 231 0 0 0 58 6 0 0 20 0 22 0 23836866 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031347383080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28608] ppid=28600 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/28603/task/28608/stat : 28608 (java) S 28600 28603 22589 0 -1 4202560 295 0 0 0 73 11 0 0 20 0 22 0 23836866 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031346330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28609] ppid=28600 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/28603/task/28609/stat : 28609 (java) S 28600 28603 22589 0 -1 4202560 248 0 0 0 68 10 0 0 20 0 22 0 23836866 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031345277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28610] ppid=28600 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/28603/task/28610/stat : 28610 (java) S 28600 28603 22589 0 -1 4202560 259 0 0 0 66 12 0 0 20 0 22 0 23836866 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031344224424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28611] ppid=28600 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/28603/task/28611/stat : 28611 (java) S 28600 28603 22589 0 -1 4202560 233 0 0 0 65 7 0 0 20 0 22 0 23836866 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031343171880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28612] ppid=28600 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/28603/task/28612/stat : 28612 (java) S 28600 28603 22589 0 -1 4202560 242 0 0 0 64 9 0 0 20 0 22 0 23836866 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031342119336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28613] ppid=28600 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/28603/task/28613/stat : 28613 (java) S 28600 28603 22589 0 -1 4202560 273 0 0 0 76 10 0 0 20 0 22 0 23836866 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031341066792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28614] ppid=28600 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/28603/task/28614/stat : 28614 (java) S 28600 28603 22589 0 -1 4202560 1482 0 0 0 131 5 0 0 20 0 22 0 23836868 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031328655976 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28615] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28615/stat : 28615 (java) S 28600 28603 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031327602296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28616] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28616/stat : 28616 (java) S 28600 28603 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031326549640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28617] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28617/stat : 28617 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836870 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031325498384 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28618] ppid=28600 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/28603/task/28618/stat : 28618 (java) S 28600 28603 22589 0 -1 4202560 16362 0 0 0 210 3 0 0 20 0 22 0 23836870 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031324444728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28619] ppid=28600 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/28603/task/28619/stat : 28619 (java) S 28600 28603 22589 0 -1 4202560 9839 0 0 0 107 2 0 0 20 0 22 0 23836870 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031323392184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28620] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28620/stat : 28620 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836870 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031322339832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28621] ppid=28600 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/28603/task/28621/stat : 28621 (java) S 28600 28603 22589 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 23836870 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031321287496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28622] ppid=28600 vsize=9824732 CPUtime=877.57 cores=1,3,5,7
/proc/28603/task/28622/stat : 28622 (java) R 28600 28603 22589 0 -1 4202560 44 0 0 0 87740 17 0 0 20 0 22 0 23837020 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031320231584 140031377868417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28623] ppid=28600 vsize=9824732 CPUtime=877.55 cores=1,3,5,7
/proc/28603/task/28623/stat : 28623 (java) R 28600 28603 22589 0 -1 4202560 1626 0 0 0 87707 48 0 0 20 0 22 0 23837020 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031319178304 140031377878077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28624] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28624/stat : 28624 (java) S 28600 28603 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23837024 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031318128168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28625] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28625/stat : 28625 (java) S 28600 28603 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23837024 10060525568 551298 33554432000 1073741824 1073778376 140734717285952 140031317075624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1767.53
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.501 s]
/proc/loadavg: 4.01 4.06 4.08 5/220 28895
/proc/meminfo: memFree=28775972/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 35350 0 1 0 179859 141 0 0 20 0 22 0 23836865 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 2456183 546884 2296 9 0 2446860 0
[pid=28603/tid=28604] ppid=28600 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) S 28600 28603 22589 0 -1 4202560 2575 0 1 0 147 6 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031504499576 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28606] ppid=28600 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/28603/task/28606/stat : 28606 (java) S 28600 28603 22589 0 -1 4202560 263 0 0 0 71 12 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031348435624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28607] ppid=28600 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/28603/task/28607/stat : 28607 (java) S 28600 28603 22589 0 -1 4202560 245 0 0 0 63 6 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031347383080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28608] ppid=28600 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/28603/task/28608/stat : 28608 (java) S 28600 28603 22589 0 -1 4202560 299 0 0 0 76 11 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031346330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28609] ppid=28600 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/28603/task/28609/stat : 28609 (java) S 28600 28603 22589 0 -1 4202560 256 0 0 0 71 10 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031345277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28610] ppid=28600 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/28603/task/28610/stat : 28610 (java) S 28600 28603 22589 0 -1 4202560 259 0 0 0 67 13 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031344224424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28611] ppid=28600 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/28603/task/28611/stat : 28611 (java) S 28600 28603 22589 0 -1 4202560 234 0 0 0 67 7 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031343171880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28612] ppid=28600 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/28603/task/28612/stat : 28612 (java) S 28600 28603 22589 0 -1 4202560 242 0 0 0 66 9 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031342119336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28613] ppid=28600 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/28603/task/28613/stat : 28613 (java) S 28600 28603 22589 0 -1 4202560 306 0 0 0 78 10 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031341066792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28614] ppid=28600 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/28603/task/28614/stat : 28614 (java) S 28600 28603 22589 0 -1 4202560 1482 0 0 0 131 5 0 0 20 0 22 0 23836868 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031328655976 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28615] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28615/stat : 28615 (java) S 28600 28603 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031327602296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28616] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28616/stat : 28616 (java) S 28600 28603 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031326549640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28617] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28617/stat : 28617 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836870 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031325498384 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28618] ppid=28600 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/28603/task/28618/stat : 28618 (java) S 28600 28603 22589 0 -1 4202560 16362 0 0 0 210 3 0 0 20 0 22 0 23836870 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031324444728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28619] ppid=28600 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/28603/task/28619/stat : 28619 (java) S 28600 28603 22589 0 -1 4202560 9839 0 0 0 107 2 0 0 20 0 22 0 23836870 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031323392184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28620] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28620/stat : 28620 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836870 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031322339832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28621] ppid=28600 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/28603/task/28621/stat : 28621 (java) S 28600 28603 22589 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 23836870 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031321287496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28622] ppid=28600 vsize=9824732 CPUtime=893.69 cores=1,3,5,7
/proc/28603/task/28622/stat : 28622 (java) R 28600 28603 22589 0 -1 4202560 44 0 0 0 89352 17 0 0 20 0 22 0 23837020 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031320230848 140031378115777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28623] ppid=28600 vsize=9824732 CPUtime=893.67 cores=1,3,5,7
/proc/28603/task/28623/stat : 28623 (java) R 28600 28603 22589 0 -1 4202560 1628 0 0 0 89319 48 0 0 20 0 22 0 23837020 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031319179088 140031377812170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28624] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28624/stat : 28624 (java) S 28600 28603 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23837024 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031318128168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28625] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28625/stat : 28625 (java) S 28600 28603 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23837024 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031317075624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

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 28603 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.501 s]
/proc/loadavg: 4.01 4.06 4.08 5/220 28895
/proc/meminfo: memFree=28775972/32872528 swapFree=496868/529572
[pid=28603] ppid=28600 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/28603/stat : 28603 (java) S 28600 28603 22589 0 -1 4202496 35350 0 1 0 179859 141 0 0 20 0 22 0 23836865 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140734717277088 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28603/statm: 2456183 546884 2296 9 0 2446860 0
[pid=28603/tid=28604] ppid=28600 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/28603/task/28604/stat : 28604 (java) S 28600 28603 22589 0 -1 4202560 2575 0 1 0 147 6 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031504499576 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28606] ppid=28600 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/28603/task/28606/stat : 28606 (java) S 28600 28603 22589 0 -1 4202560 263 0 0 0 71 12 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031348435624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28607] ppid=28600 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/28603/task/28607/stat : 28607 (java) S 28600 28603 22589 0 -1 4202560 245 0 0 0 63 6 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031347383080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28608] ppid=28600 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/28603/task/28608/stat : 28608 (java) S 28600 28603 22589 0 -1 4202560 299 0 0 0 76 11 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031346330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28609] ppid=28600 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/28603/task/28609/stat : 28609 (java) S 28600 28603 22589 0 -1 4202560 256 0 0 0 71 10 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031345277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28610] ppid=28600 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/28603/task/28610/stat : 28610 (java) S 28600 28603 22589 0 -1 4202560 259 0 0 0 67 13 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031344224424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28611] ppid=28600 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/28603/task/28611/stat : 28611 (java) S 28600 28603 22589 0 -1 4202560 234 0 0 0 67 7 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031343171880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28612] ppid=28600 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/28603/task/28612/stat : 28612 (java) S 28600 28603 22589 0 -1 4202560 242 0 0 0 66 9 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031342119336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28613] ppid=28600 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/28603/task/28613/stat : 28613 (java) S 28600 28603 22589 0 -1 4202560 306 0 0 0 78 10 0 0 20 0 22 0 23836866 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031341066792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28614] ppid=28600 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/28603/task/28614/stat : 28614 (java) S 28600 28603 22589 0 -1 4202560 1482 0 0 0 131 5 0 0 20 0 22 0 23836868 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031328655976 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28615] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28615/stat : 28615 (java) S 28600 28603 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031327602296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28616] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28616/stat : 28616 (java) S 28600 28603 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23836868 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031326549640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28617] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28617/stat : 28617 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836870 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031325498384 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28618] ppid=28600 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/28603/task/28618/stat : 28618 (java) S 28600 28603 22589 0 -1 4202560 16362 0 0 0 210 3 0 0 20 0 22 0 23836870 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031324444728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28619] ppid=28600 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/28603/task/28619/stat : 28619 (java) S 28600 28603 22589 0 -1 4202560 9839 0 0 0 107 2 0 0 20 0 22 0 23836870 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031323392184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28603/tid=28620] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28620/stat : 28620 (java) S 28600 28603 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23836870 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031322339832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28621] ppid=28600 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/28603/task/28621/stat : 28621 (java) S 28600 28603 22589 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 23836870 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031321287496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28622] ppid=28600 vsize=9824732 CPUtime=893.69 cores=1,3,5,7
/proc/28603/task/28622/stat : 28622 (java) R 28600 28603 22589 0 -1 4202560 44 0 0 0 89352 17 0 0 20 0 22 0 23837020 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031320230848 140031378115777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28603/tid=28623] ppid=28600 vsize=9824732 CPUtime=893.67 cores=1,3,5,7
/proc/28603/task/28623/stat : 28623 (java) R 28600 28603 22589 0 -1 4202560 1628 0 0 0 89319 48 0 0 20 0 22 0 23837020 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031319179088 140031377812170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28603/tid=28624] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28624/stat : 28624 (java) S 28600 28603 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23837024 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031318128168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28603/tid=28625] ppid=28600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28603/task/28625/stat : 28625 (java) S 28600 28603 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23837024 10060525568 546884 33554432000 1073741824 1073778376 140734717285952 140031317075624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.602
CPU time (s): 1800.67
CPU user time (s): 1798.69
CPU system time (s): 1.9827
CPU usage (%): 200.386
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 1.9827
maximum resident set size= 3023780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35388
page faults= 1
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22754
involuntary context switches= 26434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03408 second user time and 7.30189 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 04:45:14
IDJOB=4102562
IDBENCH=2139
IDSOLVER=2543
FILE ID=node141/4102562-1466217914
RUNJOBID= node141-1466206051-22606
PBS_JOBID= 19918136
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102562-1466217914/watcher-4102562-1466217914 -o /tmp/evaluation-result-4102562-1466217914/solver-4102562-1466217914 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22606 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4102562-1466217914.opb

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

MD5SUM BENCH= f368868fda311e5aaeadb84d33b29291
RANDOM SEED=1198048814

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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.547
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.55
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29159944 kB
Buffers:           94832 kB
Cached:           110852 kB
SwapCached:         2524 kB
Active:          2287908 kB
Inactive:         130384 kB
Active(anon):    2212920 kB
Inactive(anon):     2020 kB
Active(file):      74988 kB
Inactive(file):   128364 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099064 kB
Dirty:              6440 kB
Writeback:             0 kB
AnonPages:       2822644 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             604456 kB
SReclaimable:      47560 kB
SUnreclaim:       556896 kB
KernelStack:        1800 kB
PageTables:         9948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3009616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2256896 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= 71724 MiB
End job on node141 at 2016-06-18 05:00:13