Trace number 4100298

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.9 897.545

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-tr12-30.opb
MD5SUM012c11861136c422cb8bda81e1d7561a
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 variables21960
Total number of constraints750
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 constraints750
Minimum length of a constraint31
Maximum length of a constraint372
Number of terms in the objective function 11160
Biggest coefficient in the objective function 1295
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 533310
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533310
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4100298-1466208846.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.41/0.63	c ... done. Wall clock time 0.508s.
1.41/0.63	c declared #vars     21960
1.41/0.63	c #constraints  1110
1.41/0.63	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.41/0.63	c constraints type 
1.41/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1110
1.41/0.63	c 1110 constraints processed.
1.41/0.63	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.41/0.63	c constraints type 
1.41/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1110
1.41/0.63	c 1110 constraints processed.
1.41/0.63	c objective function length is 11160 literals
3.80/1.30	c cleaning 2496 clauses out of 5001 with flag 10048/5001
4.79/1.79	c cleaning 4248 clauses out of 8504 with flag 23170/11000
6.49/2.36	c cleaning 5626 clauses out of 11259 with flag 38621/18003
8.51/3.12	c cleaning 6805 clauses out of 13630 with flag 56323/26000
10.40/4.03	c cleaning 7901 clauses out of 15825 with flag 76126/35000
12.40/5.05	c cleaning 8960 clauses out of 17926 with flag 97732/45002
15.00/6.36	c cleaning 9976 clauses out of 19965 with flag 121475/56001
18.10/7.89	c cleaning 10991 clauses out of 21991 with flag 147148/68003
22.38/9.98	c cleaning 11989 clauses out of 23997 with flag 175281/81000
27.16/12.32	c cleaning 12996 clauses out of 26008 with flag 205436/95000
32.77/15.14	c cleaning 13996 clauses out of 28012 with flag 237966/110000
39.10/18.27	c cleaning 15001 clauses out of 30018 with flag 271956/126002
44.90/21.12	c cleaning 15996 clauses out of 32015 with flag 309213/143000
51.21/24.21	c cleaning 17002 clauses out of 34020 with flag 348072/161001
58.61/27.91	c cleaning 17999 clauses out of 36019 with flag 387989/180002
66.40/31.84	c cleaning 19001 clauses out of 38020 with flag 430614/200002
76.19/36.75	c cleaning 19997 clauses out of 40017 with flag 475674/221000
86.93/42.00	c cleaning 20999 clauses out of 42020 with flag 523211/243000
97.75/47.42	c cleaning 22001 clauses out of 44021 with flag 572351/266000
110.07/53.53	c cleaning 22997 clauses out of 46020 with flag 623794/290000
125.66/61.36	c cleaning 24005 clauses out of 48025 with flag 677114/315002
142.40/69.61	c cleaning 24997 clauses out of 50020 with flag 732822/341002
160.19/78.56	c cleaning 26005 clauses out of 52022 with flag 790585/368001
177.11/86.95	c cleaning 26997 clauses out of 54017 with flag 851839/396001
194.71/95.72	c cleaning 27997 clauses out of 56019 with flag 914719/425000
216.58/106.69	c cleaning 28999 clauses out of 58022 with flag 979126/455000
242.43/119.57	c cleaning 30006 clauses out of 60032 with flag 1046120/486009
274.33/135.47	c cleaning 30998 clauses out of 62017 with flag 1115561/518000
309.25/152.84	c cleaning 32002 clauses out of 64019 with flag 1186030/551000
341.93/169.05	c cleaning 32999 clauses out of 66017 with flag 1259207/585000
379.66/188.18	c cleaning 33996 clauses out of 68018 with flag 1334019/620000
414.66/205.66	c cleaning 35002 clauses out of 70025 with flag 1410867/656003
451.35/223.93	c cleaning 36003 clauses out of 72023 with flag 1489859/693003
488.98/242.78	c cleaning 36997 clauses out of 74017 with flag 1571828/731000
528.95/262.62	c cleaning 38000 clauses out of 76020 with flag 1656006/770000
570.68/283.43	c cleaning 39002 clauses out of 78022 with flag 1740873/810002
627.65/311.82	c cleaning 40008 clauses out of 80027 with flag 1827918/851009
690.00/342.96	c cleaning 41002 clauses out of 82018 with flag 1916949/893008
748.12/372.21	c cleaning 41998 clauses out of 84010 with flag 2008532/936002
755.95/376.19	c cleaning 0 clauses out of 5001 with flag 0/5001
801.70/398.82	c cleaning 42993 clauses out of 86011 with flag 2108928/980001
840.26/418.03	c cleaning 44009 clauses out of 88017 with flag 2218944/1025000
876.57/436.14	c cleaning 44989 clauses out of 90009 with flag 2326959/1071001
921.53/458.55	c cleaning 45991 clauses out of 92019 with flag 2445502/1118000
970.30/482.88	c cleaning 47016 clauses out of 94032 with flag 2573890/1166004
1018.46/507.17	c cleaning 47999 clauses out of 96012 with flag 2708536/1215000
1069.47/532.56	c cleaning 49002 clauses out of 98013 with flag 2846385/1265000
1122.86/559.16	c cleaning 50001 clauses out of 100012 with flag 2983162/1316001
1178.40/586.87	c cleaning 50986 clauses out of 102010 with flag 3123700/1368000
1235.12/615.18	c cleaning 52011 clauses out of 104024 with flag 3261628/1421000
1294.48/644.72	c cleaning 53000 clauses out of 106013 with flag 3396382/1475000
1362.86/679.34	c cleaning 53988 clauses out of 108013 with flag 3539645/1530000
1434.14/714.86	c cleaning 55009 clauses out of 110025 with flag 3686287/1586000
1492.30/743.88	c cleaning 56006 clauses out of 112021 with flag 3823463/1643005
1566.23/780.60	c cleaning 57005 clauses out of 114011 with flag 3960068/1701001
1631.72/813.69	c cleaning 58004 clauses out of 116014 with flag 4103521/1760009
1697.95/846.63	c cleaning 58991 clauses out of 118005 with flag 4250250/1820004
1783.29/889.14	c cleaning 59994 clauses out of 120010 with flag 4398813/1881000
1800.16/897.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/897.50	c starts		: 1772
1800.16/897.50	c conflicts		: 1900400
1800.16/897.50	c decisions		: 3845207
1800.16/897.50	c propagations		: 83271878
1800.16/897.50	c inspects		: 11161758358
1800.16/897.50	c shortcuts		: 0
1800.16/897.50	c learnt literals	: 0
1800.16/897.50	c learnt binary clauses	: 1
1800.16/897.50	c learnt ternary clauses	: 7
1800.16/897.50	c learnt constraints	: 1900400
1800.16/897.50	c ignored constraints	: 0
1800.16/897.50	c root simplifications	: 0
1800.16/897.50	c removed literals (reason simplification)	: 2241430
1800.16/897.50	c reason swapping (by a shorter reason)	: 0
1800.16/897.50	c Calls to reduceDB	: 57
1800.16/897.50	c Number of update (reduction) of LBD	: 366179
1800.16/897.50	c Imported unit clauses	: 0
1800.16/897.50	c number of reductions to clauses (during analyze)	: 0
1800.16/897.50	c number of learned constraints concerned by reduction	: 0
1800.16/897.50	c number of learning phase by resolution	: 0
1800.16/897.50	c number of learning phase by cutting planes	: 0
1800.16/897.50	c speed (assignments/second)	: 92851.3542142881
1800.16/897.50	c non guided choices	14905
1800.16/897.53	c learnt constraints type 
1800.16/897.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.16/897.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79416
1800.16/897.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/897.53	c starts		: 3
1800.16/897.53	c conflicts		: 7317
1800.16/897.53	c decisions		: 278335
1800.16/897.53	c propagations		: 916302
1800.16/897.53	c inspects		: 218712419
1800.16/897.53	c shortcuts		: 0
1800.16/897.53	c learnt literals	: 0
1800.16/897.53	c learnt binary clauses	: 0
1800.16/897.53	c learnt ternary clauses	: 0
1800.16/897.53	c learnt constraints	: 7317
1800.16/897.53	c ignored constraints	: 0
1800.16/897.53	c root simplifications	: 0
1800.16/897.53	c removed literals (reason simplification)	: 0
1800.16/897.53	c reason swapping (by a shorter reason)	: 0
1800.16/897.53	c Calls to reduceDB	: 1
1800.16/897.53	c Number of update (reduction) of LBD	: 0
1800.16/897.53	c Imported unit clauses	: 0
1800.16/897.53	c number of reductions to clauses (during analyze)	: 0
1800.16/897.53	c number of learned constraints concerned by reduction	: 0
1800.16/897.53	c number of learning phase by resolution	: 0
1800.16/897.53	c number of learning phase by cutting planes	: 0
1800.16/897.53	c speed (assignments/second)	: 1021.6835497376945
1800.16/897.53	c non guided choices	76
1800.16/897.53	c learnt constraints type 
1800.16/897.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8
1800.16/897.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7309
1800.16/897.53	s UNKNOWN
1800.16/897.53	c Total wall clock time (in seconds): 897.414

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-4100298-1466208846/watcher-4100298-1466208846 -o /tmp/evaluation-result-4100298-1466208846/solver-4100298-1466208846 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100298-1466208846.opb 

pid=15074
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.01 4.25 3.97 4/197 15077
/proc/meminfo: memFree=29177544/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/15077/stat : 15077 (java) R 15074 15077 13538 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 22934551 9445376 95 33554432000 1073741824 1073778376 140736292968464 140736292965592 224913308225 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2306 84 63 9 0 38 0

[startup+0.100161 s]
/proc/loadavg: 4.01 4.25 3.97 4/197 15077
/proc/meminfo: memFree=29177544/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15077/stat : 15077 (java) S 15074 15077 13538 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 22934551 9787879424 6048 33554432000 1073741824 1073778376 140736292968464 140736292959600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2389619 6048 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.01 4.25 3.97 4/197 15077
/proc/meminfo: memFree=29177544/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/15077/stat : 15077 (java) S 15074 15077 13538 0 -1 4202496 5004 0 1 0 26 1 0 0 20 0 18 0 22934551 9787879424 7434 33554432000 1073741824 1073778376 140736292968464 140736292959600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2389619 7434 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 4.01 4.25 3.97 4/197 15077
/proc/meminfo: memFree=29177544/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/15077/stat : 15077 (java) S 15074 15077 13538 0 -1 4202496 7870 0 1 0 48 2 0 0 20 0 18 0 22934551 9787879424 11593 33554432000 1073741824 1073778376 140736292968464 140736292959600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2389619 11593 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 4.01 4.25 3.97 4/197 15077
/proc/meminfo: memFree=29177544/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/15077/stat : 15077 (java) S 15074 15077 13538 0 -1 4202496 18749 0 1 0 162 5 0 0 20 0 22 0 22934551 10060525568 35013 33554432000 1073741824 1073778376 140736292968464 140736292959600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2456183 35013 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9824732

[startup+1.5009 s]
/proc/loadavg: 4.09 4.26 3.97 5/219 15099
/proc/meminfo: memFree=28974988/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9824732 CPUtime=4.25 cores=0,2,4,6
/proc/15077/stat : 15077 (java) S 15074 15077 13538 0 -1 4202496 21681 0 1 0 416 9 0 0 20 0 22 0 22934551 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 140736292959600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2456183 52641 2283 9 0 2446860 0
[pid=15077/tid=15079] ppid=15074 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/15077/task/15079/stat : 15079 (java) S 15074 15077 13538 0 -1 4202560 2465 0 1 0 57 3 0 0 20 0 22 0 22934552 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880836014968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15080] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15080/stat : 15080 (java) S 15074 15077 13538 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 22934554 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880797505960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15081] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15081/stat : 15081 (java) S 15074 15077 13538 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22934554 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880796453416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15082] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15082/stat : 15082 (java) S 15074 15077 13538 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22934554 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880795400360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15083] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15083/stat : 15083 (java) S 15074 15077 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22934554 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880794347816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15084] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15084/stat : 15084 (java) S 15074 15077 13538 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 22934554 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880793295784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15085] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15085/stat : 15085 (java) S 15074 15077 13538 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 22934554 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880792243240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15086] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15086/stat : 15086 (java) S 15074 15077 13538 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 22934554 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880791190184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15087] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15087/stat : 15087 (java) S 15074 15077 13538 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22934554 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880790137640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15088] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15088/stat : 15088 (java) S 15074 15077 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880777726312 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15089] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15089/stat : 15089 (java) S 15074 15077 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880659150200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15090] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15090/stat : 15090 (java) S 15074 15077 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880658097032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15091] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15091/stat : 15091 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880657045776 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15092] ppid=15074 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/15077/task/15092/stat : 15092 (java) S 15074 15077 13538 0 -1 4202560 8362 0 0 0 94 2 0 0 20 0 22 0 22934557 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880655993656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15093] ppid=15074 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/15077/task/15093/stat : 15093 (java) S 15074 15077 13538 0 -1 4202560 9371 0 0 0 90 0 0 0 20 0 22 0 22934557 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880654941112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15094] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15094/stat : 15094 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880653888248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15095] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15095/stat : 15095 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934558 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880652835912 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15096] ppid=15074 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/15077/task/15096/stat : 15096 (java) R 15074 15077 13538 0 -1 4202560 19 0 0 0 81 0 0 0 20 0 22 0 22934615 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880651771744 139880660257201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15097] ppid=15074 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/15077/task/15097/stat : 15097 (java) R 15074 15077 13538 0 -1 4202560 56 0 0 0 80 0 0 0 20 0 22 0 22934615 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880650727624 139880660365844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15098] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15098/stat : 15098 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22934619 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880649675560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15099] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15099/stat : 15099 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22934619 10060525568 52641 33554432000 1073741824 1073778376 140736292968464 139880648623016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.09 4.26 3.97 6/219 15099
/proc/meminfo: memFree=28947932/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9824732 CPUtime=8.51 cores=0,2,4,6
/proc/15077/stat : 15077 (java) S 15074 15077 13538 0 -1 4202496 31117 0 1 0 835 16 0 0 20 0 22 0 22934551 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 140736292959600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2456183 92567 2283 9 0 2446860 0
[pid=15077/tid=15079] ppid=15074 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/15077/task/15079/stat : 15079 (java) S 15074 15077 13538 0 -1 4202560 2465 0 1 0 57 3 0 0 20 0 22 0 22934552 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880836014968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15080] ppid=15074 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15077/task/15080/stat : 15080 (java) S 15074 15077 13538 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 22 0 22934554 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880797505960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15081] ppid=15074 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15077/task/15081/stat : 15081 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 22934554 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880796453416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15082] ppid=15074 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15077/task/15082/stat : 15082 (java) S 15074 15077 13538 0 -1 4202560 162 0 0 0 1 0 0 0 20 0 22 0 22934554 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880795400360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15083] ppid=15074 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15077/task/15083/stat : 15083 (java) S 15074 15077 13538 0 -1 4202560 77 0 0 0 4 0 0 0 20 0 22 0 22934554 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880794347816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15084] ppid=15074 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15077/task/15084/stat : 15084 (java) S 15074 15077 13538 0 -1 4202560 87 0 0 0 4 0 0 0 20 0 22 0 22934554 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880793295784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15085] ppid=15074 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15077/task/15085/stat : 15085 (java) S 15074 15077 13538 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 22934554 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880792243240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15086] ppid=15074 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15077/task/15086/stat : 15086 (java) S 15074 15077 13538 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 22934554 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880791190184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15087] ppid=15074 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15077/task/15087/stat : 15087 (java) S 15074 15077 13538 0 -1 4202560 110 0 0 0 5 2 0 0 20 0 22 0 22934554 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880790137640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15088] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15088/stat : 15088 (java) S 15074 15077 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880777726312 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15089] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15089/stat : 15089 (java) S 15074 15077 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880659150200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15090] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15090/stat : 15090 (java) S 15074 15077 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880658097032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15091] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15091/stat : 15091 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880657045776 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15092] ppid=15074 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/15077/task/15092/stat : 15092 (java) S 15074 15077 13538 0 -1 4202560 8366 0 0 0 117 2 0 0 20 0 22 0 22934557 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880655993656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15093] ppid=15074 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/15077/task/15093/stat : 15093 (java) S 15074 15077 13538 0 -1 4202560 18164 0 0 0 162 3 0 0 20 0 22 0 22934557 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880654941112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15094] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15094/stat : 15094 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880653888248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15095] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15095/stat : 15095 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934558 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880652835912 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15096] ppid=15074 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/15077/task/15096/stat : 15096 (java) R 15074 15077 13538 0 -1 4202560 25 0 0 0 234 0 0 0 20 0 22 0 22934615 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880651780624 139880660078122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15097] ppid=15074 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/15077/task/15097/stat : 15097 (java) R 15074 15077 13538 0 -1 4202560 109 0 0 0 230 3 0 0 20 0 22 0 22934615 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880650726416 139880660142860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15098] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15098/stat : 15098 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22934619 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880649675560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15099] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15099/stat : 15099 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22934619 10060525568 92567 33554432000 1073741824 1073778376 140736292968464 139880648623016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.00 4.24 3.97 6/215 15164
/proc/meminfo: memFree=31421732/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9824732 CPUtime=15 cores=0,2,4,6
/proc/15077/stat : 15077 (java) S 15074 15077 13538 0 -1 4202496 31519 0 1 0 1479 21 0 0 20 0 22 0 22934551 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 140736292959600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2456183 139013 2283 9 0 2446860 0
[pid=15077/tid=15079] ppid=15074 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/15077/task/15079/stat : 15079 (java) S 15074 15077 13538 0 -1 4202560 2465 0 1 0 57 3 0 0 20 0 22 0 22934552 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880836014968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15080] ppid=15074 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15077/task/15080/stat : 15080 (java) S 15074 15077 13538 0 -1 4202560 57 0 0 0 4 1 0 0 20 0 22 0 22934554 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880797505960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15081] ppid=15074 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15077/task/15081/stat : 15081 (java) S 15074 15077 13538 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 22934554 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880796453416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15082] ppid=15074 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15077/task/15082/stat : 15082 (java) S 15074 15077 13538 0 -1 4202560 166 0 0 0 2 0 0 0 20 0 22 0 22934554 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880795400360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15083] ppid=15074 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15077/task/15083/stat : 15083 (java) S 15074 15077 13538 0 -1 4202560 87 0 0 0 5 0 0 0 20 0 22 0 22934554 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880794347816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15084] ppid=15074 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15077/task/15084/stat : 15084 (java) S 15074 15077 13538 0 -1 4202560 107 0 0 0 5 0 0 0 20 0 22 0 22934554 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880793295784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15085] ppid=15074 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15077/task/15085/stat : 15085 (java) S 15074 15077 13538 0 -1 4202560 46 0 0 0 6 1 0 0 20 0 22 0 22934554 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880792243240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15086] ppid=15074 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15077/task/15086/stat : 15086 (java) S 15074 15077 13538 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 22 0 22934554 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880791190184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15087] ppid=15074 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15077/task/15087/stat : 15087 (java) S 15074 15077 13538 0 -1 4202560 116 0 0 0 5 2 0 0 20 0 22 0 22934554 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880790137640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15088] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15088/stat : 15088 (java) S 15074 15077 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880777726312 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15089] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15089/stat : 15089 (java) S 15074 15077 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880659150200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15090] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15090/stat : 15090 (java) S 15074 15077 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880658097032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15091] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15091/stat : 15091 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 139013 33554432000 1073741824 1073778376 140736292968464 139880657045776 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15092] ppid=15074 vsize=9824732 CPUtime=1.21 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.14 4.01 3.92 5/219 15265
/proc/meminfo: memFree=26632572/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9824732 CPUtime=1769.66 cores=0,2,4,6
/proc/15077/stat : 15077 (java) S 15074 15077 13538 0 -1 4202496 42248 0 1 0 176791 175 0 0 20 0 22 0 22934551 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 140736292959600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2456183 419112 2292 9 0 2446860 0
[pid=15077/tid=15079] ppid=15074 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/15077/task/15079/stat : 15079 (java) S 15074 15077 13538 0 -1 4202560 2472 0 1 0 59 5 0 0 20 0 22 0 22934552 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880836014968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15080] ppid=15074 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/15077/task/15080/stat : 15080 (java) S 15074 15077 13538 0 -1 4202560 324 0 0 0 171 11 0 0 20 0 22 0 22934554 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880797505960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15081] ppid=15074 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/15077/task/15081/stat : 15081 (java) S 15074 15077 13538 0 -1 4202560 343 0 0 0 181 13 0 0 20 0 22 0 22934554 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880796453416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15082] ppid=15074 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/15077/task/15082/stat : 15082 (java) S 15074 15077 13538 0 -1 4202560 502 0 0 0 155 12 0 0 20 0 22 0 22934554 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880795400360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15083] ppid=15074 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/15077/task/15083/stat : 15083 (java) S 15074 15077 13538 0 -1 4202560 400 0 0 0 181 12 0 0 20 0 22 0 22934554 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880794347816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15084] ppid=15074 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/15077/task/15084/stat : 15084 (java) S 15074 15077 13538 0 -1 4202560 379 0 0 0 167 12 0 0 20 0 22 0 22934554 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880793295784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15085] ppid=15074 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/15077/task/15085/stat : 15085 (java) S 15074 15077 13538 0 -1 4202560 389 0 0 0 175 14 0 0 20 0 22 0 22934554 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880792243240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15086] ppid=15074 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/15077/task/15086/stat : 15086 (java) S 15074 15077 13538 0 -1 4202560 372 0 0 0 170 15 0 0 20 0 22 0 22934554 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880791190184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15087] ppid=15074 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/15077/task/15087/stat : 15087 (java) S 15074 15077 13538 0 -1 4202560 413 0 0 0 165 12 0 0 20 0 22 0 22934554 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880790137640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15088] ppid=15074 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/15077/task/15088/stat : 15088 (java) S 15074 15077 13538 0 -1 4202560 3210 0 0 0 360 17 0 0 20 0 22 0 22934555 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880777726312 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15089] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15089/stat : 15089 (java) S 15074 15077 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880659150200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15090] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15090/stat : 15090 (java) S 15074 15077 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880658097032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15091] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15091/stat : 15091 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880657045776 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15092] ppid=15074 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/15077/task/15092/stat : 15092 (java) S 15074 15077 13538 0 -1 4202560 8372 0 0 0 125 2 0 0 20 0 22 0 22934557 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880655993656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15093] ppid=15074 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/15077/task/15093/stat : 15093 (java) S 15074 15077 13538 0 -1 4202560 21279 0 0 0 224 3 0 0 20 0 22 0 22934557 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880654941112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15094] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15094/stat : 15094 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880653888248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15095] ppid=15074 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15077/task/15095/stat : 15095 (java) S 15074 15077 13538 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 22934558 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880652835912 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15096] ppid=15074 vsize=9824732 CPUtime=873.61 cores=0,2,4,6
/proc/15077/task/15096/stat : 15096 (java) R 15074 15077 13538 0 -1 4202560 114 0 0 0 87346 15 0 0 20 0 22 0 22934615 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880651779472 139880660257278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15097] ppid=15074 vsize=9824732 CPUtime=873.46 cores=0,2,4,6
/proc/15077/task/15097/stat : 15097 (java) R 15074 15077 13538 0 -1 4202560 2362 0 0 0 87297 49 0 0 20 0 22 0 22934615 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880650726064 139880660034344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15098] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15098/stat : 15098 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22934619 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880649675560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15099] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15099/stat : 15099 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22934619 10060525568 419112 33554432000 1073741824 1073778376 140736292968464 139880648623016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1769.66
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.501 s]
/proc/loadavg: 4.10 4.00 3.92 5/219 15265
/proc/meminfo: memFree=26618472/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/15077/stat : 15077 (java) S 15074 15077 13538 0 -1 4202496 42274 0 1 0 179839 177 0 0 20 0 22 0 22934551 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 140736292959600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2456183 420538 2292 9 0 2446860 0
[pid=15077/tid=15079] ppid=15074 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/15077/task/15079/stat : 15079 (java) S 15074 15077 13538 0 -1 4202560 2472 0 1 0 59 5 0 0 20 0 22 0 22934552 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880836014968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15080] ppid=15074 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/15077/task/15080/stat : 15080 (java) S 15074 15077 13538 0 -1 4202560 328 0 0 0 174 12 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880797505960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15081] ppid=15074 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/15077/task/15081/stat : 15081 (java) S 15074 15077 13538 0 -1 4202560 347 0 0 0 186 13 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880796453416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15082] ppid=15074 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/15077/task/15082/stat : 15082 (java) S 15074 15077 13538 0 -1 4202560 503 0 0 0 159 12 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880795400360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15083] ppid=15074 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/15077/task/15083/stat : 15083 (java) S 15074 15077 13538 0 -1 4202560 400 0 0 0 182 12 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880794347816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15084] ppid=15074 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/15077/task/15084/stat : 15084 (java) S 15074 15077 13538 0 -1 4202560 382 0 0 0 171 13 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880793295784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15085] ppid=15074 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/15077/task/15085/stat : 15085 (java) S 15074 15077 13538 0 -1 4202560 390 0 0 0 178 14 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880792243240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15086] ppid=15074 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/15077/task/15086/stat : 15086 (java) S 15074 15077 13538 0 -1 4202560 372 0 0 0 171 15 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880791190184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15087] ppid=15074 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/15077/task/15087/stat : 15087 (java) S 15074 15077 13538 0 -1 4202560 423 0 0 0 168 12 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880790137640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15088] ppid=15074 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/15077/task/15088/stat : 15088 (java) S 15074 15077 13538 0 -1 4202560 3210 0 0 0 360 17 0 0 20 0 22 0 22934555 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880777726312 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15089] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15089/stat : 15089 (java) S 15074 15077 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880659150200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15090] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15090/stat : 15090 (java) S 15074 15077 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880658097032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15091] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15091/stat : 15091 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880657045776 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15092] ppid=15074 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/15077/task/15092/stat : 15092 (java) S 15074 15077 13538 0 -1 4202560 8372 0 0 0 125 2 0 0 20 0 22 0 22934557 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880655993656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15093] ppid=15074 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/15077/task/15093/stat : 15093 (java) S 15074 15077 13538 0 -1 4202560 21279 0 0 0 224 3 0 0 20 0 22 0 22934557 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880654941112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15094] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15094/stat : 15094 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880653888248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15095] ppid=15074 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15077/task/15095/stat : 15095 (java) S 15074 15077 13538 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 22934558 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880652835912 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15096] ppid=15074 vsize=9824732 CPUtime=888.74 cores=0,2,4,6
/proc/15077/task/15096/stat : 15096 (java) R 15074 15077 13538 0 -1 4202560 115 0 0 0 88859 15 0 0 20 0 22 0 22934615 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880651779488 139880660078122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15097] ppid=15074 vsize=9824732 CPUtime=888.59 cores=0,2,4,6
/proc/15077/task/15097/stat : 15097 (java) R 15074 15077 13538 0 -1 4202560 2364 0 0 0 88810 49 0 0 20 0 22 0 22934615 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880650725680 139880660034344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15098] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15098/stat : 15098 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22934619 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880649675560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15099] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15099/stat : 15099 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22934619 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880648623016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 15077 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.501 s]
/proc/loadavg: 4.10 4.00 3.92 5/219 15265
/proc/meminfo: memFree=26618472/32872528 swapFree=163656/177964
[pid=15077] ppid=15074 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/15077/stat : 15077 (java) S 15074 15077 13538 0 -1 4202496 42274 0 1 0 179839 177 0 0 20 0 22 0 22934551 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 140736292959600 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15077/statm: 2456183 420538 2292 9 0 2446860 0
[pid=15077/tid=15079] ppid=15074 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/15077/task/15079/stat : 15079 (java) S 15074 15077 13538 0 -1 4202560 2472 0 1 0 59 5 0 0 20 0 22 0 22934552 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880836014968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15080] ppid=15074 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/15077/task/15080/stat : 15080 (java) S 15074 15077 13538 0 -1 4202560 328 0 0 0 174 12 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880797505960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15081] ppid=15074 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/15077/task/15081/stat : 15081 (java) S 15074 15077 13538 0 -1 4202560 347 0 0 0 186 13 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880796453416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15082] ppid=15074 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/15077/task/15082/stat : 15082 (java) S 15074 15077 13538 0 -1 4202560 503 0 0 0 159 12 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880795400360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15083] ppid=15074 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/15077/task/15083/stat : 15083 (java) S 15074 15077 13538 0 -1 4202560 400 0 0 0 182 12 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880794347816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15084] ppid=15074 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/15077/task/15084/stat : 15084 (java) S 15074 15077 13538 0 -1 4202560 382 0 0 0 171 13 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880793295784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15085] ppid=15074 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/15077/task/15085/stat : 15085 (java) S 15074 15077 13538 0 -1 4202560 390 0 0 0 178 14 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880792243240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15086] ppid=15074 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/15077/task/15086/stat : 15086 (java) S 15074 15077 13538 0 -1 4202560 372 0 0 0 171 15 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880791190184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15087] ppid=15074 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/15077/task/15087/stat : 15087 (java) S 15074 15077 13538 0 -1 4202560 423 0 0 0 168 12 0 0 20 0 22 0 22934554 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880790137640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15088] ppid=15074 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/15077/task/15088/stat : 15088 (java) S 15074 15077 13538 0 -1 4202560 3210 0 0 0 360 17 0 0 20 0 22 0 22934555 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880777726312 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15089] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15089/stat : 15089 (java) S 15074 15077 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880659150200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15090] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15090/stat : 15090 (java) S 15074 15077 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22934555 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880658097032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15091] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15091/stat : 15091 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880657045776 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15092] ppid=15074 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/15077/task/15092/stat : 15092 (java) S 15074 15077 13538 0 -1 4202560 8372 0 0 0 125 2 0 0 20 0 22 0 22934557 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880655993656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15093] ppid=15074 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/15077/task/15093/stat : 15093 (java) S 15074 15077 13538 0 -1 4202560 21279 0 0 0 224 3 0 0 20 0 22 0 22934557 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880654941112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15094] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15094/stat : 15094 (java) S 15074 15077 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22934557 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880653888248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15095] ppid=15074 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15077/task/15095/stat : 15095 (java) S 15074 15077 13538 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 22934558 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880652835912 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15077/tid=15096] ppid=15074 vsize=9824732 CPUtime=888.74 cores=0,2,4,6
/proc/15077/task/15096/stat : 15096 (java) R 15074 15077 13538 0 -1 4202560 115 0 0 0 88859 15 0 0 20 0 22 0 22934615 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880651779488 139880660078122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15077/tid=15097] ppid=15074 vsize=9824732 CPUtime=888.59 cores=0,2,4,6
/proc/15077/task/15097/stat : 15097 (java) R 15074 15077 13538 0 -1 4202560 2364 0 0 0 88810 49 0 0 20 0 22 0 22934615 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880650725680 139880660034344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15077/tid=15098] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15098/stat : 15098 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22934619 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880649675560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15077/tid=15099] ppid=15074 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15077/task/15099/stat : 15099 (java) S 15074 15077 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22934619 10060525568 420538 33554432000 1073741824 1073778376 140736292968464 139880648623016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 897.545
CPU time (s): 1800.9
CPU user time (s): 1798.59
CPU system time (s): 2.31065
CPU usage (%): 200.647
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 2.31065
maximum resident set size= 2942864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42315
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27917
involuntary context switches= 37004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.50701 second user time and 8.16576 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 02:14:06
IDJOB=4100298
IDBENCH=1599
IDSOLVER=2543
FILE ID=node105/4100298-1466208846
RUNJOBID= node105-1466206102-13554
PBS_JOBID= 19918167
Free space on /tmp= 71744 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/unibo/normalized-reduced-mps-v2-20-10-tr12-30.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100298-1466208846/watcher-4100298-1466208846 -o /tmp/evaluation-result-4100298-1466208846/solver-4100298-1466208846 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100298-1466208846.opb

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

MD5SUM BENCH= 012c11861136c422cb8bda81e1d7561a
RANDOM SEED=373929081

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:        29178196 kB
Buffers:           37380 kB
Cached:            82124 kB
SwapCached:         1776 kB
Active:          2737944 kB
Inactive:          72836 kB
Active(anon):    2691880 kB
Inactive(anon):     1492 kB
Active(file):      46064 kB
Inactive(file):    71344 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097092 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:       2896996 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             570788 kB
SReclaimable:      14692 kB
SUnreclaim:       556096 kB
KernelStack:        1808 kB
PageTables:         9824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3675924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2678784 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= 71744 MiB
End job on node105 at 2016-06-18 02:29:04