Trace number 4085445

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.46 1798.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_3.opb
MD5SUM0cfcb152e5d64f6fbadc82a2b31230da
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 variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
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 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5704
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085445-1465243782.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.036s.
0.09/0.15	c declared #vars     61
0.09/0.15	c #constraints  15
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.09/0.15	c 15 constraints processed.
0.09/0.15	c objective function length is 1 literals
0.71/0.55	c cleaning 2498 clauses out of 5000 with flag 10666/5000
1.36/1.00	c cleaning 4253 clauses out of 8507 with flag 23258/11005
1.87/1.52	c cleaning 5625 clauses out of 11251 with flag 38239/18002
2.59/2.24	c cleaning 6813 clauses out of 13626 with flag 55150/26002
3.52/3.11	c cleaning 7907 clauses out of 15813 with flag 74034/35002
4.52/4.10	c cleaning 8953 clauses out of 17907 with flag 95175/45003
5.62/5.22	c cleaning 9972 clauses out of 19951 with flag 118780/56000
6.92/6.54	c cleaning 10990 clauses out of 21979 with flag 144257/68000
8.72/8.34	c cleaning 11992 clauses out of 23995 with flag 171493/81006
10.62/10.23	c cleaning 12999 clauses out of 25997 with flag 200167/95000
12.92/12.52	c cleaning 13998 clauses out of 27998 with flag 231351/110000
15.32/14.99	c cleaning 15002 clauses out of 30004 with flag 264255/126004
18.22/17.82	c cleaning 15995 clauses out of 31998 with flag 298819/143000
21.12/20.79	c cleaning 17004 clauses out of 34008 with flag 336414/161005
24.52/24.12	c cleaning 17999 clauses out of 36000 with flag 376201/180001
27.83/27.48	c cleaning 19001 clauses out of 38007 with flag 417159/200007
31.63/31.28	c cleaning 19999 clauses out of 39999 with flag 460779/221000
35.53/35.16	c cleaning 20995 clauses out of 42001 with flag 506831/243001
39.62/39.27	c cleaning 21999 clauses out of 44005 with flag 555000/266000
44.53/44.14	c cleaning 23000 clauses out of 46008 with flag 605489/290002
49.52/49.13	c cleaning 24005 clauses out of 48009 with flag 658479/315003
55.12/54.77	c cleaning 24994 clauses out of 50001 with flag 713071/341000
61.22/60.81	c cleaning 25999 clauses out of 52007 with flag 768939/368000
67.63/67.22	c cleaning 27004 clauses out of 54010 with flag 826740/396002
74.83/74.41	c cleaning 28007 clauses out of 56013 with flag 887004/425009
83.23/82.85	c cleaning 28998 clauses out of 57998 with flag 950023/455001
90.23/89.80	c cleaning 29992 clauses out of 60002 with flag 1013815/486003
97.73/97.31	c cleaning 31003 clauses out of 62007 with flag 1080297/518000
105.58/105.15	c cleaning 31999 clauses out of 64004 with flag 1148710/551000
114.28/113.86	c cleaning 33003 clauses out of 66005 with flag 1220032/585000
123.38/122.97	c cleaning 33997 clauses out of 68003 with flag 1292214/620001
133.08/132.69	c cleaning 35001 clauses out of 70007 with flag 1366252/656002
144.18/143.71	c cleaning 36001 clauses out of 72006 with flag 1444388/693002
154.68/154.22	c cleaning 36997 clauses out of 74004 with flag 1524045/731001
166.29/165.88	c cleaning 38003 clauses out of 76011 with flag 1605527/770005
178.99/178.53	c cleaning 38996 clauses out of 78007 with flag 1689994/810004
193.99/193.58	c cleaning 40002 clauses out of 80007 with flag 1775852/851000
209.10/208.63	c cleaning 40999 clauses out of 82009 with flag 1863532/893004
224.70/224.24	c cleaning 42004 clauses out of 84008 with flag 1954322/936002
241.90/241.47	c cleaning 43000 clauses out of 86003 with flag 2046748/980001
260.01/259.60	c cleaning 43989 clauses out of 88002 with flag 2141547/1025000
279.61/279.14	c cleaning 45007 clauses out of 90017 with flag 2237112/1071004
298.50/297.96	c cleaning 46001 clauses out of 92006 with flag 2336497/1118000
316.81/316.28	c cleaning 47000 clauses out of 94008 with flag 2438919/1166003
335.12/334.52	c cleaning 47999 clauses out of 96008 with flag 2542047/1215003
356.82/356.20	c cleaning 49003 clauses out of 98006 with flag 2646954/1265000
377.42/376.89	c cleaning 49996 clauses out of 100004 with flag 2752049/1316001
400.23/399.69	c cleaning 51005 clauses out of 102013 with flag 2859439/1368006
423.04/422.41	c cleaning 51998 clauses out of 104002 with flag 2968051/1421000
446.54/446.00	c cleaning 53002 clauses out of 106006 with flag 3080131/1475002
473.06/472.48	c cleaning 53994 clauses out of 108002 with flag 3195629/1530000
498.37/497.71	c cleaning 55004 clauses out of 110008 with flag 3312745/1586000
522.88/522.29	c cleaning 55999 clauses out of 112005 with flag 3431702/1643001
550.17/549.43	c cleaning 56999 clauses out of 114006 with flag 3553213/1701001
586.60/585.87	c cleaning 57994 clauses out of 116006 with flag 3677141/1760000
623.52/622.71	c cleaning 58998 clauses out of 118012 with flag 3803764/1820000
659.03/658.29	c cleaning 60005 clauses out of 120014 with flag 3933159/1881000
693.75/692.95	c cleaning 61006 clauses out of 122012 with flag 4063340/1943003
730.86/730.04	c cleaning 62000 clauses out of 124003 with flag 4195028/2006000
771.08/770.29	c cleaning 62996 clauses out of 126005 with flag 4329502/2070002
814.41/813.53	c cleaning 63999 clauses out of 128008 with flag 4467350/2135001
857.84/856.97	c cleaning 65004 clauses out of 130010 with flag 4606498/2201002
904.03/903.07	c cleaning 65999 clauses out of 132005 with flag 4747829/2268001
954.54/953.51	c cleaning 66989 clauses out of 134006 with flag 4890470/2336001
1005.98/1004.94	c cleaning 68005 clauses out of 136016 with flag 5035347/2405000
1055.89/1054.80	c cleaning 69000 clauses out of 138011 with flag 5183764/2475000
1106.00/1104.93	c cleaning 70003 clauses out of 140017 with flag 5329457/2546006
1159.52/1158.43	c cleaning 71005 clauses out of 142011 with flag 5478283/2618003
1212.62/1211.57	c cleaning 71995 clauses out of 144003 with flag 5629853/2691000
1266.73/1265.64	c cleaning 73003 clauses out of 146008 with flag 5784399/2765000
1322.27/1321.10	c cleaning 74000 clauses out of 148005 with flag 5941710/2840000
1379.38/1378.11	c cleaning 75004 clauses out of 150010 with flag 6101191/2916005
1436.58/1435.30	c cleaning 75985 clauses out of 152002 with flag 6263908/2993001
1497.50/1496.25	c cleaning 77005 clauses out of 154016 with flag 6428805/3071000
1559.02/1557.77	c cleaning 78000 clauses out of 156013 with flag 6596572/3150002
1621.53/1620.23	c cleaning 79006 clauses out of 158015 with flag 6765717/3230004
1689.36/1688.02	c cleaning 80004 clauses out of 160008 with flag 6935282/3311003
1749.43/1747.92	c cleaning 81002 clauses out of 162003 with flag 7106370/3393002
1800.04/1798.51	c starts		: 372
1800.04/1798.51	c conflicts		: 3467782
1800.04/1798.51	c decisions		: 3604183
1800.04/1798.51	c propagations		: 34519084
1800.04/1798.51	c inspects		: 35681241566
1800.04/1798.51	c shortcuts		: 0
1800.04/1798.51	c learnt literals	: 0
1800.04/1798.51	c learnt binary clauses	: 0
1800.04/1798.51	c learnt ternary clauses	: 0
1800.04/1798.51	c learnt constraints	: 3467782
1800.04/1798.51	c ignored constraints	: 0
1800.04/1798.51	c root simplifications	: 0
1800.04/1798.51	c removed literals (reason simplification)	: 0
1800.04/1798.51	c reason swapping (by a shorter reason)	: 0
1800.04/1798.51	c Calls to reduceDB	: 78
1800.04/1798.51	c Number of update (reduction) of LBD	: 288613
1800.04/1798.51	c Imported unit clauses	: 0
1800.04/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.51	c number of learned constraints concerned by reduction	: 0
1800.04/1798.51	c number of learning phase by resolution	: 0
1800.04/1798.51	c number of learning phase by cutting planes	: 0
1800.04/1798.51	c speed (assignments/second)	: 19194.790022225843
1800.04/1798.51	c non guided choices	27
1800.04/1798.51	c timeout
1800.04/1798.54	c learnt constraints type 
1800.04/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155782
1800.04/1798.54	s UNKNOWN
1800.04/1798.54	c Total wall clock time (in seconds): 1798.423

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-4085445-1465243782/watcher-4085445-1465243782 -o /tmp/evaluation-result-4085445-1465243782/solver-4085445-1465243782 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085445-1465243782.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.20 2.18 3/194 4704
/proc/meminfo: memFree=30443148/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/4704/stat : 4704 (java) R 4701 4704 737 0 -1 4202496 384 0 0 0 0 0 0 0 20 0 1 0 106311398 5767168 55 33554432000 1073741824 1073778376 140733958169888 140733958167016 272877317415 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 1408 57 45 9 0 30 0

[startup+0.100112 s]
/proc/loadavg: 2.26 2.20 2.18 3/194 4704
/proc/meminfo: memFree=30443148/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/4704/stat : 4704 (java) S 4701 4704 737 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 106311398 9787879424 6035 33554432000 1073741824 1073778376 140733958169888 140733958161024 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200248 s]
/proc/loadavg: 2.26 2.20 2.18 3/194 4704
/proc/meminfo: memFree=30443148/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/4704/stat : 4704 (java) S 4701 4704 737 0 -1 4202496 6171 0 1 0 27 1 0 0 20 0 19 0 106311398 9856040960 7360 33554432000 1073741824 1073778376 140733958169888 140733958161024 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 2406260 7360 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.30028 s]
/proc/loadavg: 2.26 2.20 2.18 3/194 4704
/proc/meminfo: memFree=30443148/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/4704/stat : 4704 (java) S 4701 4704 737 0 -1 4202496 6579 0 1 0 50 1 0 0 20 0 19 0 106311398 9856040960 8062 33554432000 1073741824 1073778376 140733958169888 140733958161024 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 2406260 8062 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700261 s]
/proc/loadavg: 2.26 2.20 2.18 3/194 4704
/proc/meminfo: memFree=30443148/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/4704/stat : 4704 (java) S 4701 4704 737 0 -1 4202496 6647 0 1 0 95 1 0 0 20 0 19 0 106311398 9856040960 8641 33554432000 1073741824 1073778376 140733958169888 140733958161024 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 2406260 8641 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.26 2.20 2.18 3/213 4723
/proc/meminfo: memFree=30413664/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/4704/stat : 4704 (java) S 4701 4704 737 0 -1 4202496 8392 0 1 0 186 1 0 0 20 0 19 0 106311398 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 140733958161024 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 2406260 10035 2249 9 0 2396937 0
[pid=4704/tid=4706] ppid=4701 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/4704/task/4706/stat : 4706 (java) R 4701 4704 737 0 -1 4202560 2415 0 1 0 146 0 0 0 20 0 19 0 106311399 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707426173480 139707250287998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4707] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4707/stat : 4707 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707387665448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4708] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4708/stat : 4708 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707386612648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4709] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4709/stat : 4709 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707385559848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4710] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4710/stat : 4710 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707384507048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4711] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4711/stat : 4711 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707383454248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4712] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4712/stat : 4712 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707382401448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4713] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4713/stat : 4713 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707381348648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4714] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4714/stat : 4714 (java) S 4701 4704 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707380295848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4715] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4715/stat : 4715 (java) S 4701 4704 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106311401 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707249847272 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4716] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4716/stat : 4716 (java) S 4701 4704 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707248793336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4717] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4717/stat : 4717 (java) S 4701 4704 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707247740424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4718] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4718/stat : 4718 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707246688912 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4719] ppid=4701 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/4704/task/4719/stat : 4719 (java) S 4701 4704 737 0 -1 4202560 3346 0 0 0 26 0 0 0 20 0 19 0 106311404 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707245636024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4720] ppid=4701 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/4704/task/4720/stat : 4720 (java) S 4701 4704 737 0 -1 4202560 1361 0 0 0 11 0 0 0 20 0 19 0 106311404 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707244583224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4721] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4721/stat : 4721 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707243530616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4722] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4722/stat : 4722 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707242478024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4723] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4723/stat : 4723 (java) S 4701 4704 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106311414 9856040960 10035 33554432000 1073741824 1073778376 140733958169888 139707241424552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.26 2.20 2.18 4/213 4723
/proc/meminfo: memFree=30409072/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/4704/stat : 4704 (java) S 4701 4704 737 0 -1 4202496 8394 0 1 0 350 2 0 0 20 0 19 0 106311398 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 140733958161024 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 2406260 11059 2249 9 0 2396937 0
[pid=4704/tid=4706] ppid=4701 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/4704/task/4706/stat : 4706 (java) R 4701 4704 737 0 -1 4202560 2417 0 1 0 306 0 0 0 20 0 19 0 106311399 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707426173192 139707250404643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4707] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4707/stat : 4707 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707387665448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4708] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4708/stat : 4708 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707386612648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4709] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4709/stat : 4709 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707385559848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4710] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4710/stat : 4710 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707384507048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4711] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4711/stat : 4711 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707383454248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4712] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4712/stat : 4712 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707382401448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4713] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4713/stat : 4713 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707381348648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4714] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4714/stat : 4714 (java) S 4701 4704 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707380295848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4715] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4715/stat : 4715 (java) S 4701 4704 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106311401 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707249847272 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4716] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4716/stat : 4716 (java) S 4701 4704 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707248793336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4717] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4717/stat : 4717 (java) S 4701 4704 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707247740424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4718] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4718/stat : 4718 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707246688912 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4719] ppid=4701 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4704/task/4719/stat : 4719 (java) S 4701 4704 737 0 -1 4202560 3346 0 0 0 27 0 0 0 20 0 19 0 106311404 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707245636024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4720] ppid=4701 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/4704/task/4720/stat : 4720 (java) S 4701 4704 737 0 -1 4202560 1361 0 0 0 14 0 0 0 20 0 19 0 106311404 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707244583224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4721] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4721/stat : 4721 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707243530616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4722] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4722/stat : 4722 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707242478024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4723] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4723/stat : 4723 (java) S 4701 4704 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106311414 9856040960 11059 33554432000 1073741824 1073778376 140733958169888 139707241424552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.32 2.22 2.19 3/213 4723
/proc/meminfo: memFree=30402496/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/4704/stat : 4704 (java) S 4701 4704 737 0 -1 4202496 8399 0 1 0 670 2 0 0 20 0 19 0 106311398 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 140733958161024 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 2406260 12530 2250 9 0 2396937 0
[pid=4704/tid=4706] ppid=4701 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/4704/task/4706/stat : 4706 (java) R 4701 4704 737 0 -1 4202560 2421 0 1 0 626 0 0 0 20 0 19 0 106311399 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707426164416 139707250273160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4707] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4707/stat : 4707 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707387665448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4708] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4708/stat : 4708 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707386612648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4709] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4709/stat : 4709 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707385559848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4710] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4710/stat : 4710 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707384507048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4711] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4711/stat : 4711 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707383454248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4712] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4712/stat : 4712 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707382401448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4713] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4713/stat : 4713 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707381348648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4714] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4714/stat : 4714 (java) S 4701 4704 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106311400 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707380295848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4715] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4715/stat : 4715 (java) S 4701 4704 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106311401 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707249847272 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4716] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4716/stat : 4716 (java) S 4701 4704 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707248793336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4717] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4717/stat : 4717 (java) S 4701 4704 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707247740424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4718] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4718/stat : 4718 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707246688912 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4719] ppid=4701 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4704/task/4719/stat : 4719 (java) S 4701 4704 737 0 -1 4202560 3346 0 0 0 27 0 0 0 20 0 19 0 106311404 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707245636024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4720] ppid=4701 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/4704/task/4720/stat : 4720 (java) S 4701 4704 737 0 -1 4202560 1361 0 0 0 15 0 0 0 20 0 19 0 106311404 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707244583224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4721] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4721/stat : 4721 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707243530616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4722] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4722/stat : 4722 (java) S 4701 4704 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707242478024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4723] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4723/stat : 4723 (java) S 4701 4704 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106311414 9856040960 12530 33554432000 1073741824 1073778376 140733958169888 139707241424552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

/proc/4704/task/4716/stat : 4716 (java) S 4701 4704 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 71140 33554432000 1073741824 1073778376 140733958169888 139707248793336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4717] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4717/stat : 4717 (java) S 4701 4704 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 71140 33554432000 1073741824 1073778376 140733958169888 139707247740424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4718] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4718/stat : 4718 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 71140 33554432000 1073741824 1073778376 140733958169888 139707246688912 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4719] ppid=4701 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4704/task/4719/stat : 4719 (java) S 4701 4704 737 0 -1 4202560 3346 0 0 0 27 0 0 0 20 0 19 0 106311404 9856040960 71140 33554432000 1073741824 1073778376 140733958169888 139707245636024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4720] ppid=4701 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4704/task/4720/stat : 4720 (java) S 4701 4704 737 0 -1 4202560 1707 0 0 0 17 0 0 0 20 0 19 0 106311404 9856040960 71140 33554432000 1073741824 1073778376 140733958169888 139707244583224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4721] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4721/stat : 4721 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 71140 33554432000 1073741824 1073778376 140733958169888 139707243530616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4722] ppid=4701 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/4704/task/4722/stat : 4722 (java) S 4701 4704 737 0 -1 4202560 100 0 0 0 29 43 0 0 20 0 19 0 106311404 9856040960 71140 33554432000 1073741824 1073778376 140733958169888 139707242478024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4723] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4723/stat : 4723 (java) S 4701 4704 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106311414 9856040960 71140 33554432000 1073741824 1073778376 140733958169888 139707241424552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.20 2.18 3/213 4832
/proc/meminfo: memFree=30115976/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=9625040 CPUtime=1783.83 cores=1,3,5,7
/proc/4704/stat : 4704 (java) S 4701 4704 737 0 -1 4202496 9908 0 1 0 178318 65 0 0 20 0 19 0 106311398 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 140733958161024 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 2406260 84978 2265 9 0 2396937 0
[pid=4704/tid=4706] ppid=4701 vsize=9625040 CPUtime=1781.95 cores=1,3,5,7
/proc/4704/task/4706/stat : 4706 (java) R 4701 4704 737 0 -1 4202560 2484 0 1 0 178165 30 0 0 20 0 19 0 106311399 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707426164416 139707250300604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4707] ppid=4701 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/4704/task/4707/stat : 4707 (java) S 4701 4704 737 0 -1 4202560 202 0 0 0 7 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707387665448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4708] ppid=4701 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/4704/task/4708/stat : 4708 (java) S 4701 4704 737 0 -1 4202560 57 0 0 0 9 3 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707386612648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4709] ppid=4701 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/4704/task/4709/stat : 4709 (java) S 4701 4704 737 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707385559848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4710] ppid=4701 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/4704/task/4710/stat : 4710 (java) S 4701 4704 737 0 -1 4202560 198 0 0 0 12 3 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707384507048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4711] ppid=4701 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4704/task/4711/stat : 4711 (java) S 4701 4704 737 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707383454248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4712] ppid=4701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4704/task/4712/stat : 4712 (java) S 4701 4704 737 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707382401448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4713] ppid=4701 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/4704/task/4713/stat : 4713 (java) S 4701 4704 737 0 -1 4202560 155 0 0 0 8 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707381348648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4714] ppid=4701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4704/task/4714/stat : 4714 (java) S 4701 4704 737 0 -1 4202560 224 0 0 0 5 1 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707380295848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4715] ppid=4701 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4704/task/4715/stat : 4715 (java) S 4701 4704 737 0 -1 4202560 66 0 0 0 0 2 0 0 20 0 19 0 106311401 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707249847272 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4716] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4716/stat : 4716 (java) S 4701 4704 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707248793336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4717] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4717/stat : 4717 (java) S 4701 4704 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707247740424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4718] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4718/stat : 4718 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707246688912 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4719] ppid=4701 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4704/task/4719/stat : 4719 (java) S 4701 4704 737 0 -1 4202560 3346 0 0 0 27 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707245636024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4720] ppid=4701 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4704/task/4720/stat : 4720 (java) S 4701 4704 737 0 -1 4202560 1707 0 0 0 17 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707244583224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4721] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4721/stat : 4721 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707243530616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4722] ppid=4701 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/4704/task/4722/stat : 4722 (java) S 4701 4704 737 0 -1 4202560 104 0 0 0 30 45 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707242478024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4723] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4723/stat : 4723 (java) S 4701 4704 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106311414 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707241424552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.83
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.23 2.19 2.18 3/213 4833
/proc/meminfo: memFree=30115760/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/4704/stat : 4704 (java) S 4701 4704 737 0 -1 4202496 9908 0 1 0 179939 65 0 0 20 0 19 0 106311398 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 140733958161024 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 2406260 84978 2265 9 0 2396937 0
[pid=4704/tid=4706] ppid=4701 vsize=9625040 CPUtime=1798.16 cores=1,3,5,7
/proc/4704/task/4706/stat : 4706 (java) R 4701 4704 737 0 -1 4202560 2484 0 1 0 179786 30 0 0 20 0 19 0 106311399 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707426164416 139707250300554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4707] ppid=4701 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/4704/task/4707/stat : 4707 (java) S 4701 4704 737 0 -1 4202560 202 0 0 0 7 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707387665448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4708] ppid=4701 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/4704/task/4708/stat : 4708 (java) S 4701 4704 737 0 -1 4202560 57 0 0 0 9 3 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707386612648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4709] ppid=4701 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/4704/task/4709/stat : 4709 (java) S 4701 4704 737 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707385559848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4710] ppid=4701 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/4704/task/4710/stat : 4710 (java) S 4701 4704 737 0 -1 4202560 198 0 0 0 12 3 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707384507048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4711] ppid=4701 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4704/task/4711/stat : 4711 (java) S 4701 4704 737 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707383454248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4712] ppid=4701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4704/task/4712/stat : 4712 (java) S 4701 4704 737 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707382401448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4713] ppid=4701 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/4704/task/4713/stat : 4713 (java) S 4701 4704 737 0 -1 4202560 155 0 0 0 8 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707381348648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4714] ppid=4701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4704/task/4714/stat : 4714 (java) S 4701 4704 737 0 -1 4202560 224 0 0 0 5 1 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707380295848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4715] ppid=4701 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4704/task/4715/stat : 4715 (java) S 4701 4704 737 0 -1 4202560 66 0 0 0 0 2 0 0 20 0 19 0 106311401 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707249847272 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4716] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4716/stat : 4716 (java) S 4701 4704 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707248793336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4717] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4717/stat : 4717 (java) S 4701 4704 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707247740424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4718] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4718/stat : 4718 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707246688912 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4719] ppid=4701 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4704/task/4719/stat : 4719 (java) S 4701 4704 737 0 -1 4202560 3346 0 0 0 27 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707245636024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4720] ppid=4701 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4704/task/4720/stat : 4720 (java) S 4701 4704 737 0 -1 4202560 1707 0 0 0 17 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707244583224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4721] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4721/stat : 4721 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707243530616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4722] ppid=4701 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/4704/task/4722/stat : 4722 (java) S 4701 4704 737 0 -1 4202560 104 0 0 0 31 45 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707242478024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4723] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4723/stat : 4723 (java) S 4701 4704 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106311414 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707241424552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 4704 sig 9
??? kill -4704 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.23 2.19 2.18 3/213 4833
/proc/meminfo: memFree=30115760/32872528 swapFree=16252/1391864
[pid=4704] ppid=4701 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/4704/stat : 4704 (java) S 4701 4704 737 0 -1 4202496 9908 0 1 0 179939 65 0 0 20 0 19 0 106311398 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 140733958161024 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4704/statm: 2406260 84978 2265 9 0 2396937 0
[pid=4704/tid=4706] ppid=4701 vsize=9625040 CPUtime=1798.16 cores=1,3,5,7
/proc/4704/task/4706/stat : 4706 (java) R 4701 4704 737 0 -1 4202560 2484 0 1 0 179786 30 0 0 20 0 19 0 106311399 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707426164416 139707250300554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4707] ppid=4701 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/4704/task/4707/stat : 4707 (java) S 4701 4704 737 0 -1 4202560 202 0 0 0 7 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707387665448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4708] ppid=4701 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/4704/task/4708/stat : 4708 (java) S 4701 4704 737 0 -1 4202560 57 0 0 0 9 3 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707386612648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4709] ppid=4701 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/4704/task/4709/stat : 4709 (java) S 4701 4704 737 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707385559848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4710] ppid=4701 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/4704/task/4710/stat : 4710 (java) S 4701 4704 737 0 -1 4202560 198 0 0 0 12 3 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707384507048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4711] ppid=4701 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4704/task/4711/stat : 4711 (java) S 4701 4704 737 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707383454248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4712] ppid=4701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4704/task/4712/stat : 4712 (java) S 4701 4704 737 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707382401448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4704/tid=4713] ppid=4701 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/4704/task/4713/stat : 4713 (java) S 4701 4704 737 0 -1 4202560 155 0 0 0 8 2 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707381348648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4714] ppid=4701 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4704/task/4714/stat : 4714 (java) S 4701 4704 737 0 -1 4202560 224 0 0 0 5 1 0 0 20 0 19 0 106311400 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707380295848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4715] ppid=4701 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4704/task/4715/stat : 4715 (java) S 4701 4704 737 0 -1 4202560 66 0 0 0 0 2 0 0 20 0 19 0 106311401 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707249847272 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4716] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4716/stat : 4716 (java) S 4701 4704 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707248793336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4717] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4717/stat : 4717 (java) S 4701 4704 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106311402 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707247740424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4718] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4718/stat : 4718 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707246688912 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4719] ppid=4701 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4704/task/4719/stat : 4719 (java) S 4701 4704 737 0 -1 4202560 3346 0 0 0 27 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707245636024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4704/tid=4720] ppid=4701 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4704/task/4720/stat : 4720 (java) S 4701 4704 737 0 -1 4202560 1707 0 0 0 17 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707244583224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4721] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4721/stat : 4721 (java) S 4701 4704 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707243530616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4704/tid=4722] ppid=4701 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/4704/task/4722/stat : 4722 (java) S 4701 4704 737 0 -1 4202560 104 0 0 0 31 45 0 0 20 0 19 0 106311404 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707242478024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4704/tid=4723] ppid=4701 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4704/task/4723/stat : 4723 (java) S 4701 4704 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106311414 9856040960 84978 33554432000 1073741824 1073778376 140733958169888 139707241424552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.54
CPU time (s): 1800.46
CPU user time (s): 1799.39
CPU system time (s): 1.07484
CPU usage (%): 100.107
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 1.07484
maximum resident set size= 340060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9953
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38112
involuntary context switches= 4704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4704 second user time and 13.7839 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 22:09:43
IDJOB=4085445
IDBENCH=2909
IDSOLVER=2546
FILE ID=node119/4085445-1465243782
RUNJOBID= node119-1465217315-755
PBS_JOBID= 19843200
Free space on /tmp= 71736 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_7_60_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085445-1465243782/watcher-4085445-1465243782 -o /tmp/evaluation-result-4085445-1465243782/solver-4085445-1465243782 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085445-1465243782.opb

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

MD5SUM BENCH= 0cfcb152e5d64f6fbadc82a2b31230da
RANDOM SEED=1869734871

node119.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.410
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	: 5332.82
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.410
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.410
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.410
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.410
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.410
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.410
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.56
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.410
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:        30444320 kB
Buffers:           37120 kB
Cached:            95280 kB
SwapCached:          856 kB
Active:           259368 kB
Inactive:          72804 kB
Active(anon):     200752 kB
Inactive(anon):     1640 kB
Active(file):      58616 kB
Inactive(file):    71164 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100136 kB
Dirty:               832 kB
Writeback:            20 kB
AnonPages:       1683360 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             566444 kB
SReclaimable:      10336 kB
SUnreclaim:       556108 kB
KernelStack:        1600 kB
PageTables:         7508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1656832 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 node119 at 2016-06-06 22:39:41