Trace number 4101266

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 887.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-dfl001.opb
MD5SUM7b9d3fef35f44b9f29a1eccedaaa362f
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 variables366703
Total number of constraints6084
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 constraints6084
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 187033
Biggest coefficient in the objective function 1278
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 704610
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 704610
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101266-1466213423.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
7.42/4.62	c ... done. Wall clock time 4.502s.
7.42/4.62	c declared #vars     366703
7.42/4.62	c #constraints  12155
7.42/4.62	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
7.42/4.62	c constraints type 
7.42/4.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 501
7.42/4.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
7.42/4.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11651
7.42/4.62	c 12155 constraints processed.
7.42/4.62	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
7.42/4.62	c constraints type 
7.42/4.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 501
7.42/4.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
7.42/4.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11651
7.42/4.62	c 12155 constraints processed.
7.42/4.62	c objective function length is 187033 literals
13.83/7.13	c cleaning 2497 clauses out of 5000 with flag 13197/5000
17.37/8.90	c cleaning 4251 clauses out of 8508 with flag 29045/11005
23.13/11.51	c cleaning 5614 clauses out of 11256 with flag 47365/18004
28.57/14.27	c cleaning 6806 clauses out of 13638 with flag 68558/26000
34.24/17.01	c cleaning 7896 clauses out of 15833 with flag 92379/35001
41.26/20.37	c cleaning 8963 clauses out of 17936 with flag 119467/45000
49.32/24.34	c cleaning 9981 clauses out of 19973 with flag 150715/56000
57.74/28.54	c cleaning 10987 clauses out of 21993 with flag 181720/68001
68.17/33.57	c cleaning 11987 clauses out of 24005 with flag 216369/81000
78.68/38.57	c cleaning 12994 clauses out of 26018 with flag 253966/95000
91.06/44.51	c cleaning 14010 clauses out of 28024 with flag 294471/110000
104.25/50.88	c cleaning 14994 clauses out of 30014 with flag 337131/126000
118.29/57.65	c cleaning 16003 clauses out of 32020 with flag 383686/143000
131.50/64.28	c cleaning 16987 clauses out of 34017 with flag 431294/161000
147.19/71.78	c cleaning 18000 clauses out of 36030 with flag 485786/180000
165.74/80.70	c cleaning 19010 clauses out of 38032 with flag 541887/200002
183.89/89.45	c cleaning 19977 clauses out of 40021 with flag 600482/221001
201.50/97.97	c cleaning 21010 clauses out of 42043 with flag 659301/243000
221.46/107.55	c cleaning 21991 clauses out of 44034 with flag 722718/266001
244.32/118.28	c cleaning 23011 clauses out of 46043 with flag 790458/290001
272.76/132.69	c cleaning 23998 clauses out of 48031 with flag 861712/315000
299.99/145.60	c cleaning 25014 clauses out of 50034 with flag 934863/341001
331.77/160.72	c cleaning 25995 clauses out of 52019 with flag 1008077/368000
360.57/175.13	c cleaning 27005 clauses out of 54024 with flag 1082425/396000
388.36/189.06	c cleaning 27979 clauses out of 56024 with flag 1160766/425005
416.80/202.92	c cleaning 29007 clauses out of 58040 with flag 1239669/455000
445.00/217.08	c cleaning 29984 clauses out of 60033 with flag 1319904/486000
475.49/231.99	c cleaning 30994 clauses out of 62049 with flag 1400588/518000
508.09/248.27	c cleaning 32023 clauses out of 64059 with flag 1488666/551004
540.03/263.85	c cleaning 33005 clauses out of 66033 with flag 1581141/585001
582.60/284.77	c cleaning 34002 clauses out of 68028 with flag 1672531/620001
592.99/289.52	c cleaning 0 clauses out of 5002 with flag 0/5002
635.66/309.95	c cleaning 34995 clauses out of 70025 with flag 1766827/656000
678.76/330.86	c cleaning 35997 clauses out of 72030 with flag 1862294/693000
725.66/353.33	c cleaning 37010 clauses out of 74037 with flag 1959988/731004
769.36/374.79	c cleaning 37999 clauses out of 76023 with flag 2065474/770000
815.62/397.62	c cleaning 39001 clauses out of 78024 with flag 2170029/810000
854.50/416.82	c cleaning 39991 clauses out of 80023 with flag 2275386/851000
893.70/436.46	c cleaning 41003 clauses out of 82034 with flag 2387004/893002
946.39/462.57	c cleaning 42013 clauses out of 84029 with flag 2498400/936000
993.58/486.17	c cleaning 43003 clauses out of 86016 with flag 2612375/980000
1047.40/512.71	c cleaning 43980 clauses out of 88014 with flag 2728151/1025001
1097.70/537.76	c cleaning 45011 clauses out of 90036 with flag 2845082/1071003
1152.21/564.87	c cleaning 46002 clauses out of 92022 with flag 2965592/1118000
1204.03/590.72	c cleaning 47007 clauses out of 94024 with flag 3088668/1166004
1259.72/618.44	c cleaning 48003 clauses out of 96017 with flag 3215336/1215004
1321.67/649.21	c cleaning 48992 clauses out of 98010 with flag 3343787/1265000
1377.66/677.25	c cleaning 49989 clauses out of 100020 with flag 3476791/1316002
1438.61/707.59	c cleaning 50997 clauses out of 102034 with flag 3607730/1368005
1499.00/737.73	c cleaning 51995 clauses out of 104033 with flag 3746789/1421001
1555.54/765.87	c cleaning 52993 clauses out of 106043 with flag 3901469/1475006
1608.14/792.17	c cleaning 54002 clauses out of 108047 with flag 4054357/1530003
1665.09/820.48	c cleaning 54998 clauses out of 110042 with flag 4211327/1586000
1729.09/852.20	c cleaning 56004 clauses out of 112044 with flag 4374157/1643000
1800.09/887.71	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/887.71	c starts		: 2
1800.09/887.71	c conflicts		: 1700275
1800.09/887.71	c decisions		: 5681297
1800.09/887.71	c propagations		: 121014836
1800.09/887.71	c inspects		: 8435157228
1800.09/887.71	c shortcuts		: 0
1800.09/887.71	c learnt literals	: 0
1800.09/887.71	c learnt binary clauses	: 0
1800.09/887.71	c learnt ternary clauses	: 0
1800.09/887.71	c learnt constraints	: 1700275
1800.09/887.71	c ignored constraints	: 0
1800.09/887.71	c root simplifications	: 0
1800.09/887.71	c removed literals (reason simplification)	: 1020000
1800.09/887.71	c reason swapping (by a shorter reason)	: 0
1800.09/887.71	c Calls to reduceDB	: 53
1800.09/887.71	c Number of update (reduction) of LBD	: 512338
1800.09/887.71	c Imported unit clauses	: 0
1800.09/887.71	c number of reductions to clauses (during analyze)	: 0
1800.09/887.71	c number of learned constraints concerned by reduction	: 0
1800.09/887.71	c number of learning phase by resolution	: 0
1800.09/887.71	c number of learning phase by cutting planes	: 0
1800.09/887.71	c speed (assignments/second)	: 137067.03568289522
1800.09/887.71	c non guided choices	10
1800.09/887.74	c learnt constraints type 
1800.09/887.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113316
1800.09/887.74	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/887.74	c starts		: 23
1800.09/887.74	c conflicts		: 7775
1800.09/887.74	c decisions		: 365612
1800.09/887.74	c propagations		: 2830030
1800.09/887.74	c inspects		: 108797284
1800.09/887.74	c shortcuts		: 0
1800.09/887.74	c learnt literals	: 0
1800.09/887.74	c learnt binary clauses	: 0
1800.09/887.74	c learnt ternary clauses	: 0
1800.09/887.74	c learnt constraints	: 7774
1800.09/887.74	c ignored constraints	: 0
1800.09/887.74	c root simplifications	: 0
1800.09/887.74	c removed literals (reason simplification)	: 0
1800.09/887.74	c reason swapping (by a shorter reason)	: 0
1800.09/887.74	c Calls to reduceDB	: 1
1800.09/887.74	c Number of update (reduction) of LBD	: 0
1800.09/887.74	c Imported unit clauses	: 0
1800.09/887.74	c number of reductions to clauses (during analyze)	: 0
1800.09/887.74	c number of learned constraints concerned by reduction	: 0
1800.09/887.74	c number of learning phase by resolution	: 0
1800.09/887.74	c number of learning phase by cutting planes	: 0
1800.09/887.74	c speed (assignments/second)	: 3205.485286072371
1800.09/887.74	c non guided choices	4741
1800.09/887.74	c learnt constraints type 
1800.09/887.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.09/887.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7769
1800.09/887.74	s UNKNOWN
1800.09/887.74	c Total wall clock time (in seconds): 887.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-4101266-1466213423/watcher-4101266-1466213423 -o /tmp/evaluation-result-4101266-1466213423/solver-4101266-1466213423 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101266-1466213423.opb 

pid=16402
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.13 4.10 4.07 4/198 16405
/proc/meminfo: memFree=28804624/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16405/stat : 16405 (java) D 16402 16405 13538 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 23392305 9515008 182 33554432000 1073741824 1073778376 140734184800768 140734184791800 224922517173 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/16405/statm: 2323 182 140 9 0 71 0

[startup+0.100208 s]
/proc/loadavg: 4.13 4.10 4.07 4/198 16405
/proc/meminfo: memFree=28804624/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16405/stat : 16405 (java) S 16402 16405 13538 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 23392305 9787879424 6050 33554432000 1073741824 1073778376 140733585568512 140733585559648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16405/statm: 2389619 6050 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200349 s]
/proc/loadavg: 4.13 4.10 4.07 4/198 16405
/proc/meminfo: memFree=28804624/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16405/stat : 16405 (java) S 16402 16405 13538 0 -1 4202496 5011 0 1 0 25 2 0 0 20 0 18 0 23392305 9787879424 11053 33554432000 1073741824 1073778376 140733585568512 140733585559648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16405/statm: 2389619 11053 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300367 s]
/proc/loadavg: 4.13 4.10 4.07 4/198 16405
/proc/meminfo: memFree=28804624/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/16405/stat : 16405 (java) S 16402 16405 13538 0 -1 4202496 5367 0 1 0 42 2 0 0 20 0 18 0 23392305 9787879424 16350 33554432000 1073741824 1073778376 140733585568512 140733585559648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16405/statm: 2389619 16350 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 4.13 4.10 4.07 4/198 16405
/proc/meminfo: memFree=28804624/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9558476 CPUtime=1.26 cores=1,3,5,7
/proc/16405/stat : 16405 (java) S 16402 16405 13538 0 -1 4202496 13709 0 1 0 119 7 0 0 20 0 18 0 23392305 9787879424 53507 33554432000 1073741824 1073778376 140733585568512 140733585559648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16405/statm: 2389619 53507 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558476

[startup+1.50912 s]
/proc/loadavg: 4.13 4.10 4.07 6/216 16423
/proc/meminfo: memFree=28538320/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9558476 CPUtime=2.71 cores=1,3,5,7
/proc/16405/stat : 16405 (java) S 16402 16405 13538 0 -1 4202496 15970 0 1 0 253 18 0 0 20 0 18 0 23392305 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140733585559648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16405/statm: 2389619 101712 2263 9 0 2380296 0
[pid=16405/tid=16407] ppid=16402 vsize=9558476 CPUtime=1.32 cores=1,3,5,7
/proc/16405/task/16407/stat : 16407 (java) S 16402 16405 13538 0 -1 4202560 2522 0 1 0 127 5 0 0 20 0 18 0 23392306 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241788893288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16408] ppid=16402 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/16405/task/16408/stat : 16408 (java) R 16402 16405 13538 0 -1 4202560 309 0 0 0 4 0 0 0 20 0 18 0 23392307 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241761347768 224922559463 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16409] ppid=16402 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/16405/task/16409/stat : 16409 (java) R 16402 16405 13538 0 -1 4202560 290 0 0 0 5 1 0 0 20 0 18 0 23392307 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241760295640 140241795791788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16410] ppid=16402 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/16405/task/16410/stat : 16410 (java) R 16402 16405 13538 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 23392307 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241759242584 140241791366841 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16411] ppid=16402 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16405/task/16411/stat : 16411 (java) R 16402 16405 13538 0 -1 4202560 328 0 0 0 8 2 0 0 20 0 18 0 23392307 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241758190040 140241795791696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16412] ppid=16402 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/16405/task/16412/stat : 16412 (java) R 16402 16405 13538 0 -1 4202560 308 0 0 0 3 2 0 0 20 0 18 0 23392307 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241757137712 140241792652368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16413] ppid=16402 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/16405/task/16413/stat : 16413 (java) R 16402 16405 13538 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 18 0 23392307 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241626770648 140241792173980 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16414] ppid=16402 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/16405/task/16414/stat : 16414 (java) R 16402 16405 13538 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 18 0 23392307 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241625717592 140241791366899 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16415] ppid=16402 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/16405/task/16415/stat : 16415 (java) R 16402 16405 13538 0 -1 4202560 66 0 0 0 4 1 0 0 20 0 18 0 23392307 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241624665048 140241793071279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16416] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16416/stat : 16416 (java) S 16402 16405 13538 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23392308 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241141716232 224925889596 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16417] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16417/stat : 16417 (java) S 16402 16405 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23392308 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241140663672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16418] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16418/stat : 16418 (java) S 16402 16405 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23392308 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241139610504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16419] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16419/stat : 16419 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23392311 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241138559248 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16420] ppid=16402 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/16405/task/16420/stat : 16420 (java) S 16402 16405 13538 0 -1 4202560 5780 0 0 0 39 2 0 0 20 0 18 0 23392311 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241137507128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16421] ppid=16402 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/16405/task/16421/stat : 16421 (java) S 16402 16405 13538 0 -1 4202560 4960 0 0 0 40 0 0 0 20 0 18 0 23392311 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241136454584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16422] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16422/stat : 16422 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23392311 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241135401720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16423] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16423/stat : 16423 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23392311 9787879424 101712 33554432000 1073741824 1073778376 140733585568512 140241134349384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 9558476

[startup+3.10089 s]
/proc/loadavg: 4.13 4.10 4.07 11/216 16423
/proc/meminfo: memFree=28245896/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9558476 CPUtime=5.27 cores=1,3,5,7
/proc/16405/stat : 16405 (java) S 16402 16405 13538 0 -1 4202496 17549 0 1 0 486 41 0 0 20 0 18 0 23392305 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140733585559648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16405/statm: 2389619 157568 2281 9 0 2380296 0
[pid=16405/tid=16407] ppid=16402 vsize=9558476 CPUtime=2.06 cores=1,3,5,7
/proc/16405/task/16407/stat : 16407 (java) R 16402 16405 13538 0 -1 4202560 2524 0 1 0 201 5 0 0 20 0 18 0 23392306 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241788887056 140241638382201 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16408] ppid=16402 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/16405/task/16408/stat : 16408 (java) S 16402 16405 13538 0 -1 4202560 460 0 0 0 10 2 0 0 20 0 18 0 23392307 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241761348008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16409] ppid=16402 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/16405/task/16409/stat : 16409 (java) S 16402 16405 13538 0 -1 4202560 450 0 0 0 16 4 0 0 20 0 18 0 23392307 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241760295464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16410] ppid=16402 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/16405/task/16410/stat : 16410 (java) S 16402 16405 13538 0 -1 4202560 87 0 0 0 15 4 0 0 20 0 18 0 23392307 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241759242408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16411] ppid=16402 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16405/task/16411/stat : 16411 (java) S 16402 16405 13538 0 -1 4202560 389 0 0 0 20 5 0 0 20 0 18 0 23392307 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241758189864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16412] ppid=16402 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/16405/task/16412/stat : 16412 (java) S 16402 16405 13538 0 -1 4202560 380 0 0 0 16 5 0 0 20 0 18 0 23392307 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241757137832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16413] ppid=16402 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16405/task/16413/stat : 16413 (java) S 16402 16405 13538 0 -1 4202560 133 0 0 0 20 5 0 0 20 0 18 0 23392307 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241626770472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16414] ppid=16402 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/16405/task/16414/stat : 16414 (java) S 16402 16405 13538 0 -1 4202560 414 0 0 0 16 5 0 0 20 0 18 0 23392307 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241625717416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16415] ppid=16402 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/16405/task/16415/stat : 16415 (java) S 16402 16405 13538 0 -1 4202560 272 0 0 0 16 4 0 0 20 0 18 0 23392307 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241624664872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16416] ppid=16402 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/16405/task/16416/stat : 16416 (java) S 16402 16405 13538 0 -1 4202560 439 0 0 0 53 0 0 0 20 0 18 0 23392308 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241141717352 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16417] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16417/stat : 16417 (java) S 16402 16405 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23392308 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241140663672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16418] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16418/stat : 16418 (java) S 16402 16405 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23392308 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241139610504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16419] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16419/stat : 16419 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23392311 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241138559248 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16420] ppid=16402 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/16405/task/16420/stat : 16420 (java) S 16402 16405 13538 0 -1 4202560 5787 0 0 0 43 2 0 0 20 0 18 0 23392311 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241137507128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16421] ppid=16402 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/16405/task/16421/stat : 16421 (java) S 16402 16405 13538 0 -1 4202560 4960 0 0 0 44 0 0 0 20 0 18 0 23392311 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241136454584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16422] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16422/stat : 16422 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23392311 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241135401720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16423] ppid=16402 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16423/stat : 16423 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23392311 9787879424 157568 33554432000 1073741824 1073778376 140733585568512 140241134349384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 9558476

[startup+6.30089 s]
/proc/loadavg: 4.04 4.08 4.06 7/220 16427
/proc/meminfo: memFree=27706332/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9824732 CPUtime=12.22 cores=1,3,5,7
/proc/16405/stat : 16405 (java) S 16402 16405 13538 0 -1 4202496 20203 0 1 0 1146 76 0 0 20 0 22 0 23392305 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140733585559648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16405/statm: 2456183 278451 2294 9 0 2446860 0
[pid=16405/tid=16407] ppid=16402 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/16405/task/16407/stat : 16407 (java) S 16402 16405 13538 0 -1 4202560 2823 0 1 0 329 9 0 0 20 0 22 0 23392306 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241788896120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16408] ppid=16402 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/16405/task/16408/stat : 16408 (java) S 16402 16405 13538 0 -1 4202560 544 0 0 0 27 7 0 0 20 0 22 0 23392307 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241761348008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16409] ppid=16402 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/16405/task/16409/stat : 16409 (java) S 16402 16405 13538 0 -1 4202560 519 0 0 0 31 7 0 0 20 0 22 0 23392307 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241760295464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16410] ppid=16402 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/16405/task/16410/stat : 16410 (java) S 16402 16405 13538 0 -1 4202560 472 0 0 0 29 8 0 0 20 0 22 0 23392307 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241759242408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16411] ppid=16402 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/16405/task/16411/stat : 16411 (java) S 16402 16405 13538 0 -1 4202560 529 0 0 0 40 11 0 0 20 0 22 0 23392307 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241758189864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16412] ppid=16402 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/16405/task/16412/stat : 16412 (java) S 16402 16405 13538 0 -1 4202560 589 0 0 0 26 8 0 0 20 0 22 0 23392307 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241757137832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16413] ppid=16402 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/16405/task/16413/stat : 16413 (java) S 16402 16405 13538 0 -1 4202560 238 0 0 0 32 8 0 0 20 0 22 0 23392307 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241626770472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16414] ppid=16402 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/16405/task/16414/stat : 16414 (java) S 16402 16405 13538 0 -1 4202560 497 0 0 0 34 10 0 0 20 0 22 0 23392307 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241625717416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16415] ppid=16402 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/16405/task/16415/stat : 16415 (java) S 16402 16405 13538 0 -1 4202560 375 0 0 0 31 7 0 0 20 0 22 0 23392307 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241624664872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16416] ppid=16402 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/16405/task/16416/stat : 16416 (java) S 16402 16405 13538 0 -1 4202560 707 0 0 0 53 0 0 0 20 0 22 0 23392308 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241141717352 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16417] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16417/stat : 16417 (java) S 16402 16405 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23392308 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241140663672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16418] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16418/stat : 16418 (java) S 16402 16405 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23392308 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241139610504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16419] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16419/stat : 16419 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23392311 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241138559248 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16420] ppid=16402 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/16405/task/16420/stat : 16420 (java) R 16402 16405 13538 0 -1 4202560 5825 0 0 0 104 2 0 0 20 0 22 0 23392311 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241137507128 224925901237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16421] ppid=16402 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/16405/task/16421/stat : 16421 (java) S 16402 16405 13538 0 -1 4202560 5768 0 0 0 98 0 0 0 20 0 22 0 23392311 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241136454584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16422] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16422/stat : 16422 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23392311 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241135401720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16423] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16423/stat : 16423 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23392311 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241134349384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16424] ppid=16402 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/16405/task/16424/stat : 16424 (java) R 16402 16405 13538 0 -1 4202560 24 0 0 0 147 0 0 0 20 0 22 0 23392768 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241133292192 140241638680800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16425] ppid=16402 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/16405/task/16425/stat : 16425 (java) R 16402 16405 13538 0 -1 4202560 24 0 0 0 146 0 0 0 20 0 22 0 23392768 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241132241224 140241638696482 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16426] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16426/stat : 16426 (java) S 16402 16405 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23392787 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241131189032 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16427] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16427/stat : 16427 (java) S 16402 16405 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23392792 10060525568 278451 33554432000 1073741824 1073778376 140733585568512 140241130136488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.22

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

[startup+882.308 s]
/proc/loadavg: 3.92 4.04 4.09 5/219 16710
/proc/meminfo: memFree=26432784/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9824732 CPUtime=1789.3 cores=1,3,5,7
/proc/16405/stat : 16405 (java) S 16402 16405 13538 0 -1 4202496 36399 0 1 0 178554 376 0 0 20 0 22 0 23392305 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140733585559648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16405/statm: 2456183 987408 2300 9 0 2446860 0
[pid=16405/tid=16407] ppid=16402 vsize=9824732 CPUtime=3.42 cores=1,3,5,7
/proc/16405/task/16407/stat : 16407 (java) S 16402 16405 13538 0 -1 4202560 2840 0 1 0 332 10 0 0 20 0 22 0 23392306 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241788896120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16408] ppid=16402 vsize=9824732 CPUtime=7.78 cores=1,3,5,7
/proc/16405/task/16408/stat : 16408 (java) S 16402 16405 13538 0 -1 4202560 1209 0 0 0 742 36 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241761348008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16409] ppid=16402 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/16405/task/16409/stat : 16409 (java) S 16402 16405 13538 0 -1 4202560 1186 0 0 0 765 44 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241760295464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16410] ppid=16402 vsize=9824732 CPUtime=7.46 cores=1,3,5,7
/proc/16405/task/16410/stat : 16410 (java) S 16402 16405 13538 0 -1 4202560 955 0 0 0 709 37 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241759242408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16411] ppid=16402 vsize=9824732 CPUtime=7.63 cores=1,3,5,7
/proc/16405/task/16411/stat : 16411 (java) S 16402 16405 13538 0 -1 4202560 1227 0 0 0 724 39 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241758189864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16412] ppid=16402 vsize=9824732 CPUtime=7.6 cores=1,3,5,7
/proc/16405/task/16412/stat : 16412 (java) S 16402 16405 13538 0 -1 4202560 1346 0 0 0 715 45 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241757137832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16413] ppid=16402 vsize=9824732 CPUtime=7.53 cores=1,3,5,7
/proc/16405/task/16413/stat : 16413 (java) S 16402 16405 13538 0 -1 4202560 1262 0 0 0 714 39 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241626770472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16414] ppid=16402 vsize=9824732 CPUtime=7.89 cores=1,3,5,7
/proc/16405/task/16414/stat : 16414 (java) S 16402 16405 13538 0 -1 4202560 1131 0 0 0 746 43 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241625717416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16415] ppid=16402 vsize=9824732 CPUtime=8.11 cores=1,3,5,7
/proc/16405/task/16415/stat : 16415 (java) S 16402 16405 13538 0 -1 4202560 1192 0 0 0 764 47 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241624664872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16416] ppid=16402 vsize=9824732 CPUtime=5.64 cores=1,3,5,7
/proc/16405/task/16416/stat : 16416 (java) S 16402 16405 13538 0 -1 4202560 3136 0 0 0 553 11 0 0 20 0 22 0 23392308 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241141717352 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16417] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16417/stat : 16417 (java) S 16402 16405 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23392308 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241140663672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16418] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16418/stat : 16418 (java) S 16402 16405 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23392308 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241139610504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16419] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16419/stat : 16419 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241138559248 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16420] ppid=16402 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/16405/task/16420/stat : 16420 (java) S 16402 16405 13538 0 -1 4202560 13147 0 0 0 222 3 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241137507128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16421] ppid=16402 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/16405/task/16421/stat : 16421 (java) S 16402 16405 13538 0 -1 4202560 5777 0 0 0 118 0 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241136454584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16422] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16422/stat : 16422 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241135401720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16423] ppid=16402 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/16405/task/16423/stat : 16423 (java) S 16402 16405 13538 0 -1 4202560 51 0 0 0 11 17 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241134349384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16424] ppid=16402 vsize=9824732 CPUtime=857.34 cores=1,3,5,7
/proc/16405/task/16424/stat : 16424 (java) R 16402 16405 13538 0 -1 4202560 65 0 0 0 85719 15 0 0 20 0 22 0 23392768 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241133285232 140241638681356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16425] ppid=16402 vsize=9824732 CPUtime=857.26 cores=1,3,5,7
/proc/16405/task/16425/stat : 16425 (java) R 16402 16405 13538 0 -1 4202560 607 0 0 0 85708 18 0 0 20 0 22 0 23392768 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241132239152 140241638975811 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16426] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16426/stat : 16426 (java) S 16402 16405 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23392787 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241131189032 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16427] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16427/stat : 16427 (java) S 16402 16405 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23392792 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241130136488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1789.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+887.701 s]
/proc/loadavg: 3.92 4.04 4.09 5/219 16710
/proc/meminfo: memFree=26432736/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/16405/stat : 16405 (java) S 16402 16405 13538 0 -1 4202496 36399 0 1 0 179633 376 0 0 20 0 22 0 23392305 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140733585559648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16405/statm: 2456183 987408 2300 9 0 2446860 0
[pid=16405/tid=16407] ppid=16402 vsize=9824732 CPUtime=3.42 cores=1,3,5,7
/proc/16405/task/16407/stat : 16407 (java) S 16402 16405 13538 0 -1 4202560 2840 0 1 0 332 10 0 0 20 0 22 0 23392306 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241788896120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16408] ppid=16402 vsize=9824732 CPUtime=7.78 cores=1,3,5,7
/proc/16405/task/16408/stat : 16408 (java) S 16402 16405 13538 0 -1 4202560 1209 0 0 0 742 36 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241761348008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16409] ppid=16402 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/16405/task/16409/stat : 16409 (java) S 16402 16405 13538 0 -1 4202560 1186 0 0 0 765 44 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241760295464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16410] ppid=16402 vsize=9824732 CPUtime=7.46 cores=1,3,5,7
/proc/16405/task/16410/stat : 16410 (java) S 16402 16405 13538 0 -1 4202560 955 0 0 0 709 37 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241759242408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16411] ppid=16402 vsize=9824732 CPUtime=7.63 cores=1,3,5,7
/proc/16405/task/16411/stat : 16411 (java) S 16402 16405 13538 0 -1 4202560 1227 0 0 0 724 39 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241758189864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16412] ppid=16402 vsize=9824732 CPUtime=7.6 cores=1,3,5,7
/proc/16405/task/16412/stat : 16412 (java) S 16402 16405 13538 0 -1 4202560 1346 0 0 0 715 45 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241757137832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16413] ppid=16402 vsize=9824732 CPUtime=7.53 cores=1,3,5,7
/proc/16405/task/16413/stat : 16413 (java) S 16402 16405 13538 0 -1 4202560 1262 0 0 0 714 39 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241626770472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16414] ppid=16402 vsize=9824732 CPUtime=7.89 cores=1,3,5,7
/proc/16405/task/16414/stat : 16414 (java) S 16402 16405 13538 0 -1 4202560 1131 0 0 0 746 43 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241625717416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16415] ppid=16402 vsize=9824732 CPUtime=8.11 cores=1,3,5,7
/proc/16405/task/16415/stat : 16415 (java) S 16402 16405 13538 0 -1 4202560 1192 0 0 0 764 47 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241624664872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16416] ppid=16402 vsize=9824732 CPUtime=5.64 cores=1,3,5,7
/proc/16405/task/16416/stat : 16416 (java) S 16402 16405 13538 0 -1 4202560 3136 0 0 0 553 11 0 0 20 0 22 0 23392308 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241141717352 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16417] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16417/stat : 16417 (java) S 16402 16405 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23392308 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241140663672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16418] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16418/stat : 16418 (java) S 16402 16405 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23392308 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241139610504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16419] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16419/stat : 16419 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241138559248 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16420] ppid=16402 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/16405/task/16420/stat : 16420 (java) S 16402 16405 13538 0 -1 4202560 13147 0 0 0 222 3 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241137507128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16421] ppid=16402 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/16405/task/16421/stat : 16421 (java) S 16402 16405 13538 0 -1 4202560 5777 0 0 0 118 0 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241136454584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16422] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16422/stat : 16422 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241135401720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16423] ppid=16402 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/16405/task/16423/stat : 16423 (java) S 16402 16405 13538 0 -1 4202560 51 0 0 0 11 18 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241134349384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16424] ppid=16402 vsize=9824732 CPUtime=862.74 cores=1,3,5,7
/proc/16405/task/16424/stat : 16424 (java) R 16402 16405 13538 0 -1 4202560 65 0 0 0 86259 15 0 0 20 0 22 0 23392768 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241133285232 140241638705436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16425] ppid=16402 vsize=9824732 CPUtime=862.66 cores=1,3,5,7
/proc/16405/task/16425/stat : 16425 (java) R 16402 16405 13538 0 -1 4202560 607 0 0 0 86248 18 0 0 20 0 22 0 23392768 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241132239152 140241638954236 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16426] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16426/stat : 16426 (java) S 16402 16405 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23392787 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241131189032 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16427] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16427/stat : 16427 (java) S 16402 16405 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23392792 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241130136488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 16405 sig 9
??? kill -16405 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+887.701 s]
/proc/loadavg: 3.92 4.04 4.09 5/219 16710
/proc/meminfo: memFree=26432736/32872528 swapFree=163656/177964
[pid=16405] ppid=16402 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/16405/stat : 16405 (java) S 16402 16405 13538 0 -1 4202496 36399 0 1 0 179633 376 0 0 20 0 22 0 23392305 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140733585559648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16405/statm: 2456183 987408 2300 9 0 2446860 0
[pid=16405/tid=16407] ppid=16402 vsize=9824732 CPUtime=3.42 cores=1,3,5,7
/proc/16405/task/16407/stat : 16407 (java) S 16402 16405 13538 0 -1 4202560 2840 0 1 0 332 10 0 0 20 0 22 0 23392306 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241788896120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16408] ppid=16402 vsize=9824732 CPUtime=7.78 cores=1,3,5,7
/proc/16405/task/16408/stat : 16408 (java) S 16402 16405 13538 0 -1 4202560 1209 0 0 0 742 36 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241761348008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16409] ppid=16402 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/16405/task/16409/stat : 16409 (java) S 16402 16405 13538 0 -1 4202560 1186 0 0 0 765 44 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241760295464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16410] ppid=16402 vsize=9824732 CPUtime=7.46 cores=1,3,5,7
/proc/16405/task/16410/stat : 16410 (java) S 16402 16405 13538 0 -1 4202560 955 0 0 0 709 37 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241759242408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16411] ppid=16402 vsize=9824732 CPUtime=7.63 cores=1,3,5,7
/proc/16405/task/16411/stat : 16411 (java) S 16402 16405 13538 0 -1 4202560 1227 0 0 0 724 39 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241758189864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16412] ppid=16402 vsize=9824732 CPUtime=7.6 cores=1,3,5,7
/proc/16405/task/16412/stat : 16412 (java) S 16402 16405 13538 0 -1 4202560 1346 0 0 0 715 45 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241757137832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16413] ppid=16402 vsize=9824732 CPUtime=7.53 cores=1,3,5,7
/proc/16405/task/16413/stat : 16413 (java) S 16402 16405 13538 0 -1 4202560 1262 0 0 0 714 39 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241626770472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16414] ppid=16402 vsize=9824732 CPUtime=7.89 cores=1,3,5,7
/proc/16405/task/16414/stat : 16414 (java) S 16402 16405 13538 0 -1 4202560 1131 0 0 0 746 43 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241625717416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16415] ppid=16402 vsize=9824732 CPUtime=8.11 cores=1,3,5,7
/proc/16405/task/16415/stat : 16415 (java) S 16402 16405 13538 0 -1 4202560 1192 0 0 0 764 47 0 0 20 0 22 0 23392307 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241624664872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16416] ppid=16402 vsize=9824732 CPUtime=5.64 cores=1,3,5,7
/proc/16405/task/16416/stat : 16416 (java) S 16402 16405 13538 0 -1 4202560 3136 0 0 0 553 11 0 0 20 0 22 0 23392308 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241141717352 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16417] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16417/stat : 16417 (java) S 16402 16405 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23392308 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241140663672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16418] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16418/stat : 16418 (java) S 16402 16405 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23392308 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241139610504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16419] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16419/stat : 16419 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241138559248 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16420] ppid=16402 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/16405/task/16420/stat : 16420 (java) S 16402 16405 13538 0 -1 4202560 13147 0 0 0 222 3 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241137507128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16421] ppid=16402 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/16405/task/16421/stat : 16421 (java) S 16402 16405 13538 0 -1 4202560 5777 0 0 0 118 0 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241136454584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16405/tid=16422] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16422/stat : 16422 (java) S 16402 16405 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241135401720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16423] ppid=16402 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/16405/task/16423/stat : 16423 (java) S 16402 16405 13538 0 -1 4202560 51 0 0 0 11 18 0 0 20 0 22 0 23392311 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241134349384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16405/tid=16424] ppid=16402 vsize=9824732 CPUtime=862.74 cores=1,3,5,7
/proc/16405/task/16424/stat : 16424 (java) R 16402 16405 13538 0 -1 4202560 65 0 0 0 86259 15 0 0 20 0 22 0 23392768 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241133285232 140241638705436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16405/tid=16425] ppid=16402 vsize=9824732 CPUtime=862.66 cores=1,3,5,7
/proc/16405/task/16425/stat : 16425 (java) R 16402 16405 13538 0 -1 4202560 607 0 0 0 86248 18 0 0 20 0 22 0 23392768 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241132239152 140241638954236 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16426] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16426/stat : 16426 (java) S 16402 16405 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23392787 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241131189032 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16405/tid=16427] ppid=16402 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16405/task/16427/stat : 16427 (java) S 16402 16405 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23392792 10060525568 987408 33554432000 1073741824 1073778376 140733585568512 140241130136488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 887.759
CPU time (s): 1800.72
CPU user time (s): 1796.49
CPU system time (s): 4.23236
CPU usage (%): 202.839
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.49
system time used= 4.23236
maximum resident set size= 3953768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36434
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= 23315
involuntary context switches= 27639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.41418 second user time and 7.67383 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 03:30:24
IDJOB=4101266
IDBENCH=1721
IDSOLVER=2543
FILE ID=node105/4101266-1466213423
RUNJOBID= node105-1466206102-13555
PBS_JOBID= 19918167
Free space on /tmp= 71732 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-dfl001.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101266-1466213423/watcher-4101266-1466213423 -o /tmp/evaluation-result-4101266-1466213423/solver-4101266-1466213423 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101266-1466213423.opb

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

MD5SUM BENCH= 7b9d3fef35f44b9f29a1eccedaaa362f
RANDOM SEED=1375701361

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28804888 kB
Buffers:           81556 kB
Cached:           106100 kB
SwapCached:         1764 kB
Active:          3026368 kB
Inactive:         118864 kB
Active(anon):    2958632 kB
Inactive(anon):     1440 kB
Active(file):      67736 kB
Inactive(file):   117424 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             14876 kB
Writeback:             0 kB
AnonPages:       3143528 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             601112 kB
SReclaimable:      44468 kB
SUnreclaim:       556644 kB
KernelStack:        1616 kB
PageTables:        10548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3399640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2928640 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= 71732 MiB
End job on node105 at 2016-06-18 03:45:12