Trace number 4084413

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.07 1796.94

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14ls.opb
MD5SUM8999d4ddd4825a5d620fe0a3c798bc24
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.61575
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.32	c See www.sat4j.org for details.
0.05/0.32	c version PB16.v20160501
0.05/0.32	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.32	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.32	c java.vm.version	19.1-b02
0.05/0.32	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.32	c sun.arch.data.model	64
0.05/0.32	c java.version		1.6.0_24
0.05/0.32	c os.name		Linux
0.05/0.32	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.32	c os.arch		amd64
0.05/0.32	c Free memory 		501472288
0.05/0.32	c Max memory 		7480803328
0.05/0.32	c Total memory 		504102912
0.05/0.32	c Number of processors 	8
0.05/0.35	c Pseudo Boolean Optimization by upper bound
0.05/0.35	c --- Begin Solver configuration ---
0.05/0.35	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.05/0.35	c Learn all clauses as in MiniSAT
0.05/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.35	c No reason simplification
0.05/0.35	c Glucose 2.1 dynamic restart strategy
0.05/0.35	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.05/0.35	c timeout=2147483s
0.05/0.35	c DB Simplification allowed=false
0.05/0.35	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.05/0.35	c --- End Solver configuration ---
0.05/0.35	c solving HOME/instance-4084413-1465218301.opb
0.05/0.35	c reading problem ... 
0.05/0.36	c  no objective function found
0.17/0.44	c ... done. Wall clock time 0.085s.
0.17/0.44	c declared #vars     316
0.17/0.44	c #constraints  476
0.17/0.44	c constraints type 
0.17/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
0.17/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.17/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 166
0.17/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.17/0.44	c 476 constraints processed.
0.94/0.88	c cleaning 2500 clauses out of 5000 with flag 17029/5000
1.38/1.28	c cleaning 4249 clauses out of 8500 with flag 36008/11000
1.90/1.78	c cleaning 5624 clauses out of 11251 with flag 58035/18000
2.61/2.44	c cleaning 6807 clauses out of 13628 with flag 86670/26001
3.44/3.20	c cleaning 7910 clauses out of 15824 with flag 118804/35004
4.34/4.13	c cleaning 8940 clauses out of 17910 with flag 150585/45000
5.45/5.21	c cleaning 9974 clauses out of 19970 with flag 186898/56000
6.74/6.50	c cleaning 10999 clauses out of 22000 with flag 224809/68004
8.14/7.96	c cleaning 11998 clauses out of 23998 with flag 263042/81001
9.84/9.66	c cleaning 12990 clauses out of 25999 with flag 307042/95000
11.74/11.57	c cleaning 14001 clauses out of 28011 with flag 351772/110002
14.14/13.94	c cleaning 15002 clauses out of 30011 with flag 403091/126003
16.85/16.65	c cleaning 15989 clauses out of 32006 with flag 461658/143000
19.75/19.51	c cleaning 16993 clauses out of 34017 with flag 517192/161000
22.64/22.47	c cleaning 17998 clauses out of 36024 with flag 579958/180000
25.75/25.57	c cleaning 19009 clauses out of 38031 with flag 643354/200005
29.31/29.04	c cleaning 19993 clauses out of 40017 with flag 713412/221000
33.20/32.92	c cleaning 20996 clauses out of 42024 with flag 789087/243000
37.40/37.15	c cleaning 22011 clauses out of 44031 with flag 861383/266003
42.11/41.89	c cleaning 23006 clauses out of 46018 with flag 937270/290001
47.71/47.41	c cleaning 24000 clauses out of 48011 with flag 1023340/315000
53.01/52.74	c cleaning 25002 clauses out of 50013 with flag 1105195/341002
59.61/59.36	c cleaning 25987 clauses out of 52010 with flag 1191122/368001
66.81/66.52	c cleaning 26988 clauses out of 54023 with flag 1289527/396001
73.51/73.28	c cleaning 28007 clauses out of 56035 with flag 1389554/425001
79.78/79.45	c cleaning 29006 clauses out of 58027 with flag 1489017/455000
87.30/86.99	c cleaning 30002 clauses out of 60022 with flag 1595463/486001
95.79/95.49	c cleaning 31000 clauses out of 62020 with flag 1699315/518001
104.39/104.02	c cleaning 31996 clauses out of 64019 with flag 1801048/551000
113.58/113.25	c cleaning 33010 clauses out of 66024 with flag 1905432/585001
122.78/122.44	c cleaning 34000 clauses out of 68017 with flag 2008206/620004
133.78/133.46	c cleaning 34976 clauses out of 70013 with flag 2127221/656000
145.22/144.84	c cleaning 36001 clauses out of 72038 with flag 2251268/693001
156.72/156.37	c cleaning 37006 clauses out of 74036 with flag 2372222/731000
169.22/168.88	c cleaning 38009 clauses out of 76030 with flag 2495846/770000
181.92/181.52	c cleaning 38998 clauses out of 78021 with flag 2625454/810000
195.81/195.47	c cleaning 40007 clauses out of 80023 with flag 2761878/851000
212.49/211.95	c cleaning 40995 clauses out of 82016 with flag 2916093/893000
228.59/228.03	c cleaning 42003 clauses out of 84021 with flag 3063397/936000
245.39/244.81	c cleaning 43001 clauses out of 86018 with flag 3217694/980000
262.98/262.48	c cleaning 43991 clauses out of 88017 with flag 3374495/1025000
280.18/279.69	c cleaning 45003 clauses out of 90028 with flag 3521425/1071002
298.91/298.14	c cleaning 46005 clauses out of 92023 with flag 3663708/1118000
317.71/316.92	c cleaning 47005 clauses out of 94018 with flag 3808706/1166000
339.61/338.84	c cleaning 47991 clauses out of 96014 with flag 3966280/1215001
362.89/362.19	c cleaning 48998 clauses out of 98022 with flag 4148054/1265000
389.09/388.39	c cleaning 50003 clauses out of 100026 with flag 4333881/1316002
416.72/415.73	c cleaning 51000 clauses out of 102022 with flag 4517239/1368001
442.81/441.85	c cleaning 52002 clauses out of 104023 with flag 4709059/1421002
470.11/469.18	c cleaning 52996 clauses out of 106020 with flag 4881538/1475001
495.01/493.73	c cleaning 54005 clauses out of 108023 with flag 5050150/1530000
520.41/519.17	c cleaning 54998 clauses out of 110018 with flag 5227952/1586000
544.51/543.23	c cleaning 56006 clauses out of 112021 with flag 5397871/1643001
572.01/570.77	c cleaning 57003 clauses out of 114014 with flag 5574754/1701000
603.77/602.29	c cleaning 57999 clauses out of 116011 with flag 5753546/1760000
634.58/633.09	c cleaning 59000 clauses out of 118014 with flag 5936519/1820002
669.04/667.29	c cleaning 60003 clauses out of 120013 with flag 6135738/1881001
706.24/704.49	c cleaning 61001 clauses out of 122013 with flag 6338008/1943004
745.35/743.56	c cleaning 61994 clauses out of 124011 with flag 6541129/2006003
784.13/782.20	c cleaning 63002 clauses out of 126015 with flag 6740238/2070001
825.13/823.21	c cleaning 63991 clauses out of 128012 with flag 6944020/2135000
871.73/869.72	c cleaning 65006 clauses out of 130022 with flag 7153585/2201001
925.57/923.52	c cleaning 65991 clauses out of 132015 with flag 7418284/2268000
976.92/974.78	c cleaning 67002 clauses out of 134026 with flag 7673450/2336002
1026.93/1024.77	c cleaning 68012 clauses out of 136024 with flag 7930385/2405002
1081.26/1078.93	c cleaning 69002 clauses out of 138010 with flag 8204488/2475000
1140.88/1138.55	c cleaning 69983 clauses out of 140008 with flag 8471346/2546000
1193.82/1191.40	c cleaning 71010 clauses out of 142028 with flag 8709964/2618003
1237.42/1234.95	c cleaning 72002 clauses out of 144015 with flag 8922367/2691000
1286.72/1284.17	c cleaning 73002 clauses out of 146013 with flag 9147388/2765000
1336.44/1333.89	c cleaning 73993 clauses out of 148011 with flag 9384342/2840000
1386.85/1384.19	c cleaning 75004 clauses out of 150020 with flag 9618127/2916002
1439.06/1436.34	c cleaning 76003 clauses out of 152014 with flag 9857247/2993000
1492.76/1489.98	c cleaning 76995 clauses out of 154013 with flag 10112552/3071002
1558.55/1555.66	c cleaning 77995 clauses out of 156016 with flag 10400702/3150000
1636.27/1633.30	c cleaning 79002 clauses out of 158027 with flag 10724173/3230006
1713.48/1710.41	c cleaning 79992 clauses out of 160019 with flag 11021403/3311000
1793.67/1790.53	c cleaning 81000 clauses out of 162027 with flag 11332023/3393000
1800.07/1796.90	c starts		: 3840
1800.07/1796.90	c timeout
1800.07/1796.90	c conflicts		: 3405460
1800.07/1796.90	c decisions		: 6584710
1800.07/1796.90	c propagations		: 111742382
1800.07/1796.90	c inspects		: 26857143308
1800.07/1796.90	c shortcuts		: 0
1800.07/1796.90	c learnt literals	: 0
1800.07/1796.90	c learnt binary clauses	: 0
1800.07/1796.90	c learnt ternary clauses	: 5
1800.07/1796.90	c learnt constraints	: 3405460
1800.07/1796.90	c ignored constraints	: 0
1800.07/1796.90	c root simplifications	: 0
1800.07/1796.90	c removed literals (reason simplification)	: 0
1800.07/1796.90	c reason swapping (by a shorter reason)	: 0
1800.07/1796.90	c Calls to reduceDB	: 78
1800.07/1796.90	c Number of update (reduction) of LBD	: 1013869
1800.07/1796.90	c Imported unit clauses	: 0
1800.07/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.90	c number of learned constraints concerned by reduction	: 0
1800.07/1796.90	c number of learning phase by resolution	: 0
1800.07/1796.90	c number of learning phase by cutting planes	: 0
1800.07/1796.90	c speed (assignments/second)	: 62201.3267181122
1800.07/1796.90	c non guided choices	44
1800.07/1796.93	c learnt constraints type 
1800.07/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93487
1800.07/1796.93	s UNKNOWN
1800.07/1796.93	c Total wall clock time (in seconds): 1796.576

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-4084413-1465218301/watcher-4084413-1465218301 -o /tmp/evaluation-result-4084413-1465218301/solver-4084413-1465218301 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084413-1465218301.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.22 1.73 1.87 3/175 31189
/proc/meminfo: memFree=31371588/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/31189/stat : 31189 (java) D 31183 31189 31144 0 -1 4202496 159 0 0 0 0 0 0 0 20 0 1 0 103764582 278528 33 33554432000 1073741824 1073778376 140736087256464 140736087253640 213857168679 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/31189/statm: 68 33 25 9 0 25 0

[startup+0.100067 s]
/proc/loadavg: 1.22 1.73 1.87 3/175 31189
/proc/meminfo: memFree=31371588/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/31189/stat : 31189 (java) D 31183 31189 31144 0 -1 4202496 1147 0 18 0 0 0 0 0 20 0 1 0 103764582 23793664 814 33554432000 1073741824 1073778376 140734085069424 140734085059416 139704568600272 0 0 4096 0 18446744071579943789 0 0 17 1 0 0 7 0 0
/proc/31189/statm: 5809 814 608 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200293 s]
/proc/loadavg: 1.22 1.73 1.87 3/175 31189
/proc/meminfo: memFree=31371588/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/31189/stat : 31189 (java) S 31183 31189 31144 0 -1 4202496 2943 0 26 0 1 1 0 0 20 0 11 0 103764582 9310650368 3589 33554432000 1073741824 1073778376 140734085069424 140734085060560 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0
/proc/31189/statm: 2273108 3589 1621 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.300201 s]
/proc/loadavg: 1.22 1.73 1.87 3/175 31189
/proc/meminfo: memFree=31371588/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/31189/stat : 31189 (java) S 31183 31189 31144 0 -1 4202496 3354 0 26 0 4 1 0 0 20 0 18 0 103764582 9787879424 4509 33554432000 1073741824 1073778376 140734085069424 140734085060560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 8 0 0
/proc/31189/statm: 2389619 4511 1786 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.70023 s]
/proc/loadavg: 1.22 1.73 1.87 3/175 31189
/proc/meminfo: memFree=31371588/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/31189/stat : 31189 (java) S 31183 31189 31144 0 -1 4202496 8655 0 26 0 78 3 0 0 20 0 19 0 103764582 9856040960 9387 33554432000 1073741824 1073778376 140734085069424 140734085060560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 8 0 0
/proc/31189/statm: 2406260 9387 2247 9 0 2396937 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 1.22 1.73 1.87 2/192 31242
/proc/meminfo: memFree=31321156/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/31189/stat : 31189 (java) S 31183 31189 31144 0 -1 4202496 8854 0 26 0 167 3 0 0 20 0 19 0 103764582 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 140734085060560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 8 0 0
/proc/31189/statm: 2406260 10897 2257 9 0 2396937 0
[pid=31189/tid=31193] ppid=31183 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/31189/task/31193/stat : 31193 (java) R 31183 31189 31144 0 -1 4202560 2395 0 6 0 121 2 0 0 20 0 19 0 103764593 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704564281592 139704431812133 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=31189/tid=31194] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31194/stat : 31194 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704553343400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31196] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31196/stat : 31196 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704552290856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31198] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31198/stat : 31198 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704551237800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31189/tid=31199] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31199/stat : 31199 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704550185256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31201] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31201/stat : 31201 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704403704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31203] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31203/stat : 31203 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704402652200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31204] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31204/stat : 31204 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704401599144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31206] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31206/stat : 31206 (java) S 31183 31189 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704400546600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31211] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31211/stat : 31211 (java) S 31183 31189 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103764602 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704388348264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31212] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31212/stat : 31212 (java) S 31183 31189 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704387294584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31214] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31214/stat : 31214 (java) S 31183 31189 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704386241416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31217] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31217/stat : 31217 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704385190160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31219] ppid=31183 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/31189/task/31219/stat : 31219 (java) S 31183 31189 31144 0 -1 4202560 3098 0 0 0 25 0 0 0 20 0 19 0 103764608 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704384138040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31221] ppid=31183 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/31189/task/31221/stat : 31221 (java) S 31183 31189 31144 0 -1 4202560 2108 0 0 0 18 0 0 0 20 0 19 0 103764608 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704383085496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31223] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31223/stat : 31223 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704382032632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31225] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31225/stat : 31225 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704380980296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31227] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31227/stat : 31227 (java) S 31183 31189 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103764627 9856040960 10897 33554432000 1073741824 1073778376 140734085069424 139704379925544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 1.44 1.77 1.88 4/213 31292
/proc/meminfo: memFree=31280508/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/31189/stat : 31189 (java) S 31183 31189 31144 0 -1 4202496 8863 0 26 0 331 3 0 0 20 0 19 0 103764582 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 140734085060560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 8 0 0
/proc/31189/statm: 2406260 13971 2258 9 0 2396937 0
[pid=31189/tid=31193] ppid=31183 vsize=9625040 CPUtime=2.82 cores=1,3,5,7
/proc/31189/task/31193/stat : 31193 (java) R 31183 31189 31144 0 -1 4202560 2402 0 6 0 280 2 0 0 20 0 19 0 103764593 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704564281624 139704431799353 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=31189/tid=31194] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31194/stat : 31194 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704553343400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31196] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31196/stat : 31196 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704552290856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31198] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31198/stat : 31198 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704551237800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31189/tid=31199] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31199/stat : 31199 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704550185256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31201] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31201/stat : 31201 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704403704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31203] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31203/stat : 31203 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704402652200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31204] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31204/stat : 31204 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704401599144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31206] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31206/stat : 31206 (java) S 31183 31189 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704400546600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31211] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31211/stat : 31211 (java) S 31183 31189 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103764602 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704388348264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31212] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31212/stat : 31212 (java) S 31183 31189 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704387294584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31214] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31214/stat : 31214 (java) S 31183 31189 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704386241416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31217] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31217/stat : 31217 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704385190160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31219] ppid=31183 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/31189/task/31219/stat : 31219 (java) S 31183 31189 31144 0 -1 4202560 3100 0 0 0 28 0 0 0 20 0 19 0 103764608 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704384138040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31221] ppid=31183 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/31189/task/31221/stat : 31221 (java) S 31183 31189 31144 0 -1 4202560 2108 0 0 0 19 0 0 0 20 0 19 0 103764608 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704383085496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31223] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31223/stat : 31223 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704382032632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31225] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31225/stat : 31225 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704380980296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31227] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31227/stat : 31227 (java) S 31183 31189 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103764627 9856040960 13971 33554432000 1073741824 1073778376 140734085069424 139704379925544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 1.44 1.77 1.88 3/213 31292
/proc/meminfo: memFree=31243884/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=9625040 CPUtime=6.54 cores=1,3,5,7
/proc/31189/stat : 31189 (java) S 31183 31189 31144 0 -1 4202496 8874 0 26 0 650 4 0 0 20 0 19 0 103764582 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 140734085060560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 8 0 0
/proc/31189/statm: 2406260 18580 2259 9 0 2396937 0
[pid=31189/tid=31193] ppid=31183 vsize=9625040 CPUtime=6.01 cores=1,3,5,7
/proc/31189/task/31193/stat : 31193 (java) R 31183 31189 31144 0 -1 4202560 2412 0 6 0 599 2 0 0 20 0 19 0 103764593 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704564272832 139704431830560 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=31189/tid=31194] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31194/stat : 31194 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704553343400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31196] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31196/stat : 31196 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704552290856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31198] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31198/stat : 31198 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704551237800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31189/tid=31199] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31199/stat : 31199 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704550185256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31201] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31201/stat : 31201 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704403704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31203] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31203/stat : 31203 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704402652200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31204] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31204/stat : 31204 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704401599144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31206] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31206/stat : 31206 (java) S 31183 31189 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103764599 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704400546600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31211] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31211/stat : 31211 (java) S 31183 31189 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103764602 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704388348264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31212] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31212/stat : 31212 (java) S 31183 31189 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704387294584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31214] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31214/stat : 31214 (java) S 31183 31189 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704386241416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31217] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31217/stat : 31217 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704385190160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31219] ppid=31183 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/31189/task/31219/stat : 31219 (java) S 31183 31189 31144 0 -1 4202560 3100 0 0 0 28 0 0 0 20 0 19 0 103764608 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704384138040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31221] ppid=31183 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/31189/task/31221/stat : 31221 (java) S 31183 31189 31144 0 -1 4202560 2108 0 0 0 19 0 0 0 20 0 19 0 103764608 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704383085496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31223] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31223/stat : 31223 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704382032632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31225] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31225/stat : 31225 (java) S 31183 31189 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704380980296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31227] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31227/stat : 31227 (java) S 31183 31189 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103764627 9856040960 18580 33554432000 1073741824 1073778376 140734085069424 139704379925544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 9625040


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

[pid=31189/tid=31227] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31227/stat : 31227 (java) S 31183 31189 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103764627 9856040960 170320 33554432000 1073741824 1073778376 140734085069424 139704379925544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 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.24 2.21 2.11 3/212 31401
/proc/meminfo: memFree=30212080/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=9625040 CPUtime=1785.46 cores=1,3,5,7
/proc/31189/stat : 31189 (java) S 31183 31189 31144 0 -1 4202496 11417 0 26 0 178440 106 0 0 20 0 19 0 103764582 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 140734085060560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 8 0 0
/proc/31189/statm: 2406260 166601 2281 9 0 2396937 0
[pid=31189/tid=31193] ppid=31183 vsize=9625040 CPUtime=1775.99 cores=1,3,5,7
/proc/31189/task/31193/stat : 31193 (java) R 31183 31189 31144 0 -1 4202560 2476 0 6 0 177567 32 0 0 20 0 19 0 103764593 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704564280632 139704431799358 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0
[pid=31189/tid=31194] ppid=31183 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31189/task/31194/stat : 31194 (java) S 31183 31189 31144 0 -1 4202560 363 0 0 0 33 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704553343400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31196] ppid=31183 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/31189/task/31196/stat : 31196 (java) S 31183 31189 31144 0 -1 4202560 207 0 0 0 36 8 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704552290856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31189/tid=31198] ppid=31183 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/31189/task/31198/stat : 31198 (java) S 31183 31189 31144 0 -1 4202560 350 0 0 0 41 9 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704551237800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31199] ppid=31183 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/31189/task/31199/stat : 31199 (java) S 31183 31189 31144 0 -1 4202560 172 0 0 0 34 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704550185256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31201] ppid=31183 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/31189/task/31201/stat : 31201 (java) S 31183 31189 31144 0 -1 4202560 275 0 0 0 39 6 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704403704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31203] ppid=31183 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/31189/task/31203/stat : 31203 (java) S 31183 31189 31144 0 -1 4202560 260 0 0 0 41 10 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704402652200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31189/tid=31204] ppid=31183 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31189/task/31204/stat : 31204 (java) S 31183 31189 31144 0 -1 4202560 301 0 0 0 33 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704401599144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31206] ppid=31183 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/31189/task/31206/stat : 31206 (java) S 31183 31189 31144 0 -1 4202560 207 0 0 0 36 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704400546600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31211] ppid=31183 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31189/task/31211/stat : 31211 (java) S 31183 31189 31144 0 -1 4202560 228 0 0 0 32 3 0 0 20 0 19 0 103764602 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704388348264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31212] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31212/stat : 31212 (java) S 31183 31189 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704387294584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31214] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31214/stat : 31214 (java) S 31183 31189 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704386241416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31217] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31217/stat : 31217 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704385190160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31219] ppid=31183 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/31189/task/31219/stat : 31219 (java) S 31183 31189 31144 0 -1 4202560 3126 0 0 0 31 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704384138040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31221] ppid=31183 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/31189/task/31221/stat : 31221 (java) S 31183 31189 31144 0 -1 4202560 2108 0 0 0 19 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704383085496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31223] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31223/stat : 31223 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704382032632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31225] ppid=31183 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/31189/task/31225/stat : 31225 (java) S 31183 31189 31144 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704380980296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31227] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31227/stat : 31227 (java) S 31183 31189 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103764627 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704379925544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.46
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.19 2.20 2.11 3/213 31402
/proc/meminfo: memFree=30212444/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/31189/stat : 31189 (java) S 31183 31189 31144 0 -1 4202496 11417 0 26 0 179900 107 0 0 20 0 19 0 103764582 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 140734085060560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 8 0 0
/proc/31189/statm: 2406260 166601 2281 9 0 2396937 0
[pid=31189/tid=31193] ppid=31183 vsize=9625040 CPUtime=1790.55 cores=1,3,5,7
/proc/31189/task/31193/stat : 31193 (java) R 31183 31189 31144 0 -1 4202560 2476 0 6 0 179022 33 0 0 20 0 19 0 103764593 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704564272832 139704431799294 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0
[pid=31189/tid=31194] ppid=31183 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31189/task/31194/stat : 31194 (java) S 31183 31189 31144 0 -1 4202560 363 0 0 0 33 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704553343400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31196] ppid=31183 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/31189/task/31196/stat : 31196 (java) S 31183 31189 31144 0 -1 4202560 207 0 0 0 36 8 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704552290856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31189/tid=31198] ppid=31183 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/31189/task/31198/stat : 31198 (java) S 31183 31189 31144 0 -1 4202560 350 0 0 0 41 9 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704551237800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31199] ppid=31183 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/31189/task/31199/stat : 31199 (java) S 31183 31189 31144 0 -1 4202560 172 0 0 0 34 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704550185256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31201] ppid=31183 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/31189/task/31201/stat : 31201 (java) S 31183 31189 31144 0 -1 4202560 275 0 0 0 39 6 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704403704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31203] ppid=31183 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/31189/task/31203/stat : 31203 (java) S 31183 31189 31144 0 -1 4202560 260 0 0 0 41 10 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704402652200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31189/tid=31204] ppid=31183 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31189/task/31204/stat : 31204 (java) S 31183 31189 31144 0 -1 4202560 301 0 0 0 33 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704401599144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31206] ppid=31183 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/31189/task/31206/stat : 31206 (java) S 31183 31189 31144 0 -1 4202560 207 0 0 0 36 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704400546600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31211] ppid=31183 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31189/task/31211/stat : 31211 (java) S 31183 31189 31144 0 -1 4202560 228 0 0 0 32 3 0 0 20 0 19 0 103764602 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704388348264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31212] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31212/stat : 31212 (java) S 31183 31189 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704387294584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31214] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31214/stat : 31214 (java) S 31183 31189 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704386241416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31217] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31217/stat : 31217 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704385190160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31219] ppid=31183 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/31189/task/31219/stat : 31219 (java) S 31183 31189 31144 0 -1 4202560 3126 0 0 0 31 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704384138040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31221] ppid=31183 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/31189/task/31221/stat : 31221 (java) S 31183 31189 31144 0 -1 4202560 2108 0 0 0 19 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704383085496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31223] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31223/stat : 31223 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704382032632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31225] ppid=31183 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/31189/task/31225/stat : 31225 (java) S 31183 31189 31144 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704380980296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31227] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31227/stat : 31227 (java) S 31183 31189 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103764627 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704379925544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 31189 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.19 2.20 2.11 3/213 31402
/proc/meminfo: memFree=30212444/32872528 swapFree=12352/737972
[pid=31189] ppid=31183 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/31189/stat : 31189 (java) S 31183 31189 31144 0 -1 4202496 11417 0 26 0 179900 107 0 0 20 0 19 0 103764582 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 140734085060560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 8 0 0
/proc/31189/statm: 2406260 166601 2281 9 0 2396937 0
[pid=31189/tid=31193] ppid=31183 vsize=9625040 CPUtime=1790.55 cores=1,3,5,7
/proc/31189/task/31193/stat : 31193 (java) R 31183 31189 31144 0 -1 4202560 2476 0 6 0 179022 33 0 0 20 0 19 0 103764593 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704564272832 139704431799294 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0
[pid=31189/tid=31194] ppid=31183 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31189/task/31194/stat : 31194 (java) S 31183 31189 31144 0 -1 4202560 363 0 0 0 33 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704553343400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31196] ppid=31183 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/31189/task/31196/stat : 31196 (java) S 31183 31189 31144 0 -1 4202560 207 0 0 0 36 8 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704552290856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31189/tid=31198] ppid=31183 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/31189/task/31198/stat : 31198 (java) S 31183 31189 31144 0 -1 4202560 350 0 0 0 41 9 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704551237800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31199] ppid=31183 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/31189/task/31199/stat : 31199 (java) S 31183 31189 31144 0 -1 4202560 172 0 0 0 34 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704550185256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31201] ppid=31183 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/31189/task/31201/stat : 31201 (java) S 31183 31189 31144 0 -1 4202560 275 0 0 0 39 6 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704403704744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31203] ppid=31183 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/31189/task/31203/stat : 31203 (java) S 31183 31189 31144 0 -1 4202560 260 0 0 0 41 10 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704402652200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31189/tid=31204] ppid=31183 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31189/task/31204/stat : 31204 (java) S 31183 31189 31144 0 -1 4202560 301 0 0 0 33 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704401599144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31206] ppid=31183 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/31189/task/31206/stat : 31206 (java) S 31183 31189 31144 0 -1 4202560 207 0 0 0 36 7 0 0 20 0 19 0 103764599 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704400546600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31211] ppid=31183 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31189/task/31211/stat : 31211 (java) S 31183 31189 31144 0 -1 4202560 228 0 0 0 32 3 0 0 20 0 19 0 103764602 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704388348264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31212] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31212/stat : 31212 (java) S 31183 31189 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704387294584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31214] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31214/stat : 31214 (java) S 31183 31189 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 103764603 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704386241416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31217] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31217/stat : 31217 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704385190160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31219] ppid=31183 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/31189/task/31219/stat : 31219 (java) S 31183 31189 31144 0 -1 4202560 3126 0 0 0 31 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704384138040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31189/tid=31221] ppid=31183 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/31189/task/31221/stat : 31221 (java) S 31183 31189 31144 0 -1 4202560 2108 0 0 0 19 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704383085496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31223] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31223/stat : 31223 (java) S 31183 31189 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704382032632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31189/tid=31225] ppid=31183 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/31189/task/31225/stat : 31225 (java) S 31183 31189 31144 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 103764608 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704380980296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31189/tid=31227] ppid=31183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31189/task/31227/stat : 31227 (java) S 31183 31189 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103764627 9856040960 166601 33554432000 1073741824 1073778376 140734085069424 139704379925544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31189 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=469199
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=545765
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.07
#
# 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.07
CPU user time (s): 1799
CPU system time (s): 1.07
CPU usage (%): 100.174
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.47
system time used= 1.54576
maximum resident set size= 747632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11459
page faults= 26
swaps= 0
block input operations= 17016
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38811
involuntary context switches= 14956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.09177 second user time and 16.5745 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 15:05:01
IDJOB=4084413
IDBENCH=1163
IDSOLVER=2546
FILE ID=node112/4084413-1465218301
RUNJOBID= node112-1465218300-31161
PBS_JOBID= 19843211
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084413-1465218301/watcher-4084413-1465218301 -o /tmp/evaluation-result-4084413-1465218301/solver-4084413-1465218301 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084413-1465218301.opb

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

MD5SUM BENCH= 8999d4ddd4825a5d620fe0a3c798bc24
RANDOM SEED=445860070

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.54
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.783
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.72
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.783
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.783
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:        31373348 kB
Buffers:            3584 kB
Cached:            58664 kB
SwapCached:         1488 kB
Active:            43388 kB
Inactive:          19840 kB
Active(anon):       3556 kB
Inactive(anon):      340 kB
Active(file):      39832 kB
Inactive(file):    19500 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67097860 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:        739300 kB
Mapped:             6248 kB
Shmem:                 0 kB
Slab:             565408 kB
SReclaimable:       8836 kB
SUnreclaim:       556572 kB
KernelStack:        1392 kB
PageTables:         5304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     836072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    727040 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= 71748 MiB
End job on node112 at 2016-06-06 15:34:58