Trace number 4085448

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
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 variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
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 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
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@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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085448-1465243176.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.16	c ... done. Wall clock time 0.044s.
0.09/0.16	c declared #vars     71
0.09/0.16	c #constraints  17
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.09/0.16	c 17 constraints processed.
0.09/0.16	c objective function length is 1 literals
0.74/0.58	c cleaning 2502 clauses out of 5004 with flag 10289/5004
1.36/1.02	c cleaning 4249 clauses out of 8499 with flag 22926/11001
1.86/1.58	c cleaning 5625 clauses out of 11251 with flag 37427/18002
2.42/2.07	c cleaning 6813 clauses out of 13625 with flag 54240/26001
3.24/2.88	c cleaning 7905 clauses out of 15811 with flag 73446/35000
4.34/3.99	c cleaning 8952 clauses out of 17906 with flag 94137/45000
5.63/5.23	c cleaning 9975 clauses out of 19954 with flag 117365/56000
7.04/6.62	c cleaning 10993 clauses out of 21985 with flag 142631/68006
8.44/8.03	c cleaning 11993 clauses out of 23988 with flag 169330/81002
10.23/9.80	c cleaning 12998 clauses out of 26003 with flag 197745/95010
12.03/11.68	c cleaning 13999 clauses out of 27998 with flag 228458/110003
14.03/13.66	c cleaning 14992 clauses out of 30000 with flag 260972/126004
16.33/15.91	c cleaning 15998 clauses out of 32004 with flag 295529/143000
18.83/18.49	c cleaning 16997 clauses out of 34007 with flag 332307/161001
21.83/21.41	c cleaning 18005 clauses out of 36009 with flag 371404/180000
24.84/24.45	c cleaning 19001 clauses out of 38004 with flag 414055/200000
27.95/27.54	c cleaning 19997 clauses out of 40003 with flag 457756/221000
31.74/31.34	c cleaning 21000 clauses out of 42011 with flag 504980/243005
35.54/35.14	c cleaning 22003 clauses out of 44015 with flag 554455/266009
39.73/39.33	c cleaning 23001 clauses out of 46003 with flag 606032/290000
44.73/44.35	c cleaning 24000 clauses out of 48003 with flag 659845/315001
50.33/49.92	c cleaning 24991 clauses out of 50004 with flag 715999/341002
55.73/55.36	c cleaning 26006 clauses out of 52011 with flag 772996/368000
62.44/62.07	c cleaning 27003 clauses out of 54005 with flag 832841/396000
69.13/68.70	c cleaning 27993 clauses out of 56003 with flag 894367/425001
75.74/75.36	c cleaning 29001 clauses out of 58009 with flag 958575/455000
83.24/82.84	c cleaning 30007 clauses out of 60014 with flag 1023632/486006
91.77/91.37	c cleaning 31000 clauses out of 62004 with flag 1091267/518003
100.57/100.15	c cleaning 31998 clauses out of 64006 with flag 1160054/551005
109.86/109.47	c cleaning 32995 clauses out of 66005 with flag 1230684/585002
119.76/119.31	c cleaning 34000 clauses out of 68011 with flag 1303424/620003
129.56/129.16	c cleaning 35003 clauses out of 70008 with flag 1378938/656000
139.76/139.31	c cleaning 35999 clauses out of 72008 with flag 1456159/693003
150.77/150.35	c cleaning 36995 clauses out of 74007 with flag 1536266/731001
161.96/161.52	c cleaning 38004 clauses out of 76011 with flag 1618949/770000
174.47/174.08	c cleaning 39001 clauses out of 78010 with flag 1702967/810003
186.88/186.47	c cleaning 40003 clauses out of 80009 with flag 1788452/851003
199.28/198.84	c cleaning 40997 clauses out of 82008 with flag 1875323/893005
213.38/212.94	c cleaning 42004 clauses out of 84007 with flag 1963847/936001
227.88/227.41	c cleaning 42999 clauses out of 86002 with flag 2056562/980000
242.84/242.34	c cleaning 43998 clauses out of 88008 with flag 2150867/1025005
258.74/258.25	c cleaning 44998 clauses out of 90008 with flag 2247998/1071003
275.74/275.26	c cleaning 46000 clauses out of 92007 with flag 2348331/1118000
293.65/293.14	c cleaning 47003 clauses out of 94008 with flag 2450557/1166001
312.35/311.87	c cleaning 48000 clauses out of 96008 with flag 2554508/1215004
331.66/331.12	c cleaning 48998 clauses out of 98006 with flag 2659979/1265002
352.85/352.36	c cleaning 50005 clauses out of 100009 with flag 2766221/1316003
374.46/373.98	c cleaning 50997 clauses out of 102003 with flag 2876250/1368002
394.87/394.38	c cleaning 51997 clauses out of 104007 with flag 2987320/1421003
418.46/417.96	c cleaning 53005 clauses out of 106010 with flag 3100222/1475003
442.12/441.57	c cleaning 54001 clauses out of 108003 with flag 3215066/1530001
471.23/470.64	c cleaning 54998 clauses out of 110001 with flag 3333238/1586000
500.83/500.21	c cleaning 55996 clauses out of 112006 with flag 3454329/1643003
531.34/530.72	c cleaning 57002 clauses out of 114008 with flag 3576465/1701001
556.25/555.69	c cleaning 57997 clauses out of 116006 with flag 3698699/1760001
583.66/583.04	c cleaning 59003 clauses out of 118008 with flag 3823308/1820000
612.95/612.37	c cleaning 60001 clauses out of 120007 with flag 3950755/1881002
643.75/643.11	c cleaning 61003 clauses out of 122006 with flag 4081938/1943002
673.86/673.13	c cleaning 62006 clauses out of 124012 with flag 4216487/2006011
700.47/699.75	c cleaning 62998 clauses out of 125997 with flag 4351744/2070002
731.47/730.70	c cleaning 63996 clauses out of 127997 with flag 4489967/2135000
763.87/763.12	c cleaning 65002 clauses out of 130005 with flag 4629859/2201004
795.58/794.85	c cleaning 65990 clauses out of 131999 with flag 4771247/2268000
831.81/831.04	c cleaning 67004 clauses out of 134010 with flag 4915840/2336001
872.51/871.72	c cleaning 68004 clauses out of 136009 with flag 5061305/2405004
914.01/913.25	c cleaning 68994 clauses out of 138001 with flag 5208077/2475000
950.83/949.90	c cleaning 70001 clauses out of 140008 with flag 5357688/2546001
990.95/990.05	c cleaning 71006 clauses out of 142013 with flag 5508918/2618007
1031.95/1031.02	c cleaning 71995 clauses out of 144000 with flag 5664617/2691000
1079.45/1078.59	c cleaning 73003 clauses out of 146009 with flag 5821272/2765004
1123.05/1122.16	c cleaning 74000 clauses out of 148002 with flag 5979690/2840000
1171.56/1170.62	c cleaning 75002 clauses out of 150003 with flag 6140429/2916001
1217.77/1216.85	c cleaning 76001 clauses out of 152002 with flag 6303115/2993002
1260.25/1259.17	c cleaning 76992 clauses out of 154000 with flag 6466978/3071001
1307.96/1306.82	c cleaning 78000 clauses out of 156008 with flag 6632215/3150001
1358.16/1357.00	c cleaning 79002 clauses out of 158008 with flag 6803347/3230001
1409.47/1408.31	c cleaning 80003 clauses out of 160008 with flag 6974533/3311003
1458.39/1457.29	c cleaning 80996 clauses out of 162007 with flag 7148811/3393005
1509.56/1508.27	c cleaning 82001 clauses out of 164007 with flag 7322573/3476001
1559.76/1558.50	c cleaning 83002 clauses out of 166005 with flag 7501467/3560000
1611.57/1610.29	c cleaning 83997 clauses out of 168004 with flag 7684750/3645001
1670.09/1668.79	c cleaning 85001 clauses out of 170006 with flag 7867938/3731000
1725.99/1724.64	c cleaning 85999 clauses out of 172005 with flag 8049578/3818000
1786.89/1785.34	c cleaning 87003 clauses out of 174007 with flag 8235803/3906001
1800.10/1798.51	c starts		: 800
1800.10/1798.51	c conflicts		: 3937635
1800.10/1798.51	c decisions		: 4114285
1800.10/1798.51	c propagations		: 40735483
1800.10/1798.51	c inspects		: 35289861635
1800.10/1798.51	c timeout
1800.10/1798.51	c shortcuts		: 0
1800.10/1798.51	c learnt literals	: 0
1800.10/1798.51	c learnt binary clauses	: 0
1800.10/1798.51	c learnt ternary clauses	: 0
1800.10/1798.51	c learnt constraints	: 3937635
1800.10/1798.51	c ignored constraints	: 0
1800.10/1798.51	c root simplifications	: 0
1800.10/1798.51	c removed literals (reason simplification)	: 0
1800.10/1798.51	c reason swapping (by a shorter reason)	: 0
1800.10/1798.51	c Calls to reduceDB	: 84
1800.10/1798.51	c Number of update (reduction) of LBD	: 353216
1800.10/1798.51	c Imported unit clauses	: 0
1800.10/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.10/1798.51	c number of learned constraints concerned by reduction	: 0
1800.10/1798.51	c number of learning phase by resolution	: 0
1800.10/1798.51	c number of learning phase by cutting planes	: 0
1800.10/1798.51	c speed (assignments/second)	: 22651.587844412934
1800.10/1798.51	c non guided choices	34
1800.10/1798.54	c learnt constraints type 
1800.10/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 118638
1800.10/1798.54	s UNKNOWN
1800.10/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-4085448-1465243176/watcher-4085448-1465243176 -o /tmp/evaluation-result-4085448-1465243176/solver-4085448-1465243176 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085448-1465243176.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.32 2.19 2.17 3/194 4537
/proc/meminfo: memFree=30364200/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/4537/stat : 4537 (java) D 4534 4537 737 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 106250737 2560000 46 33554432000 1073741824 1073778376 140735058314304 140735058311432 272877317415 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.32 2.19 2.17 3/194 4537
/proc/meminfo: memFree=30364200/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/4537/stat : 4537 (java) S 4534 4537 737 0 -1 4202496 4385 0 1 0 8 1 0 0 20 0 18 0 106250737 9787879424 6023 33554432000 1073741824 1073778376 140735058314304 140735058305440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 2389619 6023 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: 2.32 2.19 2.17 3/194 4537
/proc/meminfo: memFree=30364200/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/4537/stat : 4537 (java) S 4534 4537 737 0 -1 4202496 5730 0 1 0 27 1 0 0 20 0 19 0 106250737 9856040960 6837 33554432000 1073741824 1073778376 140735058314304 140735058305440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 2406260 6838 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300206 s]
/proc/loadavg: 2.32 2.19 2.17 3/194 4537
/proc/meminfo: memFree=30364200/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/4537/stat : 4537 (java) S 4534 4537 737 0 -1 4202496 6712 0 1 0 50 1 0 0 20 0 19 0 106250737 9856040960 7711 33554432000 1073741824 1073778376 140735058314304 140735058305440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 2406260 7711 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70016 s]
/proc/loadavg: 2.32 2.19 2.17 3/194 4537
/proc/meminfo: memFree=30364200/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/4537/stat : 4537 (java) S 4534 4537 737 0 -1 4202496 6887 0 1 0 97 1 0 0 20 0 19 0 106250737 9856040960 8230 33554432000 1073741824 1073778376 140735058314304 140735058305440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 2406260 8230 2252 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.37 2.20 2.18 3/213 4556
/proc/meminfo: memFree=30334852/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/4537/stat : 4537 (java) S 4534 4537 737 0 -1 4202496 8221 0 1 0 185 1 0 0 20 0 19 0 106250737 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 140735058305440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 2406260 9900 2256 9 0 2396937 0
[pid=4537/tid=4539] ppid=4534 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/4537/task/4539/stat : 4539 (java) R 4534 4537 737 0 -1 4202560 2425 0 1 0 146 0 0 0 20 0 19 0 106250738 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959930343928 139959781009091 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4540] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4540/stat : 4540 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959902796712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4541] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4541/stat : 4541 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959901744168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4542] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4542/stat : 4542 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959900691112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4543] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4543/stat : 4543 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959899638568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4544] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4544/stat : 4544 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959769541032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4545] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4545/stat : 4545 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959768488488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4546] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4546/stat : 4546 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959767435432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4547] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4547/stat : 4547 (java) S 4534 4537 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959766382888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4548] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4548/stat : 4548 (java) S 4534 4537 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959283870568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4549] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4549/stat : 4549 (java) S 4534 4537 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959282816888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4550] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4550/stat : 4550 (java) S 4534 4537 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959281763720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4551] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4551/stat : 4551 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959280712464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4552] ppid=4534 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/4537/task/4552/stat : 4552 (java) S 4534 4537 737 0 -1 4202560 2704 0 0 0 24 0 0 0 20 0 19 0 106250743 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959279659320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4553] ppid=4534 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/4537/task/4553/stat : 4553 (java) S 4534 4537 737 0 -1 4202560 1820 0 0 0 12 0 0 0 20 0 19 0 106250743 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959278606776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4554] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4554/stat : 4554 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959277553912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4555] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4555/stat : 4555 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959276501576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4556] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4556/stat : 4556 (java) S 4534 4537 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250754 9856040960 9900 33554432000 1073741824 1073778376 140735058314304 139959275447848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.37 2.20 2.18 3/213 4556
/proc/meminfo: memFree=30329588/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/4537/stat : 4537 (java) S 4534 4537 737 0 -1 4202496 8674 0 1 0 352 2 0 0 20 0 19 0 106250737 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 140735058305440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 2406260 11513 2258 9 0 2396937 0
[pid=4537/tid=4539] ppid=4534 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/4537/task/4539/stat : 4539 (java) R 4534 4537 737 0 -1 4202560 2429 0 1 0 304 1 0 0 20 0 19 0 106250738 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959930334912 139959781050892 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4540] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4540/stat : 4540 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959902796712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4541] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4541/stat : 4541 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959901744168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4542] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4542/stat : 4542 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959900691112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4543] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4543/stat : 4543 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959899638568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4544] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4544/stat : 4544 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959769541032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4545] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4545/stat : 4545 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959768488488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4546] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4546/stat : 4546 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959767435432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4547] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4547/stat : 4547 (java) S 4534 4537 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959766382888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4548] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4548/stat : 4548 (java) S 4534 4537 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959283870568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4549] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4549/stat : 4549 (java) S 4534 4537 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959282816888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4550] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4550/stat : 4550 (java) S 4534 4537 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959281763720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4551] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4551/stat : 4551 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959280712464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4552] ppid=4534 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/4537/task/4552/stat : 4552 (java) S 4534 4537 737 0 -1 4202560 3153 0 0 0 31 0 0 0 20 0 19 0 106250743 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959279659320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4553] ppid=4534 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4537/task/4553/stat : 4553 (java) S 4534 4537 737 0 -1 4202560 1820 0 0 0 13 0 0 0 20 0 19 0 106250743 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959278606776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4554] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4554/stat : 4554 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959277553912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4555] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4555/stat : 4555 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959276501576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4556] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4556/stat : 4556 (java) S 4534 4537 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250754 9856040960 11513 33554432000 1073741824 1073778376 140735058314304 139959275447848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.34 2.20 2.18 3/213 4556
/proc/meminfo: memFree=30322180/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/4537/stat : 4537 (java) S 4534 4537 737 0 -1 4202496 8679 0 1 0 672 2 0 0 20 0 19 0 106250737 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 140735058305440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 2406260 12865 2259 9 0 2396937 0
[pid=4537/tid=4539] ppid=4534 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/4537/task/4539/stat : 4539 (java) R 4534 4537 737 0 -1 4202560 2433 0 1 0 624 1 0 0 20 0 19 0 106250738 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959930334912 139959781009202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4540] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4540/stat : 4540 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959902796712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4541] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4541/stat : 4541 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959901744168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4542] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4542/stat : 4542 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959900691112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4543] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4543/stat : 4543 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959899638568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4544] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4544/stat : 4544 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959769541032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4545] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4545/stat : 4545 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959768488488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4546] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4546/stat : 4546 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959767435432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4547] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4547/stat : 4547 (java) S 4534 4537 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106250739 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959766382888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4548] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4548/stat : 4548 (java) S 4534 4537 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959283870568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4549] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4549/stat : 4549 (java) S 4534 4537 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959282816888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4550] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4550/stat : 4550 (java) S 4534 4537 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959281763720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4551] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4551/stat : 4551 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959280712464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4552] ppid=4534 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/4537/task/4552/stat : 4552 (java) S 4534 4537 737 0 -1 4202560 3153 0 0 0 31 0 0 0 20 0 19 0 106250743 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959279659320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4553] ppid=4534 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4537/task/4553/stat : 4553 (java) S 4534 4537 737 0 -1 4202560 1820 0 0 0 13 0 0 0 20 0 19 0 106250743 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959278606776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4554] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4554/stat : 4554 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959277553912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4555] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4555/stat : 4555 (java) S 4534 4537 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959276501576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4556] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4556/stat : 4556 (java) S 4534 4537 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250754 9856040960 12865 33554432000 1073741824 1073778376 140735058314304 139959275447848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

/proc/4537/task/4549/stat : 4549 (java) S 4534 4537 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 93838 33554432000 1073741824 1073778376 140735058314304 139959282816888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4550] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4550/stat : 4550 (java) S 4534 4537 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 93838 33554432000 1073741824 1073778376 140735058314304 139959281763720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4551] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4551/stat : 4551 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 93838 33554432000 1073741824 1073778376 140735058314304 139959280712464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4552] ppid=4534 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/4537/task/4552/stat : 4552 (java) S 4534 4537 737 0 -1 4202560 3153 0 0 0 31 0 0 0 20 0 19 0 106250743 9856040960 93838 33554432000 1073741824 1073778376 140735058314304 139959279659320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4553] ppid=4534 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4537/task/4553/stat : 4553 (java) S 4534 4537 737 0 -1 4202560 2259 0 0 0 16 0 0 0 20 0 19 0 106250743 9856040960 93838 33554432000 1073741824 1073778376 140735058314304 139959278606776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4554] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4554/stat : 4554 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 93838 33554432000 1073741824 1073778376 140735058314304 139959277553912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4555] ppid=4534 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/4537/task/4555/stat : 4555 (java) S 4534 4537 737 0 -1 4202560 100 0 0 0 37 28 0 0 20 0 19 0 106250743 9856040960 93838 33554432000 1073741824 1073778376 140735058314304 139959276501576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4556] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4556/stat : 4556 (java) S 4534 4537 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250754 9856040960 93838 33554432000 1073741824 1073778376 140735058314304 139959275447848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.69
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.22 2.18 3/213 4752
/proc/meminfo: memFree=29966864/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=9625040 CPUtime=1783.89 cores=0,2,4,6
/proc/4537/stat : 4537 (java) S 4534 4537 737 0 -1 4202496 10498 0 1 0 178331 58 0 0 20 0 19 0 106250737 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 140735058305440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 2406260 110272 2273 9 0 2396937 0
[pid=4537/tid=4539] ppid=4534 vsize=9625040 CPUtime=1781.97 cores=0,2,4,6
/proc/4537/task/4539/stat : 4539 (java) R 4534 4537 737 0 -1 4202560 2498 0 1 0 178165 32 0 0 20 0 19 0 106250738 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959930342608 139959781050983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4540] ppid=4534 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4537/task/4540/stat : 4540 (java) S 4534 4537 737 0 -1 4202560 255 0 0 0 9 4 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959902796712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4541] ppid=4534 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4537/task/4541/stat : 4541 (java) S 4534 4537 737 0 -1 4202560 68 0 0 0 8 3 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959901744168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4542] ppid=4534 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/4537/task/4542/stat : 4542 (java) S 4534 4537 737 0 -1 4202560 55 0 0 0 8 4 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959900691112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4543] ppid=4534 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4537/task/4543/stat : 4543 (java) S 4534 4537 737 0 -1 4202560 93 0 0 0 13 5 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959899638568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4544] ppid=4534 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4537/task/4544/stat : 4544 (java) S 4534 4537 737 0 -1 4202560 96 0 0 0 11 5 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959769541032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4545] ppid=4534 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/4537/task/4545/stat : 4545 (java) S 4534 4537 737 0 -1 4202560 198 0 0 0 12 5 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959768488488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4546] ppid=4534 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4537/task/4546/stat : 4546 (java) S 4534 4537 737 0 -1 4202560 166 0 0 0 10 3 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959767435432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4547] ppid=4534 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4537/task/4547/stat : 4547 (java) S 4534 4537 737 0 -1 4202560 183 0 0 0 8 3 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959766382888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4548] ppid=4534 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4537/task/4548/stat : 4548 (java) S 4534 4537 737 0 -1 4202560 112 0 0 0 1 1 0 0 20 0 19 0 106250741 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959283870568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4549] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4549/stat : 4549 (java) S 4534 4537 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959282816888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4550] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4550/stat : 4550 (java) S 4534 4537 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959281763720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4551] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4551/stat : 4551 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959280712464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4552] ppid=4534 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/4537/task/4552/stat : 4552 (java) S 4534 4537 737 0 -1 4202560 3153 0 0 0 31 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959279659320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4553] ppid=4534 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4537/task/4553/stat : 4553 (java) S 4534 4537 737 0 -1 4202560 2259 0 0 0 16 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959278606776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4554] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4554/stat : 4554 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959277553912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4555] ppid=4534 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/4537/task/4555/stat : 4555 (java) S 4534 4537 737 0 -1 4202560 104 0 0 0 39 29 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959276501576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4556] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4556/stat : 4556 (java) S 4534 4537 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250754 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959275447848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.89
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.16 2.22 2.18 3/213 4752
/proc/meminfo: memFree=29966884/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/4537/stat : 4537 (java) S 4534 4537 737 0 -1 4202496 10498 0 1 0 179951 59 0 0 20 0 19 0 106250737 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 140735058305440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 2406260 110272 2273 9 0 2396937 0
[pid=4537/tid=4539] ppid=4534 vsize=9625040 CPUtime=1798.17 cores=0,2,4,6
/proc/4537/task/4539/stat : 4539 (java) R 4534 4537 737 0 -1 4202560 2498 0 1 0 179785 32 0 0 20 0 19 0 106250738 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959930334896 139959781050983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4540] ppid=4534 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4537/task/4540/stat : 4540 (java) S 4534 4537 737 0 -1 4202560 255 0 0 0 9 4 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959902796712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4541] ppid=4534 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4537/task/4541/stat : 4541 (java) S 4534 4537 737 0 -1 4202560 68 0 0 0 8 3 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959901744168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4542] ppid=4534 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/4537/task/4542/stat : 4542 (java) S 4534 4537 737 0 -1 4202560 55 0 0 0 8 4 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959900691112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4543] ppid=4534 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4537/task/4543/stat : 4543 (java) S 4534 4537 737 0 -1 4202560 93 0 0 0 13 5 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959899638568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4544] ppid=4534 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4537/task/4544/stat : 4544 (java) S 4534 4537 737 0 -1 4202560 96 0 0 0 11 5 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959769541032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4545] ppid=4534 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/4537/task/4545/stat : 4545 (java) S 4534 4537 737 0 -1 4202560 198 0 0 0 12 5 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959768488488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4546] ppid=4534 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4537/task/4546/stat : 4546 (java) S 4534 4537 737 0 -1 4202560 166 0 0 0 10 3 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959767435432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4547] ppid=4534 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4537/task/4547/stat : 4547 (java) S 4534 4537 737 0 -1 4202560 183 0 0 0 8 3 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959766382888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4548] ppid=4534 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4537/task/4548/stat : 4548 (java) S 4534 4537 737 0 -1 4202560 112 0 0 0 1 1 0 0 20 0 19 0 106250741 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959283870568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4549] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4549/stat : 4549 (java) S 4534 4537 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959282816888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4550] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4550/stat : 4550 (java) S 4534 4537 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959281763720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4551] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4551/stat : 4551 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959280712464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4552] ppid=4534 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/4537/task/4552/stat : 4552 (java) S 4534 4537 737 0 -1 4202560 3153 0 0 0 31 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959279659320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4553] ppid=4534 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4537/task/4553/stat : 4553 (java) S 4534 4537 737 0 -1 4202560 2259 0 0 0 16 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959278606776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4554] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4554/stat : 4554 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959277553912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4555] ppid=4534 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/4537/task/4555/stat : 4555 (java) S 4534 4537 737 0 -1 4202560 104 0 0 0 39 29 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959276501576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4556] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4556/stat : 4556 (java) S 4534 4537 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250754 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959275447848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 4537 sig 9
??? kill -4537 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.16 2.22 2.18 3/213 4752
/proc/meminfo: memFree=29966884/32872528 swapFree=16252/1391864
[pid=4537] ppid=4534 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/4537/stat : 4537 (java) S 4534 4537 737 0 -1 4202496 10498 0 1 0 179951 59 0 0 20 0 19 0 106250737 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 140735058305440 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4537/statm: 2406260 110272 2273 9 0 2396937 0
[pid=4537/tid=4539] ppid=4534 vsize=9625040 CPUtime=1798.17 cores=0,2,4,6
/proc/4537/task/4539/stat : 4539 (java) R 4534 4537 737 0 -1 4202560 2498 0 1 0 179785 32 0 0 20 0 19 0 106250738 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959930334896 139959781050983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4540] ppid=4534 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4537/task/4540/stat : 4540 (java) S 4534 4537 737 0 -1 4202560 255 0 0 0 9 4 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959902796712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4541] ppid=4534 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4537/task/4541/stat : 4541 (java) S 4534 4537 737 0 -1 4202560 68 0 0 0 8 3 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959901744168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4542] ppid=4534 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/4537/task/4542/stat : 4542 (java) S 4534 4537 737 0 -1 4202560 55 0 0 0 8 4 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959900691112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4543] ppid=4534 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4537/task/4543/stat : 4543 (java) S 4534 4537 737 0 -1 4202560 93 0 0 0 13 5 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959899638568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4544] ppid=4534 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4537/task/4544/stat : 4544 (java) S 4534 4537 737 0 -1 4202560 96 0 0 0 11 5 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959769541032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4537/tid=4545] ppid=4534 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/4537/task/4545/stat : 4545 (java) S 4534 4537 737 0 -1 4202560 198 0 0 0 12 5 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959768488488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4546] ppid=4534 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4537/task/4546/stat : 4546 (java) S 4534 4537 737 0 -1 4202560 166 0 0 0 10 3 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959767435432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4547] ppid=4534 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4537/task/4547/stat : 4547 (java) S 4534 4537 737 0 -1 4202560 183 0 0 0 8 3 0 0 20 0 19 0 106250739 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959766382888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4537/tid=4548] ppid=4534 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4537/task/4548/stat : 4548 (java) S 4534 4537 737 0 -1 4202560 112 0 0 0 1 1 0 0 20 0 19 0 106250741 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959283870568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4549] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4549/stat : 4549 (java) S 4534 4537 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959282816888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4550] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4550/stat : 4550 (java) S 4534 4537 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106250741 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959281763720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4551] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4551/stat : 4551 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959280712464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4552] ppid=4534 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/4537/task/4552/stat : 4552 (java) S 4534 4537 737 0 -1 4202560 3153 0 0 0 31 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959279659320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4537/tid=4553] ppid=4534 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4537/task/4553/stat : 4553 (java) S 4534 4537 737 0 -1 4202560 2259 0 0 0 16 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959278606776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4554] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4554/stat : 4554 (java) S 4534 4537 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959277553912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4555] ppid=4534 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/4537/task/4555/stat : 4555 (java) S 4534 4537 737 0 -1 4202560 104 0 0 0 39 29 0 0 20 0 19 0 106250743 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959276501576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4537/tid=4556] ppid=4534 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4537/task/4556/stat : 4556 (java) S 4534 4537 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250754 9856040960 110272 33554432000 1073741824 1073778376 140735058314304 139959275447848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.54
CPU time (s): 1800.77
CPU user time (s): 1799.69
CPU system time (s): 1.08283
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 1.08283
maximum resident set size= 441344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10568
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38186
involuntary context switches= 3674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7344 second user time and 12.983 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 21:59:36
IDJOB=4085448
IDBENCH=2893
IDSOLVER=2546
FILE ID=node119/4085448-1465243176
RUNJOBID= node119-1465217315-754
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_8_70_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085448-1465243176/watcher-4085448-1465243176 -o /tmp/evaluation-result-4085448-1465243176/solver-4085448-1465243176 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085448-1465243176.opb

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=1548685396

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:        30365364 kB
Buffers:           36332 kB
Cached:            95148 kB
SwapCached:          856 kB
Active:           343148 kB
Inactive:          71952 kB
Active(anon):     284592 kB
Inactive(anon):     1640 kB
Active(file):      58556 kB
Inactive(file):    70312 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100136 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       1675160 kB
Mapped:            15244 kB
Shmem:                 0 kB
Slab:             566336 kB
SReclaimable:      10284 kB
SUnreclaim:       556052 kB
KernelStack:        1568 kB
PageTables:         7832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2092356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 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:29:35