Trace number 4084305

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 Resolution PB16? (TO) 1800.09 1796.94

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_25_pb.cnf.cr.opb
MD5SUMddad6b8774f3cb7ea8e2d9ff3a650623
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.011997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables750
Total number of constraints80
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint25
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4084305-1465220262.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c declared #vars     750
0.10/0.16	c #constraints  80
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.16	c 80 constraints processed.
0.77/0.51	c cleaning 2470 clauses out of 5002 with flag 34445/5002
1.33/1.01	c cleaning 4264 clauses out of 8530 with flag 90313/11000
1.92/1.66	c cleaning 5632 clauses out of 11266 with flag 153853/18000
2.83/2.54	c cleaning 6814 clauses out of 13634 with flag 218522/26000
4.14/3.80	c cleaning 7905 clauses out of 15820 with flag 292115/35000
5.54/5.29	c cleaning 8952 clauses out of 17915 with flag 381667/45000
7.44/7.11	c cleaning 9974 clauses out of 19965 with flag 483055/56002
9.34/9.10	c cleaning 10990 clauses out of 21990 with flag 589183/68001
11.54/11.24	c cleaning 11989 clauses out of 23999 with flag 710067/81000
14.04/13.79	c cleaning 13003 clauses out of 26010 with flag 846283/95000
16.54/16.20	c cleaning 13999 clauses out of 28008 with flag 965163/110001
19.84/19.53	c cleaning 14999 clauses out of 30010 with flag 1109942/126002
23.24/22.93	c cleaning 16001 clauses out of 32012 with flag 1261501/143003
26.75/26.45	c cleaning 17000 clauses out of 34009 with flag 1411979/161001
30.74/30.47	c cleaning 17999 clauses out of 36008 with flag 1577067/180000
36.04/35.70	c cleaning 19001 clauses out of 38010 with flag 1745331/200001
41.34/41.07	c cleaning 19996 clauses out of 40009 with flag 1915739/221001
45.46/45.19	c cleaning 21000 clauses out of 42013 with flag 2093232/243001
49.86/49.57	c cleaning 22004 clauses out of 44013 with flag 2287785/266001
54.65/54.36	c cleaning 22999 clauses out of 46008 with flag 2487659/290000
59.95/59.62	c cleaning 23999 clauses out of 48011 with flag 2713282/315002
65.55/65.29	c cleaning 24995 clauses out of 50010 with flag 2949801/341000
73.16/72.84	c cleaning 26004 clauses out of 52018 with flag 3284135/368003
81.16/80.83	c cleaning 27003 clauses out of 54011 with flag 3620527/396000
90.76/90.43	c cleaning 27996 clauses out of 56008 with flag 3960277/425000
100.02/99.69	c cleaning 29006 clauses out of 58013 with flag 4332740/455001
109.22/108.80	c cleaning 29996 clauses out of 60008 with flag 4744312/486002
120.33/119.95	c cleaning 30998 clauses out of 62012 with flag 5091502/518002
129.72/129.31	c cleaning 31992 clauses out of 64013 with flag 5412175/551001
137.73/137.38	c cleaning 32992 clauses out of 66021 with flag 5722166/585001
146.84/146.45	c cleaning 33992 clauses out of 68032 with flag 6019621/620004
158.84/158.47	c cleaning 35011 clauses out of 70040 with flag 6350164/656004
173.86/173.39	c cleaning 36007 clauses out of 72025 with flag 6691766/693000
188.27/187.76	c cleaning 37000 clauses out of 74018 with flag 6993365/731000
203.47/202.95	c cleaning 38006 clauses out of 76019 with flag 7287687/770001
220.27/219.78	c cleaning 39000 clauses out of 78012 with flag 7606484/810000
236.88/236.37	c cleaning 39998 clauses out of 80014 with flag 7939666/851002
255.88/255.38	c cleaning 41001 clauses out of 82017 with flag 8306128/893003
275.49/274.70	c cleaning 42001 clauses out of 84017 with flag 8652206/936004
296.59/295.82	c cleaning 42997 clauses out of 86013 with flag 9015103/980001
320.20/319.41	c cleaning 44003 clauses out of 88017 with flag 9378092/1025002
345.80/345.03	c cleaning 44993 clauses out of 90016 with flag 9754726/1071004
373.20/372.43	c cleaning 45997 clauses out of 92020 with flag 10279859/1118001
393.01/392.03	c cleaning 47004 clauses out of 94022 with flag 10706012/1166000
421.92/420.91	c cleaning 48004 clauses out of 96018 with flag 11173210/1215000
453.82/452.88	c cleaning 49004 clauses out of 98014 with flag 11676042/1265000
486.53/485.54	c cleaning 49994 clauses out of 100010 with flag 12197714/1316000
514.28/513.07	c cleaning 50994 clauses out of 102016 with flag 12751374/1368000
547.59/546.35	c cleaning 52004 clauses out of 104022 with flag 13309787/1421000
591.69/590.40	c cleaning 53005 clauses out of 106018 with flag 13987708/1475000
630.90/629.62	c cleaning 54000 clauses out of 108014 with flag 14643226/1530001
675.00/673.44	c cleaning 55002 clauses out of 110013 with flag 15351657/1586000
716.51/715.00	c cleaning 55997 clauses out of 112012 with flag 16016723/1643001
761.13/759.52	c cleaning 56992 clauses out of 114015 with flag 16649947/1701001
811.42/809.57	c cleaning 58000 clauses out of 116024 with flag 17341326/1760002
862.83/860.93	c cleaning 59007 clauses out of 118025 with flag 18034793/1820003
909.42/907.29	c cleaning 59999 clauses out of 120015 with flag 18707064/1881000
949.73/947.52	c cleaning 61001 clauses out of 122016 with flag 19309454/1943000
984.30/982.04	c cleaning 62007 clauses out of 124020 with flag 19918448/2006005
1018.51/1016.24	c cleaning 63002 clauses out of 126014 with flag 20516789/2070006
1065.34/1062.94	c cleaning 63996 clauses out of 128006 with flag 21199297/2135000
1116.65/1114.22	c cleaning 64997 clauses out of 130011 with flag 21947470/2201001
1152.64/1150.14	c cleaning 66004 clauses out of 132017 with flag 22606605/2268004
1186.85/1184.36	c cleaning 67001 clauses out of 134010 with flag 23285441/2336001
1226.74/1224.18	c cleaning 67993 clauses out of 136008 with flag 23946936/2405000
1280.85/1278.26	c cleaning 69004 clauses out of 138017 with flag 24671593/2475002
1340.55/1337.83	c cleaning 70002 clauses out of 140011 with flag 25391498/2546000
1400.57/1397.86	c cleaning 70998 clauses out of 142010 with flag 26174505/2618001
1462.86/1460.08	c cleaning 72000 clauses out of 144011 with flag 26978586/2691000
1525.15/1522.23	c cleaning 73004 clauses out of 146012 with flag 27805324/2765001
1599.56/1596.61	c cleaning 73999 clauses out of 148008 with flag 28690443/2840001
1674.57/1671.53	c cleaning 74998 clauses out of 150008 with flag 29580688/2916000
1748.50/1745.49	c cleaning 75999 clauses out of 152010 with flag 30426162/2993000
1800.09/1796.90	c starts		: 394
1800.09/1796.90	c conflicts		: 3054713
1800.09/1796.90	c decisions		: 3501731
1800.09/1796.90	c propagations		: 78424518
1800.09/1796.90	c inspects		: 29568683750
1800.09/1796.90	c shortcuts		: 0
1800.09/1796.90	c learnt literals	: 0
1800.09/1796.90	c learnt binary clauses	: 0
1800.09/1796.90	c learnt ternary clauses	: 0
1800.09/1796.90	c learnt constraints	: 3054713
1800.09/1796.90	c ignored constraints	: 0
1800.09/1796.90	c root simplifications	: 0
1800.09/1796.90	c removed literals (reason simplification)	: 0
1800.09/1796.90	c reason swapping (by a shorter reason)	: 0
1800.09/1796.90	c Calls to reduceDB	: 73
1800.09/1796.90	c Number of update (reduction) of LBD	: 1709923
1800.09/1796.90	c Imported unit clauses	: 0
1800.09/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.90	c number of learned constraints concerned by reduction	: 0
1800.09/1796.90	c number of learning phase by resolution	: 0
1800.09/1796.90	c number of learning phase by cutting planes	: 0
1800.09/1796.90	c speed (assignments/second)	: 43648.22957133475
1800.09/1796.90	c non guided choices	176
1800.09/1796.90	c timeout
1800.09/1796.93	c learnt constraints type 
1800.09/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137725
1800.09/1796.93	s UNKNOWN
1800.09/1796.93	c Total wall clock time (in seconds): 1796.827

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-4084305-1465220262/watcher-4084305-1465220262 -o /tmp/evaluation-result-4084305-1465220262/solver-4084305-1465220262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084305-1465220262.opb 

pid=9208
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: 1.10 1.60 1.93 4/194 9211
/proc/meminfo: memFree=30440064/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 103958189 98570240 978 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 24067 980 746 9 0 16773 0
[pid=9211/tid=9212] ppid=9208 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 103958190 98582528 985 33554432000 1073741824 1073778376 140735983593696 140298930732584 248790205853 0 0 0 16784584 0 0 0 -1 2 0 0 0 0 0

[startup+0.100034 s]
/proc/loadavg: 1.10 1.60 1.93 4/194 9211
/proc/meminfo: memFree=30440064/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 4499 0 1 0 9 1 0 0 20 0 18 0 103958189 9787879424 5607 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 2389619 5607 2147 9 0 2380296 0
[pid=9211/tid=9212] ppid=9208 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 2436 0 1 0 6 1 0 0 20 0 18 0 103958190 9787879424 5607 33554432000 1073741824 1073778376 140735983593696 140298930736032 248793589005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200299 s]
/proc/loadavg: 1.10 1.60 1.93 4/194 9211
/proc/meminfo: memFree=30440064/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 5983 0 1 0 28 2 0 0 20 0 19 0 103958189 9856040960 7093 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 2406260 7093 2225 9 0 2396937 0
[pid=9211/tid=9212] ppid=9208 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 2468 0 1 0 16 1 0 0 20 0 19 0 103958190 9856040960 7093 33554432000 1073741824 1073778376 140735983593696 140298930736888 140298870537296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300371 s]
/proc/loadavg: 1.10 1.60 1.93 4/194 9211
/proc/meminfo: memFree=30440064/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 6228 0 1 0 48 2 0 0 20 0 19 0 103958189 9856040960 7130 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 2406260 7130 2245 9 0 2396937 0
[pid=9211/tid=9212] ppid=9208 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 2469 0 1 0 26 1 0 0 20 0 19 0 103958190 9856040960 7130 33554432000 1073741824 1073778376 140735983593696 140298930736888 140298870869782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700286 s]
/proc/loadavg: 1.10 1.60 1.93 4/194 9211
/proc/meminfo: memFree=30440064/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 7166 0 1 0 98 2 0 0 20 0 19 0 103958189 9856040960 8190 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 2406260 8190 2254 9 0 2396937 0
[pid=9211/tid=9212] ppid=9208 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 2472 0 1 0 66 1 0 0 20 0 19 0 103958190 9856040960 8190 33554432000 1073741824 1073778376 140735983593696 140298930736888 140298870870173 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 1.17 1.61 1.93 3/213 9230
/proc/meminfo: memFree=30393044/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 7175 0 1 0 180 2 0 0 20 0 19 0 103958189 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 2406260 9220 2256 9 0 2396937 0
[pid=9211/tid=9212] ppid=9208 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 2475 0 1 0 145 2 0 0 20 0 19 0 103958190 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298930735488 140298870903684 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9214] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298869467816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9215] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298868415272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9216] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298867362728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9217] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298866310184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9218] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298770135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9219] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298769082664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9220] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298768030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9221] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298766977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9222] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103958191 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298754779752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9223] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298753726072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9224] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298752673416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9225] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298751622160 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9226] ppid=9208 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 9017 0 -1 4202560 896 0 0 0 13 0 0 0 20 0 19 0 103958194 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298750568504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9227] ppid=9208 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9211/task/9227/stat : 9227 (java) S 9208 9211 9017 0 -1 4202560 2531 0 0 0 19 0 0 0 20 0 19 0 103958194 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298749515960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9228] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9228/stat : 9228 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298748463608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9229] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9229/stat : 9229 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298747411272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9230] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9230/stat : 9230 (java) S 9208 9211 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103958206 9856040960 9220 33554432000 1073741824 1073778376 140735983593696 140298746357032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.17 1.61 1.93 3/213 9230
/proc/meminfo: memFree=30378368/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 7188 0 1 0 342 3 0 0 20 0 19 0 103958189 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 2406260 11277 2257 9 0 2396937 0
[pid=9211/tid=9212] ppid=9208 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 2479 0 1 0 303 2 0 0 20 0 19 0 103958190 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298930737432 140298870903742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9214] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298869467816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9215] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298868415272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9216] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298867362728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9217] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298866310184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9218] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298770135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9219] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298769082664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9220] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298768030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9221] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298766977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9222] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103958191 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298754779752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9223] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298753726072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9224] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298752673416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9225] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298751622160 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9226] ppid=9208 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 9017 0 -1 4202560 897 0 0 0 13 0 0 0 20 0 19 0 103958194 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298750568504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9227] ppid=9208 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9211/task/9227/stat : 9227 (java) S 9208 9211 9017 0 -1 4202560 2539 0 0 0 22 0 0 0 20 0 19 0 103958194 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298749515960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9228] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9228/stat : 9228 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298748463608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9229] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9229/stat : 9229 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298747411272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9230] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9230/stat : 9230 (java) S 9208 9211 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103958206 9856040960 11277 33554432000 1073741824 1073778376 140735983593696 140298746357032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 1.17 1.61 1.93 3/213 9230
/proc/meminfo: memFree=30337736/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=9625040 CPUtime=6.64 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 7196 0 1 0 661 3 0 0 20 0 19 0 103958189 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 2406260 14206 2258 9 0 2396937 0
[pid=9211/tid=9212] ppid=9208 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 2486 0 1 0 622 2 0 0 20 0 19 0 103958190 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298930728640 140298870882963 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9214] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298869467816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9215] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298868415272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9216] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298867362728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9217] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298866310184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9218] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298770135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9219] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298769082664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9220] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298768030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9221] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103958190 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298766977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9222] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103958191 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298754779752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9223] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298753726072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9224] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298752673416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9225] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298751622160 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9226] ppid=9208 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 9017 0 -1 4202560 897 0 0 0 13 0 0 0 20 0 19 0 103958194 9856040960 14206 33554432000 1073741824 1073778376 140735983593696 140298750568504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9227] ppid=9208 vsize=9625040 CPUtime=0.22 cores=0,2,4,6

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

[pid=9211/tid=9230] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9230/stat : 9230 (java) S 9208 9211 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103958206 9856040960 176510 33554432000 1073741824 1073778376 140735983593696 140298746357032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.39
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.24 2.19 3/213 9363
/proc/meminfo: memFree=29681316/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=9625040 CPUtime=1785.48 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 10983 0 1 0 178447 101 0 0 20 0 19 0 103958189 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 2406260 174916 2280 9 0 2396937 0
[pid=9211/tid=9212] ppid=9208 vsize=9625040 CPUtime=1776.52 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 2553 0 1 0 177620 32 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298930736384 140298870912647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9214] ppid=9208 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 9017 0 -1 4202560 389 0 0 0 35 10 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298869467816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9215] ppid=9208 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 9017 0 -1 4202560 241 0 0 0 32 6 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298868415272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9216] ppid=9208 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 9017 0 -1 4202560 262 0 0 0 32 9 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298867362728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9217] ppid=9208 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 9017 0 -1 4202560 335 0 0 0 34 8 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298866310184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9218] ppid=9208 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 9017 0 -1 4202560 305 0 0 0 33 10 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298770135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9219] ppid=9208 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 9017 0 -1 4202560 531 0 0 0 39 11 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298769082664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9220] ppid=9208 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 9017 0 -1 4202560 447 0 0 0 36 10 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298768030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9221] ppid=9208 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 9017 0 -1 4202560 380 0 0 0 27 8 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298766977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9222] ppid=9208 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 9017 0 -1 4202560 231 0 0 0 20 2 0 0 20 0 19 0 103958191 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298754779752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9223] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298753726072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9224] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298752673416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9225] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298751622160 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9226] ppid=9208 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 9017 0 -1 4202560 897 0 0 0 13 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298750568504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9227] ppid=9208 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9211/task/9227/stat : 9227 (java) S 9208 9211 9017 0 -1 4202560 3048 0 0 0 24 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298749515960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9228] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9228/stat : 9228 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298748463608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9229] ppid=9208 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/9211/task/9229/stat : 9229 (java) S 9208 9211 9017 0 -1 4202560 104 0 0 0 37 31 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298747411272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9230] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9230/stat : 9230 (java) S 9208 9211 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103958206 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298746357032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.48
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.14 2.23 2.19 4/213 9363
/proc/meminfo: memFree=29638416/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 10985 0 1 0 179908 101 0 0 20 0 19 0 103958189 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 2406260 174916 2280 9 0 2396937 0
[pid=9211/tid=9212] ppid=9208 vsize=9625040 CPUtime=1791.09 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 2553 0 1 0 179077 32 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298930736384 140298870912647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9214] ppid=9208 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 9017 0 -1 4202560 389 0 0 0 35 10 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298869467816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9215] ppid=9208 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 9017 0 -1 4202560 241 0 0 0 32 6 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298868415272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9216] ppid=9208 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 9017 0 -1 4202560 262 0 0 0 32 9 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298867362728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9217] ppid=9208 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 9017 0 -1 4202560 335 0 0 0 34 8 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298866310184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9218] ppid=9208 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 9017 0 -1 4202560 305 0 0 0 33 10 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298770135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9219] ppid=9208 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 9017 0 -1 4202560 531 0 0 0 39 11 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298769082664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9220] ppid=9208 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 9017 0 -1 4202560 447 0 0 0 36 10 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298768030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9221] ppid=9208 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 9017 0 -1 4202560 380 0 0 0 27 8 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298766977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9222] ppid=9208 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 9017 0 -1 4202560 231 0 0 0 20 2 0 0 20 0 19 0 103958191 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298754779752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9223] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298753726072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9224] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298752673416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9225] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298751622160 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9226] ppid=9208 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 9017 0 -1 4202560 897 0 0 0 13 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298750568504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9227] ppid=9208 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9211/task/9227/stat : 9227 (java) S 9208 9211 9017 0 -1 4202560 3048 0 0 0 24 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298749515960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9228] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9228/stat : 9228 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298748463608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9229] ppid=9208 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/9211/task/9229/stat : 9229 (java) S 9208 9211 9017 0 -1 4202560 106 0 0 0 39 31 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298747411272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9230] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9230/stat : 9230 (java) S 9208 9211 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103958206 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298746357032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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 9211 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.14 2.23 2.19 4/213 9363
/proc/meminfo: memFree=29638416/32872528 swapFree=17452/1581112
[pid=9211] ppid=9208 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/9211/stat : 9211 (java) S 9208 9211 9017 0 -1 4202496 10985 0 1 0 179908 101 0 0 20 0 19 0 103958189 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140735983584832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9211/statm: 2406260 174916 2280 9 0 2396937 0
[pid=9211/tid=9212] ppid=9208 vsize=9625040 CPUtime=1791.09 cores=0,2,4,6
/proc/9211/task/9212/stat : 9212 (java) R 9208 9211 9017 0 -1 4202560 2553 0 1 0 179077 32 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298930736384 140298870912647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9214] ppid=9208 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/9211/task/9214/stat : 9214 (java) S 9208 9211 9017 0 -1 4202560 389 0 0 0 35 10 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298869467816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9215] ppid=9208 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9211/task/9215/stat : 9215 (java) S 9208 9211 9017 0 -1 4202560 241 0 0 0 32 6 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298868415272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9216] ppid=9208 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9211/task/9216/stat : 9216 (java) S 9208 9211 9017 0 -1 4202560 262 0 0 0 32 9 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298867362728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9217] ppid=9208 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9211/task/9217/stat : 9217 (java) S 9208 9211 9017 0 -1 4202560 335 0 0 0 34 8 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298866310184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9218] ppid=9208 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/9211/task/9218/stat : 9218 (java) S 9208 9211 9017 0 -1 4202560 305 0 0 0 33 10 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298770135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9219] ppid=9208 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9211/task/9219/stat : 9219 (java) S 9208 9211 9017 0 -1 4202560 531 0 0 0 39 11 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298769082664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9220] ppid=9208 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9211/task/9220/stat : 9220 (java) S 9208 9211 9017 0 -1 4202560 447 0 0 0 36 10 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298768030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9221] ppid=9208 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9211/task/9221/stat : 9221 (java) S 9208 9211 9017 0 -1 4202560 380 0 0 0 27 8 0 0 20 0 19 0 103958190 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298766977576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9222] ppid=9208 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9211/task/9222/stat : 9222 (java) S 9208 9211 9017 0 -1 4202560 231 0 0 0 20 2 0 0 20 0 19 0 103958191 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298754779752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9223] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9223/stat : 9223 (java) S 9208 9211 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298753726072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9211/tid=9224] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9224/stat : 9224 (java) S 9208 9211 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103958192 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298752673416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9225] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9225/stat : 9225 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298751622160 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9226] ppid=9208 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9211/task/9226/stat : 9226 (java) S 9208 9211 9017 0 -1 4202560 897 0 0 0 13 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298750568504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9211/tid=9227] ppid=9208 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9211/task/9227/stat : 9227 (java) S 9208 9211 9017 0 -1 4202560 3048 0 0 0 24 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298749515960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9228] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9228/stat : 9228 (java) S 9208 9211 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298748463608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9211/tid=9229] ppid=9208 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/9211/task/9229/stat : 9229 (java) S 9208 9211 9017 0 -1 4202560 106 0 0 0 39 31 0 0 20 0 19 0 103958194 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298747411272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9211/tid=9230] ppid=9208 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9211/task/9230/stat : 9230 (java) S 9208 9211 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103958206 9856040960 174916 33554432000 1073741824 1073778376 140735983593696 140298746357032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9211 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=588181
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=511770
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.94
CPU time (s): 1800.09
CPU user time (s): 1799.08
CPU system time (s): 1.01
CPU usage (%): 100.175
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.51177
maximum resident set size= 794552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11162
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38460
involuntary context switches= 7222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7344 second user time and 13.5409 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 15:37:42
IDJOB=4084305
IDBENCH=1407
IDSOLVER=2546
FILE ID=node139/4084305-1465220262
RUNJOBID= node139-1465220260-9033
PBS_JOBID= 19843218
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_25_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084305-1465220262/watcher-4084305-1465220262 -o /tmp/evaluation-result-4084305-1465220262/solver-4084305-1465220262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084305-1465220262.opb

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

MD5SUM BENCH= ddad6b8774f3cb7ea8e2d9ff3a650623
RANDOM SEED=568580165

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30442112 kB
Buffers:            9216 kB
Cached:            74472 kB
SwapCached:         1464 kB
Active:            96580 kB
Inactive:          33964 kB
Active(anon):      47300 kB
Inactive(anon):     2172 kB
Active(file):      49280 kB
Inactive(file):    31792 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:              1808 kB
Writeback:             0 kB
AnonPages:       1641600 kB
Mapped:            15200 kB
Shmem:                 0 kB
Slab:             567532 kB
SReclaimable:      10584 kB
SUnreclaim:       556948 kB
KernelStack:        1600 kB
PageTables:         7684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2268628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1607680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node139 at 2016-06-06 16:07:39