Trace number 4100706

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.72 894.759

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ship08s.opb
MD5SUM86f5ae05f91cc0663afe4f54ca2c84e2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71610
Total number of constraints704
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints704
Minimum length of a constraint30
Maximum length of a constraint1830
Number of terms in the objective function 71610
Biggest coefficient in the objective function 2031
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 584663
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 584663
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4100706-1466210742.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.78/1.02	c ... done. Wall clock time 0.913s.
1.78/1.02	c declared #vars     71610
1.78/1.02	c #constraints  1336
1.78/1.02	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.78/1.02	c constraints type 
1.78/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 350
1.78/1.02	c org.sat4j.specs.Constr$1 => 213
1.78/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 773
1.78/1.02	c 1336 constraints processed.
1.78/1.02	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.78/1.02	c constraints type 
1.78/1.02	c org.sat4j.specs.Constr$1 => 213
1.78/1.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 350
1.78/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 773
1.78/1.03	c 1336 constraints processed.
1.78/1.03	c objective function length is 71610 literals
5.49/2.32	c cleaning 2481 clauses out of 5000 with flag 11814/5000
11.25/5.06	c cleaning 4260 clauses out of 8520 with flag 25872/11001
20.95/9.90	c cleaning 5627 clauses out of 11259 with flag 41960/18000
32.89/15.74	c cleaning 6812 clauses out of 13632 with flag 60151/26000
45.17/21.77	c cleaning 7905 clauses out of 15822 with flag 80585/35002
59.64/28.83	c cleaning 8958 clauses out of 17915 with flag 103658/45000
75.93/36.70	c cleaning 9979 clauses out of 19957 with flag 127870/56000
92.23/44.88	c cleaning 10988 clauses out of 21978 with flag 153864/68000
98.16/47.67	c cleaning 11991 clauses out of 23991 with flag 187959/81001
102.76/49.96	c cleaning 13000 clauses out of 25999 with flag 224889/95000
118.60/57.81	c cleaning 14000 clauses out of 28000 with flag 294097/110001
141.92/69.39	c cleaning 15000 clauses out of 29999 with flag 330767/126000
168.13/82.76	c cleaning 15993 clauses out of 31999 with flag 368858/143000
195.04/96.02	c cleaning 16996 clauses out of 34006 with flag 408664/161000
222.86/109.83	c cleaning 18003 clauses out of 36012 with flag 452573/180002
251.89/124.25	c cleaning 18999 clauses out of 38007 with flag 497843/200000
282.08/139.35	c cleaning 19999 clauses out of 40009 with flag 543877/221001
316.26/156.96	c cleaning 21000 clauses out of 42009 with flag 594145/243000
343.82/170.69	c cleaning 0 clauses out of 5000 with flag 0/5000
352.37/174.64	c cleaning 22003 clauses out of 44009 with flag 646528/266000
389.48/192.92	c cleaning 23002 clauses out of 46006 with flag 701555/290000
427.66/211.83	c cleaning 23997 clauses out of 48004 with flag 757120/315000
468.01/231.72	c cleaning 25000 clauses out of 50009 with flag 815883/341002
508.57/251.95	c cleaning 25998 clauses out of 52007 with flag 876677/368000
551.01/273.06	c cleaning 27004 clauses out of 54009 with flag 938962/396000
595.09/295.00	c cleaning 27994 clauses out of 56005 with flag 1005073/425000
641.22/317.83	c cleaning 29006 clauses out of 58012 with flag 1073106/455001
691.72/344.00	c cleaning 29999 clauses out of 60007 with flag 1143374/486002
742.25/368.88	c cleaning 30991 clauses out of 62006 with flag 1216188/518000
794.23/394.64	c cleaning 32004 clauses out of 64019 with flag 1290381/551004
847.44/421.09	c cleaning 33009 clauses out of 66017 with flag 1367037/585006
903.09/448.69	c cleaning 34001 clauses out of 68002 with flag 1447231/620000
965.15/478.59	c cleaning 34999 clauses out of 70001 with flag 1529345/656000
1028.56/511.75	c cleaning 35987 clauses out of 72006 with flag 1613878/693004
1089.15/541.97	c cleaning 37004 clauses out of 74016 with flag 1700684/731001
1152.83/573.52	c cleaning 38000 clauses out of 76011 with flag 1789427/770000
1217.81/605.67	c cleaning 39000 clauses out of 78011 with flag 1878521/810000
1283.54/638.14	c cleaning 40000 clauses out of 80013 with flag 1971006/851002
1352.05/671.99	c cleaning 40997 clauses out of 82011 with flag 2064833/893000
1420.82/706.06	c cleaning 42006 clauses out of 84015 with flag 2162245/936001
1489.74/740.34	c cleaning 43002 clauses out of 86008 with flag 2261933/980000
1560.44/775.60	c cleaning 43995 clauses out of 88006 with flag 2362899/1025000
1633.39/811.88	c cleaning 44996 clauses out of 90012 with flag 2467446/1071001
1708.68/849.31	c cleaning 46006 clauses out of 92015 with flag 2574036/1118000
1787.92/888.66	c cleaning 46998 clauses out of 94009 with flag 2684067/1166000
1800.14/894.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/894.70	c starts		: 508
1800.14/894.70	c conflicts		: 1174289
1800.14/894.70	c decisions		: 2491942
1800.14/894.70	c propagations		: 376114709
1800.14/894.70	c inspects		: 2227570895
1800.14/894.70	c shortcuts		: 0
1800.14/894.70	c learnt literals	: 0
1800.14/894.70	c learnt binary clauses	: 0
1800.14/894.70	c learnt ternary clauses	: 0
1800.14/894.70	c learnt constraints	: 1174289
1800.14/894.70	c ignored constraints	: 0
1800.14/894.70	c root simplifications	: 0
1800.14/894.70	c removed literals (reason simplification)	: 6680109
1800.14/894.70	c reason swapping (by a shorter reason)	: 0
1800.14/894.70	c Calls to reduceDB	: 44
1800.14/894.70	c Number of update (reduction) of LBD	: 232558
1800.14/894.70	c Imported unit clauses	: 0
1800.14/894.70	c number of reductions to clauses (during analyze)	: 0
1800.14/894.70	c number of learned constraints concerned by reduction	: 0
1800.14/894.70	c number of learning phase by resolution	: 0
1800.14/894.70	c number of learning phase by cutting planes	: 0
1800.14/894.70	c speed (assignments/second)	: 420916.68727708573
1800.14/894.70	c non guided choices	52210
1800.14/894.72	c learnt constraints type 
1800.14/894.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55301
1800.14/894.72	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/894.72	c starts		: 32
1800.14/894.72	c conflicts		: 10298
1800.14/894.72	c decisions		: 108678
1800.14/894.72	c propagations		: 533160
1800.14/894.72	c inspects		: 267375627
1800.14/894.72	c shortcuts		: 0
1800.14/894.72	c learnt literals	: 0
1800.14/894.72	c learnt binary clauses	: 0
1800.14/894.72	c learnt ternary clauses	: 0
1800.14/894.72	c learnt constraints	: 10297
1800.14/894.72	c ignored constraints	: 0
1800.14/894.72	c root simplifications	: 0
1800.14/894.72	c removed literals (reason simplification)	: 0
1800.14/894.72	c reason swapping (by a shorter reason)	: 0
1800.14/894.72	c Calls to reduceDB	: 1
1800.14/894.72	c Number of update (reduction) of LBD	: 0
1800.14/894.72	c Imported unit clauses	: 0
1800.14/894.72	c number of reductions to clauses (during analyze)	: 0
1800.14/894.72	c number of learned constraints concerned by reduction	: 0
1800.14/894.72	c number of learning phase by resolution	: 0
1800.14/894.72	c number of learning phase by cutting planes	: 0
1800.14/894.72	c speed (assignments/second)	: 596.6588180524096
1800.14/894.72	c non guided choices	152
1800.14/894.73	c learnt constraints type 
1800.14/894.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 911
1800.14/894.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9386
1800.14/894.73	s UNKNOWN
1800.14/894.73	c Total wall clock time (in seconds): 894.62

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-4100706-1466210742/watcher-4100706-1466210742 -o /tmp/evaluation-result-4100706-1466210742/solver-4100706-1466210742 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100706-1466210742.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.20 4.26 4.21 5/197 12738
/proc/meminfo: memFree=29093512/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/12738/stat : 12738 (java) R 12735 12738 8337 0 -1 4202496 1214 0 0 0 0 0 0 0 20 0 1 0 23119978 23793664 863 33554432000 1073741824 1073778376 140733810577952 140733810567016 139830030665434 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 5793 858 647 9 0 128 0
[pid=12738/tid=12739] ppid=12735 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) R 12735 12738 8337 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 23119978 24780800 867 33554432000 1073741824 1073778376 140733810577952 140733810567016 139830036503008 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 4.20 4.26 4.21 5/197 12738
/proc/meminfo: memFree=29093512/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/12738/stat : 12738 (java) S 12735 12738 8337 0 -1 4202496 4434 0 1 0 9 1 0 0 20 0 18 0 23119978 9787879424 6064 33554432000 1073741824 1073778376 140733810577952 140733810569088 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 2389619 6064 2141 9 0 2380296 0
[pid=12738/tid=12739] ppid=12735 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) R 12735 12738 8337 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 23119978 9787879424 6065 33554432000 1073741824 1073778376 140733810577952 139830028827552 225448092941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 4.20 4.26 4.21 5/197 12738
/proc/meminfo: memFree=29093512/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/12738/stat : 12738 (java) S 12735 12738 8337 0 -1 4202496 5045 0 1 0 27 2 0 0 20 0 18 0 23119978 9787879424 8021 33554432000 1073741824 1073778376 140733810577952 140733810569088 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 2389619 8021 2221 9 0 2380296 0
[pid=12738/tid=12739] ppid=12735 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) R 12735 12738 8337 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 18 0 23119978 9787879424 8021 33554432000 1073741824 1073778376 140733810577952 139830028827552 139829857832455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300329 s]
/proc/loadavg: 4.20 4.26 4.21 5/197 12738
/proc/meminfo: memFree=29093512/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/12738/stat : 12738 (java) S 12735 12738 8337 0 -1 4202496 5353 0 1 0 43 2 0 0 20 0 18 0 23119978 9787879424 14837 33554432000 1073741824 1073778376 140733810577952 140733810569088 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 2389619 14837 2232 9 0 2380296 0
[pid=12738/tid=12739] ppid=12735 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) R 12735 12738 8337 0 -1 4202560 2415 0 1 0 25 2 0 0 20 0 18 0 23119978 9787879424 14837 33554432000 1073741824 1073778376 140733810577952 139830028827552 225448092941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700318 s]
/proc/loadavg: 4.20 4.26 4.21 5/197 12738
/proc/meminfo: memFree=29093512/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=9558476 CPUtime=1.26 cores=1,3,5,7
/proc/12738/stat : 12738 (java) S 12735 12738 8337 0 -1 4202496 7405 0 1 0 117 9 0 0 20 0 18 0 23119978 9787879424 48974 33554432000 1073741824 1073778376 140733810577952 140733810569088 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 2389619 48974 2263 9 0 2380296 0
[pid=12738/tid=12739] ppid=12735 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) R 12735 12738 8337 0 -1 4202560 2470 0 1 0 59 4 0 0 20 0 18 0 23119978 9787879424 48974 33554432000 1073741824 1073778376 140733810577952 139830028826968 139829858301539 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 4.20 4.26 4.21 7/217 12758
/proc/meminfo: memFree=28845432/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=9824732 CPUtime=3.47 cores=1,3,5,7
/proc/12738/stat : 12738 (java) S 12735 12738 8337 0 -1 4202496 13214 0 1 0 330 17 0 0 20 0 22 0 23119978 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 140733810569088 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 2456183 66682 2277 9 0 2446860 0
[pid=12738/tid=12739] ppid=12735 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) S 12735 12738 8337 0 -1 4202560 2483 0 1 0 85 4 0 0 20 0 22 0 23119978 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139830028829560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12741] ppid=12735 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (java) S 12735 12738 8337 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 23119979 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829990320936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12742] ppid=12735 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (java) S 12735 12738 8337 0 -1 4202560 155 0 0 0 5 3 0 0 20 0 22 0 23119979 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829989268136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12743] ppid=12735 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (java) S 12735 12738 8337 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 23119979 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829988215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12744] ppid=12735 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12738/task/12744/stat : 12744 (java) S 12735 12738 8337 0 -1 4202560 123 0 0 0 3 2 0 0 20 0 22 0 23119979 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829987163048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12745] ppid=12735 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12738/task/12745/stat : 12745 (java) S 12735 12738 8337 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 22 0 23119979 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829986109736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12746] ppid=12735 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12738/task/12746/stat : 12746 (java) S 12735 12738 8337 0 -1 4202560 96 0 0 0 2 1 0 0 20 0 22 0 23119979 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829985056936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12747] ppid=12735 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12738/task/12747/stat : 12747 (java) S 12735 12738 8337 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 23119979 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829984004648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12748] ppid=12735 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/12738/task/12748/stat : 12748 (java) S 12735 12738 8337 0 -1 4202560 118 0 0 0 5 2 0 0 20 0 22 0 23119979 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829982951848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12749] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12749/stat : 12749 (java) S 12735 12738 8337 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23119980 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829852478184 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12750] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12750/stat : 12750 (java) S 12735 12738 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23119981 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829851424248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12751] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12751/stat : 12751 (java) S 12735 12738 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23119981 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829850371848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12752] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12752/stat : 12752 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829849320336 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12753] ppid=12735 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/12738/task/12753/stat : 12753 (java) R 12735 12738 8337 0 -1 4202560 3742 0 0 0 60 2 0 0 20 0 22 0 23119983 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829848266936 139830032922779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12754] ppid=12735 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/12738/task/12754/stat : 12754 (java) R 12735 12738 8337 0 -1 4202560 4947 0 0 0 55 2 0 0 20 0 22 0 23119983 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829847192208 139830035644210 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12755] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12755/stat : 12755 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829846162040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12756] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12756/stat : 12756 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829845109448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12757] ppid=12735 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/12738/task/12757/stat : 12757 (java) R 12735 12738 8337 0 -1 4202560 20 0 0 0 45 0 0 0 20 0 22 0 23120081 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829844054568 139829858567313 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12758] ppid=12735 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/12738/task/12758/stat : 12758 (java) R 12735 12738 8337 0 -1 4202560 24 0 0 0 45 0 0 0 20 0 22 0 23120081 10060525568 66682 33554432000 1073741824 1073778376 140733810577952 139829843002392 139829858626091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.27 4.27 4.21 8/219 12760
/proc/meminfo: memFree=28835348/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=9824732 CPUtime=7.31 cores=1,3,5,7
/proc/12738/stat : 12738 (java) S 12735 12738 8337 0 -1 4202496 19959 0 1 0 713 18 0 0 20 0 22 0 23119978 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 140733810569088 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 2456183 71167 2282 9 0 2446860 0
[pid=12738/tid=12739] ppid=12735 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) S 12735 12738 8337 0 -1 4202560 2483 0 1 0 85 4 0 0 20 0 22 0 23119978 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139830028829560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12741] ppid=12735 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (java) S 12735 12738 8337 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 23119979 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829990320936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12742] ppid=12735 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (java) S 12735 12738 8337 0 -1 4202560 155 0 0 0 5 3 0 0 20 0 22 0 23119979 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829989268136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12743] ppid=12735 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (java) S 12735 12738 8337 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 23119979 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829988215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12744] ppid=12735 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12738/task/12744/stat : 12744 (java) S 12735 12738 8337 0 -1 4202560 123 0 0 0 3 2 0 0 20 0 22 0 23119979 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829987163048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12745] ppid=12735 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12738/task/12745/stat : 12745 (java) S 12735 12738 8337 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 22 0 23119979 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829986109736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12746] ppid=12735 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12738/task/12746/stat : 12746 (java) S 12735 12738 8337 0 -1 4202560 96 0 0 0 2 1 0 0 20 0 22 0 23119979 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829985056936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12747] ppid=12735 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12738/task/12747/stat : 12747 (java) S 12735 12738 8337 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 23119979 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829984004648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12748] ppid=12735 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/12738/task/12748/stat : 12748 (java) S 12735 12738 8337 0 -1 4202560 118 0 0 0 5 2 0 0 20 0 22 0 23119979 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829982951848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12749] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12749/stat : 12749 (java) S 12735 12738 8337 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23119980 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829852478184 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12750] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12750/stat : 12750 (java) S 12735 12738 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23119981 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829851424248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12751] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12751/stat : 12751 (java) S 12735 12738 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23119981 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829850371848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12752] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12752/stat : 12752 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829849320336 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12753] ppid=12735 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/12738/task/12753/stat : 12753 (java) S 12735 12738 8337 0 -1 4202560 5880 0 0 0 86 2 0 0 20 0 22 0 23119983 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829848266936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12754] ppid=12735 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/12738/task/12754/stat : 12754 (java) S 12735 12738 8337 0 -1 4202560 9548 0 0 0 92 2 0 0 20 0 22 0 23119983 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829847214136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12755] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12755/stat : 12755 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829846162040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12756] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12756/stat : 12756 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829845109448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12757] ppid=12735 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/12738/task/12757/stat : 12757 (java) R 12735 12738 8337 0 -1 4202560 24 0 0 0 205 0 0 0 20 0 22 0 23120081 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829844053144 139829858537553 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12758] ppid=12735 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/12738/task/12758/stat : 12758 (java) R 12735 12738 8337 0 -1 4202560 25 0 0 0 205 0 0 0 20 0 22 0 23120081 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139829843001688 139829858858461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12759] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12759/stat : 12759 (java) S 12735 12738 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120092 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139828700112552 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12760] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12760/stat : 12760 (java) S 12735 12738 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120093 10060525568 71167 33554432000 1073741824 1073778376 140733810577952 139828699059752 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.27 4.27 4.21 5/219 12760
/proc/meminfo: memFree=28743280/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=9824732 CPUtime=13.94 cores=1,3,5,7
/proc/12738/stat : 12738 (java) S 12735 12738 8337 0 -1 4202496 20248 0 1 0 1369 25 0 0 20 0 22 0 23119978 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 140733810569088 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 2456183 106250 2282 9 0 2446860 0
[pid=12738/tid=12739] ppid=12735 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) S 12735 12738 8337 0 -1 4202560 2483 0 1 0 85 4 0 0 20 0 22 0 23119978 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 139830028829560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12741] ppid=12735 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (java) S 12735 12738 8337 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 22 0 23119979 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 139829990320936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12742] ppid=12735 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (java) S 12735 12738 8337 0 -1 4202560 160 0 0 0 6 3 0 0 20 0 22 0 23119979 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 139829989268136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12743] ppid=12735 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (java) S 12735 12738 8337 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 23119979 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 139829988215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12744] ppid=12735 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12738/task/12744/stat : 12744 (java) S 12735 12738 8337 0 -1 4202560 127 0 0 0 4 2 0 0 20 0 22 0 23119979 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 139829987163048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12745] ppid=12735 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12738/task/12745/stat : 12745 (java) S 12735 12738 8337 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 22 0 23119979 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 139829986109736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12746] ppid=12735 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/12738/task/12746/stat : 12746 (java) S 12735 12738 8337 0 -1 4202560 123 0 0 0 7 2 0 0 20 0 22 0 23119979 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 139829985056936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12747] ppid=12735 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12738/task/12747/stat : 12747 (java) S 12735 12738 8337 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 23119979 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 139829984004648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12748] ppid=12735 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/12738/task/12748/stat : 12748 (java) S 12735 12738 8337 0 -1 4202560 128 0 0 0 6 3 0 0 20 0 22 0 23119979 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 139829982951848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12749] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12749/stat : 12749 (java) S 12735 12738 8337 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23119980 10060525568 106250 33554432000 1073741824 1073778376 140733810577952 139829852478184 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12750] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.17 4.28 4.26 5/220 12852
/proc/meminfo: memFree=22055752/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=9824732 CPUtime=1775.34 cores=1,3,5,7
/proc/12738/stat : 12738 (java) S 12735 12738 8337 0 -1 4202496 41969 0 1 0 177265 269 0 0 20 0 22 0 23119978 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 140733810569088 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 2456183 1049353 2292 9 0 2446860 0
[pid=12738/tid=12739] ppid=12735 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) S 12735 12738 8337 0 -1 4202560 2504 0 1 0 87 5 0 0 20 0 22 0 23119978 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139830028829560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12741] ppid=12735 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (java) S 12735 12738 8337 0 -1 4202560 948 0 0 0 442 27 0 0 20 0 22 0 23119979 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829990320936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12742] ppid=12735 vsize=9824732 CPUtime=3.91 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (java) S 12735 12738 8337 0 -1 4202560 1350 0 0 0 369 22 0 0 20 0 22 0 23119979 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829989268136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12743] ppid=12735 vsize=9824732 CPUtime=4.23 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (java) S 12735 12738 8337 0 -1 4202560 1171 0 0 0 399 24 0 0 20 0 22 0 23119979 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829988215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12744] ppid=12735 vsize=9824732 CPUtime=4.45 cores=1,3,5,7
/proc/12738/task/12744/stat : 12744 (java) S 12735 12738 8337 0 -1 4202560 949 0 0 0 421 24 0 0 20 0 22 0 23119979 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829987163048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12745] ppid=12735 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/12738/task/12745/stat : 12745 (java) S 12735 12738 8337 0 -1 4202560 1608 0 0 0 416 26 0 0 20 0 22 0 23119979 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829986109736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12746] ppid=12735 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/12738/task/12746/stat : 12746 (java) S 12735 12738 8337 0 -1 4202560 1478 0 0 0 429 28 0 0 20 0 22 0 23119979 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829985056936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12747] ppid=12735 vsize=9824732 CPUtime=4.19 cores=1,3,5,7
/proc/12738/task/12747/stat : 12747 (java) S 12735 12738 8337 0 -1 4202560 1173 0 0 0 390 29 0 0 20 0 22 0 23119979 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829984004648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12748] ppid=12735 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/12738/task/12748/stat : 12748 (java) S 12735 12738 8337 0 -1 4202560 1218 0 0 0 424 25 0 0 20 0 22 0 23119979 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829982951848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12749] ppid=12735 vsize=9824732 CPUtime=8.46 cores=1,3,5,7
/proc/12738/task/12749/stat : 12749 (java) S 12735 12738 8337 0 -1 4202560 3466 0 0 0 838 8 0 0 20 0 22 0 23119980 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829852478184 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12750] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12750/stat : 12750 (java) S 12735 12738 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23119981 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829851424248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12751] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12751/stat : 12751 (java) S 12735 12738 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23119981 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829850371848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12752] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12752/stat : 12752 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829849320336 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12753] ppid=12735 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/12738/task/12753/stat : 12753 (java) S 12735 12738 8337 0 -1 4202560 13528 0 0 0 189 4 0 0 20 0 22 0 23119983 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829848266936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12754] ppid=12735 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/12738/task/12754/stat : 12754 (java) S 12735 12738 8337 0 -1 4202560 9560 0 0 0 129 2 0 0 20 0 22 0 23119983 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829847214136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12755] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12755/stat : 12755 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829846162040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12756] ppid=12735 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/12738/task/12756/stat : 12756 (java) S 12735 12738 8337 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 23119983 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829845109448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12757] ppid=12735 vsize=9824732 CPUtime=863.82 cores=1,3,5,7
/proc/12738/task/12757/stat : 12757 (java) R 12735 12738 8337 0 -1 4202560 381 0 0 0 86363 19 0 0 20 0 22 0 23120081 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829844052928 139829858537530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12758] ppid=12735 vsize=9824732 CPUtime=863.81 cores=1,3,5,7
/proc/12738/task/12758/stat : 12758 (java) R 12735 12738 8337 0 -1 4202560 1318 0 0 0 86342 39 0 0 20 0 22 0 23120081 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139829843000608 139829858858519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12759] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12759/stat : 12759 (java) S 12735 12738 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120092 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139828700112552 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12760] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12760/stat : 12760 (java) S 12735 12738 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120093 10060525568 1049353 33554432000 1073741824 1073778376 140733810577952 139828699059752 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1775.34
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.701 s]
/proc/loadavg: 4.14 4.27 4.26 5/220 12852
/proc/meminfo: memFree=22056084/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/12738/stat : 12738 (java) S 12735 12738 8337 0 -1 4202496 41971 0 1 0 179745 269 0 0 20 0 22 0 23119978 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 140733810569088 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 2456183 1049354 2293 9 0 2446860 0
[pid=12738/tid=12739] ppid=12735 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) S 12735 12738 8337 0 -1 4202560 2504 0 1 0 87 5 0 0 20 0 22 0 23119978 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139830028829560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12741] ppid=12735 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (java) S 12735 12738 8337 0 -1 4202560 948 0 0 0 442 27 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829990320936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12742] ppid=12735 vsize=9824732 CPUtime=3.91 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (java) S 12735 12738 8337 0 -1 4202560 1350 0 0 0 369 22 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829989268136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12743] ppid=12735 vsize=9824732 CPUtime=4.23 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (java) S 12735 12738 8337 0 -1 4202560 1171 0 0 0 399 24 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829988215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12744] ppid=12735 vsize=9824732 CPUtime=4.45 cores=1,3,5,7
/proc/12738/task/12744/stat : 12744 (java) S 12735 12738 8337 0 -1 4202560 949 0 0 0 421 24 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829987163048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12745] ppid=12735 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/12738/task/12745/stat : 12745 (java) S 12735 12738 8337 0 -1 4202560 1608 0 0 0 416 26 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829986109736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12746] ppid=12735 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/12738/task/12746/stat : 12746 (java) S 12735 12738 8337 0 -1 4202560 1478 0 0 0 429 28 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829985056936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12747] ppid=12735 vsize=9824732 CPUtime=4.19 cores=1,3,5,7
/proc/12738/task/12747/stat : 12747 (java) S 12735 12738 8337 0 -1 4202560 1173 0 0 0 390 29 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829984004648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12748] ppid=12735 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/12738/task/12748/stat : 12748 (java) S 12735 12738 8337 0 -1 4202560 1218 0 0 0 424 25 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829982951848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12749] ppid=12735 vsize=9824732 CPUtime=8.47 cores=1,3,5,7
/proc/12738/task/12749/stat : 12749 (java) S 12735 12738 8337 0 -1 4202560 3466 0 0 0 838 9 0 0 20 0 22 0 23119980 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829852478184 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12750] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12750/stat : 12750 (java) S 12735 12738 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23119981 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829851424248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12751] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12751/stat : 12751 (java) S 12735 12738 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23119981 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829850371848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12752] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12752/stat : 12752 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829849320336 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12753] ppid=12735 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/12738/task/12753/stat : 12753 (java) S 12735 12738 8337 0 -1 4202560 13530 0 0 0 191 4 0 0 20 0 22 0 23119983 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829848266936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12754] ppid=12735 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/12738/task/12754/stat : 12754 (java) S 12735 12738 8337 0 -1 4202560 9560 0 0 0 129 2 0 0 20 0 22 0 23119983 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829847214136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12755] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12755/stat : 12755 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829846162040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12756] ppid=12735 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/12738/task/12756/stat : 12756 (java) S 12735 12738 8337 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 23119983 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829845109448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12757] ppid=12735 vsize=9824732 CPUtime=876.21 cores=1,3,5,7
/proc/12738/task/12757/stat : 12757 (java) R 12735 12738 8337 0 -1 4202560 381 0 0 0 87602 19 0 0 20 0 22 0 23120081 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829844046080 139829858540061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12758] ppid=12735 vsize=9824732 CPUtime=876.2 cores=1,3,5,7
/proc/12738/task/12758/stat : 12758 (java) R 12735 12738 8337 0 -1 4202560 1318 0 0 0 87581 39 0 0 20 0 22 0 23120081 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829843000608 139829858863287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12759] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12759/stat : 12759 (java) S 12735 12738 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120092 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139828700112552 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12760] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12760/stat : 12760 (java) S 12735 12738 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120093 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139828699059752 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 12738 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.701 s]
/proc/loadavg: 4.14 4.27 4.26 5/220 12852
/proc/meminfo: memFree=22056084/32872528 swapFree=1499884/1696108
[pid=12738] ppid=12735 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/12738/stat : 12738 (java) S 12735 12738 8337 0 -1 4202496 41971 0 1 0 179745 269 0 0 20 0 22 0 23119978 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 140733810569088 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12738/statm: 2456183 1049354 2293 9 0 2446860 0
[pid=12738/tid=12739] ppid=12735 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/12738/task/12739/stat : 12739 (java) S 12735 12738 8337 0 -1 4202560 2504 0 1 0 87 5 0 0 20 0 22 0 23119978 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139830028829560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12741] ppid=12735 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (java) S 12735 12738 8337 0 -1 4202560 948 0 0 0 442 27 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829990320936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12742] ppid=12735 vsize=9824732 CPUtime=3.91 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (java) S 12735 12738 8337 0 -1 4202560 1350 0 0 0 369 22 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829989268136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12743] ppid=12735 vsize=9824732 CPUtime=4.23 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (java) S 12735 12738 8337 0 -1 4202560 1171 0 0 0 399 24 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829988215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12744] ppid=12735 vsize=9824732 CPUtime=4.45 cores=1,3,5,7
/proc/12738/task/12744/stat : 12744 (java) S 12735 12738 8337 0 -1 4202560 949 0 0 0 421 24 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829987163048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12745] ppid=12735 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/12738/task/12745/stat : 12745 (java) S 12735 12738 8337 0 -1 4202560 1608 0 0 0 416 26 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829986109736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12746] ppid=12735 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/12738/task/12746/stat : 12746 (java) S 12735 12738 8337 0 -1 4202560 1478 0 0 0 429 28 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829985056936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12747] ppid=12735 vsize=9824732 CPUtime=4.19 cores=1,3,5,7
/proc/12738/task/12747/stat : 12747 (java) S 12735 12738 8337 0 -1 4202560 1173 0 0 0 390 29 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829984004648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12748] ppid=12735 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/12738/task/12748/stat : 12748 (java) S 12735 12738 8337 0 -1 4202560 1218 0 0 0 424 25 0 0 20 0 22 0 23119979 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829982951848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12749] ppid=12735 vsize=9824732 CPUtime=8.47 cores=1,3,5,7
/proc/12738/task/12749/stat : 12749 (java) S 12735 12738 8337 0 -1 4202560 3466 0 0 0 838 9 0 0 20 0 22 0 23119980 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829852478184 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12750] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12750/stat : 12750 (java) S 12735 12738 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23119981 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829851424248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12751] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12751/stat : 12751 (java) S 12735 12738 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23119981 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829850371848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12752] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12752/stat : 12752 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829849320336 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12753] ppid=12735 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/12738/task/12753/stat : 12753 (java) S 12735 12738 8337 0 -1 4202560 13530 0 0 0 191 4 0 0 20 0 22 0 23119983 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829848266936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12754] ppid=12735 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/12738/task/12754/stat : 12754 (java) S 12735 12738 8337 0 -1 4202560 9560 0 0 0 129 2 0 0 20 0 22 0 23119983 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829847214136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12755] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12755/stat : 12755 (java) S 12735 12738 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23119983 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829846162040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12738/tid=12756] ppid=12735 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/12738/task/12756/stat : 12756 (java) S 12735 12738 8337 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 23119983 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829845109448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12738/tid=12757] ppid=12735 vsize=9824732 CPUtime=876.21 cores=1,3,5,7
/proc/12738/task/12757/stat : 12757 (java) R 12735 12738 8337 0 -1 4202560 381 0 0 0 87602 19 0 0 20 0 22 0 23120081 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829844046080 139829858540061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12738/tid=12758] ppid=12735 vsize=9824732 CPUtime=876.2 cores=1,3,5,7
/proc/12738/task/12758/stat : 12758 (java) R 12735 12738 8337 0 -1 4202560 1318 0 0 0 87581 39 0 0 20 0 22 0 23120081 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139829843000608 139829858863287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12759] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12759/stat : 12759 (java) S 12735 12738 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120092 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139828700112552 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12738/tid=12760] ppid=12735 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12738/task/12760/stat : 12760 (java) S 12735 12738 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23120093 10060525568 1049354 33554432000 1073741824 1073778376 140733810577952 139828699059752 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.759
CPU time (s): 1800.72
CPU user time (s): 1797.55
CPU system time (s): 3.17352
CPU usage (%): 201.252
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.55
system time used= 3.17352
maximum resident set size= 4197540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42012
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22874
involuntary context switches= 22758

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9141 second user time and 7.11392 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 02:45:42
IDJOB=4100706
IDBENCH=1651
IDSOLVER=2543
FILE ID=node137/4100706-1466210742
RUNJOBID= node137-1466206054-8354
PBS_JOBID= 19918140
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-ship08s.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100706-1466210742/watcher-4100706-1466210742 -o /tmp/evaluation-result-4100706-1466210742/solver-4100706-1466210742 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100706-1466210742.opb

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

MD5SUM BENCH= 86f5ae05f91cc0663afe4f54ca2c84e2
RANDOM SEED=1540143627

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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:        29093776 kB
Buffers:           41940 kB
Cached:            86008 kB
SwapCached:         1252 kB
Active:          1295920 kB
Inactive:          78460 kB
Active(anon):    1248216 kB
Inactive(anon):      972 kB
Active(file):      47704 kB
Inactive(file):    77488 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:              3716 kB
Writeback:            20 kB
AnonPages:       2942452 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             571460 kB
SReclaimable:      15096 kB
SUnreclaim:       556364 kB
KernelStack:        1632 kB
PageTables:        10220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3313676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1402880 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 node137 at 2016-06-18 03:00:37