Trace number 4100138

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 893.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos14.opb
MD5SUM908b859aa6cb5be1c335ba1e4149146b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 240
Optimality of the best value was proved NO
Number of variables17840
Total number of constraints656
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 constraints656
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10640
Biggest coefficient in the objective function 3638
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 534104
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261895
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 534104
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4100138-1466207944.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
1.33/0.63	c ... done. Wall clock time 0.501s.
1.33/0.63	c declared #vars     17840
1.33/0.63	c #constraints  896
1.33/0.63	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.33/0.63	c constraints type 
1.33/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 896
1.33/0.63	c 896 constraints processed.
1.33/0.63	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.33/0.63	c constraints type 
1.33/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 896
1.33/0.63	c 896 constraints processed.
1.33/0.63	c objective function length is 10640 literals
3.78/1.31	c cleaning 2499 clauses out of 5002 with flag 10473/5002
4.73/1.69	c cleaning 4251 clauses out of 8502 with flag 23252/11001
5.86/2.12	c cleaning 5624 clauses out of 11250 with flag 38394/18000
6.95/2.66	c cleaning 6811 clauses out of 13628 with flag 55633/26002
8.49/3.35	c cleaning 7907 clauses out of 15816 with flag 74850/35001
10.08/4.19	c cleaning 8954 clauses out of 17909 with flag 96086/45001
12.17/5.14	c cleaning 9977 clauses out of 19955 with flag 119281/56001
14.36/6.24	c cleaning 10988 clauses out of 21977 with flag 144687/68000
16.84/7.48	c cleaning 11995 clauses out of 23989 with flag 172107/81000
19.65/8.89	c cleaning 12993 clauses out of 25994 with flag 201936/95000
23.24/10.63	c cleaning 13998 clauses out of 28001 with flag 234378/110000
27.35/12.65	c cleaning 14995 clauses out of 30003 with flag 268294/126000
31.37/14.63	c cleaning 0 clauses out of 5001 with flag 0/5001
31.72/14.73	c cleaning 15999 clauses out of 32007 with flag 306192/143000
37.55/17.37	c cleaning 17003 clauses out of 34008 with flag 346112/161000
42.67/19.74	c cleaning 18001 clauses out of 36008 with flag 389231/180003
46.66/21.74	c cleaning 18999 clauses out of 38003 with flag 432478/200000
51.64/24.18	c cleaning 20001 clauses out of 40005 with flag 480046/221001
58.46/27.51	c cleaning 21001 clauses out of 42003 with flag 527931/243000
66.04/31.28	c cleaning 22000 clauses out of 44006 with flag 577867/266004
72.24/34.39	c cleaning 22996 clauses out of 46003 with flag 629985/290001
79.83/38.11	c cleaning 24002 clauses out of 48007 with flag 683962/315001
84.46/40.43	c cleaning 0 clauses out of 11001 with flag 0/11001
87.92/42.10	c cleaning 24998 clauses out of 50005 with flag 739696/341001
95.31/45.64	c cleaning 25996 clauses out of 52007 with flag 796889/368002
105.55/50.79	c cleaning 27004 clauses out of 54009 with flag 858134/396000
117.48/56.69	c cleaning 28001 clauses out of 56005 with flag 923610/425000
132.39/64.09	c cleaning 29000 clauses out of 58004 with flag 996301/455000
146.07/71.25	c cleaning 30000 clauses out of 60004 with flag 1072449/486000
150.67/73.59	c cleaning 0 clauses out of 18000 with flag 0/18000
159.52/78.00	c cleaning 30999 clauses out of 62004 with flag 1159245/518000
174.58/85.49	c cleaning 31995 clauses out of 64006 with flag 1243342/551001
191.47/93.86	c cleaning 33004 clauses out of 66010 with flag 1340363/585000
209.73/102.93	c cleaning 33994 clauses out of 68006 with flag 1434836/620000
226.58/111.22	c cleaning 34995 clauses out of 70013 with flag 1531360/656001
245.10/120.42	c cleaning 36003 clauses out of 72017 with flag 1632077/693000
264.80/130.24	c cleaning 37003 clauses out of 74017 with flag 1736982/731003
285.10/140.26	c cleaning 38005 clauses out of 76013 with flag 1847423/770002
307.45/151.35	c cleaning 38995 clauses out of 78006 with flag 1964267/810000
323.41/159.27	c cleaning 0 clauses out of 26000 with flag 0/26000
332.56/163.75	c cleaning 40000 clauses out of 80011 with flag 2076654/851000
359.03/176.81	c cleaning 40998 clauses out of 82012 with flag 2191263/893001
385.18/189.76	c cleaning 42007 clauses out of 84015 with flag 2305390/936002
414.86/204.40	c cleaning 43003 clauses out of 86007 with flag 2423378/980001
445.97/219.83	c cleaning 43999 clauses out of 88003 with flag 2549030/1025000
478.45/235.93	c cleaning 44996 clauses out of 90004 with flag 2677210/1071000
513.93/253.58	c cleaning 46000 clauses out of 92008 with flag 2806225/1118000
546.83/269.83	c cleaning 46998 clauses out of 94009 with flag 2939333/1166001
585.69/289.07	c cleaning 48001 clauses out of 96011 with flag 3077491/1215001
610.08/301.10	c cleaning 0 clauses out of 35001 with flag 0/35001
616.08/304.13	c cleaning 48997 clauses out of 98010 with flag 3207783/1265001
646.97/319.48	c cleaning 49999 clauses out of 100012 with flag 3341432/1316000
685.81/338.67	c cleaning 51006 clauses out of 102018 with flag 3482663/1368005
722.89/357.07	c cleaning 51999 clauses out of 104007 with flag 3632836/1421000
767.24/379.06	c cleaning 53002 clauses out of 106008 with flag 3779538/1475000
811.63/401.06	c cleaning 53999 clauses out of 108006 with flag 3935710/1530000
857.61/423.81	c cleaning 54992 clauses out of 110005 with flag 4071807/1586000
889.58/439.62	c cleaning 55965 clauses out of 111942 with flag 4231569/1643006
969.80/480.27	c cleaning 56974 clauses out of 113966 with flag 4366358/1701000
1013.76/502.14	c cleaning 57988 clauses out of 115990 with flag 4513705/1760001
1036.56/513.47	c cleaning 58984 clauses out of 117989 with flag 4645292/1820000
1059.06/524.64	c cleaning 60001 clauses out of 120007 with flag 4784280/1881002
1072.98/531.50	c cleaning 0 clauses out of 45000 with flag 0/45000
1080.32/535.17	c cleaning 60994 clauses out of 122004 with flag 4959155/1943001
1108.44/549.13	c cleaning 62002 clauses out of 124010 with flag 5123207/2006001
1141.59/565.57	c cleaning 63001 clauses out of 126008 with flag 5294005/2070001
1174.50/581.83	c cleaning 63994 clauses out of 128006 with flag 5478289/2135004
1222.37/605.52	c cleaning 64993 clauses out of 130010 with flag 5654004/2201002
1257.24/622.80	c cleaning 66001 clauses out of 132013 with flag 5819453/2268000
1285.88/637.06	c cleaning 66997 clauses out of 134007 with flag 5989864/2336002
1333.55/660.80	c cleaning 67989 clauses out of 136004 with flag 6162158/2405000
1384.26/685.98	c cleaning 69006 clauses out of 138017 with flag 6342919/2475003
1425.07/706.12	c cleaning 69997 clauses out of 140002 with flag 6508427/2546002
1449.19/718.10	c cleaning 70986 clauses out of 141995 with flag 6675178/2618001
1544.17/765.33	c cleaning 71994 clauses out of 144009 with flag 6850405/2691001
1600.64/793.40	c cleaning 72987 clauses out of 146014 with flag 7025664/2765000
1623.24/804.63	c cleaning 0 clauses out of 56001 with flag 0/56001
1628.64/807.36	c cleaning 74008 clauses out of 148022 with flag 7211818/2840000
1679.87/832.65	c cleaning 74998 clauses out of 150011 with flag 7375771/2916000
1716.12/850.50	c cleaning 76001 clauses out of 152011 with flag 7594933/2993000
1783.92/885.19	c cleaning 76998 clauses out of 154010 with flag 7815417/3071000
1800.00/893.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/893.10	c starts		: 8693
1800.00/893.10	c conflicts		: 3114641
1800.00/893.10	c decisions		: 4626793
1800.00/893.10	c propagations		: 44993960
1800.00/893.10	c inspects		: 14939671010
1800.00/893.10	c shortcuts		: 0
1800.00/893.10	c learnt literals	: 148
1800.00/893.10	c learnt binary clauses	: 80
1800.00/893.10	c learnt ternary clauses	: 105
1800.00/893.10	c learnt constraints	: 3114493
1800.00/893.10	c ignored constraints	: 0
1800.00/893.10	c root simplifications	: 0
1800.00/893.10	c removed literals (reason simplification)	: 7693176
1800.00/893.10	c reason swapping (by a shorter reason)	: 0
1800.00/893.10	c Calls to reduceDB	: 74
1800.00/893.10	c Number of update (reduction) of LBD	: 354843
1800.00/893.10	c Imported unit clauses	: 0
1800.00/893.10	c number of reductions to clauses (during analyze)	: 0
1800.00/893.10	c number of learned constraints concerned by reduction	: 0
1800.00/893.10	c number of learning phase by resolution	: 0
1800.00/893.10	c number of learning phase by cutting planes	: 0
1800.00/893.10	c speed (assignments/second)	: 50417.86331787351
1800.00/893.10	c non guided choices	352437
1800.00/893.13	c learnt constraints type 
1800.00/893.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 80
1800.00/893.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120573
1800.00/893.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/893.13	c starts		: 76
1800.00/893.13	c conflicts		: 62052
1800.00/893.13	c decisions		: 182115
1800.00/893.13	c propagations		: 637923
1800.00/893.13	c inspects		: 832057505
1800.00/893.13	c shortcuts		: 0
1800.00/893.13	c learnt literals	: 0
1800.00/893.13	c learnt binary clauses	: 0
1800.00/893.13	c learnt ternary clauses	: 0
1800.00/893.13	c learnt constraints	: 62051
1800.00/893.13	c ignored constraints	: 0
1800.00/893.13	c root simplifications	: 0
1800.00/893.13	c removed literals (reason simplification)	: 0
1800.00/893.13	c reason swapping (by a shorter reason)	: 0
1800.00/893.13	c Calls to reduceDB	: 7
1800.00/893.13	c Number of update (reduction) of LBD	: 0
1800.00/893.13	c Imported unit clauses	: 0
1800.00/893.13	c number of reductions to clauses (during analyze)	: 0
1800.00/893.13	c number of learned constraints concerned by reduction	: 0
1800.00/893.13	c number of learning phase by resolution	: 0
1800.00/893.13	c number of learning phase by cutting planes	: 0
1800.00/893.13	c speed (assignments/second)	: 714.8293447092321
1800.00/893.13	c non guided choices	15342
1800.00/893.16	c learnt constraints type 
1800.00/893.16	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 13274
1800.00/893.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 48777
1800.00/893.16	s UNKNOWN
1800.00/893.16	c Total wall clock time (in seconds): 893.029

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4100138-1466207944/watcher-4100138-1466207944 -o /tmp/evaluation-result-4100138-1466207944/solver-4100138-1466207944 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100138-1466207944.opb 

pid=17779
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.22 4.30 3.69 4/197 17782
/proc/meminfo: memFree=24735092/32872528 swapFree=1534436/1655032
[pid=17782] ppid=17779 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/17782/stat : 17782 (java) D 17779 17782 15709 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 22842855 2560000 46 33554432000 1073741824 1073778376 140734974998976 140734974996104 217401355559 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/17782/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 4.22 4.30 3.69 4/197 17782
/proc/meminfo: memFree=24735092/32872528 swapFree=1534436/1655032
[pid=17782] ppid=17779 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/17782/stat : 17782 (java) S 17779 17782 15709 0 -1 4202496 4234 0 1 0 6 1 0 0 20 0 18 0 22842855 9787879424 5364 33554432000 1073741824 1073778376 140736483973952 140736483965088 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17782/statm: 2389619 5367 2059 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200239 s]
/proc/loadavg: 4.22 4.30 3.69 4/197 17782
/proc/meminfo: memFree=24735092/32872528 swapFree=1534436/1655032
[pid=17782] ppid=17779 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/17782/stat : 17782 (java) S 17779 17782 15709 0 -1 4202496 4963 0 1 0 25 1 0 0 20 0 18 0 22842855 9787879424 6953 33554432000 1073741824 1073778376 140736483973952 140736483965088 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17782/statm: 2389619 6953 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300208 s]
/proc/loadavg: 4.22 4.30 3.69 4/197 17782
/proc/meminfo: memFree=24735092/32872528 swapFree=1534436/1655032
[pid=17782] ppid=17779 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/17782/stat : 17782 (java) S 17779 17782 15709 0 -1 4202496 5594 0 1 0 46 2 0 0 20 0 18 0 22842855 9787879424 9369 33554432000 1073741824 1073778376 140736483973952 140736483965088 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17782/statm: 2389619 9369 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 4.22 4.30 3.69 4/197 17782
/proc/meminfo: memFree=24735092/32872528 swapFree=1534436/1655032
[pid=17782] ppid=17779 vsize=9692632 CPUtime=1.6 cores=0,2,4,6
/proc/17782/stat : 17782 (java) S 17779 17782 15709 0 -1 4202496 16369 0 1 0 155 5 0 0 20 0 21 0 22842855 9925255168 31941 33554432000 1073741824 1073778376 140736483973952 140736483965088 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17782/statm: 2423158 31941 2266 9 0 2413835 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9692632

[startup+1.5009 s]
/proc/loadavg: 4.22 4.30 3.69 5/219 17804
/proc/meminfo: memFree=24581880/32872528 swapFree=1534436/1655032
[pid=17782] ppid=17779 vsize=9824732 CPUtime=4.44 cores=0,2,4,6
/proc/17782/stat : 17782 (java) S 17779 17782 15709 0 -1 4202496 21452 0 1 0 435 9 0 0 20 0 22 0 22842855 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140736483965088 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17782/statm: 2456183 50216 2291 9 0 2446860 0
[pid=17782/tid=17784] ppid=17779 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/17782/task/17784/stat : 17784 (java) S 17779 17782 15709 0 -1 4202560 2464 0 1 0 57 2 0 0 20 0 22 0 22842856 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140486475740024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17785] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17785/stat : 17785 (java) S 17779 17782 15709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 22842858 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140486437230888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17786] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17786/stat : 17786 (java) S 17779 17782 15709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22842858 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140486436178088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17787] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17787/stat : 17787 (java) S 17779 17782 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842858 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140486316649000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17788] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17788/stat : 17788 (java) S 17779 17782 15709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22842858 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140486315596200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17789] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (java) S 17779 17782 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22842858 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140486314543912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17790] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17790/stat : 17790 (java) S 17779 17782 15709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22842858 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140486313491112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17791] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17791/stat : 17791 (java) S 17779 17782 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842858 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140486312438824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17792] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17792/stat : 17792 (java) S 17779 17782 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842858 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140486311386024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17793] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17793/stat : 17793 (java) S 17779 17782 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485829056744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17794] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17794/stat : 17794 (java) S 17779 17782 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485828002808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17795] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17795/stat : 17795 (java) S 17779 17782 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485826950408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17796] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17796/stat : 17796 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485825898896 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17797] ppid=17779 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/17782/task/17797/stat : 17797 (java) S 17779 17782 15709 0 -1 4202560 6000 0 0 0 105 1 0 0 20 0 22 0 22842862 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485824846520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17798] ppid=17779 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/17782/task/17798/stat : 17798 (java) S 17779 17782 15709 0 -1 4202560 11499 0 0 0 97 1 0 0 20 0 22 0 22842862 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485823793720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17799] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17799/stat : 17799 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485822741624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17800] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17800/stat : 17800 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485821689032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17801] ppid=17779 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/17782/task/17801/stat : 17801 (java) R 17779 17782 15709 0 -1 4202560 21 0 0 0 81 0 0 0 20 0 22 0 22842919 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485820633400 140486317504439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17802] ppid=17779 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/17782/task/17802/stat : 17802 (java) R 17779 17782 15709 0 -1 4202560 58 0 0 0 78 0 0 0 20 0 22 0 22842919 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485819579720 140486317452630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17803] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17803/stat : 17803 (java) S 17779 17782 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842923 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485818528936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17804] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17804/stat : 17804 (java) S 17779 17782 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842926 10060525568 50216 33554432000 1073741824 1073778376 140736483973952 140485817476136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.21 4.30 3.69 5/219 17804
/proc/meminfo: memFree=24479668/32872528 swapFree=1534436/1655032
[pid=17782] ppid=17779 vsize=9824732 CPUtime=8.01 cores=0,2,4,6
/proc/17782/stat : 17782 (java) S 17779 17782 15709 0 -1 4202496 22116 0 1 0 784 17 0 0 20 0 22 0 22842855 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140736483965088 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17782/statm: 2456183 90656 2291 9 0 2446860 0
[pid=17782/tid=17784] ppid=17779 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/17782/task/17784/stat : 17784 (java) S 17779 17782 15709 0 -1 4202560 2464 0 1 0 57 2 0 0 20 0 22 0 22842856 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140486475740024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17785] ppid=17779 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17782/task/17785/stat : 17785 (java) S 17779 17782 15709 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 22 0 22842858 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140486437230888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17786] ppid=17779 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17782/task/17786/stat : 17786 (java) S 17779 17782 15709 0 -1 4202560 123 0 0 0 3 0 0 0 20 0 22 0 22842858 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140486436178088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17787] ppid=17779 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17782/task/17787/stat : 17787 (java) S 17779 17782 15709 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 22842858 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140486316649000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17788] ppid=17779 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17782/task/17788/stat : 17788 (java) S 17779 17782 15709 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 22 0 22842858 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140486315596200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17789] ppid=17779 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (java) S 17779 17782 15709 0 -1 4202560 131 0 0 0 5 2 0 0 20 0 22 0 22842858 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140486314543912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17790] ppid=17779 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17782/task/17790/stat : 17790 (java) S 17779 17782 15709 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 22842858 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140486313491112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17791] ppid=17779 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17782/task/17791/stat : 17791 (java) S 17779 17782 15709 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 22842858 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140486312438824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17792] ppid=17779 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17782/task/17792/stat : 17792 (java) S 17779 17782 15709 0 -1 4202560 86 0 0 0 2 0 0 0 20 0 22 0 22842858 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140486311386024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17793] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17793/stat : 17793 (java) S 17779 17782 15709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485829056744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17794] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17794/stat : 17794 (java) S 17779 17782 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485828002808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17795] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17795/stat : 17795 (java) S 17779 17782 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485826950408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17796] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17796/stat : 17796 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485825898896 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17797] ppid=17779 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/17782/task/17797/stat : 17797 (java) S 17779 17782 15709 0 -1 4202560 6001 0 0 0 110 1 0 0 20 0 22 0 22842862 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485824846520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17798] ppid=17779 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/17782/task/17798/stat : 17798 (java) S 17779 17782 15709 0 -1 4202560 11499 0 0 0 116 2 0 0 20 0 22 0 22842862 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485823793720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17799] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17799/stat : 17799 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485822741624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17800] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17800/stat : 17800 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485821689032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17801] ppid=17779 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/17782/task/17801/stat : 17801 (java) R 17779 17782 15709 0 -1 4202560 22 0 0 0 233 0 0 0 20 0 22 0 22842919 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485820633448 140486317439179 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17802] ppid=17779 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/17782/task/17802/stat : 17802 (java) R 17779 17782 15709 0 -1 4202560 110 0 0 0 228 2 0 0 20 0 22 0 22842919 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485819579344 140486317670095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17803] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17803/stat : 17803 (java) S 17779 17782 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842923 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485818528936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17804] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17804/stat : 17804 (java) S 17779 17782 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842926 10060525568 90656 33554432000 1073741824 1073778376 140736483973952 140485817476136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.21 4.30 3.69 6/219 17804
/proc/meminfo: memFree=24095548/32872528 swapFree=1534436/1655032
[pid=17782] ppid=17779 vsize=9824732 CPUtime=14.56 cores=0,2,4,6
/proc/17782/stat : 17782 (java) S 17779 17782 15709 0 -1 4202496 22866 0 1 0 1427 29 0 0 20 0 22 0 22842855 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140736483965088 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17782/statm: 2456183 161695 2291 9 0 2446860 0
[pid=17782/tid=17784] ppid=17779 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/17782/task/17784/stat : 17784 (java) S 17779 17782 15709 0 -1 4202560 2465 0 1 0 57 2 0 0 20 0 22 0 22842856 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140486475740024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17785] ppid=17779 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17782/task/17785/stat : 17785 (java) S 17779 17782 15709 0 -1 4202560 55 0 0 0 6 2 0 0 20 0 22 0 22842858 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140486437230888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17786] ppid=17779 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17782/task/17786/stat : 17786 (java) S 17779 17782 15709 0 -1 4202560 140 0 0 0 5 1 0 0 20 0 22 0 22842858 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140486436178088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17787] ppid=17779 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17782/task/17787/stat : 17787 (java) S 17779 17782 15709 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 22842858 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140486316649000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17788] ppid=17779 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/17782/task/17788/stat : 17788 (java) S 17779 17782 15709 0 -1 4202560 145 0 0 0 9 4 0 0 20 0 22 0 22842858 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140486315596200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17789] ppid=17779 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (java) S 17779 17782 15709 0 -1 4202560 161 0 0 0 8 3 0 0 20 0 22 0 22842858 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140486314543912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17790] ppid=17779 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17782/task/17790/stat : 17790 (java) S 17779 17782 15709 0 -1 4202560 54 0 0 0 4 1 0 0 20 0 22 0 22842858 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140486313491112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17791] ppid=17779 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17782/task/17791/stat : 17791 (java) S 17779 17782 15709 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 22 0 22842858 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140486312438824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17792] ppid=17779 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17782/task/17792/stat : 17792 (java) S 17779 17782 15709 0 -1 4202560 122 0 0 0 6 2 0 0 20 0 22 0 22842858 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140486311386024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17793] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17793/stat : 17793 (java) S 17779 17782 15709 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140485829056744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17794] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17794/stat : 17794 (java) S 17779 17782 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140485828002808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17795] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17795/stat : 17795 (java) S 17779 17782 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140485826950408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17796] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17796/stat : 17796 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 161695 33554432000 1073741824 1073778376 140736483973952 140485825898896 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17797] ppid=17779 vsize=9824732 CPUtime=1.11 cores=0,2,4,6

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

/proc/17782/task/17787/stat : 17787 (java) S 17779 17782 15709 0 -1 4202560 576 0 0 0 386 15 0 0 20 0 22 0 22842858 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140486316649000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17788] ppid=17779 vsize=9824732 CPUtime=3.62 cores=0,2,4,6
/proc/17782/task/17788/stat : 17788 (java) S 17779 17782 15709 0 -1 4202560 720 0 0 0 348 14 0 0 20 0 22 0 22842858 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140486315596200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17789] ppid=17779 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (java) S 17779 17782 15709 0 -1 4202560 733 0 0 0 389 14 0 0 20 0 22 0 22842858 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140486314543912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17790] ppid=17779 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/17782/task/17790/stat : 17790 (java) S 17779 17782 15709 0 -1 4202560 671 0 0 0 381 13 0 0 20 0 22 0 22842858 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140486313491112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17791] ppid=17779 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/17782/task/17791/stat : 17791 (java) S 17779 17782 15709 0 -1 4202560 569 0 0 0 371 10 0 0 20 0 22 0 22842858 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140486312438824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17792] ppid=17779 vsize=9824732 CPUtime=3.91 cores=0,2,4,6
/proc/17782/task/17792/stat : 17792 (java) S 17779 17782 15709 0 -1 4202560 616 0 0 0 377 14 0 0 20 0 22 0 22842858 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140486311386024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17793] ppid=17779 vsize=9824732 CPUtime=4.08 cores=0,2,4,6
/proc/17782/task/17793/stat : 17793 (java) S 17779 17782 15709 0 -1 4202560 2161 0 0 0 399 9 0 0 20 0 22 0 22842859 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485829056744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17794] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17794/stat : 17794 (java) S 17779 17782 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485828002808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17795] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17795/stat : 17795 (java) S 17779 17782 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485826950408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17796] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17796/stat : 17796 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485825898896 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17797] ppid=17779 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/17782/task/17797/stat : 17797 (java) S 17779 17782 15709 0 -1 4202560 9993 0 0 0 162 2 0 0 20 0 22 0 22842862 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485824846520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17798] ppid=17779 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/17782/task/17798/stat : 17798 (java) S 17779 17782 15709 0 -1 4202560 20365 0 0 0 223 3 0 0 20 0 22 0 22842862 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485823793720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17799] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17799/stat : 17799 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485822741624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17800] ppid=17779 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17782/task/17800/stat : 17800 (java) S 17779 17782 15709 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 22842862 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485821689032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17801] ppid=17779 vsize=9824732 CPUtime=866.99 cores=0,2,4,6
/proc/17782/task/17801/stat : 17801 (java) R 17779 17782 15709 0 -1 4202560 137 0 0 0 86683 16 0 0 20 0 22 0 22842919 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485820632320 140486317560608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17802] ppid=17779 vsize=9824732 CPUtime=867.02 cores=0,2,4,6
/proc/17782/task/17802/stat : 17802 (java) R 17779 17782 15709 0 -1 4202560 2020 0 0 0 86656 46 0 0 20 0 22 0 22842919 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485819578144 140486317668970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17803] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17803/stat : 17803 (java) S 17779 17782 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842923 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485818528936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17804] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17804/stat : 17804 (java) S 17779 17782 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842926 10060525568 895279 33554432000 1073741824 1073778376 140736483973952 140485817476136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1778.28
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.101 s]
/proc/loadavg: 4.11 4.20 4.00 5/218 17927
/proc/meminfo: memFree=22457264/32872528 swapFree=1534436/1655032
[pid=17782] ppid=17779 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/17782/stat : 17782 (java) S 17779 17782 15709 0 -1 4202496 43374 0 1 0 179828 172 0 0 20 0 22 0 22842855 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140736483965088 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17782/statm: 2456183 895198 2300 9 0 2446860 0
[pid=17782/tid=17784] ppid=17779 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/17782/task/17784/stat : 17784 (java) S 17779 17782 15709 0 -1 4202560 2480 0 1 0 59 4 0 0 20 0 22 0 22842856 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486475740024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17785] ppid=17779 vsize=9824732 CPUtime=3.92 cores=0,2,4,6
/proc/17782/task/17785/stat : 17785 (java) S 17779 17782 15709 0 -1 4202560 455 0 0 0 382 10 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486437230888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17786] ppid=17779 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/17782/task/17786/stat : 17786 (java) S 17779 17782 15709 0 -1 4202560 560 0 0 0 370 10 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486436178088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17787] ppid=17779 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/17782/task/17787/stat : 17787 (java) S 17779 17782 15709 0 -1 4202560 576 0 0 0 390 15 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486316649000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17788] ppid=17779 vsize=9824732 CPUtime=3.66 cores=0,2,4,6
/proc/17782/task/17788/stat : 17788 (java) S 17779 17782 15709 0 -1 4202560 720 0 0 0 352 14 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486315596200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17789] ppid=17779 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (java) S 17779 17782 15709 0 -1 4202560 733 0 0 0 392 14 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486314543912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17790] ppid=17779 vsize=9824732 CPUtime=4 cores=0,2,4,6
/proc/17782/task/17790/stat : 17790 (java) S 17779 17782 15709 0 -1 4202560 671 0 0 0 387 13 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486313491112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17791] ppid=17779 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/17782/task/17791/stat : 17791 (java) S 17779 17782 15709 0 -1 4202560 569 0 0 0 375 11 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486312438824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17792] ppid=17779 vsize=9824732 CPUtime=3.95 cores=0,2,4,6
/proc/17782/task/17792/stat : 17792 (java) S 17779 17782 15709 0 -1 4202560 616 0 0 0 381 14 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486311386024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17793] ppid=17779 vsize=9824732 CPUtime=4.08 cores=0,2,4,6
/proc/17782/task/17793/stat : 17793 (java) S 17779 17782 15709 0 -1 4202560 2162 0 0 0 399 9 0 0 20 0 22 0 22842859 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485829056744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17794] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17794/stat : 17794 (java) S 17779 17782 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485828002808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17795] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17795/stat : 17795 (java) S 17779 17782 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485826950408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17796] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17796/stat : 17796 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485825898896 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17797] ppid=17779 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/17782/task/17797/stat : 17797 (java) S 17779 17782 15709 0 -1 4202560 9993 0 0 0 162 2 0 0 20 0 22 0 22842862 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485824846520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17798] ppid=17779 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/17782/task/17798/stat : 17798 (java) S 17779 17782 15709 0 -1 4202560 20365 0 0 0 223 3 0 0 20 0 22 0 22842862 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485823793720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17799] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17799/stat : 17799 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485822741624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17800] ppid=17779 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17782/task/17800/stat : 17800 (java) S 17779 17782 15709 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 22842862 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485821689032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17801] ppid=17779 vsize=9824732 CPUtime=877.66 cores=0,2,4,6
/proc/17782/task/17801/stat : 17801 (java) R 17779 17782 15709 0 -1 4202560 138 0 0 0 87750 16 0 0 20 0 22 0 22842919 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485820633392 140486317607089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17802] ppid=17779 vsize=9824732 CPUtime=877.69 cores=0,2,4,6
/proc/17782/task/17802/stat : 17802 (java) R 17779 17782 15709 0 -1 4202560 2021 0 0 0 87723 46 0 0 20 0 22 0 22842919 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485819579424 140486317607089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17803] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17803/stat : 17803 (java) S 17779 17782 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842923 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485818528936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17804] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17804/stat : 17804 (java) S 17779 17782 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842926 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485817476136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 17782 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+893.101 s]
/proc/loadavg: 4.11 4.20 4.00 5/218 17927
/proc/meminfo: memFree=22457264/32872528 swapFree=1534436/1655032
[pid=17782] ppid=17779 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/17782/stat : 17782 (java) S 17779 17782 15709 0 -1 4202496 43374 0 1 0 179828 172 0 0 20 0 22 0 22842855 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140736483965088 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17782/statm: 2456183 895198 2300 9 0 2446860 0
[pid=17782/tid=17784] ppid=17779 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/17782/task/17784/stat : 17784 (java) S 17779 17782 15709 0 -1 4202560 2480 0 1 0 59 4 0 0 20 0 22 0 22842856 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486475740024 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17785] ppid=17779 vsize=9824732 CPUtime=3.92 cores=0,2,4,6
/proc/17782/task/17785/stat : 17785 (java) S 17779 17782 15709 0 -1 4202560 455 0 0 0 382 10 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486437230888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17786] ppid=17779 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/17782/task/17786/stat : 17786 (java) S 17779 17782 15709 0 -1 4202560 560 0 0 0 370 10 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486436178088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17787] ppid=17779 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/17782/task/17787/stat : 17787 (java) S 17779 17782 15709 0 -1 4202560 576 0 0 0 390 15 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486316649000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17788] ppid=17779 vsize=9824732 CPUtime=3.66 cores=0,2,4,6
/proc/17782/task/17788/stat : 17788 (java) S 17779 17782 15709 0 -1 4202560 720 0 0 0 352 14 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486315596200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17789] ppid=17779 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/17782/task/17789/stat : 17789 (java) S 17779 17782 15709 0 -1 4202560 733 0 0 0 392 14 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486314543912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17790] ppid=17779 vsize=9824732 CPUtime=4 cores=0,2,4,6
/proc/17782/task/17790/stat : 17790 (java) S 17779 17782 15709 0 -1 4202560 671 0 0 0 387 13 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486313491112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17791] ppid=17779 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/17782/task/17791/stat : 17791 (java) S 17779 17782 15709 0 -1 4202560 569 0 0 0 375 11 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486312438824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17792] ppid=17779 vsize=9824732 CPUtime=3.95 cores=0,2,4,6
/proc/17782/task/17792/stat : 17792 (java) S 17779 17782 15709 0 -1 4202560 616 0 0 0 381 14 0 0 20 0 22 0 22842858 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140486311386024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17793] ppid=17779 vsize=9824732 CPUtime=4.08 cores=0,2,4,6
/proc/17782/task/17793/stat : 17793 (java) S 17779 17782 15709 0 -1 4202560 2162 0 0 0 399 9 0 0 20 0 22 0 22842859 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485829056744 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17794] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17794/stat : 17794 (java) S 17779 17782 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485828002808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17795] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17795/stat : 17795 (java) S 17779 17782 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22842859 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485826950408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17796] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17796/stat : 17796 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485825898896 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17797] ppid=17779 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/17782/task/17797/stat : 17797 (java) S 17779 17782 15709 0 -1 4202560 9993 0 0 0 162 2 0 0 20 0 22 0 22842862 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485824846520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17798] ppid=17779 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/17782/task/17798/stat : 17798 (java) S 17779 17782 15709 0 -1 4202560 20365 0 0 0 223 3 0 0 20 0 22 0 22842862 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485823793720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17782/tid=17799] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17799/stat : 17799 (java) S 17779 17782 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22842862 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485822741624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17782/tid=17800] ppid=17779 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17782/task/17800/stat : 17800 (java) S 17779 17782 15709 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 22842862 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485821689032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17801] ppid=17779 vsize=9824732 CPUtime=877.66 cores=0,2,4,6
/proc/17782/task/17801/stat : 17801 (java) R 17779 17782 15709 0 -1 4202560 138 0 0 0 87750 16 0 0 20 0 22 0 22842919 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485820633392 140486317607089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17782/tid=17802] ppid=17779 vsize=9824732 CPUtime=877.69 cores=0,2,4,6
/proc/17782/task/17802/stat : 17802 (java) R 17779 17782 15709 0 -1 4202560 2021 0 0 0 87723 46 0 0 20 0 22 0 22842919 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485819579424 140486317607089 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17803] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17803/stat : 17803 (java) S 17779 17782 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842923 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485818528936 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17782/tid=17804] ppid=17779 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17782/task/17804/stat : 17804 (java) S 17779 17782 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22842926 10060525568 895198 33554432000 1073741824 1073778376 140736483973952 140485817476136 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17782 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=859291
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=172669
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.19
CPU time (s): 1800
CPU user time (s): 1798.28
CPU system time (s): 1.72
CPU usage (%): 201.525
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.86
system time used= 2.17267
maximum resident set size= 3584440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43409
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24465
involuntary context switches= 31859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.98609 second user time and 8.19375 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 01:59:04
IDJOB=4100138
IDBENCH=1578
IDSOLVER=2543
FILE ID=node122/4100138-1466207944
RUNJOBID= node122-1466206083-15725
PBS_JOBID= 19918155
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 908b859aa6cb5be1c335ba1e4149146b
RANDOM SEED=1824892814

node122.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.769
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.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        24735628 kB
Buffers:          121284 kB
Cached:          1621528 kB
SwapCached:            0 kB
Active:          4068940 kB
Inactive:        1652520 kB
Active(anon):    3980948 kB
Inactive(anon):       32 kB
Active(file):      87992 kB
Inactive(file):  1652488 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:       5749976 kB
Mapped:            21176 kB
Shmem:               204 kB
Slab:             607888 kB
SReclaimable:      51668 kB
SUnreclaim:       556220 kB
KernelStack:        1808 kB
PageTables:        15644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6184184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4122624 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= 71740 MiB
End job on node122 at 2016-06-18 02:13:58