Trace number 4090220

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 895.162

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l070-r069-n1.opb
MD5SUMd76c96017b581f63aaf0b7b87bca4e40
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 variables3831
Total number of constraints8138
Number of constraints which are clauses6861
Number of constraints which are cardinality constraints (but not clauses)1277
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4090220-1466027326.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.74/0.43	c ... done. Wall clock time 0.322s.
0.74/0.43	c declared #vars     3831
0.74/0.43	c #constraints  9415
0.74/0.43	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.74/0.43	c constraints type 
0.74/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1277
0.74/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 1277
0.74/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6861
0.74/0.43	c 9415 constraints processed.
0.74/0.43	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.74/0.43	c constraints type 
0.74/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6861
0.74/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1277
0.74/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1277
0.74/0.43	c 9415 constraints processed.
4.39/1.72	c cleaning 2501 clauses out of 5001 with flag 225277/5001
7.24/3.04	c cleaning 4245 clauses out of 8499 with flag 311481/11000
10.30/4.57	c cleaning 5611 clauses out of 11254 with flag 396533/18000
13.01/5.75	c cleaning 0 clauses out of 5000 with flag 0/5000
14.96/6.50	c cleaning 6818 clauses out of 13644 with flag 485529/26001
20.03/8.94	c cleaning 7905 clauses out of 15827 with flag 612323/35002
25.68/11.74	c cleaning 8954 clauses out of 17921 with flag 759081/45001
32.29/15.07	c cleaning 9970 clauses out of 19966 with flag 934183/56000
40.13/18.96	c cleaning 10993 clauses out of 21999 with flag 1129370/68003
48.99/23.32	c cleaning 11994 clauses out of 24005 with flag 1348788/81002
57.78/27.71	c cleaning 13005 clauses out of 26011 with flag 1576346/95002
67.63/32.65	c cleaning 13997 clauses out of 28004 with flag 1815391/110000
79.10/38.36	c cleaning 14997 clauses out of 30008 with flag 2057902/126001
89.89/43.73	c cleaning 16001 clauses out of 32010 with flag 2263043/143000
101.14/49.30	c cleaning 17000 clauses out of 34009 with flag 2490877/161000
112.19/54.87	c cleaning 17998 clauses out of 36011 with flag 2763930/180002
124.18/60.85	c cleaning 18987 clauses out of 38012 with flag 3090836/200001
136.24/66.83	c cleaning 20007 clauses out of 40026 with flag 3404323/221002
149.08/73.25	c cleaning 20998 clauses out of 42017 with flag 3700279/243000
163.93/80.60	c cleaning 22001 clauses out of 44019 with flag 4063674/266000
179.96/88.63	c cleaning 23002 clauses out of 46018 with flag 4429586/290000
184.56/90.95	c cleaning 0 clauses out of 11001 with flag 0/11001
196.63/96.96	c cleaning 24001 clauses out of 48016 with flag 4817369/315000
214.70/105.94	c cleaning 24998 clauses out of 50015 with flag 5182827/341000
234.15/115.65	c cleaning 25996 clauses out of 52017 with flag 5570570/368000
261.42/129.21	c cleaning 27001 clauses out of 54022 with flag 5993446/396001
285.50/141.24	c cleaning 27999 clauses out of 56022 with flag 6452596/425002
309.81/153.34	c cleaning 29009 clauses out of 58023 with flag 6931522/455002
334.53/165.60	c cleaning 29991 clauses out of 60012 with flag 7392681/486000
362.42/179.59	c cleaning 30995 clauses out of 62022 with flag 7920198/518001
396.96/196.71	c cleaning 32006 clauses out of 64026 with flag 8481357/551000
432.55/214.46	c cleaning 33004 clauses out of 66021 with flag 9070109/585001
472.19/234.11	c cleaning 34000 clauses out of 68019 with flag 9647962/620003
512.61/254.28	c cleaning 35003 clauses out of 70016 with flag 10219680/656000
553.23/274.43	c cleaning 35996 clauses out of 72013 with flag 10850387/693000
593.70/294.58	c cleaning 36994 clauses out of 74017 with flag 11472465/731000
638.16/316.64	c cleaning 38002 clauses out of 76023 with flag 12122657/770000
689.26/342.01	c cleaning 39000 clauses out of 78022 with flag 12823078/810001
740.57/367.55	c cleaning 40006 clauses out of 80021 with flag 13486224/851000
795.47/394.85	c cleaning 41004 clauses out of 82015 with flag 14159118/893000
822.98/408.86	c cleaning 0 clauses out of 18001 with flag 0/18001
852.94/423.70	c cleaning 41997 clauses out of 84011 with flag 14835649/936000
912.56/453.47	c cleaning 42998 clauses out of 86014 with flag 15538218/980000
974.08/484.08	c cleaning 43999 clauses out of 88017 with flag 16222896/1025001
1038.01/515.87	c cleaning 45002 clauses out of 90017 with flag 16950682/1071000
1101.50/547.42	c cleaning 45999 clauses out of 92015 with flag 17699109/1118000
1171.12/582.10	c cleaning 47004 clauses out of 94016 with flag 18476412/1166000
1250.99/621.72	c cleaning 47998 clauses out of 96012 with flag 19263278/1215000
1329.96/661.10	c cleaning 48997 clauses out of 98014 with flag 20119295/1265000
1411.00/701.33	c cleaning 50003 clauses out of 100018 with flag 20967668/1316001
1490.25/741.19	c cleaning 50999 clauses out of 102014 with flag 21785144/1368000
1581.95/786.71	c cleaning 52004 clauses out of 104015 with flag 22724391/1421000
1687.52/839.28	c cleaning 52997 clauses out of 106012 with flag 23668548/1475001
1777.32/883.82	c cleaning 54007 clauses out of 108016 with flag 24516201/1530002
1800.05/895.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.10	c starts		: 1129
1800.05/895.10	c conflicts		: 1547966
1800.05/895.10	c decisions		: 2145455
1800.05/895.10	c propagations		: 482333915
1800.05/895.10	c inspects		: 10878231450
1800.05/895.10	c shortcuts		: 0
1800.05/895.10	c learnt literals	: 0
1800.05/895.10	c learnt binary clauses	: 0
1800.05/895.10	c learnt ternary clauses	: 3032
1800.05/895.10	c learnt constraints	: 1547966
1800.05/895.10	c ignored constraints	: 0
1800.05/895.10	c root simplifications	: 0
1800.05/895.10	c removed literals (reason simplification)	: 132231045
1800.05/895.10	c reason swapping (by a shorter reason)	: 0
1800.05/895.10	c Calls to reduceDB	: 51
1800.05/895.10	c Number of update (reduction) of LBD	: 644911
1800.05/895.10	c Imported unit clauses	: 0
1800.05/895.10	c number of reductions to clauses (during analyze)	: 0
1800.05/895.10	c number of learned constraints concerned by reduction	: 0
1800.05/895.10	c number of learning phase by resolution	: 0
1800.05/895.10	c number of learning phase by cutting planes	: 0
1800.05/895.10	c speed (assignments/second)	: 539123.6588525511
1800.05/895.10	c non guided choices	28808
1800.05/895.13	c learnt constraints type 
1800.05/895.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71974
1800.05/895.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.13	c starts		: 53
1800.05/895.13	c conflicts		: 24060
1800.05/895.13	c decisions		: 231892
1800.05/895.13	c propagations		: 10038813
1800.05/895.13	c inspects		: 1031733684
1800.05/895.13	c shortcuts		: 0
1800.05/895.13	c learnt literals	: 0
1800.05/895.13	c learnt binary clauses	: 0
1800.05/895.13	c learnt ternary clauses	: 2783
1800.05/895.13	c learnt constraints	: 24059
1800.05/895.13	c ignored constraints	: 0
1800.05/895.13	c root simplifications	: 0
1800.05/895.13	c removed literals (reason simplification)	: 0
1800.05/895.13	c reason swapping (by a shorter reason)	: 0
1800.05/895.13	c Calls to reduceDB	: 3
1800.05/895.13	c Number of update (reduction) of LBD	: 0
1800.05/895.13	c Imported unit clauses	: 0
1800.05/895.13	c number of reductions to clauses (during analyze)	: 0
1800.05/895.13	c number of learned constraints concerned by reduction	: 0
1800.05/895.13	c number of learning phase by resolution	: 0
1800.05/895.13	c number of learning phase by cutting planes	: 0
1800.05/895.13	c speed (assignments/second)	: 11220.487411225837
1800.05/895.13	c non guided choices	11751
1800.05/895.14	c learnt constraints type 
1800.05/895.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4494
1800.05/895.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19565
1800.05/895.14	s UNKNOWN
1800.05/895.14	c Total wall clock time (in seconds): 895.029

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-4090220-1466027326/watcher-4090220-1466027326 -o /tmp/evaluation-result-4090220-1466027326/solver-4090220-1466027326 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4090220-1466027326.opb 

pid=12431
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.93 4.01 3.99 4/197 12434
/proc/meminfo: memFree=28835764/32872528 swapFree=248296/248296
[pid=12434] ppid=12431 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12434/stat : 12434 (java) S 12431 12434 5767 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 4783051 98570240 977 33554432000 1073741824 1073778376 140734349307008 140734349298144 247067607101 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12434/statm: 24065 977 743 9 0 16771 0
[pid=12434/tid=12435] ppid=12431 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12435/stat : 12435 (java) R 12431 12434 5767 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4783051 98570240 977 33554432000 1073741824 1073778376 140734349307008 140515986542120 247064249728 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 3.93 4.01 3.99 4/197 12434
/proc/meminfo: memFree=28835764/32872528 swapFree=248296/248296
[pid=12434] ppid=12431 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/12434/stat : 12434 (java) S 12431 12434 5767 0 -1 4202496 4458 0 1 0 10 1 0 0 20 0 18 0 4783051 9787879424 6084 33554432000 1073741824 1073778376 140734349307008 140734349298144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12434/statm: 2389619 6084 2156 9 0 2380296 0
[pid=12434/tid=12435] ppid=12431 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12434/task/12435/stat : 12435 (java) R 12431 12434 5767 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 4783051 9787879424 6084 33554432000 1073741824 1073778376 140734349307008 140515986545568 247067632909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200297 s]
/proc/loadavg: 3.93 4.01 3.99 4/197 12434
/proc/meminfo: memFree=28835764/32872528 swapFree=248296/248296
[pid=12434] ppid=12431 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/12434/stat : 12434 (java) S 12431 12434 5767 0 -1 4202496 4947 0 1 0 24 1 0 0 20 0 18 0 4783051 9787879424 13131 33554432000 1073741824 1073778376 140734349307008 140734349298144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12434/statm: 2389619 13131 2218 9 0 2380296 0
[pid=12434/tid=12435] ppid=12431 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12434/task/12435/stat : 12435 (java) R 12431 12434 5767 0 -1 4202560 2418 0 1 0 16 1 0 0 20 0 18 0 4783051 9787879424 13131 33554432000 1073741824 1073778376 140734349307008 140515986547048 140515844678669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300313 s]
/proc/loadavg: 3.93 4.01 3.99 4/197 12434
/proc/meminfo: memFree=28835764/32872528 swapFree=248296/248296
[pid=12434] ppid=12431 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/12434/stat : 12434 (java) S 12431 12434 5767 0 -1 4202496 5766 0 1 0 46 3 0 0 20 0 18 0 4783051 9787879424 28536 33554432000 1073741824 1073778376 140734349307008 140734349298144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12434/statm: 2389619 28536 2231 9 0 2380296 0
[pid=12434/tid=12435] ppid=12431 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12434/task/12435/stat : 12435 (java) R 12431 12434 5767 0 -1 4202560 2447 0 1 0 25 2 0 0 20 0 18 0 4783051 9787879424 28536 33554432000 1073741824 1073778376 140734349307008 140515986547048 140515844634080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700345 s]
/proc/loadavg: 3.93 4.01 3.99 4/197 12434
/proc/meminfo: memFree=28835764/32872528 swapFree=248296/248296
[pid=12434] ppid=12431 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/12434/stat : 12434 (java) S 12431 12434 5767 0 -1 4202496 8479 0 1 0 172 4 0 0 20 0 22 0 4783051 10060525568 38650 33554432000 1073741824 1073778376 140734349307008 140734349298144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12434/statm: 2456183 38650 2272 9 0 2446860 0
[pid=12434/tid=12435] ppid=12431 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/12434/task/12435/stat : 12435 (java) S 12431 12434 5767 0 -1 4202560 2470 0 1 0 38 3 0 0 20 0 22 0 4783051 10060525568 38650 33554432000 1073741824 1073778376 140734349307008 140515986547576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 9824732

[startup+1.50097 s]
/proc/loadavg: 3.93 4.01 3.99 5/219 12456
/proc/meminfo: memFree=28681048/32872528 swapFree=248296/248296
[pid=12434] ppid=12431 vsize=9824732 CPUtime=3.98 cores=1,3,5,7
/proc/12434/stat : 12434 (java) S 12431 12434 5767 0 -1 4202496 14729 0 1 0 392 6 0 0 20 0 22 0 4783051 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140734349298144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12434/statm: 2456183 44236 2287 9 0 2446860 0
[pid=12434/tid=12435] ppid=12431 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/12434/task/12435/stat : 12435 (java) S 12431 12434 5767 0 -1 4202560 2470 0 1 0 38 3 0 0 20 0 22 0 4783051 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515986547576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12437] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12437/stat : 12437 (java) S 12431 12434 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4783052 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515964648232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12438] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12438/stat : 12438 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783052 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515963595432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12439] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12439/stat : 12439 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783052 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515760663592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12440] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12440/stat : 12440 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783052 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515759610792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12441] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12441/stat : 12441 (java) S 12431 12434 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4783052 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515758557480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12442] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12442/stat : 12442 (java) S 12431 12434 5767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4783052 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515757504680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12443] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12443/stat : 12443 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783052 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515756452392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12444] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12444/stat : 12444 (java) S 12431 12434 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4783052 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515755399592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12445] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12445/stat : 12445 (java) S 12431 12434 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4783053 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515743202024 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12446] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12446/stat : 12446 (java) S 12431 12434 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4783053 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515742148088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12447] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12447/stat : 12447 (java) S 12431 12434 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4783054 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515741095688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12448] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12448/stat : 12448 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515740044176 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12449] ppid=12431 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/12434/task/12449/stat : 12449 (java) S 12431 12434 5767 0 -1 4202560 5496 0 0 0 69 0 0 0 20 0 22 0 4783056 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515738990776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12450] ppid=12431 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/12434/task/12450/stat : 12450 (java) S 12431 12434 5767 0 -1 4202560 5392 0 0 0 70 0 0 0 20 0 22 0 4783056 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515737937976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12451] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12451/stat : 12451 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515736885880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12452] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12452/stat : 12452 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515735833288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12453] ppid=12431 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/12434/task/12453/stat : 12453 (java) R 12431 12434 5767 0 -1 4202560 22 0 0 0 104 0 0 0 20 0 22 0 4783095 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515734778936 140515845287614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12454] ppid=12431 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/12434/task/12454/stat : 12454 (java) R 12431 12434 5767 0 -1 4202560 44 0 0 0 104 0 0 0 20 0 22 0 4783095 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515733725304 140515845182875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12455] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12455/stat : 12455 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783095 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515732674216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12456] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12456/stat : 12456 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783095 10060525568 44236 33554432000 1073741824 1073778376 140734349307008 140515731621416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 3.93 4.01 3.99 5/219 12456
/proc/meminfo: memFree=28647992/32872528 swapFree=248296/248296
[pid=12434] ppid=12431 vsize=9824732 CPUtime=7.44 cores=1,3,5,7
/proc/12434/stat : 12434 (java) S 12431 12434 5767 0 -1 4202496 15088 0 1 0 734 10 0 0 20 0 22 0 4783051 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140734349298144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12434/statm: 2456183 80833 2292 9 0 2446860 0
[pid=12434/tid=12435] ppid=12431 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/12434/task/12435/stat : 12435 (java) S 12431 12434 5767 0 -1 4202560 2470 0 1 0 38 3 0 0 20 0 22 0 4783051 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515986547576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12437] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12437/stat : 12437 (java) S 12431 12434 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 4783052 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515964648232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12438] ppid=12431 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12434/task/12438/stat : 12438 (java) S 12431 12434 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4783052 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515963595432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12439] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12439/stat : 12439 (java) S 12431 12434 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4783052 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515760663592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12440] ppid=12431 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12434/task/12440/stat : 12440 (java) S 12431 12434 5767 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 4783052 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515759610792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12441] ppid=12431 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12434/task/12441/stat : 12441 (java) S 12431 12434 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4783052 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515758557480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12442] ppid=12431 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12434/task/12442/stat : 12442 (java) S 12431 12434 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4783052 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515757504680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12443] ppid=12431 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12434/task/12443/stat : 12443 (java) S 12431 12434 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4783052 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515756452392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12444] ppid=12431 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12434/task/12444/stat : 12444 (java) S 12431 12434 5767 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 4783052 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515755399592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12445] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12445/stat : 12445 (java) S 12431 12434 5767 0 -1 4202560 188 0 0 0 0 0 0 0 20 0 22 0 4783053 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515743202024 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12446] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12446/stat : 12446 (java) S 12431 12434 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4783053 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515742148088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12447] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12447/stat : 12447 (java) S 12431 12434 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4783054 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515741095688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12448] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12448/stat : 12448 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515740044176 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12449] ppid=12431 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/12434/task/12449/stat : 12449 (java) S 12431 12434 5767 0 -1 4202560 5508 0 0 0 79 0 0 0 20 0 22 0 4783056 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515738990776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12450] ppid=12431 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/12434/task/12450/stat : 12450 (java) S 12431 12434 5767 0 -1 4202560 5438 0 0 0 80 0 0 0 20 0 22 0 4783056 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515737937976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12451] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12451/stat : 12451 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515736885880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12452] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12452/stat : 12452 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515735833288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12453] ppid=12431 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/12434/task/12453/stat : 12453 (java) R 12431 12434 5767 0 -1 4202560 24 0 0 0 258 0 0 0 20 0 22 0 4783095 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515734769952 140515845386535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12454] ppid=12431 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/12434/task/12454/stat : 12454 (java) R 12431 12434 5767 0 -1 4202560 101 0 0 0 257 2 0 0 20 0 22 0 4783095 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515733724880 140515845498770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12455] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12455/stat : 12455 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783095 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515732674216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12456] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12456/stat : 12456 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783095 10060525568 80833 33554432000 1073741824 1073778376 140734349307008 140515731621416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 3.94 4.01 3.99 5/219 12456
/proc/meminfo: memFree=28257136/32872528 swapFree=248296/248296
[pid=12434] ppid=12431 vsize=9824732 CPUtime=14.53 cores=1,3,5,7
/proc/12434/stat : 12434 (java) S 12431 12434 5767 0 -1 4202496 19879 0 1 0 1432 21 0 0 20 0 22 0 4783051 10060525568 153632 33554432000 1073741824 1073778376 140734349307008 140734349298144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12434/statm: 2456183 153632 2292 9 0 2446860 0
[pid=12434/tid=12435] ppid=12431 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/12434/task/12435/stat : 12435 (java) S 12431 12434 5767 0 -1 4202560 2470 0 1 0 38 3 0 0 20 0 22 0 4783051 10060525568 153632 33554432000 1073741824 1073778376 140734349307008 140515986547576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12437] ppid=12431 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12434/task/12437/stat : 12437 (java) S 12431 12434 5767 0 -1 4202560 122 0 0 0 3 0 0 0 20 0 22 0 4783052 10060525568 153632 33554432000 1073741824 1073778376 140734349307008 140515964648232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12438] ppid=12431 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/12434/task/12438/stat : 12438 (java) S 12431 12434 5767 0 -1 4202560 46 0 0 0 6 1 0 0 20 0 22 0 4783052 10060525568 153632 33554432000 1073741824 1073778376 140734349307008 140515963595432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12439] ppid=12431 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12434/task/12439/stat : 12439 (java) S 12431 12434 5767 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 4783052 10060525568 153632 33554432000 1073741824 1073778376 140734349307008 140515760663592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12440] ppid=12431 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12434/task/12440/stat : 12440 (java) S 12431 12434 5767 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 4783052 10060525568 153632 33554432000 1073741824 1073778376 140734349307008 140515759610792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12441] ppid=12431 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12434/task/12441/stat : 12441 (java) S 12431 12434 5767 0 -1 4202560 95 0 0 0 4 0 0 0 20 0 22 0 4783052 10060525568 153632 33554432000 1073741824 1073778376 140734349307008 140515758557480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12442] ppid=12431 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/12434/task/12442/stat : 12442 (java) S 12431 12434 5767 0 -1 4202560 102 0 0 0 5 2 0 0 20 0 22 0 4783052 10060525568 153632 33554432000 1073741824 1073778376 140734349307008 140515757504680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12443] ppid=12431 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12434/task/12443/stat : 12443 (java) S 12431 12434 5767 0 -1 4202560 48 0 0 0 3 2 0 0 20 0 22 0 4783052 10060525568 153632 33554432000 1073741824 1073778376 140734349307008 140515756452392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12444] ppid=12431 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/12434/task/12439/stat : 12439 (java) S 12431 12434 5767 0 -1 4202560 341 0 0 0 266 7 0 0 20 0 22 0 4783052 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515760663592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12440] ppid=12431 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/12434/task/12440/stat : 12440 (java) S 12431 12434 5767 0 -1 4202560 376 0 0 0 266 7 0 0 20 0 22 0 4783052 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515759610792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12441] ppid=12431 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/12434/task/12441/stat : 12441 (java) S 12431 12434 5767 0 -1 4202560 420 0 0 0 289 6 0 0 20 0 22 0 4783052 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515758557480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12442] ppid=12431 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/12434/task/12442/stat : 12442 (java) S 12431 12434 5767 0 -1 4202560 402 0 0 0 262 6 0 0 20 0 22 0 4783052 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515757504680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12443] ppid=12431 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/12434/task/12443/stat : 12443 (java) S 12431 12434 5767 0 -1 4202560 378 0 0 0 287 8 0 0 20 0 22 0 4783052 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515756452392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12444] ppid=12431 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/12434/task/12444/stat : 12444 (java) S 12431 12434 5767 0 -1 4202560 440 0 0 0 281 8 0 0 20 0 22 0 4783052 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515755399592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12445] ppid=12431 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/12434/task/12445/stat : 12445 (java) S 12431 12434 5767 0 -1 4202560 1993 0 0 0 144 35 0 0 20 0 22 0 4783053 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515743202024 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12446] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12446/stat : 12446 (java) S 12431 12434 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4783053 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515742148088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12447] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12447/stat : 12447 (java) S 12431 12434 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4783054 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515741095688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12448] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12448/stat : 12448 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515740044176 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12449] ppid=12431 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/12434/task/12449/stat : 12449 (java) S 12431 12434 5767 0 -1 4202560 10285 0 0 0 131 2 0 0 20 0 22 0 4783056 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515738990776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12450] ppid=12431 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/12434/task/12450/stat : 12450 (java) S 12431 12434 5767 0 -1 4202560 5778 0 0 0 107 0 0 0 20 0 22 0 4783056 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515737937976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12451] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12451/stat : 12451 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515736885880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12452] ppid=12431 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/12434/task/12452/stat : 12452 (java) S 12431 12434 5767 0 -1 4202560 51 0 0 0 9 25 0 0 20 0 22 0 4783056 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515735833288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12453] ppid=12431 vsize=9824732 CPUtime=871.09 cores=1,3,5,7
/proc/12434/task/12453/stat : 12453 (java) R 12431 12434 5767 0 -1 4202560 145 0 0 0 87094 15 0 0 20 0 22 0 4783095 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515734776864 140515845387009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12454] ppid=12431 vsize=9824732 CPUtime=871.13 cores=1,3,5,7
/proc/12434/task/12454/stat : 12454 (java) R 12431 12434 5767 0 -1 4202560 2225 0 0 0 87064 49 0 0 20 0 22 0 4783095 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515733724768 140515845498820 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12455] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12455/stat : 12455 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783095 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515732674216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12456] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12456/stat : 12456 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783095 10060525568 608200 33554432000 1073741824 1073778376 140734349307008 140515731621416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1774.29
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.13 4.10 4.04 5/219 12583
/proc/meminfo: memFree=26543392/32872528 swapFree=248296/248296
[pid=12434] ppid=12431 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/12434/stat : 12434 (java) S 12431 12434 5767 0 -1 4202496 27420 0 1 0 179838 167 0 0 20 0 22 0 4783051 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140734349298144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12434/statm: 2456183 605993 2301 9 0 2446860 0
[pid=12434/tid=12435] ppid=12431 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/12434/task/12435/stat : 12435 (java) S 12431 12434 5767 0 -1 4202560 2476 0 1 0 39 7 0 0 20 0 22 0 4783051 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515986547576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12437] ppid=12431 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/12434/task/12437/stat : 12437 (java) S 12431 12434 5767 0 -1 4202560 444 0 0 0 296 7 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515964648232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12438] ppid=12431 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/12434/task/12438/stat : 12438 (java) S 12431 12434 5767 0 -1 4202560 372 0 0 0 277 7 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515963595432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12439] ppid=12431 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/12434/task/12439/stat : 12439 (java) S 12431 12434 5767 0 -1 4202560 341 0 0 0 270 7 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515760663592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12440] ppid=12431 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/12434/task/12440/stat : 12440 (java) S 12431 12434 5767 0 -1 4202560 376 0 0 0 270 7 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515759610792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12441] ppid=12431 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/12434/task/12441/stat : 12441 (java) S 12431 12434 5767 0 -1 4202560 420 0 0 0 292 6 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515758557480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12442] ppid=12431 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/12434/task/12442/stat : 12442 (java) S 12431 12434 5767 0 -1 4202560 409 0 0 0 268 6 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515757504680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12443] ppid=12431 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/12434/task/12443/stat : 12443 (java) S 12431 12434 5767 0 -1 4202560 378 0 0 0 292 8 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515756452392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12444] ppid=12431 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/12434/task/12444/stat : 12444 (java) S 12431 12434 5767 0 -1 4202560 452 0 0 0 285 8 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515755399592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12445] ppid=12431 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/12434/task/12445/stat : 12445 (java) S 12431 12434 5767 0 -1 4202560 1995 0 0 0 144 36 0 0 20 0 22 0 4783053 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515743202024 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12446] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12446/stat : 12446 (java) S 12431 12434 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4783053 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515742148088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12447] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12447/stat : 12447 (java) S 12431 12434 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4783054 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515741095688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12448] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12448/stat : 12448 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515740044176 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12449] ppid=12431 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/12434/task/12449/stat : 12449 (java) S 12431 12434 5767 0 -1 4202560 10285 0 0 0 131 2 0 0 20 0 22 0 4783056 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515738990776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12450] ppid=12431 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/12434/task/12450/stat : 12450 (java) S 12431 12434 5767 0 -1 4202560 5778 0 0 0 107 0 0 0 20 0 22 0 4783056 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515737937976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12451] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12451/stat : 12451 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515736885880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12452] ppid=12431 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/12434/task/12452/stat : 12452 (java) S 12431 12434 5767 0 -1 4202560 53 0 0 0 10 26 0 0 20 0 22 0 4783056 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515735833288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12453] ppid=12431 vsize=9824732 CPUtime=883.73 cores=1,3,5,7
/proc/12434/task/12453/stat : 12453 (java) R 12431 12434 5767 0 -1 4202560 147 0 0 0 88358 15 0 0 20 0 22 0 4783095 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515734777680 140515845387004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12454] ppid=12431 vsize=9824732 CPUtime=883.78 cores=1,3,5,7
/proc/12434/task/12454/stat : 12454 (java) R 12431 12434 5767 0 -1 4202560 2229 0 0 0 88329 49 0 0 20 0 22 0 4783095 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515733725984 140515845498770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12455] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12455/stat : 12455 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783095 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515732674216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12456] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12456/stat : 12456 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783095 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515731621416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 12434 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.101 s]
/proc/loadavg: 4.13 4.10 4.04 5/219 12583
/proc/meminfo: memFree=26543392/32872528 swapFree=248296/248296
[pid=12434] ppid=12431 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/12434/stat : 12434 (java) S 12431 12434 5767 0 -1 4202496 27420 0 1 0 179838 167 0 0 20 0 22 0 4783051 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140734349298144 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12434/statm: 2456183 605993 2301 9 0 2446860 0
[pid=12434/tid=12435] ppid=12431 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/12434/task/12435/stat : 12435 (java) S 12431 12434 5767 0 -1 4202560 2476 0 1 0 39 7 0 0 20 0 22 0 4783051 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515986547576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12437] ppid=12431 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/12434/task/12437/stat : 12437 (java) S 12431 12434 5767 0 -1 4202560 444 0 0 0 296 7 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515964648232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12438] ppid=12431 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/12434/task/12438/stat : 12438 (java) S 12431 12434 5767 0 -1 4202560 372 0 0 0 277 7 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515963595432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12439] ppid=12431 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/12434/task/12439/stat : 12439 (java) S 12431 12434 5767 0 -1 4202560 341 0 0 0 270 7 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515760663592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12440] ppid=12431 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/12434/task/12440/stat : 12440 (java) S 12431 12434 5767 0 -1 4202560 376 0 0 0 270 7 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515759610792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12441] ppid=12431 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/12434/task/12441/stat : 12441 (java) S 12431 12434 5767 0 -1 4202560 420 0 0 0 292 6 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515758557480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12442] ppid=12431 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/12434/task/12442/stat : 12442 (java) S 12431 12434 5767 0 -1 4202560 409 0 0 0 268 6 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515757504680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12443] ppid=12431 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/12434/task/12443/stat : 12443 (java) S 12431 12434 5767 0 -1 4202560 378 0 0 0 292 8 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515756452392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12444] ppid=12431 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/12434/task/12444/stat : 12444 (java) S 12431 12434 5767 0 -1 4202560 452 0 0 0 285 8 0 0 20 0 22 0 4783052 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515755399592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12434/tid=12445] ppid=12431 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/12434/task/12445/stat : 12445 (java) S 12431 12434 5767 0 -1 4202560 1995 0 0 0 144 36 0 0 20 0 22 0 4783053 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515743202024 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12446] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12446/stat : 12446 (java) S 12431 12434 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4783053 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515742148088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12447] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12447/stat : 12447 (java) S 12431 12434 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4783054 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515741095688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12448] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12448/stat : 12448 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515740044176 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12449] ppid=12431 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/12434/task/12449/stat : 12449 (java) S 12431 12434 5767 0 -1 4202560 10285 0 0 0 131 2 0 0 20 0 22 0 4783056 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515738990776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12450] ppid=12431 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/12434/task/12450/stat : 12450 (java) S 12431 12434 5767 0 -1 4202560 5778 0 0 0 107 0 0 0 20 0 22 0 4783056 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515737937976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12451] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12451/stat : 12451 (java) S 12431 12434 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4783056 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515736885880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12452] ppid=12431 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/12434/task/12452/stat : 12452 (java) S 12431 12434 5767 0 -1 4202560 53 0 0 0 10 26 0 0 20 0 22 0 4783056 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515735833288 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12453] ppid=12431 vsize=9824732 CPUtime=883.73 cores=1,3,5,7
/proc/12434/task/12453/stat : 12453 (java) R 12431 12434 5767 0 -1 4202560 147 0 0 0 88358 15 0 0 20 0 22 0 4783095 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515734777680 140515845387004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12434/tid=12454] ppid=12431 vsize=9824732 CPUtime=883.78 cores=1,3,5,7
/proc/12434/task/12454/stat : 12454 (java) R 12431 12434 5767 0 -1 4202560 2229 0 0 0 88329 49 0 0 20 0 22 0 4783095 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515733725984 140515845498770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12434/tid=12455] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12455/stat : 12455 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783095 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515732674216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12434/tid=12456] ppid=12431 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12434/task/12456/stat : 12456 (java) S 12431 12434 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4783095 10060525568 605993 33554432000 1073741824 1073778376 140734349307008 140515731621416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 12434 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=928281
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=73684
# CPU time returned by wait4() is 1796
# 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): 895.162
CPU time (s): 1800.05
CPU user time (s): 1798.38
CPU system time (s): 1.67
CPU usage (%): 201.087
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.93
system time used= 2.07368
maximum resident set size= 2865812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27461
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32248
involuntary context switches= 46689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.65414 second user time and 7.62284 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 23:48:46
IDJOB=4090220
IDBENCH=107518
IDSOLVER=2543
FILE ID=node103/4090220-1466027326
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l070-r069-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090220-1466027326/watcher-4090220-1466027326 -o /tmp/evaluation-result-4090220-1466027326/solver-4090220-1466027326 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090220-1466027326.opb

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

MD5SUM BENCH= d76c96017b581f63aaf0b7b87bca4e40
RANDOM SEED=279783549

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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:        28836036 kB
Buffers:          138680 kB
Cached:           348688 kB
SwapCached:            0 kB
Active:          2736216 kB
Inactive:         339128 kB
Active(anon):    2590536 kB
Inactive(anon):        0 kB
Active(file):     145680 kB
Inactive(file):   339128 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               640 kB
Writeback:             0 kB
AnonPages:       2688280 kB
Mapped:            21604 kB
Shmem:               204 kB
Slab:             576316 kB
SReclaimable:      19788 kB
SUnreclaim:       556528 kB
KernelStack:        1808 kB
PageTables:        10216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2958840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2385920 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= 71736 MiB
End job on node103 at 2016-06-16 00:03:42