Trace number 4101029

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.03 1793.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scsd6.opb
MD5SUMbfb5077d5eeff8f757a286c0037df437
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40500
Total number of constraints147
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints147
Minimum length of a constraint600
Maximum length of a constraint1200
Number of terms in the objective function 40500
Biggest coefficient in the objective function 395
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 558134
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 24156
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 558134
Number of bits of the biggest sum of numbers20
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101029-1466219595.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.99/0.66	c ... done. Wall clock time 0.542s.
0.99/0.66	c declared #vars     40500
0.99/0.66	c #constraints  294
0.99/0.66	c constraints type 
0.99/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 294
0.99/0.66	c 294 constraints processed.
0.99/0.66	c objective function length is 40500 literals
4.22/3.34	c cleaning 2494 clauses out of 5002 with flag 10409/5002
6.39/5.40	c cleaning 4245 clauses out of 8506 with flag 22405/11000
8.79/7.81	c cleaning 5625 clauses out of 11264 with flag 36411/18003
11.70/10.77	c cleaning 6802 clauses out of 13637 with flag 52407/26001
15.12/14.07	c cleaning 7903 clauses out of 15835 with flag 70407/35001
18.73/17.64	c cleaning 8949 clauses out of 17931 with flag 90405/45000
22.62/21.59	c cleaning 9977 clauses out of 19982 with flag 112405/56000
27.03/25.90	c cleaning 10984 clauses out of 22006 with flag 136407/68001
31.83/30.78	c cleaning 11993 clauses out of 24021 with flag 162405/81000
37.12/36.03	c cleaning 12996 clauses out of 26028 with flag 190405/95000
43.44/42.08	c cleaning 14003 clauses out of 28032 with flag 220405/110000
49.54/48.19	c cleaning 15001 clauses out of 30029 with flag 252405/126000
56.24/54.82	c cleaning 15997 clauses out of 32028 with flag 286405/143000
63.44/62.09	c cleaning 16997 clauses out of 34032 with flag 322407/161001
71.24/69.89	c cleaning 18003 clauses out of 36034 with flag 360405/180000
79.82/78.16	c cleaning 19002 clauses out of 38031 with flag 400405/200000
88.52/86.85	c cleaning 19994 clauses out of 40030 with flag 442407/221001
97.82/96.13	c cleaning 21003 clauses out of 42037 with flag 486409/243002
107.63/106.00	c cleaning 22001 clauses out of 44032 with flag 532405/266000
118.02/116.30	c cleaning 23001 clauses out of 46034 with flag 580411/290003
128.82/127.19	c cleaning 23997 clauses out of 48030 with flag 630405/315000
140.62/138.95	c cleaning 24996 clauses out of 50033 with flag 682405/341000
156.65/154.73	c cleaning 26001 clauses out of 52037 with flag 736405/368000
174.55/172.70	c cleaning 26996 clauses out of 54036 with flag 792405/396000
193.94/192.00	c cleaning 28002 clauses out of 56040 with flag 850405/425000
213.04/211.13	c cleaning 29007 clauses out of 58043 with flag 910415/455005
233.34/231.48	c cleaning 29994 clauses out of 60032 with flag 972407/486001
255.94/253.67	c cleaning 31002 clauses out of 62038 with flag 1036407/518001
276.94/274.64	c cleaning 32004 clauses out of 64035 with flag 1102405/551000
298.93/296.65	c cleaning 33002 clauses out of 66036 with flag 1170415/585005
322.44/320.13	c cleaning 33998 clauses out of 68029 with flag 1240405/620000
346.75/344.45	c cleaning 35002 clauses out of 70033 with flag 1312409/656002
372.74/370.45	c cleaning 35999 clauses out of 72033 with flag 1386413/693004
401.85/399.55	c cleaning 36998 clauses out of 74032 with flag 1462409/731002
427.35/425.01	c cleaning 37997 clauses out of 76033 with flag 1540407/770001
452.26/449.93	c cleaning 38999 clauses out of 78035 with flag 1620405/810000
480.06/477.14	c cleaning 40001 clauses out of 80037 with flag 1702407/851001
508.86/505.91	c cleaning 41002 clauses out of 82038 with flag 1786411/893003
538.57/535.61	c cleaning 41999 clauses out of 84035 with flag 1872409/936002
568.38/565.42	c cleaning 42996 clauses out of 86035 with flag 1960407/980001
595.37/592.40	c cleaning 43997 clauses out of 88038 with flag 2050405/1025000
623.38/620.46	c cleaning 45005 clauses out of 90045 with flag 2142413/1071004
652.77/649.89	c cleaning 45996 clauses out of 92037 with flag 2236407/1118001
683.24/679.59	c cleaning 46996 clauses out of 94041 with flag 2332407/1166001
711.05/707.39	c cleaning 48004 clauses out of 96044 with flag 2430405/1215000
736.74/733.00	c cleaning 49011 clauses out of 98045 with flag 2530415/1265005
762.24/758.58	c cleaning 49998 clauses out of 100031 with flag 2632409/1316002
788.55/784.85	c cleaning 50997 clauses out of 102031 with flag 2736405/1368000
817.65/812.82	c cleaning 52004 clauses out of 104034 with flag 2842405/1421000
845.15/840.32	c cleaning 52993 clauses out of 106030 with flag 2950405/1475000
873.96/869.18	c cleaning 54001 clauses out of 108037 with flag 3060405/1530000
901.16/896.31	c cleaning 54997 clauses out of 110038 with flag 3172409/1586002
931.87/927.07	c cleaning 56005 clauses out of 112041 with flag 3286409/1643002
965.72/960.63	c cleaning 56996 clauses out of 114034 with flag 3402405/1701000
994.53/989.44	c cleaning 57995 clauses out of 116039 with flag 3520407/1760001
1023.84/1018.78	c cleaning 59006 clauses out of 118043 with flag 3640405/1820000
1056.04/1050.93	c cleaning 60004 clauses out of 120039 with flag 3762409/1881002
1089.54/1084.47	c cleaning 60997 clauses out of 122034 with flag 3886407/1943001
1124.58/1119.21	c cleaning 62001 clauses out of 124036 with flag 4012405/2006000
1158.29/1152.91	c cleaning 62999 clauses out of 126035 with flag 4140405/2070000
1196.88/1191.57	c cleaning 64007 clauses out of 128043 with flag 4270419/2135007
1233.43/1227.86	c cleaning 64995 clauses out of 130030 with flag 4402407/2201001
1273.34/1267.78	c cleaning 66004 clauses out of 132035 with flag 4536407/2268001
1310.14/1304.51	c cleaning 67000 clauses out of 134036 with flag 4672417/2336006
1350.77/1345.14	c cleaning 68002 clauses out of 136032 with flag 4810409/2405002
1392.08/1386.08	c cleaning 69001 clauses out of 138031 with flag 4950411/2475003
1434.77/1428.71	c cleaning 69999 clauses out of 140027 with flag 5092405/2546000
1477.38/1471.39	c cleaning 70993 clauses out of 142028 with flag 5236405/2618000
1524.18/1517.97	c cleaning 72000 clauses out of 144035 with flag 5382405/2691000
1570.38/1564.12	c cleaning 72999 clauses out of 146035 with flag 5530405/2765000
1617.99/1611.73	c cleaning 73998 clauses out of 148037 with flag 5680407/2840001
1668.22/1661.79	c cleaning 74997 clauses out of 150039 with flag 5832407/2916001
1727.83/1721.35	c cleaning 76001 clauses out of 152042 with flag 5986407/2993001
1789.34/1782.82	c cleaning 77006 clauses out of 154042 with flag 6142409/3071002
1800.03/1793.50	c starts		: 4
1800.03/1793.50	c conflicts		: 3089614
1800.03/1793.50	c decisions		: 3210567
1800.03/1793.50	c propagations		: 18223326
1800.03/1793.50	c inspects		: 21557221788
1800.03/1793.50	c shortcuts		: 0
1800.03/1793.50	c learnt literals	: 0
1800.03/1793.50	c learnt binary clauses	: 0
1800.03/1793.50	c learnt ternary clauses	: 0
1800.03/1793.50	c learnt constraints	: 3089614
1800.03/1793.50	c ignored constraints	: 0
1800.03/1793.50	c root simplifications	: 0
1800.03/1793.50	c removed literals (reason simplification)	: 0
1800.03/1793.50	c reason swapping (by a shorter reason)	: 0
1800.03/1793.50	c Calls to reduceDB	: 74
1800.03/1793.50	c Number of update (reduction) of LBD	: 139
1800.03/1793.50	c Imported unit clauses	: 0
1800.03/1793.50	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.50	c number of learned constraints concerned by reduction	: 0
1800.03/1793.50	c number of learning phase by resolution	: 0
1800.03/1793.50	c number of learning phase by cutting planes	: 0
1800.03/1793.50	c speed (assignments/second)	: 10164.838315443994
1800.03/1793.50	c non guided choices	0
1800.03/1793.51	c timeout
1800.03/1793.52	c learnt constraints type 
1800.03/1793.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95649
1800.03/1793.52	s UNKNOWN
1800.03/1793.52	c Total wall clock time (in seconds): 1793.407

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-4101029-1466219595/watcher-4101029-1466219595 -o /tmp/evaluation-result-4101029-1466219595/solver-4101029-1466219595 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101029-1466219595.opb 

pid=16249
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.00 2.02 2.00 3/196 16252
/proc/meminfo: memFree=30430552/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/16252/stat : 16252 (java) R 16249 16252 11773 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 24005423 3653632 50 33554432000 1073741824 1073778376 140735892729120 140735892726248 206399638697 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 1408 55 43 9 0 30 0

[startup+0.100115 s]
/proc/loadavg: 2.00 2.02 2.00 3/196 16252
/proc/meminfo: memFree=30430552/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16249 16252 11773 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 24005423 9787879424 6025 33554432000 1073741824 1073778376 140735892729120 140735892720256 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.00 2.02 2.00 3/196 16252
/proc/meminfo: memFree=30430552/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16249 16252 11773 0 -1 4202496 4989 0 1 0 26 1 0 0 20 0 18 0 24005423 9787879424 6853 33554432000 1073741824 1073778376 140735892729120 140735892720256 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 2389619 6853 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300269 s]
/proc/loadavg: 2.00 2.02 2.00 3/196 16252
/proc/meminfo: memFree=30430552/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16249 16252 11773 0 -1 4202496 5525 0 1 0 44 2 0 0 20 0 18 0 24005423 9787879424 11709 33554432000 1073741824 1073778376 140735892729120 140735892720256 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 2389619 11709 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700239 s]
/proc/loadavg: 2.00 2.02 2.00 3/196 16252
/proc/meminfo: memFree=30430552/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=9558476 CPUtime=1.17 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16249 16252 11773 0 -1 4202496 7214 0 1 0 110 7 0 0 20 0 18 0 24005423 9787879424 45770 33554432000 1073741824 1073778376 140735892729120 140735892720256 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 2389619 45770 2270 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.00 2.02 2.00 5/215 16271
/proc/meminfo: memFree=30253272/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16249 16252 11773 0 -1 4202496 10473 0 1 0 233 8 0 0 20 0 19 0 24005423 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140735892720256 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 2406260 47590 2274 9 0 2396937 0
[pid=16252/tid=16254] ppid=16249 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/16252/task/16254/stat : 16254 (java) R 16249 16252 11773 0 -1 4202560 2474 0 1 0 139 4 0 0 20 0 19 0 24005424 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467957662216 140467795263136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 11773 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467919153704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467918100904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467917048104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 11773 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 24005425 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467915995304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467914943528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467913890728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 11773 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467794602792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467793549992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 11773 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 24005426 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467781351912 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467780297976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467779245064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467039627408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 11773 0 -1 4202560 2154 0 0 0 30 0 0 0 20 0 19 0 24005429 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467038575544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 11773 0 -1 4202560 4438 0 0 0 50 0 0 0 20 0 19 0 24005429 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467037522744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467036470136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467035417544 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16271] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16271/stat : 16271 (java) S 16249 16252 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24005496 9856040960 47590 33554432000 1073741824 1073778376 140735892729120 140467034363048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.00 2.02 2.00 3/215 16271
/proc/meminfo: memFree=30248684/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=9625040 CPUtime=4.01 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16249 16252 11773 0 -1 4202496 10476 0 1 0 393 8 0 0 20 0 19 0 24005423 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140735892720256 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 2406260 47591 2274 9 0 2396937 0
[pid=16252/tid=16254] ppid=16249 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/16252/task/16254/stat : 16254 (java) R 16249 16252 11773 0 -1 4202560 2476 0 1 0 298 4 0 0 20 0 19 0 24005424 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467957661944 140467795319826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 11773 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467919153704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467918100904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467917048104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 11773 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 24005425 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467915995304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467914943528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467913890728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 11773 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467794602792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467793549992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24005426 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467781351912 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467780297976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467779245064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467039627408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 11773 0 -1 4202560 2154 0 0 0 30 0 0 0 20 0 19 0 24005429 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467038575544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 11773 0 -1 4202560 4438 0 0 0 50 0 0 0 20 0 19 0 24005429 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467037522744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467036470136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467035417544 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16271] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16271/stat : 16271 (java) S 16249 16252 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24005496 9856040960 47591 33554432000 1073741824 1073778376 140735892729120 140467034363048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.00 2.02 2.00 3/215 16271
/proc/meminfo: memFree=30248044/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=9625040 CPUtime=7.29 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16249 16252 11773 0 -1 4202496 10485 0 1 0 721 8 0 0 20 0 19 0 24005423 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140735892720256 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 2406260 47597 2278 9 0 2396937 0
[pid=16252/tid=16254] ppid=16249 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/16252/task/16254/stat : 16254 (java) R 16249 16252 11773 0 -1 4202560 2478 0 1 0 618 4 0 0 20 0 19 0 24005424 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467957653200 140467795319964 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 11773 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467919153704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467918100904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467917048104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 11773 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 24005425 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467915995304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467914943528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467913890728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 11773 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467794602792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24005425 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467793549992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24005426 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467781351912 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467780297976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467779245064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467039627408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 11773 0 -1 4202560 2157 0 0 0 34 0 0 0 20 0 19 0 24005429 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467038575544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 11773 0 -1 4202560 4442 0 0 0 54 0 0 0 20 0 19 0 24005429 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467037522744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467036470136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467035417544 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16271] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16271/stat : 16271 (java) S 16249 16252 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24005496 9856040960 47597 33554432000 1073741824 1073778376 140735892729120 140467034363048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 9625040


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

[pid=16252/tid=16271] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16271/stat : 16271 (java) S 16249 16252 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24005496 9856040960 610319 33554432000 1073741824 1073778376 140735892729120 140467034363048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.83
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/215 16381
/proc/meminfo: memFree=27130308/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=9625040 CPUtime=1788.84 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16249 16252 11773 0 -1 4202496 19367 0 1 0 178589 295 0 0 20 0 19 0 24005423 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140735892720256 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 2406260 611114 2287 9 0 2396937 0
[pid=16252/tid=16254] ppid=16249 vsize=9625040 CPUtime=1774.53 cores=0,2,4,6
/proc/16252/task/16254/stat : 16254 (java) R 16249 16252 11773 0 -1 4202560 3482 0 1 0 177413 40 0 0 20 0 19 0 24005424 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467957653200 140467795517090 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 11773 0 -1 4202560 689 0 0 0 49 31 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467919153704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 11773 0 -1 4202560 760 0 0 0 52 26 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467918100904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 11773 0 -1 4202560 653 0 0 0 52 33 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467917048104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 11773 0 -1 4202560 1053 0 0 0 71 38 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467915995304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 11773 0 -1 4202560 945 0 0 0 59 40 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467914943528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 11773 0 -1 4202560 662 0 0 0 75 26 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467913890728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 11773 0 -1 4202560 654 0 0 0 48 29 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467794602792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 11773 0 -1 4202560 695 0 0 0 59 33 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467793549992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 11773 0 -1 4202560 1801 0 0 0 118 2 0 0 20 0 19 0 24005426 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467781351912 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467780297976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467779245064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467039627408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 11773 0 -1 4202560 2157 0 0 0 34 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467038575544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 11773 0 -1 4202560 4455 0 0 0 59 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467037522744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467036470136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 11773 0 -1 4202560 103 0 0 0 22 27 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467035417544 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16252/tid=16271] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16271/stat : 16271 (java) S 16249 16252 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24005496 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467034363048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1788.84
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.01 2.04 2.00 3/215 16381
/proc/meminfo: memFree=27135832/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16249 16252 11773 0 -1 4202496 19367 0 1 0 179708 295 0 0 20 0 19 0 24005423 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140735892720256 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 2406260 611114 2287 9 0 2396937 0
[pid=16252/tid=16254] ppid=16249 vsize=9625040 CPUtime=1785.7 cores=0,2,4,6
/proc/16252/task/16254/stat : 16254 (java) R 16249 16252 11773 0 -1 4202560 3482 0 1 0 178529 41 0 0 20 0 19 0 24005424 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467957653200 140467795368135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 11773 0 -1 4202560 689 0 0 0 49 31 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467919153704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 11773 0 -1 4202560 760 0 0 0 52 26 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467918100904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 11773 0 -1 4202560 653 0 0 0 52 33 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467917048104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 11773 0 -1 4202560 1053 0 0 0 71 38 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467915995304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 11773 0 -1 4202560 945 0 0 0 59 40 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467914943528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 11773 0 -1 4202560 662 0 0 0 75 26 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467913890728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 11773 0 -1 4202560 654 0 0 0 48 29 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467794602792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 11773 0 -1 4202560 695 0 0 0 59 33 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467793549992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 11773 0 -1 4202560 1801 0 0 0 118 2 0 0 20 0 19 0 24005426 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467781351912 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467780297976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467779245064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467039627408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 11773 0 -1 4202560 2157 0 0 0 34 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467038575544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 11773 0 -1 4202560 4455 0 0 0 59 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467037522744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467036470136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 11773 0 -1 4202560 103 0 0 0 22 27 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467035417544 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16252/tid=16271] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16271/stat : 16271 (java) S 16249 16252 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24005496 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467034363048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 16252 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.5 s]
/proc/loadavg: 2.01 2.04 2.00 3/215 16381
/proc/meminfo: memFree=27135832/32872528 swapFree=7780/7780
[pid=16252] ppid=16249 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16249 16252 11773 0 -1 4202496 19367 0 1 0 179708 295 0 0 20 0 19 0 24005423 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140735892720256 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16252/statm: 2406260 611114 2287 9 0 2396937 0
[pid=16252/tid=16254] ppid=16249 vsize=9625040 CPUtime=1785.7 cores=0,2,4,6
/proc/16252/task/16254/stat : 16254 (java) R 16249 16252 11773 0 -1 4202560 3482 0 1 0 178529 41 0 0 20 0 19 0 24005424 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467957653200 140467795368135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 11773 0 -1 4202560 689 0 0 0 49 31 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467919153704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 11773 0 -1 4202560 760 0 0 0 52 26 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467918100904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 11773 0 -1 4202560 653 0 0 0 52 33 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467917048104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 11773 0 -1 4202560 1053 0 0 0 71 38 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467915995304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 11773 0 -1 4202560 945 0 0 0 59 40 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467914943528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 11773 0 -1 4202560 662 0 0 0 75 26 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467913890728 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 11773 0 -1 4202560 654 0 0 0 48 29 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467794602792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 11773 0 -1 4202560 695 0 0 0 59 33 0 0 20 0 19 0 24005425 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467793549992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 11773 0 -1 4202560 1801 0 0 0 118 2 0 0 20 0 19 0 24005426 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467781351912 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467780297976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24005427 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467779245064 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467039627408 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 11773 0 -1 4202560 2157 0 0 0 34 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467038575544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 11773 0 -1 4202560 4455 0 0 0 59 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467037522744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467036470136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 11773 0 -1 4202560 103 0 0 0 22 27 0 0 20 0 19 0 24005429 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467035417544 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16252/tid=16271] ppid=16249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16271/stat : 16271 (java) S 16249 16252 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24005496 9856040960 611114 33554432000 1073741824 1073778376 140735892729120 140467034363048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16252 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=449506
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=412481
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.54
CPU time (s): 1800.03
CPU user time (s): 1797.08
CPU system time (s): 2.95
CPU usage (%): 100.362
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.45
system time used= 3.41248
maximum resident set size= 2996908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19414
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38322
involuntary context switches= 4786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4711 second user time and 10.7764 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 05:13:15
IDJOB=4101029
IDBENCH=1691
IDSOLVER=2546
FILE ID=node133/4101029-1466219595
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scsd6.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101029-1466219595/watcher-4101029-1466219595 -o /tmp/evaluation-result-4101029-1466219595/solver-4101029-1466219595 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101029-1466219595.opb

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

MD5SUM BENCH= bfb5077d5eeff8f757a286c0037df437
RANDOM SEED=444174779

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.256
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.256
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.256
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.256
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:        30431080 kB
Buffers:           86432 kB
Cached:            95516 kB
SwapCached:          892 kB
Active:          1578452 kB
Inactive:         121700 kB
Active(anon):    1519200 kB
Inactive(anon):     1364 kB
Active(file):      59252 kB
Inactive(file):   120336 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              2416 kB
Writeback:             0 kB
AnonPages:       1617704 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             599824 kB
SReclaimable:      43312 kB
SUnreclaim:       556512 kB
KernelStack:        1784 kB
PageTables:         7584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1850972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1572864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node133 at 2016-06-18 05:43:09