Trace number 4081638

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.04 899.55

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894244.opb
MD5SUMcdfac8cd93d8a1de6ab1cef68bd1ac7c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables21856
Total number of constraints12129
Number of constraints which are clauses4095
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints7696
Minimum length of a constraint1
Maximum length of a constraint211
Number of terms in the objective function 16
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 16
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 211
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.09/0.10	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-4081638-1465268078.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
1.71/1.01	c ... done. Wall clock time 0.882s.
1.71/1.01	c declared #vars     21856
1.71/1.01	c #constraints  16307
1.71/1.01	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.71/1.01	c constraints type 
1.71/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3188
1.71/1.01	c org.sat4j.minisat.constraints.cnf.UnitClauses => 816
1.71/1.01	c org.sat4j.specs.Constr$1 => 2012
1.71/1.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 6644
1.71/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3287
1.71/1.01	c org.sat4j.minisat.constraints.cnf.UnitClause => 360
1.71/1.01	c 16307 constraints processed.
1.71/1.01	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.71/1.01	c constraints type 
1.71/1.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3287
1.71/1.01	c org.sat4j.specs.Constr$1 => 2012
1.71/1.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3188
1.71/1.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6644
1.71/1.01	c org.sat4j.pb.constraints.pb.UnitClausesPB => 816
1.71/1.01	c org.sat4j.pb.constraints.pb.UnitClausePB => 360
1.71/1.01	c 16307 constraints processed.
1.71/1.01	c objective function length is 16 literals
4.97/2.19	c cleaning 2494 clauses out of 5001 with flag 24988/5001
7.57/3.33	c cleaning 4251 clauses out of 8505 with flag 65281/11001
10.43/4.59	c cleaning 5610 clauses out of 11252 with flag 114453/18000
13.73/6.03	c cleaning 6779 clauses out of 13640 with flag 173727/26000
17.58/7.90	c cleaning 7854 clauses out of 15861 with flag 245816/35000
21.18/9.73	c cleaning 8986 clauses out of 18006 with flag 324413/45000
25.20/11.79	c cleaning 9982 clauses out of 20019 with flag 423327/56000
30.61/14.45	c cleaning 10965 clauses out of 22037 with flag 525436/68001
36.40/17.38	c cleaning 11986 clauses out of 24071 with flag 644707/81000
42.53/20.31	c cleaning 12929 clauses out of 26080 with flag 774644/95001
48.53/23.31	c cleaning 13999 clauses out of 28146 with flag 906580/110000
55.16/26.65	c cleaning 15012 clauses out of 30142 with flag 1040554/126000
61.42/29.79	c cleaning 16049 clauses out of 32129 with flag 1179354/143000
66.80/32.43	c cleaning 16983 clauses out of 34076 with flag 1317987/161000
75.22/36.63	c cleaning 17944 clauses out of 36087 with flag 1485958/180000
83.22/40.61	c cleaning 19003 clauses out of 38141 with flag 1661790/200002
92.62/45.34	c cleaning 20004 clauses out of 40132 with flag 1856396/221001
101.75/49.81	c cleaning 20952 clauses out of 42121 with flag 2044781/243000
109.75/53.85	c cleaning 22017 clauses out of 44166 with flag 2232268/266001
118.55/58.23	c cleaning 23021 clauses out of 46147 with flag 2430736/290001
129.55/63.72	c cleaning 24034 clauses out of 48125 with flag 2649764/315001
140.17/69.03	c cleaning 25018 clauses out of 50086 with flag 2858623/341000
152.57/75.27	c cleaning 25974 clauses out of 52060 with flag 3107840/368000
163.97/80.94	c cleaning 26994 clauses out of 54083 with flag 3353456/396000
177.28/87.49	c cleaning 27917 clauses out of 56089 with flag 3602712/425001
191.28/94.40	c cleaning 29052 clauses out of 58170 with flag 3858052/455000
203.88/100.79	c cleaning 29957 clauses out of 60117 with flag 4120953/486000
219.68/108.63	c cleaning 30945 clauses out of 62159 with flag 4404217/518000
234.90/116.28	c cleaning 32082 clauses out of 64212 with flag 4677118/551000
246.71/122.16	c cleaning 33037 clauses out of 66129 with flag 4899687/585000
260.12/128.85	c cleaning 33977 clauses out of 68092 with flag 5151482/620001
279.12/138.30	c cleaning 35036 clauses out of 70111 with flag 5441922/656000
294.93/146.19	c cleaning 35966 clauses out of 72072 with flag 5713686/693000
309.52/153.48	c cleaning 36982 clauses out of 74106 with flag 5973934/731000
326.93/162.19	c cleaning 37973 clauses out of 76125 with flag 6263304/770001
344.93/171.17	c cleaning 39025 clauses out of 78151 with flag 6558331/810000
361.34/179.34	c cleaning 39984 clauses out of 80127 with flag 6812472/851001
378.93/188.18	c cleaning 41063 clauses out of 82143 with flag 7123783/893001
401.39/199.79	c cleaning 41974 clauses out of 84080 with flag 7496243/936001
420.79/209.47	c cleaning 43018 clauses out of 86106 with flag 7816172/980002
440.39/219.20	c cleaning 44043 clauses out of 88088 with flag 8119260/1025004
459.60/228.88	c cleaning 44972 clauses out of 90041 with flag 8429817/1071000
484.00/241.07	c cleaning 45957 clauses out of 92069 with flag 8764551/1118001
508.38/253.27	c cleaning 47046 clauses out of 94113 with flag 9136314/1166002
533.78/265.94	c cleaning 47994 clauses out of 96067 with flag 9476995/1215002
558.19/278.18	c cleaning 48966 clauses out of 98070 with flag 9850466/1265001
584.05/291.08	c cleaning 50032 clauses out of 100103 with flag 10177645/1316000
606.65/302.35	c cleaning 51031 clauses out of 102071 with flag 10536507/1368001
631.85/314.90	c cleaning 51959 clauses out of 104039 with flag 10886946/1421000
656.84/327.49	c cleaning 53029 clauses out of 106080 with flag 11260103/1475000
682.84/340.32	c cleaning 53871 clauses out of 108052 with flag 11661256/1530001
710.65/354.21	c cleaning 55020 clauses out of 110180 with flag 12026213/1586001
736.24/367.09	c cleaning 55928 clauses out of 112159 with flag 12405392/1643001
763.83/380.80	c cleaning 57062 clauses out of 114231 with flag 12815289/1701001
788.22/393.01	c cleaning 58041 clauses out of 116169 with flag 13159009/1760001
816.03/406.98	c cleaning 59038 clauses out of 118127 with flag 13531019/1820000
848.84/423.24	c cleaning 60026 clauses out of 120089 with flag 13946377/1881001
878.05/437.82	c cleaning 60936 clauses out of 122062 with flag 14327267/1943000
910.03/453.82	c cleaning 62060 clauses out of 124129 with flag 14740058/2006003
944.45/471.51	c cleaning 63027 clauses out of 126067 with flag 15187477/2070001
978.04/488.33	c cleaning 63977 clauses out of 128037 with flag 15639536/2135000
1011.45/505.08	c cleaning 64978 clauses out of 130061 with flag 16038610/2201001
1043.42/521.04	c cleaning 66038 clauses out of 132083 with flag 16460901/2268001
1078.32/538.48	c cleaning 66900 clauses out of 134044 with flag 16909838/2336000
1113.31/555.99	c cleaning 68037 clauses out of 136145 with flag 17336558/2405001
1153.30/575.92	c cleaning 69009 clauses out of 138107 with flag 17785835/2475000
1191.10/594.86	c cleaning 70018 clauses out of 140099 with flag 18280336/2546001
1228.64/613.52	c cleaning 71003 clauses out of 142081 with flag 18776896/2618002
1268.04/633.26	c cleaning 71947 clauses out of 144074 with flag 19222633/2691000
1311.84/655.11	c cleaning 73047 clauses out of 146128 with flag 19666667/2765001
1352.35/675.31	c cleaning 74030 clauses out of 148081 with flag 20091915/2840001
1394.94/696.63	c cleaning 74854 clauses out of 150048 with flag 20649227/2916001
1435.45/716.75	c cleaning 76088 clauses out of 152193 with flag 21072653/2993000
1480.25/739.13	c cleaning 77047 clauses out of 154108 with flag 21527013/3071003
1519.64/758.86	c cleaning 77971 clauses out of 156059 with flag 21996277/3150001
1567.82/783.50	c cleaning 79018 clauses out of 158087 with flag 22498338/3230000
1612.41/805.81	c cleaning 80022 clauses out of 160068 with flag 22986092/3311000
1659.95/829.52	c cleaning 80937 clauses out of 162049 with flag 23480764/3393003
1713.12/856.16	c cleaning 81961 clauses out of 164109 with flag 24055677/3476000
1763.47/881.22	c cleaning 83013 clauses out of 166147 with flag 24614084/3560000
1800.04/899.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/899.50	c starts		: 12841
1800.04/899.50	c conflicts		: 3627696
1800.04/899.50	c decisions		: 19290472
1800.04/899.50	c propagations		: 1003698423
1800.04/899.50	c inspects		: 9232638913
1800.04/899.50	c shortcuts		: 0
1800.04/899.50	c learnt literals	: 105
1800.04/899.50	c learnt binary clauses	: 3497
1800.04/899.50	c learnt ternary clauses	: 25715
1800.04/899.50	c learnt constraints	: 3627591
1800.04/899.50	c ignored constraints	: 0
1800.04/899.50	c root simplifications	: 0
1800.04/899.50	c removed literals (reason simplification)	: 25215730
1800.04/899.50	c reason swapping (by a shorter reason)	: 0
1800.04/899.50	c Calls to reduceDB	: 80
1800.04/899.50	c Number of update (reduction) of LBD	: 1402491
1800.04/899.50	c Imported unit clauses	: 0
1800.04/899.50	c number of reductions to clauses (during analyze)	: 0
1800.04/899.50	c number of learned constraints concerned by reduction	: 0
1800.04/899.50	c number of learning phase by resolution	: 0
1800.04/899.50	c number of learning phase by cutting planes	: 0
1800.04/899.50	c speed (assignments/second)	: 1117129.5202245614
1800.04/899.50	c non guided choices	244292
1800.04/899.53	c learnt constraints type 
1800.04/899.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3497
1800.04/899.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 147333
1800.04/899.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/899.53	c starts		: 21
1800.04/899.53	c conflicts		: 4574
1800.04/899.53	c decisions		: 234724
1800.04/899.53	c propagations		: 2539070
1800.04/899.53	c inspects		: 48324252
1800.04/899.53	c shortcuts		: 0
1800.04/899.53	c learnt literals	: 0
1800.04/899.53	c learnt binary clauses	: 0
1800.04/899.53	c learnt ternary clauses	: 0
1800.04/899.53	c learnt constraints	: 4573
1800.04/899.53	c ignored constraints	: 0
1800.04/899.53	c root simplifications	: 0
1800.04/899.53	c removed literals (reason simplification)	: 0
1800.04/899.53	c reason swapping (by a shorter reason)	: 0
1800.04/899.53	c Calls to reduceDB	: 0
1800.04/899.53	c Number of update (reduction) of LBD	: 0
1800.04/899.53	c Imported unit clauses	: 0
1800.04/899.53	c number of reductions to clauses (during analyze)	: 0
1800.04/899.53	c number of learned constraints concerned by reduction	: 0
1800.04/899.53	c number of learning phase by resolution	: 0
1800.04/899.53	c number of learning phase by cutting planes	: 0
1800.04/899.53	c speed (assignments/second)	: 2825.9458978168805
1800.04/899.53	c non guided choices	907
1800.04/899.53	c learnt constraints type 
1800.04/899.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 337
1800.04/899.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4236
1800.04/899.53	s UNKNOWN
1800.04/899.53	c Total wall clock time (in seconds): 899.408

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-4081638-1465268078/watcher-4081638-1465268078 -o /tmp/evaluation-result-4081638-1465268078/solver-4081638-1465268078 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17742 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081638-1465268078.opb 

pid=26333
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.25 4.25 4.20 4/197 26336
/proc/meminfo: memFree=25708016/32872528 swapFree=16636/1570076
[pid=26336] ppid=26333 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/26336/stat : 26336 (java) R 26333 26336 17726 0 -1 4202496 531 0 0 0 0 0 0 0 20 0 1 0 108740183 9547776 184 33554432000 1073741824 1073778376 140735836541920 140735836524648 213419965520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26336/statm: 2323 184 141 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 4.25 4.25 4.20 4/197 26336
/proc/meminfo: memFree=25708016/32872528 swapFree=16636/1570076
[pid=26336] ppid=26333 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26336/stat : 26336 (java) S 26333 26336 17726 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 108740183 9787879424 6022 33554432000 1073741824 1073778376 140735836541920 140735836533056 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26336/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 4.25 4.25 4.20 4/197 26336
/proc/meminfo: memFree=25708016/32872528 swapFree=16636/1570076
[pid=26336] ppid=26333 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/26336/stat : 26336 (java) S 26333 26336 17726 0 -1 4202496 4565 0 1 0 18 2 0 0 20 0 18 0 108740183 9787879424 14343 33554432000 1073741824 1073778376 140735836541920 140735836533056 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26336/statm: 2389619 14343 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558476

[startup+0.3003 s]
/proc/loadavg: 4.25 4.25 4.20 4/197 26336
/proc/meminfo: memFree=25708016/32872528 swapFree=16636/1570076
[pid=26336] ppid=26333 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/26336/stat : 26336 (java) S 26333 26336 17726 0 -1 4202496 5672 0 1 0 38 4 0 0 20 0 18 0 108740183 9787879424 39217 33554432000 1073741824 1073778376 140735836541920 140735836533056 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26336/statm: 2389619 39218 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558476

[startup+0.700269 s]
/proc/loadavg: 4.25 4.25 4.20 4/197 26336
/proc/meminfo: memFree=25708016/32872528 swapFree=16636/1570076
[pid=26336] ppid=26333 vsize=9558476 CPUtime=1.27 cores=0,2,4,6
/proc/26336/stat : 26336 (java) S 26333 26336 17726 0 -1 4202496 8091 0 1 0 117 10 0 0 20 0 18 0 108740183 9787879424 77723 33554432000 1073741824 1073778376 140735836541920 140735836533056 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26336/statm: 2389619 77723 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.23 4.25 4.19 7/219 26358
/proc/meminfo: memFree=25140584/32872528 swapFree=16636/1570076
[pid=26336] ppid=26333 vsize=9824732 CPUtime=3.61 cores=0,2,4,6
/proc/26336/stat : 26336 (java) S 26333 26336 17726 0 -1 4202496 17558 0 1 0 343 18 0 0 20 0 22 0 108740183 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140735836533056 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26336/statm: 2456183 147693 2284 9 0 2446860 0
[pid=26336/tid=26338] ppid=26333 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/26336/task/26338/stat : 26338 (java) S 26333 26336 17726 0 -1 4202560 2674 0 1 0 80 10 0 0 20 0 22 0 108740184 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666992292728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26339] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26339/stat : 26339 (java) S 26333 26336 17726 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666964745256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26340] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26340/stat : 26340 (java) S 26333 26336 17726 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666963692456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26341] ppid=26333 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26336/task/26341/stat : 26341 (java) S 26333 26336 17726 0 -1 4202560 155 0 0 0 3 0 0 0 20 0 22 0 108740185 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666962639656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26342] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26342/stat : 26342 (java) S 26333 26336 17726 0 -1 4202560 113 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666961586856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26343] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26343/stat : 26343 (java) S 26333 26336 17726 0 -1 4202560 82 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666960534056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26344] ppid=26333 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26336/task/26344/stat : 26344 (java) S 26333 26336 17726 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 22 0 108740185 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666959481256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26345] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26345/stat : 26345 (java) S 26333 26336 17726 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 22 0 108740186 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666958428456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26346] ppid=26333 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26336/task/26346/stat : 26346 (java) S 26333 26336 17726 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 108740186 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666828531880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26347] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26347/stat : 26347 (java) S 26333 26336 17726 0 -1 4202560 435 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666345585640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26348] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26348/stat : 26348 (java) S 26333 26336 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666344531704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26349] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26349/stat : 26349 (java) S 26333 26336 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666343478792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26350] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26350/stat : 26350 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666342427280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26351] ppid=26333 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/26336/task/26351/stat : 26351 (java) R 26333 26336 17726 0 -1 4202560 5543 0 0 0 71 1 0 0 20 0 22 0 108740190 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666341351008 140666998252342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26352] ppid=26333 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/26336/task/26352/stat : 26352 (java) R 26333 26336 17726 0 -1 4202560 7013 0 0 0 72 2 0 0 20 0 22 0 108740190 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666340309000 140666998245984 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26353] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26353/stat : 26353 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666339268984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26354] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26354/stat : 26354 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666338216392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26355] ppid=26333 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/26336/task/26355/stat : 26355 (java) R 26333 26336 17726 0 -1 4202560 14 0 0 0 47 0 0 0 20 0 22 0 108740285 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666337153888 140666839612703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26356] ppid=26333 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/26336/task/26356/stat : 26356 (java) R 26333 26336 17726 0 -1 4202560 29 0 0 0 44 0 0 0 20 0 22 0 108740285 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666336109688 140666995577751 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26357] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26357/stat : 26357 (java) S 26333 26336 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108740288 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666335057320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26358] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26358/stat : 26358 (java) S 26333 26336 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108740288 10060525568 147693 33554432000 1073741824 1073778376 140735836541920 140666334004520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.23 4.25 4.19 5/219 26358
/proc/meminfo: memFree=25124432/32872528 swapFree=16636/1570076
[pid=26336] ppid=26333 vsize=9824732 CPUtime=7.11 cores=0,2,4,6
/proc/26336/stat : 26336 (java) S 26333 26336 17726 0 -1 4202496 18799 0 1 0 693 18 0 0 20 0 22 0 108740183 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140735836533056 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26336/statm: 2456183 147665 2290 9 0 2446860 0
[pid=26336/tid=26338] ppid=26333 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/26336/task/26338/stat : 26338 (java) S 26333 26336 17726 0 -1 4202560 2674 0 1 0 80 10 0 0 20 0 22 0 108740184 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666992292728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26339] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26339/stat : 26339 (java) S 26333 26336 17726 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666964745256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26340] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26340/stat : 26340 (java) S 26333 26336 17726 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666963692456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26341] ppid=26333 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26336/task/26341/stat : 26341 (java) S 26333 26336 17726 0 -1 4202560 155 0 0 0 3 0 0 0 20 0 22 0 108740185 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666962639656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26342] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26342/stat : 26342 (java) S 26333 26336 17726 0 -1 4202560 113 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666961586856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26343] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26343/stat : 26343 (java) S 26333 26336 17726 0 -1 4202560 82 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666960534056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26344] ppid=26333 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26336/task/26344/stat : 26344 (java) S 26333 26336 17726 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 22 0 108740185 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666959481256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26345] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26345/stat : 26345 (java) S 26333 26336 17726 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 22 0 108740186 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666958428456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26346] ppid=26333 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26336/task/26346/stat : 26346 (java) S 26333 26336 17726 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 108740186 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666828531880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26347] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26347/stat : 26347 (java) S 26333 26336 17726 0 -1 4202560 436 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666345585640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26348] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26348/stat : 26348 (java) S 26333 26336 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666344531704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26349] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26349/stat : 26349 (java) S 26333 26336 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666343478792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26350] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26350/stat : 26350 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666342427280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26351] ppid=26333 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/26336/task/26351/stat : 26351 (java) S 26333 26336 17726 0 -1 4202560 5550 0 0 0 79 2 0 0 20 0 22 0 108740190 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666341374392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26352] ppid=26333 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/26336/task/26352/stat : 26352 (java) S 26333 26336 17726 0 -1 4202560 8243 0 0 0 94 3 0 0 20 0 22 0 108740190 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666340321592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26353] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26353/stat : 26353 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666339268984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26354] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26354/stat : 26354 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666338216392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26355] ppid=26333 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/26336/task/26355/stat : 26355 (java) R 26333 26336 17726 0 -1 4202560 16 0 0 0 205 0 0 0 20 0 22 0 108740285 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666337160104 140666840387074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26356] ppid=26333 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/26336/task/26356/stat : 26356 (java) R 26333 26336 17726 0 -1 4202560 30 0 0 0 204 0 0 0 20 0 22 0 108740285 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666336107320 140666840638922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26357] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26357/stat : 26357 (java) S 26333 26336 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108740288 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666335057320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26358] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26358/stat : 26358 (java) S 26333 26336 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108740288 10060525568 147665 33554432000 1073741824 1073778376 140735836541920 140666334004520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.23 4.25 4.19 5/219 26358
/proc/meminfo: memFree=25069156/32872528 swapFree=16636/1570076
[pid=26336] ppid=26333 vsize=9824732 CPUtime=14.34 cores=0,2,4,6
/proc/26336/stat : 26336 (java) S 26333 26336 17726 0 -1 4202496 26114 0 1 0 1413 21 0 0 20 0 22 0 108740183 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140735836533056 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26336/statm: 2456183 168717 2291 9 0 2446860 0
[pid=26336/tid=26338] ppid=26333 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/26336/task/26338/stat : 26338 (java) S 26333 26336 17726 0 -1 4202560 2674 0 1 0 80 10 0 0 20 0 22 0 108740184 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666992292728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26339] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26339/stat : 26339 (java) S 26333 26336 17726 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666964745256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26340] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26340/stat : 26340 (java) S 26333 26336 17726 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666963692456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26341] ppid=26333 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26336/task/26341/stat : 26341 (java) S 26333 26336 17726 0 -1 4202560 155 0 0 0 3 0 0 0 20 0 22 0 108740185 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666962639656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26342] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26342/stat : 26342 (java) S 26333 26336 17726 0 -1 4202560 113 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666961586856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26343] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26343/stat : 26343 (java) S 26333 26336 17726 0 -1 4202560 82 0 0 0 2 0 0 0 20 0 22 0 108740185 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666960534056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26344] ppid=26333 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26336/task/26344/stat : 26344 (java) S 26333 26336 17726 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 22 0 108740185 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666959481256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26345] ppid=26333 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26336/task/26345/stat : 26345 (java) S 26333 26336 17726 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 22 0 108740186 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666958428456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26346] ppid=26333 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26336/task/26346/stat : 26346 (java) S 26333 26336 17726 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 108740186 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666828531880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26347] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26347/stat : 26347 (java) S 26333 26336 17726 0 -1 4202560 436 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666345585640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26348] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26348/stat : 26348 (java) S 26333 26336 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666344531704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26349] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26349/stat : 26349 (java) S 26333 26336 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666343478792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26350] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26350/stat : 26350 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 168717 33554432000 1073741824 1073778376 140735836541920 140666342427280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26351] ppid=26333 vsize=9824732 CPUtime=1.28 cores=0,2,4,6

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

/proc/26336/task/26341/stat : 26341 (java) S 26333 26336 17726 0 -1 4202560 422 0 0 0 71 13 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666962639656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26342] ppid=26333 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/26336/task/26342/stat : 26342 (java) S 26333 26336 17726 0 -1 4202560 465 0 0 0 57 10 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666961586856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26343] ppid=26333 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/26336/task/26343/stat : 26343 (java) S 26333 26336 17726 0 -1 4202560 395 0 0 0 72 14 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666960534056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26344] ppid=26333 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/26336/task/26344/stat : 26344 (java) S 26333 26336 17726 0 -1 4202560 322 0 0 0 70 10 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666959481256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26345] ppid=26333 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/26336/task/26345/stat : 26345 (java) S 26333 26336 17726 0 -1 4202560 512 0 0 0 74 14 0 0 20 0 22 0 108740186 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666958428456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26346] ppid=26333 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/26336/task/26346/stat : 26346 (java) S 26333 26336 17726 0 -1 4202560 422 0 0 0 87 15 0 0 20 0 22 0 108740186 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666828531880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26347] ppid=26333 vsize=9824732 CPUtime=3.76 cores=0,2,4,6
/proc/26336/task/26347/stat : 26347 (java) S 26333 26336 17726 0 -1 4202560 1980 0 0 0 374 2 0 0 20 0 22 0 108740187 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666345585640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26348] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26348/stat : 26348 (java) S 26333 26336 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666344531704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26349] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26349/stat : 26349 (java) S 26333 26336 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666343478792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26350] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26350/stat : 26350 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666342427280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26351] ppid=26333 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/26336/task/26351/stat : 26351 (java) S 26333 26336 17726 0 -1 4202560 8446 0 0 0 147 3 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666341374392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26352] ppid=26333 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/26336/task/26352/stat : 26352 (java) S 26333 26336 17726 0 -1 4202560 12395 0 0 0 134 3 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666340321592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26353] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26353/stat : 26353 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666339268984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26354] ppid=26333 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/26336/task/26354/stat : 26354 (java) S 26333 26336 17726 0 -1 4202560 51 0 0 0 12 12 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666338216392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26355] ppid=26333 vsize=9824732 CPUtime=873.44 cores=0,2,4,6
/proc/26336/task/26355/stat : 26355 (java) R 26333 26336 17726 0 -1 4202560 30 0 0 0 87330 14 0 0 20 0 22 0 108740285 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666337153648 140666840236467 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26356] ppid=26333 vsize=9824732 CPUtime=873.33 cores=0,2,4,6
/proc/26336/task/26356/stat : 26356 (java) R 26333 26336 17726 0 -1 4202560 1435 0 0 0 87293 40 0 0 20 0 22 0 108740285 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666336107200 140666840638953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26357] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26357/stat : 26357 (java) S 26333 26336 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108740288 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666335057320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26358] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26358/stat : 26358 (java) S 26333 26336 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108740288 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666334004520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1765.67
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.501 s]
/proc/loadavg: 4.17 4.24 4.22 5/219 26470
/proc/meminfo: memFree=24582004/32872528 swapFree=16636/1570076
[pid=26336] ppid=26333 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/26336/stat : 26336 (java) S 26333 26336 17726 0 -1 4202496 31702 0 1 0 179853 151 0 0 20 0 22 0 108740183 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140735836533056 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26336/statm: 2456183 823210 2300 9 0 2446860 0
[pid=26336/tid=26338] ppid=26333 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/26336/task/26338/stat : 26338 (java) S 26333 26336 17726 0 -1 4202560 2680 0 1 0 82 11 0 0 20 0 22 0 108740184 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666992292728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26339] ppid=26333 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/26336/task/26339/stat : 26339 (java) S 26333 26336 17726 0 -1 4202560 536 0 0 0 81 12 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666964745256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26340] ppid=26333 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/26336/task/26340/stat : 26340 (java) S 26333 26336 17726 0 -1 4202560 346 0 0 0 81 12 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666963692456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26341] ppid=26333 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/26336/task/26341/stat : 26341 (java) S 26333 26336 17726 0 -1 4202560 422 0 0 0 71 13 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666962639656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26342] ppid=26333 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/26336/task/26342/stat : 26342 (java) S 26333 26336 17726 0 -1 4202560 465 0 0 0 57 10 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666961586856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26343] ppid=26333 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/26336/task/26343/stat : 26343 (java) S 26333 26336 17726 0 -1 4202560 395 0 0 0 72 14 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666960534056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26344] ppid=26333 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/26336/task/26344/stat : 26344 (java) S 26333 26336 17726 0 -1 4202560 322 0 0 0 70 10 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666959481256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26345] ppid=26333 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/26336/task/26345/stat : 26345 (java) S 26333 26336 17726 0 -1 4202560 512 0 0 0 74 14 0 0 20 0 22 0 108740186 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666958428456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26346] ppid=26333 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/26336/task/26346/stat : 26346 (java) S 26333 26336 17726 0 -1 4202560 422 0 0 0 87 15 0 0 20 0 22 0 108740186 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666828531880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26347] ppid=26333 vsize=9824732 CPUtime=3.76 cores=0,2,4,6
/proc/26336/task/26347/stat : 26347 (java) S 26333 26336 17726 0 -1 4202560 1980 0 0 0 374 2 0 0 20 0 22 0 108740187 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666345585640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26348] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26348/stat : 26348 (java) S 26333 26336 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666344531704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26349] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26349/stat : 26349 (java) S 26333 26336 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666343478792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26350] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26350/stat : 26350 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666342427280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26351] ppid=26333 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/26336/task/26351/stat : 26351 (java) S 26333 26336 17726 0 -1 4202560 8446 0 0 0 147 3 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666341374392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26352] ppid=26333 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/26336/task/26352/stat : 26352 (java) S 26333 26336 17726 0 -1 4202560 12395 0 0 0 134 3 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666340321592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26353] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26353/stat : 26353 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666339268984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26354] ppid=26333 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/26336/task/26354/stat : 26354 (java) S 26333 26336 17726 0 -1 4202560 51 0 0 0 12 12 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666338216392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26355] ppid=26333 vsize=9824732 CPUtime=890.58 cores=0,2,4,6
/proc/26336/task/26355/stat : 26355 (java) R 26333 26336 17726 0 -1 4202560 30 0 0 0 89044 14 0 0 20 0 22 0 108740285 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666337153648 140666840858172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26356] ppid=26333 vsize=9824732 CPUtime=890.47 cores=0,2,4,6
/proc/26336/task/26356/stat : 26356 (java) R 26333 26336 17726 0 -1 4202560 1435 0 0 0 89007 40 0 0 20 0 22 0 108740285 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666336107200 140666840665736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26357] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26357/stat : 26357 (java) S 26333 26336 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108740288 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666335057320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26358] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26358/stat : 26358 (java) S 26333 26336 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108740288 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666334004520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 26336 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.501 s]
/proc/loadavg: 4.17 4.24 4.22 5/219 26470
/proc/meminfo: memFree=24582004/32872528 swapFree=16636/1570076
[pid=26336] ppid=26333 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/26336/stat : 26336 (java) S 26333 26336 17726 0 -1 4202496 31702 0 1 0 179853 151 0 0 20 0 22 0 108740183 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140735836533056 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26336/statm: 2456183 823210 2300 9 0 2446860 0
[pid=26336/tid=26338] ppid=26333 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/26336/task/26338/stat : 26338 (java) S 26333 26336 17726 0 -1 4202560 2680 0 1 0 82 11 0 0 20 0 22 0 108740184 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666992292728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26339] ppid=26333 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/26336/task/26339/stat : 26339 (java) S 26333 26336 17726 0 -1 4202560 536 0 0 0 81 12 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666964745256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26340] ppid=26333 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/26336/task/26340/stat : 26340 (java) S 26333 26336 17726 0 -1 4202560 346 0 0 0 81 12 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666963692456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26341] ppid=26333 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/26336/task/26341/stat : 26341 (java) S 26333 26336 17726 0 -1 4202560 422 0 0 0 71 13 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666962639656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26342] ppid=26333 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/26336/task/26342/stat : 26342 (java) S 26333 26336 17726 0 -1 4202560 465 0 0 0 57 10 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666961586856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26343] ppid=26333 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/26336/task/26343/stat : 26343 (java) S 26333 26336 17726 0 -1 4202560 395 0 0 0 72 14 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666960534056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26344] ppid=26333 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/26336/task/26344/stat : 26344 (java) S 26333 26336 17726 0 -1 4202560 322 0 0 0 70 10 0 0 20 0 22 0 108740185 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666959481256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26345] ppid=26333 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/26336/task/26345/stat : 26345 (java) S 26333 26336 17726 0 -1 4202560 512 0 0 0 74 14 0 0 20 0 22 0 108740186 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666958428456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26346] ppid=26333 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/26336/task/26346/stat : 26346 (java) S 26333 26336 17726 0 -1 4202560 422 0 0 0 87 15 0 0 20 0 22 0 108740186 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666828531880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26347] ppid=26333 vsize=9824732 CPUtime=3.76 cores=0,2,4,6
/proc/26336/task/26347/stat : 26347 (java) S 26333 26336 17726 0 -1 4202560 1980 0 0 0 374 2 0 0 20 0 22 0 108740187 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666345585640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26348] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26348/stat : 26348 (java) S 26333 26336 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666344531704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26349] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26349/stat : 26349 (java) S 26333 26336 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108740187 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666343478792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26350] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26350/stat : 26350 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666342427280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26351] ppid=26333 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/26336/task/26351/stat : 26351 (java) S 26333 26336 17726 0 -1 4202560 8446 0 0 0 147 3 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666341374392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26352] ppid=26333 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/26336/task/26352/stat : 26352 (java) S 26333 26336 17726 0 -1 4202560 12395 0 0 0 134 3 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666340321592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26336/tid=26353] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26353/stat : 26353 (java) S 26333 26336 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666339268984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26336/tid=26354] ppid=26333 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/26336/task/26354/stat : 26354 (java) S 26333 26336 17726 0 -1 4202560 51 0 0 0 12 12 0 0 20 0 22 0 108740190 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666338216392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26355] ppid=26333 vsize=9824732 CPUtime=890.58 cores=0,2,4,6
/proc/26336/task/26355/stat : 26355 (java) R 26333 26336 17726 0 -1 4202560 30 0 0 0 89044 14 0 0 20 0 22 0 108740285 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666337153648 140666840858172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26356] ppid=26333 vsize=9824732 CPUtime=890.47 cores=0,2,4,6
/proc/26336/task/26356/stat : 26356 (java) R 26333 26336 17726 0 -1 4202560 1435 0 0 0 89007 40 0 0 20 0 22 0 108740285 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666336107200 140666840665736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26336/tid=26357] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26357/stat : 26357 (java) S 26333 26336 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108740288 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666335057320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26336/tid=26358] ppid=26333 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26336/task/26358/stat : 26358 (java) S 26333 26336 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108740288 10060525568 823210 33554432000 1073741824 1073778376 140735836541920 140666334004520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 899.55
CPU time (s): 1800.04
CPU user time (s): 1798.53
CPU system time (s): 1.51
CPU usage (%): 200.104
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.14
system time used= 2.01169
maximum resident set size= 3397596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31737
page faults= 1
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21879
involuntary context switches= 15560

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.04508 second user time and 7.01293 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 04:54:38
IDJOB=4081638
IDBENCH=89848
IDSOLVER=2543
FILE ID=node140/4081638-1465268078
RUNJOBID= node140-1465252001-17742
PBS_JOBID= 19843256
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns894244.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081638-1465268078/watcher-4081638-1465268078 -o /tmp/evaluation-result-4081638-1465268078/solver-4081638-1465268078 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17742 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081638-1465268078.opb

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

MD5SUM BENCH= cdfac8cd93d8a1de6ab1cef68bd1ac7c
RANDOM SEED=2002029238

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25708396 kB
Buffers:          122836 kB
Cached:           134028 kB
SwapCached:         1712 kB
Active:          4661244 kB
Inactive:         190388 kB
Active(anon):    4594640 kB
Inactive(anon):     2656 kB
Active(file):      66604 kB
Inactive(file):   187732 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              1652 kB
Writeback:             0 kB
AnonPages:       6166412 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             600368 kB
SReclaimable:      44192 kB
SUnreclaim:       556176 kB
KernelStack:        1608 kB
PageTables:        16424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    7037056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5926912 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 node140 at 2016-06-07 05:09:38