Trace number 4107825

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.05 893.384

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12056_10-unsat.opb
MD5SUM9569f42797128c8734a8cda484f54275
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57354
Total number of constraints201250
Number of constraints which are clauses200306
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c 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-4107825-1466284388.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
5.00/2.35	c ... done. Wall clock time 2.24s.
5.00/2.35	c declared #vars     57354
5.00/2.35	c #constraints  201250
5.00/2.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
5.00/2.36	c constraints type 
5.00/2.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23823
5.00/2.36	c org.sat4j.specs.Constr$1 => 15720
5.00/2.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154272
5.00/2.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 6491
5.00/2.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
5.00/2.36	c 201250 constraints processed.
5.00/2.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
5.00/2.36	c constraints type 
5.00/2.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154272
5.00/2.36	c org.sat4j.specs.Constr$1 => 15720
5.00/2.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 23823
5.00/2.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
5.00/2.36	c org.sat4j.pb.constraints.pb.UnitClausePB => 6491
5.00/2.36	c 201250 constraints processed.
12.14/5.12	c cleaning 2494 clauses out of 4994 with flag 24091/5001
18.04/7.78	c cleaning 4250 clauses out of 8499 with flag 59240/11000
24.06/10.74	c cleaning 5617 clauses out of 11250 with flag 101200/18002
31.00/14.20	c cleaning 6791 clauses out of 13630 with flag 145003/26000
39.36/18.25	c cleaning 7906 clauses out of 15842 with flag 192540/35003
48.53/22.72	c cleaning 8951 clauses out of 17933 with flag 257126/45000
59.52/28.15	c cleaning 9983 clauses out of 19980 with flag 329966/56000
70.50/33.67	c cleaning 10985 clauses out of 21997 with flag 411195/68000
80.33/38.42	c cleaning 0 clauses out of 5000 with flag 0/5000
83.14/39.89	c cleaning 11993 clauses out of 24014 with flag 496223/81002
97.69/46.98	c cleaning 13002 clauses out of 26020 with flag 577707/95001
113.05/54.51	c cleaning 13997 clauses out of 28016 with flag 670174/110000
130.15/63.06	c cleaning 14994 clauses out of 30023 with flag 780273/126004
148.05/71.96	c cleaning 15998 clauses out of 32025 with flag 897169/143001
167.52/81.67	c cleaning 16982 clauses out of 34026 with flag 1020242/161000
187.95/92.21	c cleaning 18011 clauses out of 36043 with flag 1143957/180000
207.80/102.17	c cleaning 18991 clauses out of 38032 with flag 1287944/200000
232.05/114.18	c cleaning 20007 clauses out of 40044 with flag 1461102/221003
247.81/121.92	c cleaning 0 clauses out of 11000 with flag 0/11000
255.41/125.75	c cleaning 20999 clauses out of 42035 with flag 1596740/243002
280.50/138.18	c cleaning 22001 clauses out of 44036 with flag 1741132/266002
307.61/151.68	c cleaning 22991 clauses out of 46034 with flag 1887163/290001
336.68/166.06	c cleaning 23990 clauses out of 48041 with flag 2049579/315000
366.44/180.81	c cleaning 24993 clauses out of 50050 with flag 2225502/341000
395.27/195.00	c cleaning 25995 clauses out of 52058 with flag 2381040/368001
426.46/210.43	c cleaning 27004 clauses out of 54061 with flag 2556268/396000
458.60/226.39	c cleaning 27993 clauses out of 56057 with flag 2735724/425000
495.18/245.28	c cleaning 29013 clauses out of 58064 with flag 2908911/455000
531.71/263.47	c cleaning 30018 clauses out of 60051 with flag 3093923/486000
569.10/282.08	c cleaning 31008 clauses out of 62033 with flag 3274727/518000
608.92/301.82	c cleaning 31996 clauses out of 64025 with flag 3480515/551000
647.28/320.89	c cleaning 32994 clauses out of 66032 with flag 3678254/585003
647.68/321.07	c cleaning 0 clauses out of 18000 with flag 0/18000
684.85/339.43	c cleaning 33988 clauses out of 68035 with flag 3869110/620000
727.56/360.44	c cleaning 34982 clauses out of 70049 with flag 4081008/656002
771.57/382.28	c cleaning 36014 clauses out of 72065 with flag 4308491/693000
821.73/407.10	c cleaning 37011 clauses out of 74051 with flag 4528892/731001
876.37/434.15	c cleaning 37990 clauses out of 76040 with flag 4776680/770001
929.72/460.62	c cleaning 39020 clauses out of 78050 with flag 4993977/810001
979.42/485.37	c cleaning 39989 clauses out of 80029 with flag 5205868/851000
1030.38/510.52	c cleaning 41018 clauses out of 82040 with flag 5425927/893000
1086.16/538.18	c cleaning 41979 clauses out of 84022 with flag 5659430/936000
1143.36/566.41	c cleaning 43004 clauses out of 86045 with flag 5890179/980002
1204.46/597.97	c cleaning 44000 clauses out of 88039 with flag 6138700/1025000
1249.73/620.48	c cleaning 0 clauses out of 26000 with flag 0/26000
1258.75/624.92	c cleaning 45011 clauses out of 90041 with flag 6374498/1071003
1321.53/656.14	c cleaning 45990 clauses out of 92027 with flag 6614661/1118000
1386.61/688.38	c cleaning 47014 clauses out of 94038 with flag 6868551/1166001
1451.89/720.69	c cleaning 48001 clauses out of 96026 with flag 7119695/1215003
1524.57/756.57	c cleaning 49001 clauses out of 98023 with flag 7378134/1265001
1597.05/792.47	c cleaning 50000 clauses out of 100025 with flag 7641213/1316004
1669.77/828.58	c cleaning 51005 clauses out of 102020 with flag 7898712/1368000
1740.10/863.51	c cleaning 51993 clauses out of 104015 with flag 8167754/1421000
1800.05/893.31	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/893.31	c starts		: 5318
1800.05/893.31	c conflicts		: 1464458
1800.05/893.31	c decisions		: 2410321
1800.05/893.31	c propagations		: 1460185281
1800.05/893.31	c inspects		: 5758663283
1800.05/893.31	c shortcuts		: 0
1800.05/893.31	c learnt literals	: 21
1800.05/893.31	c learnt binary clauses	: 148
1800.05/893.31	c learnt ternary clauses	: 2740
1800.05/893.31	c learnt constraints	: 1464437
1800.05/893.31	c ignored constraints	: 0
1800.05/893.31	c root simplifications	: 0
1800.05/893.31	c removed literals (reason simplification)	: 18813944
1800.05/893.31	c reason swapping (by a shorter reason)	: 0
1800.05/893.31	c Calls to reduceDB	: 49
1800.05/893.31	c Number of update (reduction) of LBD	: 607843
1800.05/893.31	c Imported unit clauses	: 0
1800.05/893.31	c number of reductions to clauses (during analyze)	: 0
1800.05/893.31	c number of learned constraints concerned by reduction	: 0
1800.05/893.31	c number of learning phase by resolution	: 0
1800.05/893.31	c number of learning phase by cutting planes	: 0
1800.05/893.31	c speed (assignments/second)	: 1639036.9982489224
1800.05/893.31	c non guided choices	8159
1800.05/893.34	c learnt constraints type 
1800.05/893.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 148
1800.05/893.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95332
1800.05/893.34	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/893.34	c starts		: 55
1800.05/893.34	c conflicts		: 31632
1800.05/893.34	c decisions		: 119637
1800.05/893.34	c propagations		: 36567729
1800.05/893.34	c inspects		: 958668952
1800.05/893.34	c shortcuts		: 0
1800.05/893.34	c learnt literals	: 0
1800.05/893.34	c learnt binary clauses	: 0
1800.05/893.34	c learnt ternary clauses	: 89
1800.05/893.34	c learnt constraints	: 31632
1800.05/893.34	c ignored constraints	: 0
1800.05/893.34	c root simplifications	: 0
1800.05/893.34	c removed literals (reason simplification)	: 0
1800.05/893.34	c reason swapping (by a shorter reason)	: 0
1800.05/893.34	c Calls to reduceDB	: 4
1800.05/893.34	c Number of update (reduction) of LBD	: 0
1800.05/893.34	c Imported unit clauses	: 0
1800.05/893.34	c number of reductions to clauses (during analyze)	: 0
1800.05/893.34	c number of learned constraints concerned by reduction	: 0
1800.05/893.34	c number of learning phase by resolution	: 0
1800.05/893.34	c number of learning phase by cutting planes	: 0
1800.05/893.34	c speed (assignments/second)	: 41045.414290348395
1800.05/893.34	c non guided choices	1216
1800.05/893.35	c learnt constraints type 
1800.05/893.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 90
1800.05/893.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 31542
1800.05/893.35	s UNKNOWN
1800.05/893.35	c Total wall clock time (in seconds): 893.238

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-4107825-1466284388/watcher-4107825-1466284388 -o /tmp/evaluation-result-4107825-1466284388/solver-4107825-1466284388 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8274 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107825-1466284388.opb 

pid=12530
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: 4.30 4.13 3.82 5/197 12533
/proc/meminfo: memFree=27353956/32872528 swapFree=1200228/1314692
[pid=12533] ppid=12530 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12533/stat : 12533 (java) S 12530 12533 8258 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 30485316 98570240 977 33554432000 1073741824 1073778376 140737080374352 140737080365488 252266446909 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12533/statm: 24065 977 743 9 0 16771 0
[pid=12533/tid=12534] ppid=12530 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12534/stat : 12534 (java) R 12530 12533 8258 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30485317 98570240 977 33554432000 1073741824 1073778376 140737080374352 139689449553448 252263089536 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100098 s]
/proc/loadavg: 4.30 4.13 3.82 5/197 12533
/proc/meminfo: memFree=27353956/32872528 swapFree=1200228/1314692
[pid=12533] ppid=12530 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12533/stat : 12533 (java) S 12530 12533 8258 0 -1 4202496 4463 0 1 0 9 1 0 0 20 0 18 0 30485316 9787879424 5591 33554432000 1073741824 1073778376 140737080374352 140737080365488 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12533/statm: 2389619 5591 2126 9 0 2380296 0
[pid=12533/tid=12534] ppid=12530 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12533/task/12534/stat : 12534 (java) R 12530 12533 8258 0 -1 4202560 2436 0 1 0 6 1 0 0 20 0 18 0 30485317 9787879424 5591 33554432000 1073741824 1073778376 140737080374352 139689449551872 139689456709478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 4.30 4.13 3.82 5/197 12533
/proc/meminfo: memFree=27353956/32872528 swapFree=1200228/1314692
[pid=12533] ppid=12530 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/12533/stat : 12533 (java) S 12530 12533 8258 0 -1 4202496 4698 0 1 0 23 2 0 0 20 0 18 0 30485316 9787879424 6807 33554432000 1073741824 1073778376 140737080374352 140737080365488 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12533/statm: 2389619 6807 2198 9 0 2380296 0
[pid=12533/tid=12534] ppid=12530 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12533/task/12534/stat : 12534 (java) R 12530 12533 8258 0 -1 4202560 2449 0 1 0 16 1 0 0 20 0 18 0 30485317 9787879424 6807 33554432000 1073741824 1073778376 140737080374352 139689449541616 139689389271406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 4.30 4.13 3.82 5/197 12533
/proc/meminfo: memFree=27353956/32872528 swapFree=1200228/1314692
[pid=12533] ppid=12530 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/12533/stat : 12533 (java) S 12530 12533 8258 0 -1 4202496 5591 0 1 0 45 2 0 0 20 0 18 0 30485316 9787879424 8565 33554432000 1073741824 1073778376 140737080374352 140737080365488 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12533/statm: 2389619 8565 2233 9 0 2380296 0
[pid=12533/tid=12534] ppid=12530 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12533/task/12534/stat : 12534 (java) R 12530 12533 8258 0 -1 4202560 2451 0 1 0 26 1 0 0 20 0 18 0 30485317 9787879424 8565 33554432000 1073741824 1073778376 140737080374352 139689449541616 139689452843984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700287 s]
/proc/loadavg: 4.30 4.13 3.82 5/197 12533
/proc/meminfo: memFree=27353956/32872528 swapFree=1200228/1314692
[pid=12533] ppid=12530 vsize=9559080 CPUtime=1.63 cores=0,2,4,6
/proc/12533/stat : 12533 (java) S 12530 12533 8258 0 -1 4202496 23365 0 1 0 158 5 0 0 20 0 18 0 30485316 9788497920 32577 33554432000 1073741824 1073778376 140737080374352 140737080365488 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12533/statm: 2389770 32577 2244 9 0 2380447 0
[pid=12533/tid=12534] ppid=12530 vsize=9559080 CPUtime=0.67 cores=0,2,4,6
/proc/12533/task/12534/stat : 12534 (java) R 12530 12533 8258 0 -1 4202560 2474 0 1 0 66 1 0 0 20 0 18 0 30485317 9788497920 32577 33554432000 1073741824 1073778376 140737080374352 139689449549680 139689389709042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9559080

[startup+1.50072 s]
/proc/loadavg: 4.30 4.13 3.82 5/215 12551
/proc/meminfo: memFree=27151644/32872528 swapFree=1200228/1314692
[pid=12533] ppid=12530 vsize=9558476 CPUtime=3.3 cores=0,2,4,6
/proc/12533/stat : 12533 (java) S 12530 12533 8258 0 -1 4202496 29449 0 1 0 319 11 0 0 20 0 18 0 30485316 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 140737080365488 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12533/statm: 2389619 62335 2268 9 0 2380296 0
[pid=12533/tid=12534] ppid=12530 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/12533/task/12534/stat : 12534 (java) R 12530 12533 8258 0 -1 4202560 2523 0 1 0 136 3 0 0 20 0 18 0 30485317 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689449556936 252266472717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12536] ppid=12530 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12533/task/12536/stat : 12536 (java) S 12530 12533 8258 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 18 0 30485317 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689388288424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12537] ppid=12530 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12533/task/12537/stat : 12537 (java) S 12530 12533 8258 0 -1 4202560 91 0 0 0 2 0 0 0 20 0 18 0 30485317 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689387235880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12538] ppid=12530 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/12533/task/12538/stat : 12538 (java) S 12530 12533 8258 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 30485317 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689386182824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12539] ppid=12530 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12533/task/12539/stat : 12539 (java) S 12530 12533 8258 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 30485317 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689385130280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12540] ppid=12530 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12533/task/12540/stat : 12540 (java) S 12530 12533 8258 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 30485317 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689384078248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12541] ppid=12530 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12533/task/12541/stat : 12541 (java) S 12530 12533 8258 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 30485317 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689287433256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12542] ppid=12530 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/12533/task/12542/stat : 12542 (java) S 12530 12533 8258 0 -1 4202560 107 0 0 0 3 1 0 0 20 0 18 0 30485317 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689286380200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12543] ppid=12530 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/12533/task/12543/stat : 12543 (java) S 12530 12533 8258 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 18 0 30485317 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689285327656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12544] ppid=12530 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12544/stat : 12544 (java) S 12530 12533 8258 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 30485319 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689273129320 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12545] ppid=12530 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12545/stat : 12545 (java) S 12530 12533 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30485319 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689272075640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12546] ppid=12530 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12546/stat : 12546 (java) S 12530 12533 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 30485319 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689271022472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12547] ppid=12530 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12547/stat : 12547 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30485321 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689269971216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12548] ppid=12530 vsize=9558476 CPUtime=0.82 cores=0,2,4,6
/proc/12533/task/12548/stat : 12548 (java) R 12530 12533 8258 0 -1 4202560 15643 0 0 0 79 3 0 0 20 0 18 0 30485321 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689268896344 139689453652257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12549] ppid=12530 vsize=9558476 CPUtime=0.79 cores=0,2,4,6
/proc/12533/task/12549/stat : 12549 (java) R 12530 12533 8258 0 -1 4202560 9512 0 0 0 79 0 0 0 20 0 18 0 30485321 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689267854080 139689453653419 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12550] ppid=12530 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12550/stat : 12550 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30485322 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689266813688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12551] ppid=12530 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12551/stat : 12551 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30485322 9787879424 62335 33554432000 1073741824 1073778376 140737080374352 139689265761352 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 9558476

[startup+3.10074 s]
/proc/loadavg: 4.30 4.13 3.82 6/215 12551
/proc/meminfo: memFree=27014680/32872528 swapFree=1200228/1314692
[pid=12533] ppid=12530 vsize=9824732 CPUtime=7.49 cores=0,2,4,6
/proc/12533/stat : 12533 (java) S 12530 12533 8258 0 -1 4202496 37501 0 1 0 728 21 0 0 20 0 22 0 30485316 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 140737080365488 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12533/statm: 2456183 100233 2285 9 0 2446860 0
[pid=12533/tid=12534] ppid=12530 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/12533/task/12534/stat : 12534 (java) S 12530 12533 8258 0 -1 4202560 2583 0 1 0 214 4 0 0 20 0 22 0 30485317 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689449558904 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12536] ppid=12530 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/12533/task/12536/stat : 12536 (java) S 12530 12533 8258 0 -1 4202560 127 0 0 0 4 2 0 0 20 0 22 0 30485317 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689388288424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12537] ppid=12530 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12533/task/12537/stat : 12537 (java) S 12530 12533 8258 0 -1 4202560 107 0 0 0 4 0 0 0 20 0 22 0 30485317 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689387235880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12538] ppid=12530 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12533/task/12538/stat : 12538 (java) S 12530 12533 8258 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 22 0 30485317 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689386182824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12539] ppid=12530 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12533/task/12539/stat : 12539 (java) S 12530 12533 8258 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 30485317 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689385130280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12540] ppid=12530 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12533/task/12540/stat : 12540 (java) S 12530 12533 8258 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 22 0 30485317 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689384078248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12541] ppid=12530 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/12533/task/12541/stat : 12541 (java) S 12530 12533 8258 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 30485317 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689287433256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12542] ppid=12530 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/12533/task/12542/stat : 12542 (java) S 12530 12533 8258 0 -1 4202560 141 0 0 0 8 3 0 0 20 0 22 0 30485317 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689286380200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12543] ppid=12530 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12533/task/12543/stat : 12543 (java) S 12530 12533 8258 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 22 0 30485317 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689285327656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12544] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12544/stat : 12544 (java) S 12530 12533 8258 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689273129320 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12545] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12545/stat : 12545 (java) S 12530 12533 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689272075640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12546] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12546/stat : 12546 (java) S 12530 12533 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689271022472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12547] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12547/stat : 12547 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485321 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689269971216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12548] ppid=12530 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/12533/task/12548/stat : 12548 (java) R 12530 12533 8258 0 -1 4202560 20563 0 0 0 159 4 0 0 20 0 22 0 30485321 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689268918976 139689455520947 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12549] ppid=12530 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/12533/task/12549/stat : 12549 (java) R 12530 12533 8258 0 -1 4202560 12245 0 0 0 160 2 0 0 20 0 22 0 30485321 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689267866552 139689455515803 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12550] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12550/stat : 12550 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485322 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689266813688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12551] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12551/stat : 12551 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485322 10060525568 100233 33554432000 1073741824 1073778376 140737080374352 139689265761352 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.44 4.16 3.83 13/218 12555
/proc/meminfo: memFree=26676280/32872528 swapFree=1200228/1314692
[pid=12533] ppid=12530 vsize=9824732 CPUtime=15.06 cores=0,2,4,6
/proc/12533/stat : 12533 (java) S 12530 12533 8258 0 -1 4202496 43031 0 1 0 1475 31 0 0 20 0 22 0 30485316 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 140737080365488 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12533/statm: 2456183 171607 2291 9 0 2446860 0
[pid=12533/tid=12534] ppid=12530 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/12533/task/12534/stat : 12534 (java) S 12530 12533 8258 0 -1 4202560 2583 0 1 0 214 4 0 0 20 0 22 0 30485317 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689449558904 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12536] ppid=12530 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/12533/task/12536/stat : 12536 (java) S 12530 12533 8258 0 -1 4202560 154 0 0 0 8 3 0 0 20 0 22 0 30485317 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689388288424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12537] ppid=12530 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12533/task/12537/stat : 12537 (java) S 12530 12533 8258 0 -1 4202560 126 0 0 0 6 2 0 0 20 0 22 0 30485317 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689387235880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12538] ppid=12530 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/12533/task/12538/stat : 12538 (java) S 12530 12533 8258 0 -1 4202560 92 0 0 0 13 3 0 0 20 0 22 0 30485317 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689386182824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12539] ppid=12530 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12533/task/12539/stat : 12539 (java) S 12530 12533 8258 0 -1 4202560 37 0 0 0 6 1 0 0 20 0 22 0 30485317 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689385130280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12540] ppid=12530 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12533/task/12540/stat : 12540 (java) S 12530 12533 8258 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 30485317 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689384078248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12541] ppid=12530 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/12533/task/12541/stat : 12541 (java) S 12530 12533 8258 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 22 0 30485317 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689287433256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12542] ppid=12530 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/12533/task/12542/stat : 12542 (java) S 12530 12533 8258 0 -1 4202560 199 0 0 0 16 5 0 0 20 0 22 0 30485317 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689286380200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12543] ppid=12530 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/12533/task/12543/stat : 12543 (java) S 12530 12533 8258 0 -1 4202560 133 0 0 0 5 1 0 0 20 0 22 0 30485317 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689285327656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12544] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12544/stat : 12544 (java) S 12530 12533 8258 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689273129320 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12545] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12545/stat : 12545 (java) S 12530 12533 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689272075640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12546] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12546/stat : 12546 (java) S 12530 12533 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689271022472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12547] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12547/stat : 12547 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485321 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689269971216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12548] ppid=12530 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/12533/task/12548/stat : 12548 (java) S 12530 12533 8258 0 -1 4202560 25286 0 0 0 231 4 0 0 20 0 22 0 30485321 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689268919096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12549] ppid=12530 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/12533/task/12549/stat : 12549 (java) S 12530 12533 8258 0 -1 4202560 12251 0 0 0 189 2 0 0 20 0 22 0 30485321 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689267866552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12550] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12550/stat : 12550 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485322 10060525568 171607 33554432000 1073741824 1073778376 140737080374352 139689266813688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12551] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/12533/task/12538/stat : 12538 (java) S 12530 12533 8258 0 -1 4202560 698 0 0 0 394 15 0 0 20 0 22 0 30485317 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689386182824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12539] ppid=12530 vsize=9824732 CPUtime=3.91 cores=0,2,4,6
/proc/12533/task/12539/stat : 12539 (java) S 12530 12533 8258 0 -1 4202560 808 0 0 0 378 13 0 0 20 0 22 0 30485317 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689385130280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12540] ppid=12530 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/12533/task/12540/stat : 12540 (java) S 12530 12533 8258 0 -1 4202560 730 0 0 0 368 18 0 0 20 0 22 0 30485317 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689384078248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12541] ppid=12530 vsize=9824732 CPUtime=4.46 cores=0,2,4,6
/proc/12533/task/12541/stat : 12541 (java) S 12530 12533 8258 0 -1 4202560 640 0 0 0 429 17 0 0 20 0 22 0 30485317 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689287433256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12542] ppid=12530 vsize=9824732 CPUtime=4.09 cores=0,2,4,6
/proc/12533/task/12542/stat : 12542 (java) S 12530 12533 8258 0 -1 4202560 941 0 0 0 393 16 0 0 20 0 22 0 30485317 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689286380200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12543] ppid=12530 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/12533/task/12543/stat : 12543 (java) S 12530 12533 8258 0 -1 4202560 726 0 0 0 340 14 0 0 20 0 22 0 30485317 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689285327656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12544] ppid=12530 vsize=9824732 CPUtime=4.58 cores=0,2,4,6
/proc/12533/task/12544/stat : 12544 (java) S 12530 12533 8258 0 -1 4202560 2301 0 0 0 450 8 0 0 20 0 22 0 30485319 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689273129320 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12545] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12545/stat : 12545 (java) S 12530 12533 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689272075640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12546] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12546/stat : 12546 (java) S 12530 12533 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689271022472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12547] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12547/stat : 12547 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485321 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689269971216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12548] ppid=12530 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/12533/task/12548/stat : 12548 (java) S 12530 12533 8258 0 -1 4202560 25606 0 0 0 272 4 0 0 20 0 22 0 30485321 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689268919096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12549] ppid=12530 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/12533/task/12549/stat : 12549 (java) S 12530 12533 8258 0 -1 4202560 12258 0 0 0 199 2 0 0 20 0 22 0 30485321 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689267866552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12550] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12550/stat : 12550 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485322 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689266813688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12551] ppid=12530 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/12533/task/12551/stat : 12551 (java) S 12530 12533 8258 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 30485322 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689265761352 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12552] ppid=12530 vsize=9824732 CPUtime=864.68 cores=0,2,4,6
/proc/12533/task/12552/stat : 12552 (java) R 12530 12533 8258 0 -1 4202560 95 0 0 0 86454 14 0 0 20 0 22 0 30485553 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689264704112 139689389834073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12553] ppid=12530 vsize=9824732 CPUtime=864.63 cores=0,2,4,6
/proc/12533/task/12553/stat : 12553 (java) R 12530 12533 8258 0 -1 4202560 1711 0 0 0 86419 44 0 0 20 0 22 0 30485553 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689263652368 139689390041863 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12554] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12554/stat : 12554 (java) S 12530 12533 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30485560 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689262601000 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12555] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12555/stat : 12555 (java) S 12530 12533 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30485560 10060525568 961911 33554432000 1073741824 1073778376 140737080374352 139689261548456 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1777.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.308 s]
/proc/loadavg: 4.60 4.34 4.10 5/219 12645
/proc/meminfo: memFree=22829704/32872528 swapFree=1200228/1314692
[pid=12533] ppid=12530 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/12533/stat : 12533 (java) S 12530 12533 8258 0 -1 4202496 52219 0 1 0 179807 198 0 0 20 0 22 0 30485316 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 140737080365488 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12533/statm: 2456183 961919 2300 9 0 2446860 0
[pid=12533/tid=12534] ppid=12530 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/12533/task/12534/stat : 12534 (java) S 12530 12533 8258 0 -1 4202560 2598 0 1 0 217 6 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689449558904 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12536] ppid=12530 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/12533/task/12536/stat : 12536 (java) S 12530 12533 8258 0 -1 4202560 823 0 0 0 365 16 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689388288424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12537] ppid=12530 vsize=9824732 CPUtime=4.59 cores=0,2,4,6
/proc/12533/task/12537/stat : 12537 (java) S 12530 12533 8258 0 -1 4202560 958 0 0 0 439 20 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689387235880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12538] ppid=12530 vsize=9824732 CPUtime=4.11 cores=0,2,4,6
/proc/12533/task/12538/stat : 12538 (java) S 12530 12533 8258 0 -1 4202560 698 0 0 0 396 15 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689386182824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12539] ppid=12530 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/12533/task/12539/stat : 12539 (java) S 12530 12533 8258 0 -1 4202560 808 0 0 0 385 13 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689385130280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12540] ppid=12530 vsize=9824732 CPUtime=3.93 cores=0,2,4,6
/proc/12533/task/12540/stat : 12540 (java) S 12530 12533 8258 0 -1 4202560 730 0 0 0 375 18 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689384078248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12541] ppid=12530 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/12533/task/12541/stat : 12541 (java) S 12530 12533 8258 0 -1 4202560 640 0 0 0 431 17 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689287433256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12542] ppid=12530 vsize=9824732 CPUtime=4.11 cores=0,2,4,6
/proc/12533/task/12542/stat : 12542 (java) S 12530 12533 8258 0 -1 4202560 941 0 0 0 395 16 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689286380200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12543] ppid=12530 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/12533/task/12543/stat : 12543 (java) S 12530 12533 8258 0 -1 4202560 726 0 0 0 342 14 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689285327656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12544] ppid=12530 vsize=9824732 CPUtime=4.58 cores=0,2,4,6
/proc/12533/task/12544/stat : 12544 (java) S 12530 12533 8258 0 -1 4202560 2309 0 0 0 450 8 0 0 20 0 22 0 30485319 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689273129320 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12545] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12545/stat : 12545 (java) S 12530 12533 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689272075640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12546] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12546/stat : 12546 (java) S 12530 12533 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689271022472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12547] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12547/stat : 12547 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485321 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689269971216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12548] ppid=12530 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/12533/task/12548/stat : 12548 (java) S 12530 12533 8258 0 -1 4202560 25606 0 0 0 272 4 0 0 20 0 22 0 30485321 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689268919096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12549] ppid=12530 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/12533/task/12549/stat : 12549 (java) S 12530 12533 8258 0 -1 4202560 12258 0 0 0 199 2 0 0 20 0 22 0 30485321 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689267866552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12550] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12550/stat : 12550 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485322 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689266813688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12551] ppid=12530 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/12533/task/12551/stat : 12551 (java) S 12530 12533 8258 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 30485322 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689265761352 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12552] ppid=12530 vsize=9824732 CPUtime=875.57 cores=0,2,4,6
/proc/12533/task/12552/stat : 12552 (java) R 12530 12533 8258 0 -1 4202560 95 0 0 0 87543 14 0 0 20 0 22 0 30485553 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689264704944 139689390717962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12553] ppid=12530 vsize=9824732 CPUtime=875.52 cores=0,2,4,6
/proc/12533/task/12553/stat : 12553 (java) R 12530 12533 8258 0 -1 4202560 1712 0 0 0 87508 44 0 0 20 0 22 0 30485553 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689263651600 139689390066621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12554] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12554/stat : 12554 (java) S 12530 12533 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30485560 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689262601000 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12555] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12555/stat : 12555 (java) S 12530 12533 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30485560 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689261548456 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 12533 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+893.308 s]
/proc/loadavg: 4.60 4.34 4.10 5/219 12645
/proc/meminfo: memFree=22829704/32872528 swapFree=1200228/1314692
[pid=12533] ppid=12530 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/12533/stat : 12533 (java) S 12530 12533 8258 0 -1 4202496 52219 0 1 0 179807 198 0 0 20 0 22 0 30485316 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 140737080365488 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12533/statm: 2456183 961919 2300 9 0 2446860 0
[pid=12533/tid=12534] ppid=12530 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/12533/task/12534/stat : 12534 (java) S 12530 12533 8258 0 -1 4202560 2598 0 1 0 217 6 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689449558904 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12536] ppid=12530 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/12533/task/12536/stat : 12536 (java) S 12530 12533 8258 0 -1 4202560 823 0 0 0 365 16 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689388288424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12537] ppid=12530 vsize=9824732 CPUtime=4.59 cores=0,2,4,6
/proc/12533/task/12537/stat : 12537 (java) S 12530 12533 8258 0 -1 4202560 958 0 0 0 439 20 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689387235880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12538] ppid=12530 vsize=9824732 CPUtime=4.11 cores=0,2,4,6
/proc/12533/task/12538/stat : 12538 (java) S 12530 12533 8258 0 -1 4202560 698 0 0 0 396 15 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689386182824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12539] ppid=12530 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/12533/task/12539/stat : 12539 (java) S 12530 12533 8258 0 -1 4202560 808 0 0 0 385 13 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689385130280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12540] ppid=12530 vsize=9824732 CPUtime=3.93 cores=0,2,4,6
/proc/12533/task/12540/stat : 12540 (java) S 12530 12533 8258 0 -1 4202560 730 0 0 0 375 18 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689384078248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12541] ppid=12530 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/12533/task/12541/stat : 12541 (java) S 12530 12533 8258 0 -1 4202560 640 0 0 0 431 17 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689287433256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12542] ppid=12530 vsize=9824732 CPUtime=4.11 cores=0,2,4,6
/proc/12533/task/12542/stat : 12542 (java) S 12530 12533 8258 0 -1 4202560 941 0 0 0 395 16 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689286380200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12543] ppid=12530 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/12533/task/12543/stat : 12543 (java) S 12530 12533 8258 0 -1 4202560 726 0 0 0 342 14 0 0 20 0 22 0 30485317 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689285327656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12544] ppid=12530 vsize=9824732 CPUtime=4.58 cores=0,2,4,6
/proc/12533/task/12544/stat : 12544 (java) S 12530 12533 8258 0 -1 4202560 2309 0 0 0 450 8 0 0 20 0 22 0 30485319 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689273129320 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12545] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12545/stat : 12545 (java) S 12530 12533 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689272075640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12546] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12546/stat : 12546 (java) S 12530 12533 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30485319 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689271022472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12547] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12547/stat : 12547 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485321 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689269971216 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12533/tid=12548] ppid=12530 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/12533/task/12548/stat : 12548 (java) S 12530 12533 8258 0 -1 4202560 25606 0 0 0 272 4 0 0 20 0 22 0 30485321 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689268919096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12533/tid=12549] ppid=12530 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/12533/task/12549/stat : 12549 (java) S 12530 12533 8258 0 -1 4202560 12258 0 0 0 199 2 0 0 20 0 22 0 30485321 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689267866552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12550] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12550/stat : 12550 (java) S 12530 12533 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30485322 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689266813688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12551] ppid=12530 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/12533/task/12551/stat : 12551 (java) S 12530 12533 8258 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 30485322 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689265761352 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12552] ppid=12530 vsize=9824732 CPUtime=875.57 cores=0,2,4,6
/proc/12533/task/12552/stat : 12552 (java) R 12530 12533 8258 0 -1 4202560 95 0 0 0 87543 14 0 0 20 0 22 0 30485553 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689264704944 139689390717962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12553] ppid=12530 vsize=9824732 CPUtime=875.52 cores=0,2,4,6
/proc/12533/task/12553/stat : 12553 (java) R 12530 12533 8258 0 -1 4202560 1712 0 0 0 87508 44 0 0 20 0 22 0 30485553 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689263651600 139689390066621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12533/tid=12554] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12554/stat : 12554 (java) S 12530 12533 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30485560 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689262601000 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12533/tid=12555] ppid=12530 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12533/task/12555/stat : 12555 (java) S 12530 12533 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30485560 10060525568 961919 33554432000 1073741824 1073778376 140737080374352 139689261548456 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12533 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=628327
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=431630
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.384
CPU time (s): 1800.05
CPU user time (s): 1798.07
CPU system time (s): 1.98
CPU usage (%): 201.487
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.63
system time used= 2.43163
maximum resident set size= 3847792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52252
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24177
involuntary context switches= 23230

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59215 second user time and 7.31589 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 23:13:08
IDJOB=4107825
IDBENCH=73545
IDSOLVER=2543
FILE ID=node131/4107825-1466284388
RUNJOBID= node131-1466276277-8274
PBS_JOBID= 19918257
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12056_10-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107825-1466284388/watcher-4107825-1466284388 -o /tmp/evaluation-result-4107825-1466284388/solver-4107825-1466284388 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8274 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107825-1466284388.opb

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

MD5SUM BENCH= 9569f42797128c8734a8cda484f54275
RANDOM SEED=312372911

node131.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.752
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.50
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.752
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.752
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.57
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.752
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.56
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.752
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.55
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.752
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.56
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.752
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.57
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.752
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:        27354228 kB
Buffers:          164364 kB
Cached:           232876 kB
SwapCached:         1460 kB
Active:          3161380 kB
Inactive:         279492 kB
Active(anon):    3043300 kB
Inactive(anon):     2920 kB
Active(file):     118080 kB
Inactive(file):   276572 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              7760 kB
Writeback:             8 kB
AnonPages:       4314772 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             606584 kB
SReclaimable:      49624 kB
SUnreclaim:       556960 kB
KernelStack:        1744 kB
PageTables:        12724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4786152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3049472 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= 71696 MiB
End job on node131 at 2016-06-18 23:28:01