Trace number 4089936

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.08 1799.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v051-n1.opb
MD5SUM88a573f213f1fe4c32b0fc4ead18d90d
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 benchmark0.055991
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4089936-1466035746.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.02s.
0.09/0.13	c declared #vars     153
0.09/0.13	c #constraints  102
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 51
0.09/0.13	c 102 constraints processed.
0.78/0.51	c cleaning 2496 clauses out of 5001 with flag 37723/5001
1.28/0.98	c cleaning 4251 clauses out of 8505 with flag 98883/11001
1.99/1.64	c cleaning 5626 clauses out of 11255 with flag 173962/18002
2.79/2.49	c cleaning 6810 clauses out of 13631 with flag 256357/26004
3.83/3.46	c cleaning 7904 clauses out of 15818 with flag 347615/35001
5.02/4.67	c cleaning 8954 clauses out of 17914 with flag 445728/45001
6.52/6.19	c cleaning 9972 clauses out of 19959 with flag 563061/56000
8.22/7.88	c cleaning 10987 clauses out of 21987 with flag 682451/68000
10.22/9.85	c cleaning 11989 clauses out of 24000 with flag 809965/81000
12.81/12.49	c cleaning 12999 clauses out of 26011 with flag 952415/95000
15.41/15.00	c cleaning 14000 clauses out of 28014 with flag 1099557/110002
18.22/17.83	c cleaning 15000 clauses out of 30012 with flag 1269653/126000
21.62/21.27	c cleaning 15998 clauses out of 32012 with flag 1462530/143000
24.82/24.49	c cleaning 17002 clauses out of 34015 with flag 1631255/161001
28.32/27.90	c cleaning 17996 clauses out of 36012 with flag 1797528/180000
32.22/31.89	c cleaning 19000 clauses out of 38016 with flag 1972613/200000
36.62/36.21	c cleaning 19995 clauses out of 40017 with flag 2161349/221001
41.12/40.72	c cleaning 21003 clauses out of 42022 with flag 2336295/243001
46.72/46.33	c cleaning 22007 clauses out of 44019 with flag 2557258/266001
52.23/51.84	c cleaning 22990 clauses out of 46011 with flag 2805051/290000
58.52/58.13	c cleaning 24004 clauses out of 48021 with flag 3075688/315000
65.33/64.95	c cleaning 25003 clauses out of 50017 with flag 3347082/341000
73.72/73.32	c cleaning 25997 clauses out of 52015 with flag 3636385/368001
81.32/80.93	c cleaning 27005 clauses out of 54020 with flag 3941797/396003
89.55/89.13	c cleaning 27998 clauses out of 56012 with flag 4250343/425000
98.54/98.15	c cleaning 29001 clauses out of 58016 with flag 4569183/455002
109.13/108.72	c cleaning 30000 clauses out of 60014 with flag 4900609/486001
120.63/120.27	c cleaning 30995 clauses out of 62014 with flag 5251622/518001
132.24/131.84	c cleaning 31999 clauses out of 64018 with flag 5604513/551000
144.65/144.25	c cleaning 33002 clauses out of 66019 with flag 5978492/585000
158.14/157.71	c cleaning 34000 clauses out of 68020 with flag 6349537/620003
173.54/173.17	c cleaning 35000 clauses out of 70019 with flag 6780976/656002
190.14/189.73	c cleaning 36002 clauses out of 72018 with flag 7214006/693001
207.25/206.85	c cleaning 37000 clauses out of 74015 with flag 7640513/731000
224.75/224.38	c cleaning 38001 clauses out of 76017 with flag 8089910/770002
240.45/240.08	c cleaning 39001 clauses out of 78015 with flag 8505354/810001
256.05/255.62	c cleaning 39995 clauses out of 80014 with flag 8890493/851001
271.57/271.12	c cleaning 41003 clauses out of 82019 with flag 9282456/893001
287.47/287.09	c cleaning 41997 clauses out of 84015 with flag 9654520/936000
304.17/303.79	c cleaning 43004 clauses out of 86021 with flag 10029991/980003
324.37/323.96	c cleaning 43998 clauses out of 88014 with flag 10424159/1025000
346.57/346.10	c cleaning 45005 clauses out of 90017 with flag 10905732/1071001
370.76/370.33	c cleaning 46001 clauses out of 92013 with flag 11443430/1118002
394.57/394.15	c cleaning 46998 clauses out of 94011 with flag 11972316/1166001
419.17/418.77	c cleaning 47997 clauses out of 96014 with flag 12505465/1215002
447.27/446.83	c cleaning 48998 clauses out of 98015 with flag 13082159/1265000
474.62/474.16	c cleaning 49996 clauses out of 100017 with flag 13649221/1316000
505.83/505.37	c cleaning 51006 clauses out of 102021 with flag 14263838/1368000
535.92/535.47	c cleaning 52002 clauses out of 104015 with flag 14802793/1421000
570.92/570.46	c cleaning 52999 clauses out of 106013 with flag 15342220/1475000
602.34/601.86	c cleaning 54001 clauses out of 108014 with flag 15930483/1530000
636.54/636.03	c cleaning 54999 clauses out of 110013 with flag 16540152/1586000
670.34/669.81	c cleaning 56004 clauses out of 112016 with flag 17143142/1643002
702.25/701.72	c cleaning 56996 clauses out of 114011 with flag 17692134/1701001
736.18/735.63	c cleaning 58003 clauses out of 116015 with flag 18264976/1760001
775.59/775.01	c cleaning 59003 clauses out of 118014 with flag 18898819/1820003
818.79/818.20	c cleaning 59993 clauses out of 120008 with flag 19569730/1881000
856.70/856.10	c cleaning 60995 clauses out of 122016 with flag 20198017/1943001
896.60/896.09	c cleaning 62002 clauses out of 124020 with flag 20843595/2006000
941.00/940.43	c cleaning 63002 clauses out of 126021 with flag 21507231/2070003
993.52/992.92	c cleaning 64000 clauses out of 128016 with flag 22200578/2135000
1038.17/1037.54	c cleaning 64994 clauses out of 130016 with flag 22931293/2201000
1087.59/1086.97	c cleaning 66003 clauses out of 132022 with flag 23669890/2268000
1143.19/1142.54	c cleaning 67005 clauses out of 134019 with flag 24377506/2336000
1196.21/1195.54	c cleaning 68005 clauses out of 136015 with flag 25061469/2405001
1249.42/1248.72	c cleaning 68997 clauses out of 138009 with flag 25792136/2475000
1303.82/1303.16	c cleaning 70002 clauses out of 140013 with flag 26560973/2546001
1361.63/1360.83	c cleaning 70998 clauses out of 142012 with flag 27321853/2618002
1422.94/1422.13	c cleaning 72000 clauses out of 144013 with flag 28086635/2691001
1483.45/1482.68	c cleaning 72995 clauses out of 146012 with flag 28868918/2765000
1551.26/1550.41	c cleaning 74000 clauses out of 148018 with flag 29677401/2840001
1628.57/1627.76	c cleaning 74999 clauses out of 150017 with flag 30563822/2916000
1705.08/1704.19	c cleaning 76001 clauses out of 152020 with flag 31361655/2993002
1777.28/1776.31	c cleaning 77003 clauses out of 154019 with flag 32175607/3071002
1800.08/1799.10	c starts		: 687
1800.08/1799.10	c conflicts		: 3106867
1800.08/1799.10	c decisions		: 3483582
1800.08/1799.10	c propagations		: 59849847
1800.08/1799.10	c inspects		: 32933278628
1800.08/1799.10	c shortcuts		: 0
1800.08/1799.10	c learnt literals	: 0
1800.08/1799.10	c learnt binary clauses	: 0
1800.08/1799.10	c learnt ternary clauses	: 0
1800.08/1799.10	c learnt constraints	: 3106868
1800.08/1799.10	c ignored constraints	: 0
1800.08/1799.10	c root simplifications	: 0
1800.08/1799.10	c timeout
1800.08/1799.10	c removed literals (reason simplification)	: 0
1800.08/1799.10	c reason swapping (by a shorter reason)	: 0
1800.08/1799.10	c Calls to reduceDB	: 74
1800.08/1799.10	c Number of update (reduction) of LBD	: 1029088
1800.08/1799.10	c Imported unit clauses	: 0
1800.08/1799.10	c number of reductions to clauses (during analyze)	: 0
1800.08/1799.10	c number of learned constraints concerned by reduction	: 0
1800.08/1799.10	c number of learning phase by resolution	: 0
1800.08/1799.10	c number of learning phase by cutting planes	: 0
1800.08/1799.10	c speed (assignments/second)	: 33269.026207276846
1800.08/1799.10	c non guided choices	47
1800.08/1799.13	c learnt constraints type 
1800.08/1799.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112882
1800.08/1799.13	s UNKNOWN
1800.08/1799.13	c Total wall clock time (in seconds): 1799.019

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-4089936-1466035746/watcher-4089936-1466035746 -o /tmp/evaluation-result-4089936-1466035746/solver-4089936-1466035746 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466033848-10445 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089936-1466035746.opb 

pid=10885
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: 2.20 2.21 2.13 3/196 10888
/proc/meminfo: memFree=30191952/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/10888/stat : 10888 (java) D 10885 10888 5923 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 5620547 2560000 46 33554432000 1073741824 1073778376 140736394793792 140736394790920 215115459879 0 0 4096 0 18446744072100756772 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.20 2.21 2.13 3/196 10888
/proc/meminfo: memFree=30191952/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 5923 0 -1 4202496 4414 0 1 0 8 1 0 0 20 0 18 0 5620547 9787879424 6045 33554432000 1073741824 1073778376 140736394793792 140736394784928 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2389619 6045 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.20 2.21 2.13 3/196 10888
/proc/meminfo: memFree=30191952/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 5923 0 -1 4202496 6975 0 1 0 27 1 0 0 20 0 19 0 5620547 9856040960 7704 33554432000 1073741824 1073778376 140736394793792 140736394784928 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 7704 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300232 s]
/proc/loadavg: 2.20 2.21 2.13 3/196 10888
/proc/meminfo: memFree=30191952/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 5923 0 -1 4202496 7539 0 1 0 50 1 0 0 20 0 19 0 5620547 9856040960 7807 33554432000 1073741824 1073778376 140736394793792 140736394784928 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 7807 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700171 s]
/proc/loadavg: 2.20 2.21 2.13 3/196 10888
/proc/meminfo: memFree=30191952/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 5923 0 -1 4202496 9598 0 1 0 105 2 0 0 20 0 19 0 5620547 9856040960 8409 33554432000 1073741824 1073778376 140736394793792 140736394784928 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 8409 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.18 2.20 2.13 3/215 10907
/proc/meminfo: memFree=30164260/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 5923 0 -1 4202496 9602 0 1 0 187 2 0 0 20 0 19 0 5620547 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 140736394784928 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 9434 2241 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 5923 0 -1 4202560 2404 0 1 0 144 2 0 0 20 0 19 0 5620548 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139997520396696 139997361961183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139997481888808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139997480836008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 5923 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139997361466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139997360413352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139997359360552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139997358307752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139997357254952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139997356202152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5620550 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139996873874408 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139996872820472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139996871767560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139996870716048 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 5923 0 -1 4202560 1755 0 0 0 15 0 0 0 20 0 19 0 5620553 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139996869663160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 5923 0 -1 4202560 4172 0 0 0 25 0 0 0 20 0 19 0 5620553 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139996868610360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139996867557752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139996866505160 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5620561 9856040960 9434 33554432000 1073741824 1073778376 140736394793792 139996865451688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.18 2.20 2.13 3/215 10907
/proc/meminfo: memFree=30159676/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 5923 0 -1 4202496 9661 0 1 0 350 2 0 0 20 0 19 0 5620547 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 140736394784928 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 10465 2241 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 5923 0 -1 4202560 2406 0 1 0 303 2 0 0 20 0 19 0 5620548 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139997520396568 139997361941600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139997481888808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139997480836008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 5923 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139997361466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139997360413352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139997359360552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139997358307752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139997357254952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139997356202152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5620550 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139996873874408 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139996872820472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139996871767560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139996870716048 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 5923 0 -1 4202560 1812 0 0 0 18 0 0 0 20 0 19 0 5620553 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139996869663160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 5923 0 -1 4202560 4172 0 0 0 25 0 0 0 20 0 19 0 5620553 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139996868610360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139996867557752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139996866505160 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5620561 9856040960 10465 33554432000 1073741824 1073778376 140736394793792 139996865451688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.18 2.20 2.13 3/215 10907
/proc/meminfo: memFree=30153904/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 5923 0 -1 4202496 9667 0 1 0 670 2 0 0 20 0 19 0 5620547 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 140736394784928 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 11836 2242 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 5923 0 -1 4202560 2411 0 1 0 623 2 0 0 20 0 19 0 5620548 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139997520387792 139997361961203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139997481888808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139997480836008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 5923 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139997361466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139997360413352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139997359360552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139997358307752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139997357254952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5620549 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139997356202152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5620550 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139996873874408 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139996872820472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139996871767560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139996870716048 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 5923 0 -1 4202560 1812 0 0 0 18 0 0 0 20 0 19 0 5620553 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139996869663160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 5923 0 -1 4202560 4172 0 0 0 25 0 0 0 20 0 19 0 5620553 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139996868610360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139996867557752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 5923 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139996866505160 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5620561 9856040960 11836 33554432000 1073741824 1073778376 140736394793792 139996865451688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5620561 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996865451688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.29
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.24 2.18 3/215 11016
/proc/meminfo: memFree=29815820/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=9625040 CPUtime=1783.28 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 5923 0 -1 4202496 10953 0 1 0 178293 35 0 0 20 0 19 0 5620547 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 140736394784928 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 65352 2257 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=1777.44 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 5923 0 -1 4202560 2473 0 1 0 177712 32 0 0 20 0 19 0 5620548 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997520387792 139997361941825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 5923 0 -1 4202560 213 0 0 0 4 1 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997481888808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 5923 0 -1 4202560 136 0 0 0 4 2 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997480836008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 5923 0 -1 4202560 90 0 0 0 4 0 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997361466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 5923 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997360413352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 5923 0 -1 4202560 147 0 0 0 7 1 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997359360552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 5923 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997358307752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 5923 0 -1 4202560 253 0 0 0 5 2 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997357254952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 5923 0 -1 4202560 97 0 0 0 3 1 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997356202152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 5923 0 -1 4202560 48 0 0 0 1 1 0 0 20 0 19 0 5620550 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996873874408 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996872820472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996871767560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996870716048 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 5923 0 -1 4202560 1928 0 0 0 20 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996869663160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 5923 0 -1 4202560 4172 0 0 0 25 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996868610360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996867557752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 5923 0 -1 4202560 104 0 0 0 38 27 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996866505160 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5620561 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996865451688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.20 2.22 2.18 4/215 11016
/proc/meminfo: memFree=29815772/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 5923 0 -1 4202496 10953 0 1 0 179973 35 0 0 20 0 19 0 5620547 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 140736394784928 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 65352 2257 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=1794.19 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 5923 0 -1 4202560 2473 0 1 0 179387 32 0 0 20 0 19 0 5620548 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997520387792 139997361902845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 5923 0 -1 4202560 213 0 0 0 4 1 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997481888808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 5923 0 -1 4202560 136 0 0 0 4 2 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997480836008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 5923 0 -1 4202560 90 0 0 0 4 0 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997361466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 5923 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997360413352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 5923 0 -1 4202560 147 0 0 0 7 1 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997359360552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 5923 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997358307752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 5923 0 -1 4202560 253 0 0 0 5 2 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997357254952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 5923 0 -1 4202560 97 0 0 0 3 1 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997356202152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 5923 0 -1 4202560 48 0 0 0 1 1 0 0 20 0 19 0 5620550 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996873874408 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996872820472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996871767560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996870716048 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 5923 0 -1 4202560 1928 0 0 0 20 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996869663160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 5923 0 -1 4202560 4172 0 0 0 25 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996868610360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996867557752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 5923 0 -1 4202560 104 0 0 0 39 27 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996866505160 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5620561 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996865451688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 10888 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.1 s]
/proc/loadavg: 2.20 2.22 2.18 4/215 11016
/proc/meminfo: memFree=29815772/32872528 swapFree=1504408/1684280
[pid=10888] ppid=10885 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/10888/stat : 10888 (java) S 10885 10888 5923 0 -1 4202496 10953 0 1 0 179973 35 0 0 20 0 19 0 5620547 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 140736394784928 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10888/statm: 2406260 65352 2257 9 0 2396937 0
[pid=10888/tid=10890] ppid=10885 vsize=9625040 CPUtime=1794.19 cores=0,2,4,6
/proc/10888/task/10890/stat : 10890 (java) R 10885 10888 5923 0 -1 4202560 2473 0 1 0 179387 32 0 0 20 0 19 0 5620548 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997520387792 139997361902845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10891] ppid=10885 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10888/task/10891/stat : 10891 (java) S 10885 10888 5923 0 -1 4202560 213 0 0 0 4 1 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997481888808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10892] ppid=10885 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/10888/task/10892/stat : 10892 (java) S 10885 10888 5923 0 -1 4202560 136 0 0 0 4 2 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997480836008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10893] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10893/stat : 10893 (java) S 10885 10888 5923 0 -1 4202560 90 0 0 0 4 0 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997361466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10894] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10894/stat : 10894 (java) S 10885 10888 5923 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997360413352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10895] ppid=10885 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/10888/task/10895/stat : 10895 (java) S 10885 10888 5923 0 -1 4202560 147 0 0 0 7 1 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997359360552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10896] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10896/stat : 10896 (java) S 10885 10888 5923 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997358307752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10897] ppid=10885 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/10888/task/10897/stat : 10897 (java) S 10885 10888 5923 0 -1 4202560 253 0 0 0 5 2 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997357254952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10888/tid=10898] ppid=10885 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10888/task/10898/stat : 10898 (java) S 10885 10888 5923 0 -1 4202560 97 0 0 0 3 1 0 0 20 0 19 0 5620549 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139997356202152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10899] ppid=10885 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10888/task/10899/stat : 10899 (java) S 10885 10888 5923 0 -1 4202560 48 0 0 0 1 1 0 0 20 0 19 0 5620550 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996873874408 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10900] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10900/stat : 10900 (java) S 10885 10888 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996872820472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10901] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10901/stat : 10901 (java) S 10885 10888 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5620551 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996871767560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10902] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10902/stat : 10902 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996870716048 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10888/tid=10903] ppid=10885 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10888/task/10903/stat : 10903 (java) S 10885 10888 5923 0 -1 4202560 1928 0 0 0 20 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996869663160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10904] ppid=10885 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10888/task/10904/stat : 10904 (java) S 10885 10888 5923 0 -1 4202560 4172 0 0 0 25 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996868610360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10888/tid=10905] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10905/stat : 10905 (java) S 10885 10888 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996867557752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10906] ppid=10885 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/10888/task/10906/stat : 10906 (java) S 10885 10888 5923 0 -1 4202560 104 0 0 0 39 27 0 0 20 0 19 0 5620553 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996866505160 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10888/tid=10907] ppid=10885 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10888/task/10907/stat : 10907 (java) S 10885 10888 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5620561 9856040960 65352 33554432000 1073741824 1073778376 140736394793792 139996865451688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10888 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=251080
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=811876
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.14
CPU time (s): 1800.08
CPU user time (s): 1799.73
CPU system time (s): 0.35
CPU usage (%): 100.052
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.25
system time used= 0.811876
maximum resident set size= 261540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11006
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38237
involuntary context switches= 6689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.241 second user time and 16.1785 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-16 02:09:06
IDJOB=4089936
IDBENCH=107477
IDSOLVER=2546
FILE ID=node135/4089936-1466035746
RUNJOBID= node135-1466033848-10445
PBS_JOBID= 19902813
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v051-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089936-1466035746/watcher-4089936-1466035746 -o /tmp/evaluation-result-4089936-1466035746/solver-4089936-1466035746 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466033848-10445 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089936-1466035746.opb

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

MD5SUM BENCH= 88a573f213f1fe4c32b0fc4ead18d90d
RANDOM SEED=81750937

node135.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		: 2667.004
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	: 5334.00
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		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        30192752 kB
Buffers:           26516 kB
Cached:            60632 kB
SwapCached:         1524 kB
Active:           235832 kB
Inactive:          53200 kB
Active(anon):     202352 kB
Inactive(anon):     1808 kB
Active(file):      33480 kB
Inactive(file):    51392 kB
Unevictable:     1684280 kB
Mlocked:         1504408 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:       1985008 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             565720 kB
SReclaimable:       9868 kB
SUnreclaim:       555852 kB
KernelStack:        1776 kB
PageTables:         7904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2371668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 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= 71736 MiB
End job on node135 at 2016-06-16 02:39:05