Trace number 4085438

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.01 1799.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_3.opb
MD5SUM37c74b9e914d30b1ddfc0838676dd479
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3487
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085438-1465245095.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.13	c ... done. Wall clock time 0.022s.
0.09/0.13	c declared #vars     41
0.09/0.13	c #constraints  11
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.13	c 11 constraints processed.
0.09/0.13	c objective function length is 1 literals
0.59/0.47	c cleaning 2503 clauses out of 5005 with flag 10244/5005
1.24/0.87	c cleaning 4248 clauses out of 8498 with flag 22415/11001
1.90/1.41	c cleaning 5627 clauses out of 11253 with flag 36891/18004
2.60/2.20	c cleaning 6812 clauses out of 13624 with flag 53424/26002
3.63/3.15	c cleaning 7907 clauses out of 15814 with flag 72004/35004
4.63/4.17	c cleaning 8952 clauses out of 17905 with flag 92609/45002
5.93/5.45	c cleaning 9976 clauses out of 19951 with flag 115171/56000
7.32/6.85	c cleaning 10988 clauses out of 21978 with flag 139715/68003
8.92/8.41	c cleaning 11993 clauses out of 23990 with flag 166090/81003
10.72/10.28	c cleaning 12997 clauses out of 25994 with flag 194483/95000
12.92/12.42	c cleaning 13997 clauses out of 27998 with flag 225074/110001
15.32/14.89	c cleaning 14999 clauses out of 30000 with flag 257483/126000
18.24/17.76	c cleaning 15999 clauses out of 32002 with flag 292166/143001
21.23/20.75	c cleaning 17001 clauses out of 34003 with flag 329372/161001
24.43/23.90	c cleaning 17997 clauses out of 36001 with flag 368634/180000
27.83/27.36	c cleaning 19003 clauses out of 38008 with flag 409936/200004
31.44/30.91	c cleaning 20000 clauses out of 40001 with flag 453142/221000
35.63/35.20	c cleaning 21001 clauses out of 42001 with flag 498376/243000
40.43/39.99	c cleaning 22001 clauses out of 44002 with flag 546118/266002
45.33/44.88	c cleaning 22999 clauses out of 46000 with flag 595384/290001
50.83/50.38	c cleaning 23998 clauses out of 48000 with flag 647086/315000
57.23/56.76	c cleaning 24999 clauses out of 50002 with flag 700138/341000
63.73/63.27	c cleaning 26001 clauses out of 52004 with flag 755953/368001
71.73/71.26	c cleaning 27000 clauses out of 54002 with flag 813280/396000
80.03/79.51	c cleaning 27998 clauses out of 56004 with flag 872763/425002
88.34/87.84	c cleaning 29003 clauses out of 58005 with flag 934130/455001
96.84/96.34	c cleaning 29992 clauses out of 60001 with flag 997322/486000
106.43/105.90	c cleaning 31000 clauses out of 62010 with flag 1063048/518001
115.73/115.27	c cleaning 32005 clauses out of 64013 with flag 1130661/551004
126.33/125.82	c cleaning 33005 clauses out of 66012 with flag 1200347/585008
138.04/137.54	c cleaning 33998 clauses out of 68003 with flag 1272242/620004
151.73/151.27	c cleaning 34999 clauses out of 70002 with flag 1346387/656001
165.84/165.35	c cleaning 35999 clauses out of 72004 with flag 1422854/693002
181.04/180.54	c cleaning 37001 clauses out of 74003 with flag 1501282/731000
196.19/195.65	c cleaning 37998 clauses out of 76003 with flag 1580755/770001
211.58/211.04	c cleaning 38999 clauses out of 78005 with flag 1662292/810001
227.99/227.45	c cleaning 39999 clauses out of 80007 with flag 1746580/851002
245.40/244.87	c cleaning 40993 clauses out of 82006 with flag 1832010/893000
262.90/262.31	c cleaning 42007 clauses out of 84015 with flag 1920358/936002
280.80/280.22	c cleaning 43000 clauses out of 86007 with flag 2010833/980001
300.11/299.54	c cleaning 44004 clauses out of 88008 with flag 2102908/1025002
320.51/319.91	c cleaning 44999 clauses out of 90004 with flag 2197356/1071002
343.20/342.61	c cleaning 45999 clauses out of 92006 with flag 2293040/1118003
366.39/365.86	c cleaning 47002 clauses out of 94004 with flag 2390804/1166000
390.49/389.93	c cleaning 47999 clauses out of 96003 with flag 2491289/1215001
415.98/415.42	c cleaning 49002 clauses out of 98003 with flag 2593584/1265000
443.60/443.06	c cleaning 50001 clauses out of 100005 with flag 2698815/1316004
472.20/471.61	c cleaning 50999 clauses out of 102000 with flag 2806408/1368000
500.70/500.19	c cleaning 52001 clauses out of 104001 with flag 2915653/1421000
532.00/531.43	c cleaning 52994 clauses out of 106000 with flag 3028394/1475000
563.71/563.11	c cleaning 54003 clauses out of 108006 with flag 3142974/1530000
594.68/594.03	c cleaning 54999 clauses out of 110004 with flag 3259408/1586001
625.88/625.20	c cleaning 56000 clauses out of 112005 with flag 3377729/1643001
660.28/659.66	c cleaning 57002 clauses out of 114006 with flag 3498072/1701002
695.30/694.63	c cleaning 57999 clauses out of 116006 with flag 3620058/1760004
736.49/735.90	c cleaning 58999 clauses out of 118003 with flag 3743529/1820000
776.69/776.00	c cleaning 59999 clauses out of 120004 with flag 3869797/1881000
816.10/815.43	c cleaning 61003 clauses out of 122010 with flag 3996956/1943005
858.52/857.83	c cleaning 62003 clauses out of 124005 with flag 4127228/2006003
904.62/903.92	c cleaning 62993 clauses out of 126000 with flag 4259957/2070001
952.83/952.16	c cleaning 64001 clauses out of 128008 with flag 4394138/2135002
997.34/996.70	c cleaning 65001 clauses out of 130007 with flag 4528822/2201002
1047.84/1047.18	c cleaning 66001 clauses out of 132007 with flag 4664940/2268003
1101.65/1100.91	c cleaning 66999 clauses out of 134003 with flag 4804021/2336000
1154.31/1153.52	c cleaning 67999 clauses out of 136004 with flag 4946396/2405000
1210.03/1209.27	c cleaning 69000 clauses out of 138005 with flag 5090510/2475000
1266.63/1265.83	c cleaning 70000 clauses out of 140005 with flag 5237574/2546000
1322.04/1321.21	c cleaning 70999 clauses out of 142007 with flag 5384610/2618002
1385.64/1384.85	c cleaning 72001 clauses out of 144008 with flag 5533908/2691002
1444.85/1444.10	c cleaning 73001 clauses out of 146006 with flag 5685581/2765001
1509.96/1509.12	c cleaning 74000 clauses out of 148005 with flag 5840468/2840001
1574.76/1573.94	c cleaning 75005 clauses out of 150011 with flag 5998554/2916007
1651.28/1650.48	c cleaning 75999 clauses out of 151999 with flag 6158106/2993000
1717.69/1716.88	c cleaning 77000 clauses out of 154000 with flag 6318448/3071000
1786.90/1786.06	c cleaning 77998 clauses out of 156001 with flag 6482284/3150001
1800.01/1799.12	c starts		: 897
1800.01/1799.12	c conflicts		: 3170810
1800.01/1799.12	c decisions		: 3236162
1800.01/1799.12	c propagations		: 25145006
1800.01/1799.12	c inspects		: 38892075805
1800.01/1799.12	c shortcuts		: 0
1800.01/1799.12	c learnt literals	: 0
1800.01/1799.12	c learnt binary clauses	: 0
1800.01/1799.12	c learnt ternary clauses	: 0
1800.01/1799.12	c learnt constraints	: 3170811
1800.01/1799.12	c ignored constraints	: 0
1800.01/1799.12	c root simplifications	: 0
1800.01/1799.12	c timeout
1800.01/1799.12	c removed literals (reason simplification)	: 0
1800.01/1799.12	c reason swapping (by a shorter reason)	: 0
1800.01/1799.12	c Calls to reduceDB	: 75
1800.01/1799.12	c Number of update (reduction) of LBD	: 129145
1800.01/1799.12	c Imported unit clauses	: 0
1800.01/1799.12	c number of reductions to clauses (during analyze)	: 0
1800.01/1799.12	c number of learned constraints concerned by reduction	: 0
1800.01/1799.12	c number of learning phase by resolution	: 0
1800.01/1799.12	c number of learning phase by cutting planes	: 0
1800.01/1799.12	c speed (assignments/second)	: 13977.306129890805
1800.01/1799.12	c non guided choices	20
1800.01/1799.15	c learnt constraints type 
1800.01/1799.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98813
1800.01/1799.15	s UNKNOWN
1800.01/1799.15	c Total wall clock time (in seconds): 1799.039

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-4085438-1465245095/watcher-4085438-1465245095 -o /tmp/evaluation-result-4085438-1465245095/solver-4085438-1465245095 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085438-1465245095.opb 

pid=8465
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.00 1.04 1.33 3/169 8469
/proc/meminfo: memFree=31550368/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8468/stat : 8468 (java) D 8465 8468 8435 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 106444344 9515008 176 33554432000 1073741824 1073778376 140735453716544 140735453699272 235374723984 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/8468/statm: 2323 182 139 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.00 1.04 1.33 3/169 8469
/proc/meminfo: memFree=31550368/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8468/stat : 8468 (java) S 8465 8468 8435 0 -1 4202496 4435 0 1 0 8 1 0 0 20 0 18 0 106444344 9787879424 6061 33554432000 1073741824 1073778376 140736841511584 140736841502720 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8468/statm: 2389619 6061 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 1.00 1.04 1.33 3/169 8469
/proc/meminfo: memFree=31550368/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8468/stat : 8468 (java) S 8465 8468 8435 0 -1 4202496 6415 0 1 0 29 1 0 0 20 0 19 0 106444344 9856040960 7302 33554432000 1073741824 1073778376 140736841511584 140736841502720 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8468/statm: 2406260 7302 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300213 s]
/proc/loadavg: 1.00 1.04 1.33 3/169 8469
/proc/meminfo: memFree=31550368/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8468/stat : 8468 (java) S 8465 8468 8435 0 -1 4202496 6478 0 1 0 48 1 0 0 20 0 19 0 106444344 9856040960 7365 33554432000 1073741824 1073778376 140736841511584 140736841502720 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8468/statm: 2406260 7365 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700162 s]
/proc/loadavg: 1.00 1.04 1.33 3/169 8469
/proc/meminfo: memFree=31550368/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/8468/stat : 8468 (java) S 8465 8468 8435 0 -1 4202496 13024 0 1 0 109 3 0 0 20 0 19 0 106444344 9856040960 11430 33554432000 1073741824 1073778376 140736841511584 140736841502720 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8468/statm: 2406260 11430 2238 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 1.00 1.04 1.33 3/211 8518
/proc/meminfo: memFree=31475452/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9625040 CPUtime=2 cores=0,2,4,6
/proc/8468/stat : 8468 (java) S 8465 8468 8435 0 -1 4202496 13975 0 1 0 197 3 0 0 20 0 19 0 106444344 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 140736841502720 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8468/statm: 2406260 11946 2240 9 0 2396937 0
[pid=8468/tid=8476] ppid=8465 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/8468/task/8476/stat : 8476 (java) R 8465 8468 8435 0 -1 4202560 2404 0 1 0 144 2 0 0 20 0 19 0 106444345 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648763502288 139648597119397 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8479] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8479/stat : 8479 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648725002792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8480] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8480/stat : 8480 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648723949992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8481] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8481/stat : 8481 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648722897192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8482] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8482/stat : 8482 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648721844392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8468/tid=8483] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8483/stat : 8483 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648720792616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8484] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8484/stat : 8484 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648719739816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8485] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8485/stat : 8485 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648718687016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8468/tid=8486] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8486/stat : 8486 (java) S 8465 8468 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648717634216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8493] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8493/stat : 8493 (java) S 8465 8468 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648587225576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8496] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8496/stat : 8496 (java) S 8465 8468 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648586171640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8501] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8501/stat : 8501 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648585118728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8507] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8507/stat : 8507 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648584067216 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8508] ppid=8465 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8468/task/8508/stat : 8508 (java) S 8465 8468 8435 0 -1 4202560 3269 0 0 0 23 0 0 0 20 0 19 0 106444350 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648583015352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8509] ppid=8465 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8468/task/8509/stat : 8509 (java) S 8465 8468 8435 0 -1 4202560 7031 0 0 0 26 1 0 0 20 0 19 0 106444350 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139648581962552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8510] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8510/stat : 8510 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139647707507576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8511] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8511/stat : 8511 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139647706454984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8517] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8517/stat : 8517 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106444359 9856040960 11946 33554432000 1073741824 1073778376 140736841511584 139647705400488 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 1.00 1.04 1.33 5/211 8518
/proc/meminfo: memFree=31468316/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9625040 CPUtime=3.63 cores=0,2,4,6
/proc/8468/stat : 8468 (java) S 8465 8468 8435 0 -1 4202496 13978 0 1 0 360 3 0 0 20 0 19 0 106444344 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 140736841502720 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8468/statm: 2406260 12970 2240 9 0 2396937 0
[pid=8468/tid=8476] ppid=8465 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/8468/task/8476/stat : 8476 (java) R 8465 8468 8435 0 -1 4202560 2407 0 1 0 304 2 0 0 20 0 19 0 106444345 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648763511064 139648597163551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8479] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8479/stat : 8479 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648725002792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8480] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8480/stat : 8480 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648723949992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8481] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8481/stat : 8481 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648722897192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8482] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8482/stat : 8482 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648721844392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8468/tid=8483] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8483/stat : 8483 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648720792616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8484] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8484/stat : 8484 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648719739816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8485] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8485/stat : 8485 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648718687016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8468/tid=8486] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8486/stat : 8486 (java) S 8465 8468 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648717634216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8493] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8493/stat : 8493 (java) S 8465 8468 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648587225576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8496] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8496/stat : 8496 (java) S 8465 8468 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648586171640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8501] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8501/stat : 8501 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648585118728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8507] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8507/stat : 8507 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648584067216 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8508] ppid=8465 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8468/task/8508/stat : 8508 (java) S 8465 8468 8435 0 -1 4202560 3269 0 0 0 24 0 0 0 20 0 19 0 106444350 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648583015352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8509] ppid=8465 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8468/task/8509/stat : 8509 (java) S 8465 8468 8435 0 -1 4202560 7031 0 0 0 28 1 0 0 20 0 19 0 106444350 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139648581962552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8510] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8510/stat : 8510 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139647707507576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8511] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8511/stat : 8511 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139647706454984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8517] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8517/stat : 8517 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106444359 9856040960 12970 33554432000 1073741824 1073778376 140736841511584 139647705400488 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 1.08 1.05 1.33 3/211 8518
/proc/meminfo: memFree=31454252/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9625040 CPUtime=6.82 cores=0,2,4,6
/proc/8468/stat : 8468 (java) S 8465 8468 8435 0 -1 4202496 13983 0 1 0 679 3 0 0 20 0 19 0 106444344 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 140736841502720 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8468/statm: 2406260 13838 2241 9 0 2396937 0
[pid=8468/tid=8476] ppid=8465 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/8468/task/8476/stat : 8476 (java) R 8465 8468 8435 0 -1 4202560 2411 0 1 0 623 2 0 0 20 0 19 0 106444345 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648763509168 139648597179087 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8479] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8479/stat : 8479 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648725002792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8480] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8480/stat : 8480 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648723949992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8481] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8481/stat : 8481 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648722897192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8482] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8482/stat : 8482 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648721844392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8468/tid=8483] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8483/stat : 8483 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648720792616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8484] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8484/stat : 8484 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648719739816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8485] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8485/stat : 8485 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648718687016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8468/tid=8486] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8486/stat : 8486 (java) S 8465 8468 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648717634216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8493] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8493/stat : 8493 (java) S 8465 8468 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648587225576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8496] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8496/stat : 8496 (java) S 8465 8468 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648586171640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8501] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8501/stat : 8501 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648585118728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8507] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8507/stat : 8507 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648584067216 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8508] ppid=8465 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8468/task/8508/stat : 8508 (java) S 8465 8468 8435 0 -1 4202560 3269 0 0 0 24 0 0 0 20 0 19 0 106444350 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648583015352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8509] ppid=8465 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8468/task/8509/stat : 8509 (java) S 8465 8468 8435 0 -1 4202560 7031 0 0 0 28 1 0 0 20 0 19 0 106444350 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139648581962552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8510] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8510/stat : 8510 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139647707507576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8511] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8511/stat : 8511 (java) S 8465 8468 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139647706454984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8517] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8517/stat : 8517 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106444359 9856040960 13838 33554432000 1073741824 1073778376 140736841511584 139647705400488 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625040


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

[pid=8468/tid=8517] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8517/stat : 8517 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106444359 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139647705400488 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.2
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 1.91 3/212 8586
/proc/meminfo: memFree=31080756/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9625040 CPUtime=1783.2 cores=0,2,4,6
/proc/8468/stat : 8468 (java) S 8465 8468 8435 0 -1 4202496 14247 0 1 0 178291 29 0 0 20 0 19 0 106444344 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 140736841502720 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8468/statm: 2406260 56067 2256 9 0 2396937 0
[pid=8468/tid=8476] ppid=8465 vsize=9625040 CPUtime=1777.5 cores=0,2,4,6
/proc/8468/task/8476/stat : 8476 (java) R 8465 8468 8435 0 -1 4202560 2473 0 1 0 177720 30 0 0 20 0 19 0 106444345 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648763502272 139648597179187 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8479] ppid=8465 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8468/task/8479/stat : 8479 (java) S 8465 8468 8435 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648725002792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8480] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8480/stat : 8480 (java) S 8465 8468 8435 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648723949992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8481] ppid=8465 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8468/task/8481/stat : 8481 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648722897192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8482] ppid=8465 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8468/task/8482/stat : 8482 (java) S 8465 8468 8435 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648721844392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8483] ppid=8465 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8468/task/8483/stat : 8483 (java) S 8465 8468 8435 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648720792616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8484] ppid=8465 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8468/task/8484/stat : 8484 (java) S 8465 8468 8435 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648719739816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8485] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8485/stat : 8485 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648718687016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8468/tid=8486] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8486/stat : 8486 (java) S 8465 8468 8435 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648717634216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8493] ppid=8465 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8468/task/8493/stat : 8493 (java) S 8465 8468 8435 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 106444348 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648587225576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8496] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8496/stat : 8496 (java) S 8465 8468 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648586171640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8501] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8501/stat : 8501 (java) S 8465 8468 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648585118728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8507] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8507/stat : 8507 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648584067216 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8508] ppid=8465 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8468/task/8508/stat : 8508 (java) S 8465 8468 8435 0 -1 4202560 3269 0 0 0 24 0 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648583015352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8509] ppid=8465 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/8468/task/8509/stat : 8509 (java) S 8465 8468 8435 0 -1 4202560 7034 0 0 0 30 1 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648581962552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8510] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8510/stat : 8510 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139647707507576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8511] ppid=8465 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8468/task/8511/stat : 8511 (java) S 8465 8468 8435 0 -1 4202560 104 0 0 0 38 25 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139647706454984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8517] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8517/stat : 8517 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106444359 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139647705400488 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.01 2.02 1.91 3/212 8586
/proc/meminfo: memFree=31081252/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/8468/stat : 8468 (java) S 8465 8468 8435 0 -1 4202496 14247 0 1 0 179971 30 0 0 20 0 19 0 106444344 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 140736841502720 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8468/statm: 2406260 56067 2256 9 0 2396937 0
[pid=8468/tid=8476] ppid=8465 vsize=9625040 CPUtime=1794.26 cores=0,2,4,6
/proc/8468/task/8476/stat : 8476 (java) R 8465 8468 8435 0 -1 4202560 2473 0 1 0 179396 30 0 0 20 0 19 0 106444345 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648763502272 139648597144275 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8479] ppid=8465 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8468/task/8479/stat : 8479 (java) S 8465 8468 8435 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648725002792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8480] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8480/stat : 8480 (java) S 8465 8468 8435 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648723949992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8481] ppid=8465 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8468/task/8481/stat : 8481 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648722897192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8482] ppid=8465 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8468/task/8482/stat : 8482 (java) S 8465 8468 8435 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648721844392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8483] ppid=8465 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8468/task/8483/stat : 8483 (java) S 8465 8468 8435 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648720792616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8484] ppid=8465 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8468/task/8484/stat : 8484 (java) S 8465 8468 8435 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648719739816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8485] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8485/stat : 8485 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648718687016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8468/tid=8486] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8486/stat : 8486 (java) S 8465 8468 8435 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648717634216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8493] ppid=8465 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8468/task/8493/stat : 8493 (java) S 8465 8468 8435 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 106444348 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648587225576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8496] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8496/stat : 8496 (java) S 8465 8468 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648586171640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8501] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8501/stat : 8501 (java) S 8465 8468 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648585118728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8507] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8507/stat : 8507 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648584067216 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8508] ppid=8465 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8468/task/8508/stat : 8508 (java) S 8465 8468 8435 0 -1 4202560 3269 0 0 0 24 0 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648583015352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8509] ppid=8465 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/8468/task/8509/stat : 8509 (java) S 8465 8468 8435 0 -1 4202560 7034 0 0 0 30 1 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648581962552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8510] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8510/stat : 8510 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139647707507576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8511] ppid=8465 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8468/task/8511/stat : 8511 (java) S 8465 8468 8435 0 -1 4202560 104 0 0 0 39 25 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139647706454984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8517] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8517/stat : 8517 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106444359 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139647705400488 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 8468 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.1 s]
/proc/loadavg: 2.01 2.02 1.91 3/212 8586
/proc/meminfo: memFree=31081252/32872528 swapFree=13256/481332
[pid=8468] ppid=8465 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/8468/stat : 8468 (java) S 8465 8468 8435 0 -1 4202496 14247 0 1 0 179971 30 0 0 20 0 19 0 106444344 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 140736841502720 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8468/statm: 2406260 56067 2256 9 0 2396937 0
[pid=8468/tid=8476] ppid=8465 vsize=9625040 CPUtime=1794.26 cores=0,2,4,6
/proc/8468/task/8476/stat : 8476 (java) R 8465 8468 8435 0 -1 4202560 2473 0 1 0 179396 30 0 0 20 0 19 0 106444345 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648763502272 139648597144275 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8479] ppid=8465 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8468/task/8479/stat : 8479 (java) S 8465 8468 8435 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648725002792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8480] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8480/stat : 8480 (java) S 8465 8468 8435 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648723949992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8481] ppid=8465 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8468/task/8481/stat : 8481 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648722897192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8482] ppid=8465 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8468/task/8482/stat : 8482 (java) S 8465 8468 8435 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648721844392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8483] ppid=8465 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8468/task/8483/stat : 8483 (java) S 8465 8468 8435 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648720792616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8484] ppid=8465 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8468/task/8484/stat : 8484 (java) S 8465 8468 8435 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648719739816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8485] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8485/stat : 8485 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648718687016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8468/tid=8486] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8486/stat : 8486 (java) S 8465 8468 8435 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106444347 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648717634216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8468/tid=8493] ppid=8465 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8468/task/8493/stat : 8493 (java) S 8465 8468 8435 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 106444348 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648587225576 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8496] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8496/stat : 8496 (java) S 8465 8468 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648586171640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8501] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8501/stat : 8501 (java) S 8465 8468 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106444348 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648585118728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8507] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8507/stat : 8507 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648584067216 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8508] ppid=8465 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8468/task/8508/stat : 8508 (java) S 8465 8468 8435 0 -1 4202560 3269 0 0 0 24 0 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648583015352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8509] ppid=8465 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/8468/task/8509/stat : 8509 (java) S 8465 8468 8435 0 -1 4202560 7034 0 0 0 30 1 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139648581962552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8510] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8510/stat : 8510 (java) S 8465 8468 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139647707507576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8468/tid=8511] ppid=8465 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/8468/task/8511/stat : 8511 (java) S 8465 8468 8435 0 -1 4202560 104 0 0 0 39 25 0 0 20 0 19 0 106444350 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139647706454984 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8468/tid=8517] ppid=8465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8468/task/8517/stat : 8517 (java) S 8465 8468 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106444359 9856040960 56067 33554432000 1073741824 1073778376 140736841511584 139647705400488 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1799.16
CPU time (s): 1800.01
CPU user time (s): 1799.71
CPU system time (s): 0.3
CPU usage (%): 100.047
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.22
system time used= 0.72189
maximum resident set size= 225684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14609
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38143
involuntary context switches= 4166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.79151 second user time and 13.394 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-06 22:31:35
IDJOB=4085438
IDBENCH=2931
IDSOLVER=2546
FILE ID=node104/4085438-1465245095
RUNJOBID= node104-1465245095-8451
PBS_JOBID= 19843252
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085438-1465245095/watcher-4085438-1465245095 -o /tmp/evaluation-result-4085438-1465245095/solver-4085438-1465245095 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085438-1465245095.opb

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

MD5SUM BENCH= 37c74b9e914d30b1ddfc0838676dd479
RANDOM SEED=2140851168

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
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.775
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31551012 kB
Buffers:           33620 kB
Cached:           106696 kB
SwapCached:         1720 kB
Active:            66368 kB
Inactive:          76772 kB
Active(anon):       3076 kB
Inactive(anon):     2356 kB
Active(file):      63292 kB
Inactive(file):    74416 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097232 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:        483652 kB
Mapped:             7116 kB
Shmem:                 0 kB
Slab:             566064 kB
SReclaimable:      10576 kB
SUnreclaim:       555488 kB
KernelStack:        1320 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     567536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    468992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node104 at 2016-06-06 23:01:34