Trace number 4080497

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.13 895.977

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-73.opb
MD5SUM56a27796f1168612394e164ff5d947f7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark470.016
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
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.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4080497-1465266067.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
2.78/1.70	c ... done. Wall clock time 1.582s.
2.78/1.70	c declared #vars     7936
2.78/1.70	c #constraints  177125
2.78/1.71	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.78/1.71	c constraints type 
2.78/1.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
2.78/1.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.78/1.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
2.78/1.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.78/1.71	c 177125 constraints processed.
2.78/1.71	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.78/1.71	c constraints type 
2.78/1.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
2.78/1.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
2.78/1.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.78/1.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
2.78/1.71	c 177125 constraints processed.
7.11/3.22	c cleaning 2497 clauses out of 5000 with flag 71036/5000
7.88/3.56	c cleaning 0 clauses out of 5000 with flag 0/5000
10.37/4.62	c cleaning 4231 clauses out of 8505 with flag 180106/11002
12.65/5.67	c cleaning 0 clauses out of 11003 with flag 0/11003
13.67/6.12	c cleaning 5624 clauses out of 11272 with flag 268498/18000
17.19/7.83	c cleaning 6712 clauses out of 13648 with flag 395310/26000
17.99/8.23	c cleaning 0 clauses out of 18001 with flag 0/18001
20.99/9.78	c cleaning 7915 clauses out of 15937 with flag 527248/35001
24.86/11.62	c cleaning 8984 clauses out of 18021 with flag 646857/45000
25.06/11.72	c cleaning 0 clauses out of 26002 with flag 0/26002
28.10/13.30	c cleaning 9942 clauses out of 20037 with flag 759017/56000
31.69/15.07	c cleaning 11047 clauses out of 22096 with flag 903828/68001
34.91/16.64	c cleaning 0 clauses out of 35002 with flag 0/35002
35.09/16.74	c cleaning 11936 clauses out of 24046 with flag 1023446/81000
40.56/19.49	c cleaning 12994 clauses out of 26109 with flag 1197816/95000
44.96/21.67	c cleaning 14037 clauses out of 28112 with flag 1377376/110001
48.17/23.21	c cleaning 0 clauses out of 45001 with flag 0/45001
50.38/24.33	c cleaning 14975 clauses out of 30076 with flag 1567718/126002
55.52/26.81	c cleaning 16036 clauses out of 32099 with flag 1731418/143000
60.93/29.58	c cleaning 16974 clauses out of 34063 with flag 1924353/161000
67.00/32.53	c cleaning 17959 clauses out of 36089 with flag 2103846/180000
73.20/35.66	c cleaning 19051 clauses out of 38130 with flag 2334869/200000
81.48/39.79	c cleaning 19977 clauses out of 40079 with flag 2596770/221000
88.10/43.01	c cleaning 21000 clauses out of 42102 with flag 2874621/243000
96.09/47.08	c cleaning 22043 clauses out of 44102 with flag 3129654/266000
104.72/51.31	c cleaning 23031 clauses out of 46061 with flag 3369085/290002
113.55/55.72	c cleaning 23926 clauses out of 48029 with flag 3620055/315001
122.78/60.39	c cleaning 25037 clauses out of 50102 with flag 3952881/341000
133.42/65.68	c cleaning 25963 clauses out of 52065 with flag 4285741/368000
138.63/68.25	c cleaning 0 clauses out of 56000 with flag 0/56000
141.82/69.82	c cleaning 27022 clauses out of 54102 with flag 4573205/396000
151.64/74.78	c cleaning 27986 clauses out of 56080 with flag 4911093/425000
162.89/80.40	c cleaning 28996 clauses out of 58094 with flag 5259220/455000
174.28/86.05	c cleaning 30039 clauses out of 60098 with flag 5587434/486000
185.68/91.79	c cleaning 30972 clauses out of 62059 with flag 5884356/518000
198.13/98.00	c cleaning 31938 clauses out of 64087 with flag 6271189/551000
210.98/104.31	c cleaning 33058 clauses out of 66149 with flag 6671657/585000
222.84/110.25	c cleaning 34003 clauses out of 68094 with flag 7017615/620003
238.66/118.15	c cleaning 34988 clauses out of 70088 with flag 7432785/656000
257.56/127.58	c cleaning 35964 clauses out of 72100 with flag 7896046/693000
274.80/136.11	c cleaning 37062 clauses out of 74136 with flag 8368826/731000
284.28/140.88	c cleaning 0 clauses out of 68000 with flag 0/68000
291.28/144.37	c cleaning 37914 clauses out of 76075 with flag 8722005/770001
307.36/152.30	c cleaning 39066 clauses out of 78161 with flag 9148974/810001
327.44/162.31	c cleaning 40039 clauses out of 80094 with flag 9576513/851000
348.95/173.03	c cleaning 40966 clauses out of 82055 with flag 10133231/893000
367.69/182.30	c cleaning 42027 clauses out of 84089 with flag 10656650/936000
388.37/192.61	c cleaning 42867 clauses out of 86062 with flag 11212318/980000
410.27/203.53	c cleaning 43997 clauses out of 88195 with flag 11697825/1025000
428.36/212.59	c cleaning 45032 clauses out of 90198 with flag 12168568/1071000
448.66/222.69	c cleaning 46028 clauses out of 92167 with flag 12649285/1118001
469.74/233.10	c cleaning 47043 clauses out of 94140 with flag 13121675/1166002
490.26/243.36	c cleaning 47976 clauses out of 96097 with flag 13612444/1215002
514.99/255.64	c cleaning 48956 clauses out of 98119 with flag 14082436/1265000
516.41/256.37	c cleaning 0 clauses out of 81004 with flag 0/81004
534.51/265.38	c cleaning 50044 clauses out of 100163 with flag 14532580/1316000
559.09/277.55	c cleaning 51023 clauses out of 102119 with flag 15001086/1368000
584.80/290.38	c cleaning 51912 clauses out of 104096 with flag 15468378/1421000
610.55/303.13	c cleaning 53082 clauses out of 106184 with flag 16047289/1475000
635.54/315.77	c cleaning 54041 clauses out of 108102 with flag 16598144/1530000
664.88/330.39	c cleaning 55024 clauses out of 110061 with flag 17096980/1586000
696.82/346.21	c cleaning 56010 clauses out of 112040 with flag 17749987/1643003
726.53/361.00	c cleaning 56989 clauses out of 114027 with flag 18341758/1701000
756.91/376.15	c cleaning 57984 clauses out of 116038 with flag 18900006/1760000
792.88/394.02	c cleaning 58999 clauses out of 118054 with flag 19416616/1820000
828.27/411.62	c cleaning 60023 clauses out of 120058 with flag 19903113/1881003
861.01/428.00	c cleaning 0 clauses out of 95001 with flag 0/95001
862.40/428.60	c cleaning 60842 clauses out of 122032 with flag 20437247/1943000
896.01/445.35	c cleaning 61938 clauses out of 124190 with flag 21026824/2006000
934.95/464.92	c cleaning 63115 clauses out of 126252 with flag 21556340/2070000
978.18/486.47	c cleaning 63964 clauses out of 128137 with flag 22139412/2135000
1015.37/504.94	c cleaning 65080 clauses out of 130173 with flag 22785788/2201000
1054.55/524.46	c cleaning 66042 clauses out of 132095 with flag 23340000/2268002
1108.03/551.06	c cleaning 66944 clauses out of 134051 with flag 23911734/2336000
1146.40/570.19	c cleaning 68044 clauses out of 136109 with flag 24544637/2405002
1190.24/591.96	c cleaning 69032 clauses out of 138064 with flag 25219390/2475001
1236.41/614.97	c cleaning 69854 clauses out of 140032 with flag 25875036/2546001
1281.18/637.46	c cleaning 71080 clauses out of 142178 with flag 26567615/2618001
1325.17/659.35	c cleaning 72001 clauses out of 144097 with flag 27234070/2691000
1376.20/684.75	c cleaning 73037 clauses out of 146097 with flag 27841573/2765001
1377.22/685.30	c cleaning 0 clauses out of 110000 with flag 0/110000
1423.26/708.18	c cleaning 73964 clauses out of 148059 with flag 28547202/2840000
1468.45/730.67	c cleaning 75003 clauses out of 150094 with flag 29266842/2916000
1513.90/753.22	c cleaning 75997 clauses out of 152091 with flag 29919243/2993000
1587.44/789.88	c cleaning 77044 clauses out of 154094 with flag 30987790/3071000
1639.37/815.93	c cleaning 78013 clauses out of 156050 with flag 31684842/3150000
1693.84/843.09	c cleaning 78909 clauses out of 158039 with flag 32372905/3230002
1741.31/866.69	c cleaning 80031 clauses out of 160128 with flag 33152237/3311000
1796.74/894.26	c cleaning 80993 clauses out of 162097 with flag 33817443/3393000
1800.13/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.90	c starts		: 16730
1800.13/895.90	c conflicts		: 3399811
1800.13/895.90	c decisions		: 19099320
1800.13/895.90	c propagations		: 698090332
1800.13/895.90	c inspects		: 10209982070
1800.13/895.90	c shortcuts		: 0
1800.13/895.90	c learnt literals	: 8
1800.13/895.90	c learnt binary clauses	: 598
1800.13/895.90	c learnt ternary clauses	: 2662
1800.13/895.90	c learnt constraints	: 3399803
1800.13/895.90	c ignored constraints	: 0
1800.13/895.90	c root simplifications	: 0
1800.13/895.90	c removed literals (reason simplification)	: 49461596
1800.13/895.90	c reason swapping (by a shorter reason)	: 0
1800.13/895.90	c Calls to reduceDB	: 78
1800.13/895.90	c Number of update (reduction) of LBD	: 2317544
1800.13/895.90	c Imported unit clauses	: 0
1800.13/895.90	c number of reductions to clauses (during analyze)	: 0
1800.13/895.90	c number of learned constraints concerned by reduction	: 0
1800.13/895.90	c number of learning phase by resolution	: 0
1800.13/895.90	c number of learning phase by cutting planes	: 0
1800.13/895.90	c speed (assignments/second)	: 780700.114629523
1800.13/895.90	c non guided choices	304861
1800.13/895.93	c learnt constraints type 
1800.13/895.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 598
1800.13/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87317
1800.13/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.93	c starts		: 91
1800.13/895.93	c conflicts		: 115687
1800.13/895.93	c decisions		: 353582
1800.13/895.93	c propagations		: 31824705
1800.13/895.93	c inspects		: 2059283206
1800.13/895.93	c shortcuts		: 0
1800.13/895.93	c learnt literals	: 0
1800.13/895.93	c learnt binary clauses	: 15
1800.13/895.93	c learnt ternary clauses	: 150
1800.13/895.93	c learnt constraints	: 115686
1800.13/895.93	c ignored constraints	: 0
1800.13/895.93	c root simplifications	: 0
1800.13/895.93	c removed literals (reason simplification)	: 0
1800.13/895.93	c reason swapping (by a shorter reason)	: 0
1800.13/895.93	c Calls to reduceDB	: 11
1800.13/895.93	c Number of update (reduction) of LBD	: 0
1800.13/895.93	c Imported unit clauses	: 0
1800.13/895.93	c number of reductions to clauses (during analyze)	: 0
1800.13/895.93	c number of learned constraints concerned by reduction	: 0
1800.13/895.93	c number of learning phase by resolution	: 0
1800.13/895.93	c number of learning phase by cutting planes	: 0
1800.13/895.93	c speed (assignments/second)	: 35589.78382011365
1800.13/895.93	c non guided choices	22301
1800.13/895.96	c learnt constraints type 
1800.13/895.96	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 100817
1800.13/895.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/895.96	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 15
1800.13/895.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14853
1800.13/895.96	s UNKNOWN
1800.13/895.96	c Total wall clock time (in seconds): 895.843

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4080497-1465266067/watcher-4080497-1465266067 -o /tmp/evaluation-result-4080497-1465266067/solver-4080497-1465266067 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17743 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080497-1465266067.opb 

pid=25670
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.25 4.22 4.20 4/197 25673
/proc/meminfo: memFree=25310496/32872528 swapFree=16636/1570076
[pid=25673] ppid=25670 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25673/stat : 25673 (java) D 25670 25673 17726 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 108539074 9515008 182 33554432000 1073741824 1073778376 140734891655536 140734891646568 213419638453 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/25673/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.25 4.22 4.20 4/197 25673
/proc/meminfo: memFree=25310496/32872528 swapFree=16636/1570076
[pid=25673] ppid=25670 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25670 25673 17726 0 -1 4202496 4416 0 1 0 7 1 0 0 20 0 18 0 108539074 9787879424 6051 33554432000 1073741824 1073778376 140735320545264 140735320536400 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25673/statm: 2389619 6051 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 4.25 4.22 4.20 4/197 25673
/proc/meminfo: memFree=25310496/32872528 swapFree=16636/1570076
[pid=25673] ppid=25670 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25670 25673 17726 0 -1 4202496 4661 0 1 0 21 1 0 0 20 0 18 0 108539074 9787879424 7280 33554432000 1073741824 1073778376 140735320545264 140735320536400 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25673/statm: 2389619 7280 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300309 s]
/proc/loadavg: 4.25 4.22 4.20 4/197 25673
/proc/meminfo: memFree=25310496/32872528 swapFree=16636/1570076
[pid=25673] ppid=25670 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25670 25673 17726 0 -1 4202496 5783 0 1 0 45 2 0 0 20 0 18 0 108539074 9787879424 9449 33554432000 1073741824 1073778376 140735320545264 140735320536400 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25673/statm: 2389619 9449 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700214 s]
/proc/loadavg: 4.25 4.22 4.20 4/197 25673
/proc/meminfo: memFree=25310496/32872528 swapFree=16636/1570076
[pid=25673] ppid=25670 vsize=9558476 CPUtime=1.37 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25670 25673 17726 0 -1 4202496 12499 0 1 0 131 6 0 0 20 0 18 0 108539074 9787879424 45702 33554432000 1073741824 1073778376 140735320545264 140735320536400 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25673/statm: 2389619 45702 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 4.25 4.22 4.20 5/215 25691
/proc/meminfo: memFree=25117208/32872528 swapFree=16636/1570076
[pid=25673] ppid=25670 vsize=9558476 CPUtime=2.57 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25670 25673 17726 0 -1 4202496 13596 0 1 0 243 14 0 0 20 0 18 0 108539074 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 140735320536400 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25673/statm: 2389619 88388 2263 9 0 2380296 0
[pid=25673/tid=25675] ppid=25670 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) R 25670 25673 17726 0 -1 4202560 2533 0 1 0 130 6 0 0 20 0 18 0 108539076 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986496360496 213423023373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25676] ppid=25670 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25670 25673 17726 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 108539077 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986474470312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25677] ppid=25670 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25670 25673 17726 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 108539077 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986271726632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25678] ppid=25670 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25670 25673 17726 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 108539077 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986270673576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25679] ppid=25670 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25670 25673 17726 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 18 0 108539077 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986269621032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25680] ppid=25670 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25670 25673 17726 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 108539077 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986268567976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25681] ppid=25670 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25670 25673 17726 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 108539077 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986267515432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25682] ppid=25670 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25670 25673 17726 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 108539077 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986266462376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25683] ppid=25670 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25670 25673 17726 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 108539077 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986265409832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25684] ppid=25670 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25670 25673 17726 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 108539078 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986253212520 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25685] ppid=25670 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25670 25673 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108539078 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986252158840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25670 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25670 25673 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108539078 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986251105672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25670 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108539081 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986250054416 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25670 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25670 25673 17726 0 -1 4202560 5015 0 0 0 39 1 0 0 20 0 18 0 108539081 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986249001272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25689] ppid=25670 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25670 25673 17726 0 -1 4202560 4466 0 0 0 43 0 0 0 20 0 18 0 108539081 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986247948728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25690] ppid=25670 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108539081 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986246895864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25670 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108539081 9787879424 88388 33554432000 1073741824 1073778376 140735320545264 139986245843528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9558476

[startup+3.10097 s]
/proc/loadavg: 4.15 4.20 4.19 11/219 25695
/proc/meminfo: memFree=24927016/32872528 swapFree=16636/1570076
[pid=25673] ppid=25670 vsize=9824732 CPUtime=6.91 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25670 25673 17726 0 -1 4202496 19316 0 1 0 670 21 0 0 20 0 22 0 108539074 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 140735320536400 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25673/statm: 2456183 111191 2283 9 0 2446860 0
[pid=25673/tid=25675] ppid=25670 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) S 25670 25673 17726 0 -1 4202560 2545 0 1 0 151 6 0 0 20 0 22 0 108539076 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986496369528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25676] ppid=25670 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25670 25673 17726 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 108539077 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986474470312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25677] ppid=25670 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25670 25673 17726 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 108539077 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986271726632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25678] ppid=25670 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25670 25673 17726 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 108539077 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986270673576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25679] ppid=25670 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25670 25673 17726 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 22 0 108539077 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986269621032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25680] ppid=25670 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25670 25673 17726 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 22 0 108539077 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986268567976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25681] ppid=25670 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25670 25673 17726 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 108539077 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986267515432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25682] ppid=25670 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25670 25673 17726 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 22 0 108539077 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986266462376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25683] ppid=25670 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25670 25673 17726 0 -1 4202560 22 0 0 0 4 1 0 0 20 0 22 0 108539077 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986265409832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25684] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25670 25673 17726 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986253212520 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25685] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25670 25673 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986252158840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25670 25673 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986251105672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986250054416 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25670 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25670 25673 17726 0 -1 4202560 5129 0 0 0 107 1 0 0 20 0 22 0 108539081 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986249001272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25689] ppid=25670 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25670 25673 17726 0 -1 4202560 9847 0 0 0 99 2 0 0 20 0 22 0 108539081 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986247948728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25690] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986246895864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986245843528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25692] ppid=25670 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/25673/task/25692/stat : 25692 (java) R 25670 25673 17726 0 -1 4202560 22 0 0 0 131 0 0 0 20 0 22 0 108539246 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986244690536 139986356567370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25693] ppid=25670 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/25673/task/25693/stat : 25693 (java) R 25670 25673 17726 0 -1 4202560 50 0 0 0 131 0 0 0 20 0 22 0 108539246 10060525568 111191 33554432000 1073741824 1073778376 140735320545264 139986243638328 139986356462503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25694] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25694/stat : 25694 (java) S 25670 25673 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108539247 10060525568 111703 33554432000 1073741824 1073778376 140735320545264 139986242585896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25695] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25695/stat : 25695 (java) S 25670 25673 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108539247 10060525568 111703 33554432000 1073741824 1073778376 140735320545264 139986241533352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.15 4.20 4.19 6/219 25695
/proc/meminfo: memFree=24659492/32872528 swapFree=16636/1570076
[pid=25673] ppid=25670 vsize=9824732 CPUtime=14.1 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25670 25673 17726 0 -1 4202496 25639 0 1 0 1379 31 0 0 20 0 22 0 108539074 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 140735320536400 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25673/statm: 2456183 194946 2287 9 0 2446860 0
[pid=25673/tid=25675] ppid=25670 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) S 25670 25673 17726 0 -1 4202560 2545 0 1 0 151 6 0 0 20 0 22 0 108539076 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986496369528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25676] ppid=25670 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25670 25673 17726 0 -1 4202560 54 0 0 0 9 3 0 0 20 0 22 0 108539077 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986474470312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25677] ppid=25670 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25670 25673 17726 0 -1 4202560 44 0 0 0 8 2 0 0 20 0 22 0 108539077 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986271726632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25678] ppid=25670 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25670 25673 17726 0 -1 4202560 42 0 0 0 7 2 0 0 20 0 22 0 108539077 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986270673576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25679] ppid=25670 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25670 25673 17726 0 -1 4202560 74 0 0 0 9 2 0 0 20 0 22 0 108539077 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986269621032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25680] ppid=25670 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25670 25673 17726 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 22 0 108539077 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986268567976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25681] ppid=25670 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25670 25673 17726 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 22 0 108539077 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986267515432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25682] ppid=25670 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25670 25673 17726 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 108539077 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986266462376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25683] ppid=25670 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25670 25673 17726 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 108539077 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986265409832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25684] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25670 25673 17726 0 -1 4202560 467 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986253212520 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25685] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25670 25673 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986252158840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25670 25673 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986251105672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986250054416 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25670 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25670 25673 17726 0 -1 4202560 7101 0 0 0 142 1 0 0 20 0 22 0 108539081 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986249001272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25689] ppid=25670 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25670 25673 17726 0 -1 4202560 13205 0 0 0 131 3 0 0 20 0 22 0 108539081 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986247948728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25690] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986246895864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 194946 33554432000 1073741824 1073778376 140735320545264 139986245843528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25692] ppid=25670 vsize=9824732 CPUtime=4.4 cores=1,3,5,7

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

/proc/25673/task/25678/stat : 25678 (java) S 25670 25673 17726 0 -1 4202560 334 0 0 0 267 7 0 0 20 0 22 0 108539077 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986270673576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25679] ppid=25670 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25670 25673 17726 0 -1 4202560 408 0 0 0 281 9 0 0 20 0 22 0 108539077 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986269621032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25680] ppid=25670 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25670 25673 17726 0 -1 4202560 534 0 0 0 279 8 0 0 20 0 22 0 108539077 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986268567976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25681] ppid=25670 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25670 25673 17726 0 -1 4202560 358 0 0 0 274 8 0 0 20 0 22 0 108539077 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986267515432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25682] ppid=25670 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25670 25673 17726 0 -1 4202560 388 0 0 0 272 8 0 0 20 0 22 0 108539077 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986266462376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25683] ppid=25670 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25670 25673 17726 0 -1 4202560 436 0 0 0 282 8 0 0 20 0 22 0 108539077 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986265409832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25684] ppid=25670 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25670 25673 17726 0 -1 4202560 5367 0 0 0 179 36 0 0 20 0 22 0 108539078 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986253212520 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25685] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25670 25673 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986252158840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25670 25673 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986251105672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986250054416 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25670 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25670 25673 17726 0 -1 4202560 7108 0 0 0 149 2 0 0 20 0 22 0 108539081 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986249001272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25689] ppid=25670 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25670 25673 17726 0 -1 4202560 14553 0 0 0 153 3 0 0 20 0 22 0 108539081 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986247948728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25690] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986246895864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25670 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25670 25673 17726 0 -1 4202560 49 0 0 0 15 24 0 0 20 0 22 0 108539081 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986245843528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25692] ppid=25670 vsize=9824732 CPUtime=869.33 cores=1,3,5,7
/proc/25673/task/25692/stat : 25692 (java) R 25670 25673 17726 0 -1 4202560 134 0 0 0 86918 15 0 0 20 0 22 0 108539246 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986244689888 139986356495142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25693] ppid=25670 vsize=9824732 CPUtime=869.51 cores=1,3,5,7
/proc/25673/task/25693/stat : 25693 (java) R 25670 25673 17726 0 -1 4202560 1938 0 0 0 86903 48 0 0 20 0 22 0 108539246 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986243638272 139986356708296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25694] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25694/stat : 25694 (java) S 25670 25673 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108539247 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986242585896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25695] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25695/stat : 25695 (java) S 25670 25673 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108539247 10060525568 493386 33554432000 1073741824 1073778376 140735320545264 139986241533352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1772.84
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.22 4.22 4.18 6/219 25852
/proc/meminfo: memFree=26084660/32872528 swapFree=16636/1570076
[pid=25673] ppid=25670 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25670 25673 17726 0 -1 4202496 36261 0 1 0 179852 161 0 0 20 0 22 0 108539074 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 140735320536400 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25673/statm: 2456183 490685 2299 9 0 2446860 0
[pid=25673/tid=25675] ppid=25670 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) S 25670 25673 17726 0 -1 4202560 2558 0 1 0 154 8 0 0 20 0 22 0 108539076 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986496369528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25676] ppid=25670 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25670 25673 17726 0 -1 4202560 430 0 0 0 271 9 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986474470312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25677] ppid=25670 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25670 25673 17726 0 -1 4202560 393 0 0 0 278 8 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986271726632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25678] ppid=25670 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25670 25673 17726 0 -1 4202560 334 0 0 0 271 7 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986270673576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25679] ppid=25670 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25670 25673 17726 0 -1 4202560 408 0 0 0 283 9 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986269621032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25680] ppid=25670 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25670 25673 17726 0 -1 4202560 536 0 0 0 283 8 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986268567976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25681] ppid=25670 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25670 25673 17726 0 -1 4202560 358 0 0 0 276 8 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986267515432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25682] ppid=25670 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25670 25673 17726 0 -1 4202560 388 0 0 0 277 8 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986266462376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25683] ppid=25670 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25670 25673 17726 0 -1 4202560 436 0 0 0 285 8 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986265409832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25684] ppid=25670 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25670 25673 17726 0 -1 4202560 5367 0 0 0 179 37 0 0 20 0 22 0 108539078 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986253212520 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25685] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25670 25673 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986252158840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25670 25673 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986251105672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986250054416 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25670 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25670 25673 17726 0 -1 4202560 7108 0 0 0 149 2 0 0 20 0 22 0 108539081 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986249001272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25689] ppid=25670 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25670 25673 17726 0 -1 4202560 14553 0 0 0 153 3 0 0 20 0 22 0 108539081 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986247948728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25690] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986246895864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25670 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25670 25673 17726 0 -1 4202560 51 0 0 0 15 25 0 0 20 0 22 0 108539081 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986245843528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25692] ppid=25670 vsize=9824732 CPUtime=882.81 cores=1,3,5,7
/proc/25673/task/25692/stat : 25692 (java) R 25670 25673 17726 0 -1 4202560 136 0 0 0 88266 15 0 0 20 0 22 0 108539246 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986244682192 139986356775476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25693] ppid=25670 vsize=9824732 CPUtime=882.98 cores=1,3,5,7
/proc/25673/task/25693/stat : 25693 (java) R 25670 25673 17726 0 -1 4202560 1940 0 0 0 88250 48 0 0 20 0 22 0 108539246 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986243638272 139986356708237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25694] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25694/stat : 25694 (java) S 25670 25673 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108539247 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986242585896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25695] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25695/stat : 25695 (java) S 25670 25673 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108539247 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986241533352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 25673 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.22 4.22 4.18 6/219 25852
/proc/meminfo: memFree=26084660/32872528 swapFree=16636/1570076
[pid=25673] ppid=25670 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/25673/stat : 25673 (java) S 25670 25673 17726 0 -1 4202496 36261 0 1 0 179852 161 0 0 20 0 22 0 108539074 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 140735320536400 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25673/statm: 2456183 490685 2299 9 0 2446860 0
[pid=25673/tid=25675] ppid=25670 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/25673/task/25675/stat : 25675 (java) S 25670 25673 17726 0 -1 4202560 2558 0 1 0 154 8 0 0 20 0 22 0 108539076 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986496369528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25676] ppid=25670 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/25673/task/25676/stat : 25676 (java) S 25670 25673 17726 0 -1 4202560 430 0 0 0 271 9 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986474470312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25677] ppid=25670 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/25673/task/25677/stat : 25677 (java) S 25670 25673 17726 0 -1 4202560 393 0 0 0 278 8 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986271726632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25678] ppid=25670 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/25673/task/25678/stat : 25678 (java) S 25670 25673 17726 0 -1 4202560 334 0 0 0 271 7 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986270673576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25679] ppid=25670 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/25673/task/25679/stat : 25679 (java) S 25670 25673 17726 0 -1 4202560 408 0 0 0 283 9 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986269621032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25680] ppid=25670 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/25673/task/25680/stat : 25680 (java) S 25670 25673 17726 0 -1 4202560 536 0 0 0 283 8 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986268567976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25681] ppid=25670 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/25673/task/25681/stat : 25681 (java) S 25670 25673 17726 0 -1 4202560 358 0 0 0 276 8 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986267515432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25682] ppid=25670 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/25673/task/25682/stat : 25682 (java) S 25670 25673 17726 0 -1 4202560 388 0 0 0 277 8 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986266462376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25683] ppid=25670 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/25673/task/25683/stat : 25683 (java) S 25670 25673 17726 0 -1 4202560 436 0 0 0 285 8 0 0 20 0 22 0 108539077 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986265409832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25684] ppid=25670 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/25673/task/25684/stat : 25684 (java) S 25670 25673 17726 0 -1 4202560 5367 0 0 0 179 37 0 0 20 0 22 0 108539078 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986253212520 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25673/tid=25685] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25685/stat : 25685 (java) S 25670 25673 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986252158840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25686] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25686/stat : 25686 (java) S 25670 25673 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108539078 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986251105672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25687] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25687/stat : 25687 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986250054416 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25688] ppid=25670 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/25673/task/25688/stat : 25688 (java) S 25670 25673 17726 0 -1 4202560 7108 0 0 0 149 2 0 0 20 0 22 0 108539081 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986249001272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25689] ppid=25670 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/25673/task/25689/stat : 25689 (java) S 25670 25673 17726 0 -1 4202560 14553 0 0 0 153 3 0 0 20 0 22 0 108539081 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986247948728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25673/tid=25690] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25690/stat : 25690 (java) S 25670 25673 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108539081 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986246895864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25691] ppid=25670 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/25673/task/25691/stat : 25691 (java) S 25670 25673 17726 0 -1 4202560 51 0 0 0 15 25 0 0 20 0 22 0 108539081 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986245843528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25692] ppid=25670 vsize=9824732 CPUtime=882.81 cores=1,3,5,7
/proc/25673/task/25692/stat : 25692 (java) R 25670 25673 17726 0 -1 4202560 136 0 0 0 88266 15 0 0 20 0 22 0 108539246 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986244682192 139986356775476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25673/tid=25693] ppid=25670 vsize=9824732 CPUtime=882.98 cores=1,3,5,7
/proc/25673/task/25693/stat : 25693 (java) R 25670 25673 17726 0 -1 4202560 1940 0 0 0 88250 48 0 0 20 0 22 0 108539246 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986243638272 139986356708237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25694] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25694/stat : 25694 (java) S 25670 25673 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108539247 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986242585896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25673/tid=25695] ppid=25670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25673/task/25695/stat : 25695 (java) S 25670 25673 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108539247 10060525568 490685 33554432000 1073741824 1073778376 140735320545264 139986241533352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.977
CPU time (s): 1800.13
CPU user time (s): 1798.52
CPU system time (s): 1.61
CPU usage (%): 200.912
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 2.20366
maximum resident set size= 2851896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36299
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34519
involuntary context switches= 48694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13607 second user time and 7.2309 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 04:21:07
IDJOB=4080497
IDBENCH=89699
IDSOLVER=2543
FILE ID=node140/4080497-1465266067
RUNJOBID= node140-1465252001-17743
PBS_JOBID= 19843256
Free space on /tmp= 71432 MiB

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

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

MD5SUM BENCH= 56a27796f1168612394e164ff5d947f7
RANDOM SEED=359199662

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:        25310876 kB
Buffers:          120960 kB
Cached:           439820 kB
SwapCached:         1712 kB
Active:          5058912 kB
Inactive:         181448 kB
Active(anon):    4679704 kB
Inactive(anon):     2656 kB
Active(file):     379208 kB
Inactive(file):   178792 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              8064 kB
Writeback:             0 kB
AnonPages:       6251652 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             608504 kB
SReclaimable:      52232 kB
SUnreclaim:       556272 kB
KernelStack:        1608 kB
PageTables:        16304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    7051096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6164480 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= 71708 MiB
End job on node140 at 2016-06-07 04:36:03