Trace number 4100178

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.12 895.974

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-bienst2.opb
MD5SUMab5e35dff8e81ea7a1176a4145ab1bff
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables13736
Total number of constraints597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints592
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
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 524564
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.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-4100178-1466207971.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.15/0.58	c ... done. Wall clock time 0.472s.
1.15/0.58	c declared #vars     13736
1.15/0.58	c #constraints  725
1.15/0.58	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.15/0.58	c constraints type 
1.15/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1.15/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 715
1.15/0.58	c 725 constraints processed.
1.15/0.58	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.15/0.58	c constraints type 
1.15/0.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
1.15/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 715
1.15/0.58	c 725 constraints processed.
1.15/0.58	c objective function length is 30 literals
5.39/1.87	c cleaning 2490 clauses out of 4999 with flag 12313/5000
8.41/3.24	c cleaning 4240 clauses out of 8509 with flag 27341/11000
11.70/4.87	c cleaning 5629 clauses out of 11269 with flag 45279/18001
15.83/6.71	c cleaning 6809 clauses out of 13639 with flag 76800/26000
20.17/8.78	c cleaning 7903 clauses out of 15832 with flag 108582/35002
25.67/11.30	c cleaning 8953 clauses out of 17928 with flag 154967/45001
31.95/14.43	c cleaning 0 clauses out of 5001 with flag 0/5001
32.25/14.50	c cleaning 9980 clauses out of 19974 with flag 209296/56000
39.33/18.06	c cleaning 10987 clauses out of 21995 with flag 270144/68001
47.60/22.11	c cleaning 11993 clauses out of 24007 with flag 338562/81000
56.79/26.75	c cleaning 12998 clauses out of 26014 with flag 415585/95000
67.26/31.92	c cleaning 14000 clauses out of 28016 with flag 491053/110000
78.46/37.56	c cleaning 15001 clauses out of 30017 with flag 571647/126001
91.55/43.90	c cleaning 15996 clauses out of 32017 with flag 661075/143002
105.75/51.10	c cleaning 16995 clauses out of 34019 with flag 755450/161000
121.43/58.85	c cleaning 18000 clauses out of 36024 with flag 858855/180000
127.83/62.05	c cleaning 0 clauses out of 11001 with flag 0/11001
139.32/67.74	c cleaning 19004 clauses out of 38025 with flag 949795/200001
160.18/78.13	c cleaning 20001 clauses out of 40022 with flag 1031276/221002
184.21/90.17	c cleaning 20998 clauses out of 42021 with flag 1122005/243002
210.63/103.32	c cleaning 21997 clauses out of 44021 with flag 1214231/266000
239.10/117.55	c cleaning 22998 clauses out of 46024 with flag 1309596/290000
252.57/124.25	c cleaning 0 clauses out of 18000 with flag 0/18000
269.61/132.79	c cleaning 23998 clauses out of 48027 with flag 1407445/315001
282.73/139.10	c cleaning 25000 clauses out of 50020 with flag 1466213/341000
291.32/143.32	c cleaning 26009 clauses out of 52020 with flag 1520923/368000
300.18/147.73	c cleaning 27002 clauses out of 54011 with flag 1577613/396000
311.01/153.14	c cleaning 28004 clauses out of 56009 with flag 1636487/425000
324.28/159.79	c cleaning 28997 clauses out of 58006 with flag 1697694/455001
340.18/167.68	c cleaning 30000 clauses out of 60008 with flag 1761373/486000
354.70/174.84	c cleaning 31004 clauses out of 62009 with flag 1826353/518001
369.95/182.48	c cleaning 32000 clauses out of 64004 with flag 1893186/551000
383.00/188.99	c cleaning 0 clauses out of 26001 with flag 0/26001
389.89/192.53	c cleaning 32996 clauses out of 66004 with flag 1962318/585000
410.42/202.70	c cleaning 33994 clauses out of 68008 with flag 2033963/620000
430.96/212.93	c cleaning 35001 clauses out of 70014 with flag 2107945/656000
457.24/226.08	c cleaning 36000 clauses out of 72013 with flag 2184091/693000
482.15/238.43	c cleaning 37004 clauses out of 74015 with flag 2261850/731002
503.47/249.29	c cleaning 38004 clauses out of 76010 with flag 2340613/770001
528.54/261.72	c cleaning 39000 clauses out of 78006 with flag 2422001/810001
562.02/278.43	c cleaning 40002 clauses out of 80008 with flag 2505927/851003
603.15/298.92	c cleaning 40996 clauses out of 82003 with flag 2592838/893000
641.48/318.06	c cleaning 41998 clauses out of 84007 with flag 2680702/936000
682.82/338.68	c cleaning 43003 clauses out of 86009 with flag 2771195/980000
727.81/361.22	c cleaning 43994 clauses out of 88006 with flag 2862833/1025000
769.82/382.14	c cleaning 45000 clauses out of 90012 with flag 2956706/1071000
820.43/407.33	c cleaning 45999 clauses out of 92012 with flag 3052707/1118000
858.23/426.19	c cleaning 47001 clauses out of 94015 with flag 3150085/1166002
884.50/439.29	c cleaning 0 clauses out of 35000 with flag 0/35000
914.39/454.18	c cleaning 48001 clauses out of 96012 with flag 3250419/1215000
967.25/480.74	c cleaning 49001 clauses out of 98011 with flag 3352898/1265000
1026.10/510.02	c cleaning 50003 clauses out of 100010 with flag 3457773/1316000
1092.10/542.90	c cleaning 50996 clauses out of 102008 with flag 3564764/1368001
1152.57/573.03	c cleaning 52000 clauses out of 104012 with flag 3673770/1421001
1220.03/606.86	c cleaning 52998 clauses out of 106011 with flag 3785124/1475000
1273.67/633.54	c cleaning 0 clauses out of 45000 with flag 0/45000
1293.80/643.54	c cleaning 54001 clauses out of 108014 with flag 3898238/1530001
1365.84/679.46	c cleaning 55001 clauses out of 110012 with flag 4012994/1586000
1446.40/719.56	c cleaning 55998 clauses out of 112011 with flag 4129768/1643000
1518.42/755.66	c cleaning 57000 clauses out of 114015 with flag 4248156/1701002
1607.86/800.25	c cleaning 58003 clauses out of 116013 with flag 4370093/1760000
1695.27/843.75	c cleaning 59001 clauses out of 118010 with flag 4493657/1820000
1705.09/848.67	c cleaning 0 clauses out of 56000 with flag 0/56000
1784.46/888.13	c cleaning 60003 clauses out of 120009 with flag 4618390/1881000
1800.12/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/895.90	c starts		: 145
1800.12/895.90	c conflicts		: 1900273
1800.12/895.90	c decisions		: 2192566
1800.12/895.90	c propagations		: 25752637
1800.12/895.90	c inspects		: 10010004750
1800.12/895.90	c shortcuts		: 0
1800.12/895.90	c learnt literals	: 10
1800.12/895.90	c learnt binary clauses	: 8
1800.12/895.90	c learnt ternary clauses	: 34
1800.12/895.90	c learnt constraints	: 1900263
1800.12/895.90	c ignored constraints	: 0
1800.12/895.90	c root simplifications	: 0
1800.12/895.90	c removed literals (reason simplification)	: 5701529
1800.12/895.90	c reason swapping (by a shorter reason)	: 0
1800.12/895.90	c Calls to reduceDB	: 57
1800.12/895.90	c Number of update (reduction) of LBD	: 113299
1800.12/895.90	c Imported unit clauses	: 0
1800.12/895.90	c number of reductions to clauses (during analyze)	: 0
1800.12/895.90	c number of learned constraints concerned by reduction	: 0
1800.12/895.90	c number of learning phase by resolution	: 0
1800.12/895.90	c number of learning phase by cutting planes	: 0
1800.12/895.90	c speed (assignments/second)	: 28765.700275340547
1800.12/895.90	c non guided choices	26081
1800.12/895.93	c learnt constraints type 
1800.12/895.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.12/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79271
1800.12/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/895.93	c starts		: 73
1800.12/895.93	c conflicts		: 58001
1800.12/895.93	c decisions		: 90525
1800.12/895.93	c propagations		: 3248904
1800.12/895.93	c inspects		: 1191130822
1800.12/895.93	c shortcuts		: 0
1800.12/895.93	c learnt literals	: 0
1800.12/895.93	c learnt binary clauses	: 0
1800.12/895.93	c learnt ternary clauses	: 0
1800.12/895.93	c learnt constraints	: 58001
1800.12/895.93	c ignored constraints	: 0
1800.12/895.93	c root simplifications	: 0
1800.12/895.93	c removed literals (reason simplification)	: 0
1800.12/895.93	c reason swapping (by a shorter reason)	: 0
1800.12/895.93	c Calls to reduceDB	: 7
1800.12/895.93	c Number of update (reduction) of LBD	: 0
1800.12/895.93	c Imported unit clauses	: 0
1800.12/895.93	c number of reductions to clauses (during analyze)	: 0
1800.12/895.93	c number of learned constraints concerned by reduction	: 0
1800.12/895.93	c number of learning phase by resolution	: 0
1800.12/895.93	c number of learning phase by cutting planes	: 0
1800.12/895.93	c speed (assignments/second)	: 3628.9898845480216
1800.12/895.93	c non guided choices	5521
1800.12/895.95	c learnt constraints type 
1800.12/895.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3523
1800.12/895.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 54478
1800.12/895.95	s UNKNOWN
1800.12/895.95	c Total wall clock time (in seconds): 895.843

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-4100178-1466207971/watcher-4100178-1466207971 -o /tmp/evaluation-result-4100178-1466207971/solver-4100178-1466207971 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100178-1466207971.opb 

pid=2584
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.23 4.22 3.62 4/197 2587
/proc/meminfo: memFree=28266356/32872528 swapFree=877056/942464
[pid=2587] ppid=2584 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2587/stat : 2587 (java) S 2584 2587 1299 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 22846035 98570240 977 33554432000 1073741824 1073778376 140737087116304 140737087107440 213196505149 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2587/statm: 24065 977 743 9 0 16771 0
[pid=2587/tid=2588] ppid=2584 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (java) R 2584 2587 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 22846035 98570240 977 33554432000 1073741824 1073778376 140737087116304 139753295945256 213193147776 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.23 4.22 3.62 4/197 2587
/proc/meminfo: memFree=28266356/32872528 swapFree=877056/942464
[pid=2587] ppid=2584 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/2587/stat : 2587 (java) S 2584 2587 1299 0 -1 4202496 4481 0 1 0 10 1 0 0 20 0 18 0 22846035 9787879424 6116 33554432000 1073741824 1073778376 140737087116304 140737087107440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2587/statm: 2389619 6116 2156 9 0 2380296 0
[pid=2587/tid=2588] ppid=2584 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (java) R 2584 2587 1299 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 22846035 9787879424 6116 33554432000 1073741824 1073778376 140737087116304 139753295948704 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200339 s]
/proc/loadavg: 4.23 4.22 3.62 4/197 2587
/proc/meminfo: memFree=28266356/32872528 swapFree=877056/942464
[pid=2587] ppid=2584 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/2587/stat : 2587 (java) S 2584 2587 1299 0 -1 4202496 5352 0 1 0 28 1 0 0 20 0 18 0 22846035 9787879424 7903 33554432000 1073741824 1073778376 140737087116304 140737087107440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2587/statm: 2389619 7904 2223 9 0 2380296 0
[pid=2587/tid=2588] ppid=2584 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (java) R 2584 2587 1299 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 22846035 9787879424 7904 33554432000 1073741824 1073778376 140737087116304 139753295948704 139753152392240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300356 s]
/proc/loadavg: 4.23 4.22 3.62 4/197 2587
/proc/meminfo: memFree=28266356/32872528 swapFree=877056/942464
[pid=2587] ppid=2584 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/2587/stat : 2587 (java) S 2584 2587 1299 0 -1 4202496 13482 0 1 0 56 3 0 0 20 0 18 0 22846035 9787879424 13774 33554432000 1073741824 1073778376 140737087116304 140737087107440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2587/statm: 2389619 13774 2227 9 0 2380296 0
[pid=2587/tid=2588] ppid=2584 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (java) R 2584 2587 1299 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 18 0 22846035 9787879424 13774 33554432000 1073741824 1073778376 140737087116304 139753295948704 139753152408896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700239 s]
/proc/loadavg: 4.23 4.22 3.62 4/197 2587
/proc/meminfo: memFree=28266356/32872528 swapFree=877056/942464
[pid=2587] ppid=2584 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/2587/stat : 2587 (java) S 2584 2587 1299 0 -1 4202496 14109 0 1 0 164 5 0 0 20 0 22 0 22846035 10060525568 33890 33554432000 1073741824 1073778376 140737087116304 140737087107440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2587/statm: 2456183 33890 2257 9 0 2446860 0
[pid=2587/tid=2588] ppid=2584 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (java) S 2584 2587 1299 0 -1 4202560 2456 0 1 0 53 3 0 0 20 0 22 0 22846035 10060525568 33890 33554432000 1073741824 1073778376 140737087116304 139753295950712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.29 4.23 3.63 13/219 2609
/proc/meminfo: memFree=28089872/32872528 swapFree=877056/942464
[pid=2587] ppid=2584 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/2587/stat : 2587 (java) S 2584 2587 1299 0 -1 4202496 15940 0 1 0 457 10 0 0 20 0 22 0 22846035 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 140737087107440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2587/statm: 2456183 50443 2279 9 0 2446860 0
[pid=2587/tid=2588] ppid=2584 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (java) S 2584 2587 1299 0 -1 4202560 2456 0 1 0 53 3 0 0 20 0 22 0 22846035 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139753295950712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 1299 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 22846036 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139753274051240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2591] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22846036 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139753272998696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2592] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22846036 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139753271946152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2593] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22846036 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139753270893608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2594] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 1299 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 22846036 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752934205608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2595] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 1299 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 22846036 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752933153064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2596] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22846036 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752932100520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2597] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 1299 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 22846036 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752931047976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2598] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 1299 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22846037 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752918637160 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2599] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22846038 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752917583480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2600] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22846038 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752916530824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2601] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752915479568 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2602] ppid=2584 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 1299 0 -1 4202560 5949 0 0 0 106 1 0 0 20 0 22 0 22846040 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752914425912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2603] ppid=2584 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/2587/task/2603/stat : 2603 (java) R 2584 2587 1299 0 -1 4202560 6048 0 0 0 110 1 0 0 20 0 22 0 22846040 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752913359968 139753300067920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2604] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2604/stat : 2604 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752912321016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2605] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2605/stat : 2605 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752911268680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2606] ppid=2584 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/2587/task/2606/stat : 2606 (java) R 2584 2587 1299 0 -1 4202560 29 0 0 0 86 0 0 0 20 0 22 0 22846094 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752910212808 139753153125007 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2607] ppid=2584 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/2587/task/2607/stat : 2607 (java) R 2584 2587 1299 0 -1 4202560 46 0 0 0 85 0 0 0 20 0 22 0 22846094 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752909160896 139753153137015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2608] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2608/stat : 2608 (java) S 2584 2587 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22846100 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752908109352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2609] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2609/stat : 2609 (java) S 2584 2587 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22846102 10060525568 50443 33554432000 1073741824 1073778376 140737087116304 139752907056808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.29 4.23 3.63 5/219 2609
/proc/meminfo: memFree=27978600/32872528 swapFree=877056/942464
[pid=2587] ppid=2584 vsize=9824732 CPUtime=8.19 cores=1,3,5,7
/proc/2587/stat : 2587 (java) S 2584 2587 1299 0 -1 4202496 16647 0 1 0 801 18 0 0 20 0 22 0 22846035 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 140737087107440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2587/statm: 2456183 96025 2283 9 0 2446860 0
[pid=2587/tid=2588] ppid=2584 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (java) S 2584 2587 1299 0 -1 4202560 2456 0 1 0 53 3 0 0 20 0 22 0 22846035 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139753295950712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 1299 0 -1 4202560 135 0 0 0 3 1 0 0 20 0 22 0 22846036 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139753274051240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2591] ppid=2584 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 1299 0 -1 4202560 101 0 0 0 2 2 0 0 20 0 22 0 22846036 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139753272998696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2592] ppid=2584 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 1299 0 -1 4202560 122 0 0 0 4 2 0 0 20 0 22 0 22846036 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139753271946152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2593] ppid=2584 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 1299 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 22846036 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139753270893608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2594] ppid=2584 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 1299 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 22846036 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752934205608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2595] ppid=2584 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 1299 0 -1 4202560 143 0 0 0 5 2 0 0 20 0 22 0 22846036 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752933153064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2596] ppid=2584 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 1299 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 22846036 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752932100520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2597] ppid=2584 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 1299 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 22846036 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752931047976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2598] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 1299 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 22846037 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752918637160 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2599] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22846038 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752917583480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2600] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22846038 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752916530824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2601] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752915479568 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2602] ppid=2584 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 1299 0 -1 4202560 5951 0 0 0 114 2 0 0 20 0 22 0 22846040 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752914425912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2603] ppid=2584 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/2587/task/2603/stat : 2603 (java) S 2584 2587 1299 0 -1 4202560 6052 0 0 0 120 1 0 0 20 0 22 0 22846040 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752913373368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2604] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2604/stat : 2604 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752912321016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2605] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2605/stat : 2605 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752911268680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2606] ppid=2584 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/2587/task/2606/stat : 2606 (java) R 2584 2587 1299 0 -1 4202560 32 0 0 0 236 0 0 0 20 0 22 0 22846094 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752910212696 139753153124943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2607] ppid=2584 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/2587/task/2607/stat : 2607 (java) R 2584 2587 1299 0 -1 4202560 99 0 0 0 233 2 0 0 20 0 22 0 22846094 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752909160096 139753153625674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2608] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2608/stat : 2608 (java) S 2584 2587 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22846100 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752908109352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2609] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2609/stat : 2609 (java) S 2584 2587 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22846102 10060525568 96025 33554432000 1073741824 1073778376 140737087116304 139752907056808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.27 4.22 3.63 5/219 2609
/proc/meminfo: memFree=27598928/32872528 swapFree=877056/942464
[pid=2587] ppid=2584 vsize=9824732 CPUtime=14.93 cores=1,3,5,7
/proc/2587/stat : 2587 (java) S 2584 2587 1299 0 -1 4202496 17322 0 1 0 1464 29 0 0 20 0 22 0 22846035 10060525568 162846 33554432000 1073741824 1073778376 140737087116304 140737087107440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2587/statm: 2456183 162846 2283 9 0 2446860 0
[pid=2587/tid=2588] ppid=2584 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (java) S 2584 2587 1299 0 -1 4202560 2458 0 1 0 53 3 0 0 20 0 22 0 22846035 10060525568 162846 33554432000 1073741824 1073778376 140737087116304 139753295950712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 1299 0 -1 4202560 153 0 0 0 6 2 0 0 20 0 22 0 22846036 10060525568 162846 33554432000 1073741824 1073778376 140737087116304 139753274051240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2591] ppid=2584 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 1299 0 -1 4202560 113 0 0 0 3 3 0 0 20 0 22 0 22846036 10060525568 162846 33554432000 1073741824 1073778376 140737087116304 139753272998696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2592] ppid=2584 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 1299 0 -1 4202560 138 0 0 0 7 3 0 0 20 0 22 0 22846036 10060525568 162846 33554432000 1073741824 1073778376 140737087116304 139753271946152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2593] ppid=2584 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 1299 0 -1 4202560 44 0 0 0 5 1 0 0 20 0 22 0 22846036 10060525568 162846 33554432000 1073741824 1073778376 140737087116304 139753270893608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2594] ppid=2584 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 1299 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 22846036 10060525568 162846 33554432000 1073741824 1073778376 140737087116304 139752934205608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2595] ppid=2584 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 1299 0 -1 4202560 153 0 0 0 6 3 0 0 20 0 22 0 22846036 10060525568 162846 33554432000 1073741824 1073778376 140737087116304 139752933153064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2596] ppid=2584 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 1299 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 22 0 22846036 10060525568 162846 33554432000 1073741824 1073778376 140737087116304 139752932100520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2597] ppid=2584 vsize=9824732 CPUtime=0.1 cores=1,3,5,7

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

/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 1299 0 -1 4202560 589 0 0 0 206 10 0 0 20 0 22 0 22846036 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139753271946152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2593] ppid=2584 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 1299 0 -1 4202560 417 0 0 0 202 9 0 0 20 0 22 0 22846036 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139753270893608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2594] ppid=2584 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 1299 0 -1 4202560 399 0 0 0 199 7 0 0 20 0 22 0 22846036 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752934205608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2595] ppid=2584 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 1299 0 -1 4202560 529 0 0 0 213 10 0 0 20 0 22 0 22846036 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752933153064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2596] ppid=2584 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 1299 0 -1 4202560 490 0 0 0 207 9 0 0 20 0 22 0 22846036 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752932100520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2597] ppid=2584 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 1299 0 -1 4202560 611 0 0 0 213 12 0 0 20 0 22 0 22846036 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752931047976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2598] ppid=2584 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 1299 0 -1 4202560 1775 0 0 0 245 23 0 0 20 0 22 0 22846037 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752918637160 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2599] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22846038 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752917583480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2600] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22846038 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752916530824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2601] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752915479568 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2602] ppid=2584 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 1299 0 -1 4202560 5966 0 0 0 163 2 0 0 20 0 22 0 22846040 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752914425912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2603] ppid=2584 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/2587/task/2603/stat : 2603 (java) S 2584 2587 1299 0 -1 4202560 14193 0 0 0 261 2 0 0 20 0 22 0 22846040 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752913373368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2604] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2604/stat : 2604 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752912321016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2605] ppid=2584 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/2587/task/2605/stat : 2605 (java) S 2584 2587 1299 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 22846040 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752911268680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2606] ppid=2584 vsize=9824732 CPUtime=871.59 cores=1,3,5,7
/proc/2587/task/2606/stat : 2606 (java) R 2584 2587 1299 0 -1 4202560 178 0 0 0 87143 16 0 0 20 0 22 0 22846094 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752910212752 139753153349147 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2607] ppid=2584 vsize=9824732 CPUtime=871.47 cores=1,3,5,7
/proc/2587/task/2607/stat : 2607 (java) R 2584 2587 1299 0 -1 4202560 3878 0 0 0 87098 49 0 0 20 0 22 0 22846094 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752909159328 139753153066705 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2608] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2608/stat : 2608 (java) S 2584 2587 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22846100 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752908109352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2609] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2609/stat : 2609 (java) S 2584 2587 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22846102 10060525568 452408 33554432000 1073741824 1073778376 140737087116304 139752907056808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.21 4.16 3.95 5/219 2727
/proc/meminfo: memFree=28396672/32872528 swapFree=877056/942464
[pid=2587] ppid=2584 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/2587/stat : 2587 (java) S 2584 2587 1299 0 -1 4202496 34394 0 1 0 179849 163 0 0 20 0 22 0 22846035 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 140737087107440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2587/statm: 2456183 494739 2292 9 0 2446860 0
[pid=2587/tid=2588] ppid=2584 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (java) S 2584 2587 1299 0 -1 4202560 2464 0 1 0 56 5 0 0 20 0 22 0 22846035 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139753295950712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 1299 0 -1 4202560 627 0 0 0 217 10 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139753274051240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2591] ppid=2584 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 1299 0 -1 4202560 609 0 0 0 221 10 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139753272998696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2592] ppid=2584 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 1299 0 -1 4202560 589 0 0 0 208 10 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139753271946152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2593] ppid=2584 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 1299 0 -1 4202560 425 0 0 0 204 9 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139753270893608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2594] ppid=2584 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 1299 0 -1 4202560 441 0 0 0 203 7 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752934205608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2595] ppid=2584 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 1299 0 -1 4202560 640 0 0 0 215 10 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752933153064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2596] ppid=2584 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 1299 0 -1 4202560 503 0 0 0 209 9 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752932100520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2597] ppid=2584 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 1299 0 -1 4202560 627 0 0 0 216 12 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752931047976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2598] ppid=2584 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 1299 0 -1 4202560 1866 0 0 0 245 23 0 0 20 0 22 0 22846037 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752918637160 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2599] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22846038 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752917583480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2600] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22846038 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752916530824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2601] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752915479568 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2602] ppid=2584 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 1299 0 -1 4202560 5966 0 0 0 163 2 0 0 20 0 22 0 22846040 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752914425912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2603] ppid=2584 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/2587/task/2603/stat : 2603 (java) S 2584 2587 1299 0 -1 4202560 14193 0 0 0 261 2 0 0 20 0 22 0 22846040 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752913373368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2604] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2604/stat : 2604 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752912321016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2605] ppid=2584 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/2587/task/2605/stat : 2605 (java) S 2584 2587 1299 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 22846040 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752911268680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2606] ppid=2584 vsize=9824732 CPUtime=885.08 cores=1,3,5,7
/proc/2587/task/2606/stat : 2606 (java) R 2584 2587 1299 0 -1 4202560 182 0 0 0 88492 16 0 0 20 0 22 0 22846094 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752910212832 139753153349110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2607] ppid=2584 vsize=9824732 CPUtime=884.97 cores=1,3,5,7
/proc/2587/task/2607/stat : 2607 (java) R 2584 2587 1299 0 -1 4202560 3947 0 0 0 88446 51 0 0 20 0 22 0 22846094 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752909159264 139753153726678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2608] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2608/stat : 2608 (java) S 2584 2587 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22846100 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752908109352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2609] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2609/stat : 2609 (java) S 2584 2587 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22846102 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752907056808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 2587 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.21 4.16 3.95 5/219 2727
/proc/meminfo: memFree=28396672/32872528 swapFree=877056/942464
[pid=2587] ppid=2584 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/2587/stat : 2587 (java) S 2584 2587 1299 0 -1 4202496 34394 0 1 0 179849 163 0 0 20 0 22 0 22846035 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 140737087107440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2587/statm: 2456183 494739 2292 9 0 2446860 0
[pid=2587/tid=2588] ppid=2584 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (java) S 2584 2587 1299 0 -1 4202560 2464 0 1 0 56 5 0 0 20 0 22 0 22846035 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139753295950712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (java) S 2584 2587 1299 0 -1 4202560 627 0 0 0 217 10 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139753274051240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2591] ppid=2584 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/2587/task/2591/stat : 2591 (java) S 2584 2587 1299 0 -1 4202560 609 0 0 0 221 10 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139753272998696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2592] ppid=2584 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/2587/task/2592/stat : 2592 (java) S 2584 2587 1299 0 -1 4202560 589 0 0 0 208 10 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139753271946152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2593] ppid=2584 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/2587/task/2593/stat : 2593 (java) S 2584 2587 1299 0 -1 4202560 425 0 0 0 204 9 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139753270893608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2594] ppid=2584 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/2587/task/2594/stat : 2594 (java) S 2584 2587 1299 0 -1 4202560 441 0 0 0 203 7 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752934205608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2595] ppid=2584 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/2587/task/2595/stat : 2595 (java) S 2584 2587 1299 0 -1 4202560 640 0 0 0 215 10 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752933153064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2587/tid=2596] ppid=2584 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/2587/task/2596/stat : 2596 (java) S 2584 2587 1299 0 -1 4202560 503 0 0 0 209 9 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752932100520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2597] ppid=2584 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/2587/task/2597/stat : 2597 (java) S 2584 2587 1299 0 -1 4202560 627 0 0 0 216 12 0 0 20 0 22 0 22846036 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752931047976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2598] ppid=2584 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/2587/task/2598/stat : 2598 (java) S 2584 2587 1299 0 -1 4202560 1866 0 0 0 245 23 0 0 20 0 22 0 22846037 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752918637160 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2599] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2599/stat : 2599 (java) S 2584 2587 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22846038 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752917583480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2600] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2600/stat : 2600 (java) S 2584 2587 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22846038 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752916530824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2601] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2601/stat : 2601 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752915479568 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2587/tid=2602] ppid=2584 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/2587/task/2602/stat : 2602 (java) S 2584 2587 1299 0 -1 4202560 5966 0 0 0 163 2 0 0 20 0 22 0 22846040 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752914425912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2603] ppid=2584 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/2587/task/2603/stat : 2603 (java) S 2584 2587 1299 0 -1 4202560 14193 0 0 0 261 2 0 0 20 0 22 0 22846040 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752913373368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2604] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2604/stat : 2604 (java) S 2584 2587 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22846040 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752912321016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2605] ppid=2584 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/2587/task/2605/stat : 2605 (java) S 2584 2587 1299 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 22846040 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752911268680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2606] ppid=2584 vsize=9824732 CPUtime=885.08 cores=1,3,5,7
/proc/2587/task/2606/stat : 2606 (java) R 2584 2587 1299 0 -1 4202560 182 0 0 0 88492 16 0 0 20 0 22 0 22846094 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752910212832 139753153349110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2607] ppid=2584 vsize=9824732 CPUtime=884.97 cores=1,3,5,7
/proc/2587/task/2607/stat : 2607 (java) R 2584 2587 1299 0 -1 4202560 3947 0 0 0 88446 51 0 0 20 0 22 0 22846094 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752909159264 139753153726678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2608] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2608/stat : 2608 (java) S 2584 2587 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22846100 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752908109352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2609] ppid=2584 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2609/stat : 2609 (java) S 2584 2587 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22846102 10060525568 494739 33554432000 1073741824 1073778376 140737087116304 139752907056808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2587 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=270
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=160671
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.974
CPU time (s): 1800.12
CPU user time (s): 1798.49
CPU system time (s): 1.63
CPU usage (%): 200.912
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794
system time used= 2.16067
maximum resident set size= 2878740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34436
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27775
involuntary context switches= 43024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.79212 second user time and 7.48686 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 01:59:31
IDJOB=4100178
IDBENCH=1583
IDSOLVER=2543
FILE ID=node113/4100178-1466207971
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-bienst2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100178-1466207971/watcher-4100178-1466207971 -o /tmp/evaluation-result-4100178-1466207971/solver-4100178-1466207971 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100178-1466207971.opb

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

MD5SUM BENCH= ab5e35dff8e81ea7a1176a4145ab1bff
RANDOM SEED=1458824809

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28266140 kB
Buffers:           38520 kB
Cached:            70312 kB
SwapCached:         1976 kB
Active:          2881044 kB
Inactive:          66952 kB
Active(anon):    2839424 kB
Inactive(anon):     1496 kB
Active(file):      41620 kB
Inactive(file):    65456 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              1044 kB
Writeback:             0 kB
AnonPages:       3725220 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             567728 kB
SReclaimable:      11780 kB
SUnreclaim:       555948 kB
KernelStack:        1808 kB
PageTables:        11836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4207508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2791424 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= 71700 MiB
End job on node113 at 2016-06-18 02:14:27