Trace number 4103408

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 1769.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1de7e61bcf99a935d7a04a775cb5b14f
Bench CategoryOPT-BIGINT (optimisation, big 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 variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4103408-1466238319.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.83/0.49	c ... done. Wall clock time 0.385s.
0.83/0.49	c declared #vars     7287
0.83/0.49	c #constraints  595
0.83/0.49	c constraints type 
0.83/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 420
0.83/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 175
0.83/0.49	c 595 constraints processed.
0.83/0.49	c objective function length is 31 literals
4.00/3.00	c cleaning 2500 clauses out of 4999 with flag 10188/5000
6.88/5.62	c cleaning 4251 clauses out of 8501 with flag 22240/11002
9.98/8.74	c cleaning 5611 clauses out of 11250 with flag 36298/18002
14.19/12.62	c cleaning 6820 clauses out of 13640 with flag 52364/26003
18.59/17.01	c cleaning 7907 clauses out of 15820 with flag 70434/35003
23.60/21.81	c cleaning 8942 clauses out of 17911 with flag 90509/45001
28.80/27.06	c cleaning 9983 clauses out of 19968 with flag 112593/56000
35.42/33.31	c cleaning 10978 clauses out of 21986 with flag 136686/68001
41.72/39.69	c cleaning 11990 clauses out of 24007 with flag 162789/81000
49.02/46.98	c cleaning 13008 clauses out of 26018 with flag 190899/95001
57.07/54.56	c cleaning 13989 clauses out of 28009 with flag 221008/110000
65.07/62.50	c cleaning 15009 clauses out of 30020 with flag 253125/126000
74.76/71.46	c cleaning 16006 clauses out of 32018 with flag 287264/143007
84.06/80.74	c cleaning 17000 clauses out of 34008 with flag 323387/161003
94.94/91.18	c cleaning 17987 clauses out of 36006 with flag 361523/180001
105.85/102.01	c cleaning 18994 clauses out of 38019 with flag 401669/200001
117.44/113.69	c cleaning 20001 clauses out of 40024 with flag 443820/221000
131.55/126.86	c cleaning 21005 clauses out of 42029 with flag 487994/243006
145.24/140.58	c cleaning 21989 clauses out of 44018 with flag 534152/266000
159.54/154.89	c cleaning 23010 clauses out of 46036 with flag 582342/290007
176.75/171.37	c cleaning 24001 clauses out of 48023 with flag 632521/315004
203.87/198.40	c cleaning 25004 clauses out of 50018 with flag 684526/341000
235.57/230.12	c cleaning 26004 clauses out of 52016 with flag 738530/368002
265.61/259.37	c cleaning 27004 clauses out of 54013 with flag 794532/396003
281.71/275.41	c cleaning 28001 clauses out of 56009 with flag 852591/425003
297.80/291.16	c cleaning 28998 clauses out of 58005 with flag 912598/455000
315.29/308.66	c cleaning 30003 clauses out of 60013 with flag 974610/486006
333.48/326.37	c cleaning 30997 clauses out of 62004 with flag 1038598/518000
350.89/343.75	c cleaning 32000 clauses out of 64007 with flag 1104598/551000
370.09/362.62	c cleaning 32999 clauses out of 66007 with flag 1172598/585000
389.89/382.41	c cleaning 34003 clauses out of 68013 with flag 1242608/620005
409.49/401.36	c cleaning 35000 clauses out of 70010 with flag 1314608/656005
428.23/419.88	c cleaning 36000 clauses out of 72008 with flag 1388604/693003
448.44/440.03	c cleaning 37000 clauses out of 74008 with flag 1464604/731003
469.62/460.85	c cleaning 38000 clauses out of 76010 with flag 1542608/770005
491.35/481.92	c cleaning 38998 clauses out of 78005 with flag 1622598/810000
512.36/502.94	c cleaning 39999 clauses out of 80008 with flag 1704600/851001
535.73/526.07	c cleaning 41002 clauses out of 82013 with flag 1788608/893005
560.42/550.00	c cleaning 41997 clauses out of 84006 with flag 1874598/936000
583.54/572.95	c cleaning 42999 clauses out of 86009 with flag 1962598/980000
609.99/599.09	c cleaning 44002 clauses out of 88013 with flag 2052604/1025003
635.73/624.31	c cleaning 45001 clauses out of 90011 with flag 2144605/1071003
662.73/651.11	c cleaning 45998 clauses out of 92007 with flag 2238599/1118000
692.85/680.80	c cleaning 47000 clauses out of 94009 with flag 2334599/1166000
721.39/708.54	c cleaning 48000 clauses out of 96010 with flag 2432601/1215001
747.75/734.43	c cleaning 49001 clauses out of 98012 with flag 2532605/1265003
776.72/763.03	c cleaning 50002 clauses out of 100012 with flag 2634607/1316004
805.91/791.79	c cleaning 50994 clauses out of 102006 with flag 2738599/1368000
836.72/822.17	c cleaning 52001 clauses out of 104012 with flag 2844599/1421000
866.70/851.86	c cleaning 53003 clauses out of 106015 with flag 2952607/1475004
897.06/881.90	c cleaning 53994 clauses out of 108008 with flag 3062599/1530000
928.32/912.67	c cleaning 54998 clauses out of 110014 with flag 3174599/1586000
961.99/945.80	c cleaning 56004 clauses out of 112016 with flag 3288599/1643000
996.27/979.26	c cleaning 57003 clauses out of 114015 with flag 3404605/1701003
1033.77/1016.37	c cleaning 57995 clauses out of 116009 with flag 3522599/1760000
1069.98/1051.76	c cleaning 59003 clauses out of 118015 with flag 3642601/1820001
1104.41/1085.72	c cleaning 60002 clauses out of 120013 with flag 3764603/1881002
1141.09/1121.75	c cleaning 61001 clauses out of 122013 with flag 3888607/1943004
1177.86/1157.59	c cleaning 62002 clauses out of 124010 with flag 4014603/2006002
1215.45/1194.60	c cleaning 62998 clauses out of 126006 with flag 4142599/2070000
1252.98/1231.27	c cleaning 63999 clauses out of 128008 with flag 4272599/2135000
1292.07/1269.56	c cleaning 65000 clauses out of 130010 with flag 4404601/2201001
1330.54/1307.73	c cleaning 66000 clauses out of 132010 with flag 4538601/2268001
1374.09/1350.43	c cleaning 67000 clauses out of 134009 with flag 4674599/2336000
1413.22/1388.86	c cleaning 68003 clauses out of 136015 with flag 4812611/2405006
1455.36/1430.21	c cleaning 68995 clauses out of 138006 with flag 4952599/2475000
1497.86/1472.47	c cleaning 70003 clauses out of 140014 with flag 5094605/2546003
1538.82/1512.69	c cleaning 71002 clauses out of 142014 with flag 5238611/2618006
1582.23/1554.97	c cleaning 71999 clauses out of 144008 with flag 5384603/2691002
1626.84/1598.83	c cleaning 72998 clauses out of 146007 with flag 5532599/2765000
1680.92/1652.00	c cleaning 73999 clauses out of 148009 with flag 5682599/2840000
1728.51/1699.29	c cleaning 75000 clauses out of 150010 with flag 5834599/2916000
1770.49/1740.47	c cleaning 76003 clauses out of 152015 with flag 5988609/2993005
1800.00/1769.50	c starts		: 1
1800.00/1769.50	c conflicts		: 3049530
1800.00/1769.50	c decisions		: 3090758
1800.00/1769.50	c propagations		: 35532088
1800.00/1769.50	c inspects		: 6694564392
1800.00/1769.50	c shortcuts		: 0
1800.00/1769.50	c learnt literals	: 1
1800.00/1769.50	c learnt binary clauses	: 0
1800.00/1769.50	c learnt ternary clauses	: 0
1800.00/1769.50	c learnt constraints	: 3049529
1800.00/1769.50	c ignored constraints	: 0
1800.00/1769.50	c root simplifications	: 0
1800.00/1769.50	c removed literals (reason simplification)	: 0
1800.00/1769.50	c reason swapping (by a shorter reason)	: 0
1800.00/1769.50	c Calls to reduceDB	: 73
1800.00/1769.50	c Number of update (reduction) of LBD	: 84
1800.00/1769.50	c Imported unit clauses	: 0
1800.00/1769.50	c number of reductions to clauses (during analyze)	: 0
1800.00/1769.50	c number of learned constraints concerned by reduction	: 0
1800.00/1769.50	c number of learning phase by resolution	: 0
1800.00/1769.50	c number of learning phase by cutting planes	: 0
1800.00/1769.50	c speed (assignments/second)	: 20085.905870302304
1800.00/1769.50	c non guided choices	2414
1800.00/1769.51	c timeout
1800.00/1769.53	c learnt constraints type 
1800.00/1769.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132537
1800.00/1769.53	s UNKNOWN
1800.00/1769.53	c Total wall clock time (in seconds): 1769.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-4103408-1466238319/watcher-4103408-1466238319 -o /tmp/evaluation-result-4103408-1466238319/solver-4103408-1466238319 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103408-1466238319.opb 

pid=29761
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.18 2.21 2.18 6/193 29764
/proc/meminfo: memFree=30223592/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 25877138 98570240 977 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 24065 977 743 9 0 16771 0
[pid=29764/tid=29765] ppid=29761 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 25877138 98570240 977 33554432000 1073741824 1073778376 140733199701840 140149869403688 213419640192 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 2.18 2.21 2.18 6/193 29764
/proc/meminfo: memFree=30223592/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 4471 0 1 0 10 1 0 0 20 0 18 0 25877138 9787879424 6094 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 2389619 6094 2155 9 0 2380296 0
[pid=29764/tid=29765] ppid=29761 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 25877138 9787879424 6094 33554432000 1073741824 1073778376 140733199701840 140149869407136 213423023373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 2.18 2.21 2.18 6/193 29764
/proc/meminfo: memFree=30223592/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 6466 0 1 0 30 2 0 0 20 0 18 0 25877138 9787879424 7913 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 2389619 7913 2209 9 0 2380296 0
[pid=29764/tid=29765] ppid=29761 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 18 0 25877138 9787879424 7914 33554432000 1073741824 1073778376 140733199701840 140149869406984 140149872694167 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 2.18 2.21 2.18 6/193 29764
/proc/meminfo: memFree=30223592/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=9558476 CPUtime=0.62 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 9282 0 1 0 60 2 0 0 20 0 18 0 25877138 9787879424 11582 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 2389619 11582 2234 9 0 2380296 0
[pid=29764/tid=29765] ppid=29761 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 18 0 25877138 9787879424 11582 33554432000 1073741824 1073778376 140733199701840 140149869406984 140149698860184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9558476

[startup+0.700205 s]
/proc/loadavg: 2.18 2.21 2.18 6/193 29764
/proc/meminfo: memFree=30223592/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 11157 0 1 0 133 5 0 0 20 0 19 0 25877138 9856040960 36432 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 2406260 36432 2256 9 0 2396937 0
[pid=29764/tid=29765] ppid=29761 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 2471 0 1 0 64 3 0 0 20 0 19 0 25877138 9856040960 36432 33554432000 1073741824 1073778376 140733199701840 140149869408328 140149698690855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.25 2.22 2.18 4/213 29784
/proc/meminfo: memFree=29981728/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=9625040 CPUtime=2.44 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 11965 0 1 0 235 9 0 0 20 0 19 0 25877138 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 2406260 48989 2273 9 0 2396937 0
[pid=29764/tid=29765] ppid=29761 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 2486 0 1 0 140 4 0 0 20 0 19 0 25877138 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149869407912 140149699286468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29767] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29767/stat : 29767 (java) S 29761 29764 22937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149830900264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29768] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29768/stat : 29768 (java) S 29761 29764 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149829847464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29769] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29769/stat : 29769 (java) S 29761 29764 22937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149828794664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29770] ppid=29761 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29764/task/29770/stat : 29770 (java) S 29761 29764 22937 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 25877139 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149827741864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29771] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29771/stat : 29771 (java) S 29761 29764 22937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149826690088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29772] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29772/stat : 29772 (java) S 29761 29764 22937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149825637288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29773] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29773/stat : 29773 (java) S 29761 29764 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149824584488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29774] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29774/stat : 29774 (java) S 29761 29764 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149823531688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29775] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29775/stat : 29775 (java) S 29761 29764 22937 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149693323752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29776] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29776/stat : 29776 (java) S 29761 29764 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149692269816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29777] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29777/stat : 29777 (java) S 29761 29764 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149691216904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29778] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29778/stat : 29778 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149690165392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29779] ppid=29761 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/29764/task/29779/stat : 29779 (java) S 29761 29764 22937 0 -1 4202560 4017 0 0 0 48 0 0 0 20 0 19 0 25877143 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149689113528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29780] ppid=29761 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/29764/task/29780/stat : 29780 (java) S 29761 29764 22937 0 -1 4202560 4049 0 0 0 34 0 0 0 20 0 19 0 25877143 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149688060728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29781] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29781/stat : 29781 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149687008120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29782] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29782/stat : 29782 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149685955528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29784] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29784/stat : 29784 (java) S 29761 29764 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25877188 9856040960 48989 33554432000 1073741824 1073778376 140733199701840 140149684851880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625040

[startup+3.1009 s]
/proc/loadavg: 2.25 2.22 2.18 4/213 29784
/proc/meminfo: memFree=29935432/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=9625040 CPUtime=4.1 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 11973 0 1 0 401 9 0 0 20 0 19 0 25877138 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 2406260 48995 2279 9 0 2396937 0
[pid=29764/tid=29765] ppid=29761 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 2487 0 1 0 300 4 0 0 20 0 19 0 25877138 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149869406464 140149699377112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29767] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29767/stat : 29767 (java) S 29761 29764 22937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149830900264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29768] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29768/stat : 29768 (java) S 29761 29764 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149829847464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29769] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29769/stat : 29769 (java) S 29761 29764 22937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149828794664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29770] ppid=29761 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29764/task/29770/stat : 29770 (java) S 29761 29764 22937 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 25877139 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149827741864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29771] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29771/stat : 29771 (java) S 29761 29764 22937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149826690088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29772] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29772/stat : 29772 (java) S 29761 29764 22937 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149825637288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29773] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29773/stat : 29773 (java) S 29761 29764 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149824584488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29774] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29774/stat : 29774 (java) S 29761 29764 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25877139 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149823531688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29775] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29775/stat : 29775 (java) S 29761 29764 22937 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149693323752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29776] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29776/stat : 29776 (java) S 29761 29764 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149692269816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29777] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29777/stat : 29777 (java) S 29761 29764 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149691216904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29778] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29778/stat : 29778 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149690165392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29779] ppid=29761 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/29764/task/29779/stat : 29779 (java) S 29761 29764 22937 0 -1 4202560 4022 0 0 0 51 0 0 0 20 0 19 0 25877143 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149689113528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29780] ppid=29761 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/29764/task/29780/stat : 29780 (java) S 29761 29764 22937 0 -1 4202560 4051 0 0 0 38 0 0 0 20 0 19 0 25877143 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149688060728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29781] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29781/stat : 29781 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149687008120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29782] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29782/stat : 29782 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149685955528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29784] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29784/stat : 29784 (java) S 29761 29764 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25877188 9856040960 48995 33554432000 1073741824 1073778376 140733199701840 140149684851880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.23 2.22 2.18 3/213 29784
/proc/meminfo: memFree=29828020/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=9625040 CPUtime=7.57 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 13380 0 1 0 735 22 0 0 20 0 19 0 25877138 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 2406260 72511 2279 9 0 2396937 0
[pid=29764/tid=29765] ppid=29761 vsize=9625040 CPUtime=6.17 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 2491 0 1 0 613 4 0 0 20 0 19 0 25877138 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149869406664 140149699377266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29767] ppid=29761 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29764/task/29767/stat : 29767 (java) S 29761 29764 22937 0 -1 4202560 29 0 0 0 1 2 0 0 20 0 19 0 25877139 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149830900264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29768] ppid=29761 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29764/task/29768/stat : 29768 (java) S 29761 29764 22937 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 25877139 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149829847464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29769] ppid=29761 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29764/task/29769/stat : 29769 (java) S 29761 29764 22937 0 -1 4202560 38 0 0 0 1 2 0 0 20 0 19 0 25877139 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149828794664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29770] ppid=29761 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29764/task/29770/stat : 29770 (java) S 29761 29764 22937 0 -1 4202560 46 0 0 0 1 2 0 0 20 0 19 0 25877139 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149827741864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29771] ppid=29761 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29764/task/29771/stat : 29771 (java) S 29761 29764 22937 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 19 0 25877139 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149826690088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29772] ppid=29761 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29764/task/29772/stat : 29772 (java) S 29761 29764 22937 0 -1 4202560 142 0 0 0 1 2 0 0 20 0 19 0 25877139 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149825637288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29773] ppid=29761 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29764/task/29773/stat : 29773 (java) S 29761 29764 22937 0 -1 4202560 136 0 0 0 0 3 0 0 20 0 19 0 25877139 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149824584488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29774] ppid=29761 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29764/task/29774/stat : 29774 (java) S 29761 29764 22937 0 -1 4202560 162 0 0 0 2 4 0 0 20 0 19 0 25877139 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149823531688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29775] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29775/stat : 29775 (java) S 29761 29764 22937 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149693323752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29776] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29776/stat : 29776 (java) S 29761 29764 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149692269816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29777] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29777/stat : 29777 (java) S 29761 29764 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149691216904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29778] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29778/stat : 29778 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149690165392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29779] ppid=29761 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/29764/task/29779/stat : 29779 (java) S 29761 29764 22937 0 -1 4202560 4898 0 0 0 58 0 0 0 20 0 19 0 25877143 9856040960 72511 33554432000 1073741824 1073778376 140733199701840 140149689113528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29780] ppid=29761 vsize=9625040 CPUtime=0.4 cores=0,2,4,6

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

[pid=29764/tid=29784] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29784/stat : 29784 (java) S 29761 29764 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25877188 9856040960 1000175 33554432000 1073741824 1073778376 140733199701840 140149684851880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1691.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.23 2.20 3/213 29827
/proc/meminfo: memFree=25947504/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=9625040 CPUtime=1752.39 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 32502 0 1 0 174648 591 0 0 20 0 19 0 25877138 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 2406260 1021165 2288 9 0 2396937 0
[pid=29764/tid=29765] ppid=29761 vsize=9625040 CPUtime=1702.06 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 3399 0 1 0 170170 36 0 0 20 0 19 0 25877138 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149869407464 140149699376907 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29767] ppid=29761 vsize=9625040 CPUtime=5.1 cores=0,2,4,6
/proc/29764/task/29767/stat : 29767 (java) S 29761 29764 22937 0 -1 4202560 1549 0 0 0 440 70 0 0 20 0 19 0 25877139 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149830900264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29768] ppid=29761 vsize=9625040 CPUtime=4.64 cores=0,2,4,6
/proc/29764/task/29768/stat : 29768 (java) S 29761 29764 22937 0 -1 4202560 1594 0 0 0 393 71 0 0 20 0 19 0 25877139 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149829847464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29769] ppid=29761 vsize=9625040 CPUtime=4.74 cores=0,2,4,6
/proc/29764/task/29769/stat : 29769 (java) S 29761 29764 22937 0 -1 4202560 1952 0 0 0 403 71 0 0 20 0 19 0 25877139 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149828794664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29770] ppid=29761 vsize=9625040 CPUtime=4.55 cores=0,2,4,6
/proc/29764/task/29770/stat : 29770 (java) S 29761 29764 22937 0 -1 4202560 1616 0 0 0 389 66 0 0 20 0 19 0 25877139 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149827741864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29771] ppid=29761 vsize=9625040 CPUtime=4.98 cores=0,2,4,6
/proc/29764/task/29771/stat : 29771 (java) S 29761 29764 22937 0 -1 4202560 1612 0 0 0 436 62 0 0 20 0 19 0 25877139 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149826690088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29772] ppid=29761 vsize=9625040 CPUtime=5.35 cores=0,2,4,6
/proc/29764/task/29772/stat : 29772 (java) S 29761 29764 22937 0 -1 4202560 1842 0 0 0 457 78 0 0 20 0 19 0 25877139 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149825637288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29773] ppid=29761 vsize=9625040 CPUtime=4.86 cores=0,2,4,6
/proc/29764/task/29773/stat : 29773 (java) S 29761 29764 22937 0 -1 4202560 1966 0 0 0 413 73 0 0 20 0 19 0 25877139 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149824584488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29774] ppid=29761 vsize=9625040 CPUtime=4.65 cores=0,2,4,6
/proc/29764/task/29774/stat : 29774 (java) S 29761 29764 22937 0 -1 4202560 1310 0 0 0 409 56 0 0 20 0 19 0 25877139 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149823531688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29775] ppid=29761 vsize=9625040 CPUtime=5.58 cores=0,2,4,6
/proc/29764/task/29775/stat : 29775 (java) S 29761 29764 22937 0 -1 4202560 5273 0 0 0 555 3 0 0 20 0 19 0 25877140 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149693323752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29776] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29776/stat : 29776 (java) S 29761 29764 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149692269816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29777] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29777/stat : 29777 (java) S 29761 29764 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149691216904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29778] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29778/stat : 29778 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149690165392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29779] ppid=29761 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/29764/task/29779/stat : 29779 (java) S 29761 29764 22937 0 -1 4202560 4898 0 0 0 59 0 0 0 20 0 19 0 25877143 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149689113528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29780] ppid=29761 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/29764/task/29780/stat : 29780 (java) S 29761 29764 22937 0 -1 4202560 4134 0 0 0 45 0 0 0 20 0 19 0 25877143 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149688060728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29781] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29781/stat : 29781 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149687008120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29782] ppid=29761 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/29764/task/29782/stat : 29782 (java) S 29761 29764 22937 0 -1 4202560 99 0 0 0 25 30 0 0 20 0 19 0 25877143 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149685955528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29784] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29784/stat : 29784 (java) S 29761 29764 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25877188 9856040960 1021165 33554432000 1073741824 1073778376 140733199701840 140149684851880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1752.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.5 s]
/proc/loadavg: 2.16 2.21 2.19 3/213 29828
/proc/meminfo: memFree=25947504/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 32519 0 1 0 179408 592 0 0 20 0 19 0 25877138 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 2406260 1021170 2288 9 0 2396937 0
[pid=29764/tid=29765] ppid=29761 vsize=9625040 CPUtime=1748.98 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 3401 0 1 0 174861 37 0 0 20 0 19 0 25877138 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149869407344 140149699278221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29767] ppid=29761 vsize=9625040 CPUtime=5.19 cores=0,2,4,6
/proc/29764/task/29767/stat : 29767 (java) S 29761 29764 22937 0 -1 4202560 1549 0 0 0 449 70 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149830900264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29768] ppid=29761 vsize=9625040 CPUtime=4.72 cores=0,2,4,6
/proc/29764/task/29768/stat : 29768 (java) S 29761 29764 22937 0 -1 4202560 1594 0 0 0 401 71 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149829847464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29769] ppid=29761 vsize=9625040 CPUtime=4.79 cores=0,2,4,6
/proc/29764/task/29769/stat : 29769 (java) S 29761 29764 22937 0 -1 4202560 1952 0 0 0 408 71 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149828794664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29770] ppid=29761 vsize=9625040 CPUtime=4.63 cores=0,2,4,6
/proc/29764/task/29770/stat : 29770 (java) S 29761 29764 22937 0 -1 4202560 1616 0 0 0 397 66 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149827741864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29771] ppid=29761 vsize=9625040 CPUtime=5.05 cores=0,2,4,6
/proc/29764/task/29771/stat : 29771 (java) S 29761 29764 22937 0 -1 4202560 1612 0 0 0 443 62 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149826690088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29772] ppid=29761 vsize=9625040 CPUtime=5.4 cores=0,2,4,6
/proc/29764/task/29772/stat : 29772 (java) S 29761 29764 22937 0 -1 4202560 1842 0 0 0 462 78 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149825637288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29773] ppid=29761 vsize=9625040 CPUtime=4.94 cores=0,2,4,6
/proc/29764/task/29773/stat : 29773 (java) S 29761 29764 22937 0 -1 4202560 1966 0 0 0 421 73 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149824584488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29774] ppid=29761 vsize=9625040 CPUtime=4.71 cores=0,2,4,6
/proc/29764/task/29774/stat : 29774 (java) S 29761 29764 22937 0 -1 4202560 1310 0 0 0 415 56 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149823531688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29775] ppid=29761 vsize=9625040 CPUtime=5.58 cores=0,2,4,6
/proc/29764/task/29775/stat : 29775 (java) S 29761 29764 22937 0 -1 4202560 5286 0 0 0 555 3 0 0 20 0 19 0 25877140 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149693323752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29776] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29776/stat : 29776 (java) S 29761 29764 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149692269816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29777] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29777/stat : 29777 (java) S 29761 29764 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149691216904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29778] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29778/stat : 29778 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149690165392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29779] ppid=29761 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/29764/task/29779/stat : 29779 (java) S 29761 29764 22937 0 -1 4202560 4898 0 0 0 59 0 0 0 20 0 19 0 25877143 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149689113528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29780] ppid=29761 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/29764/task/29780/stat : 29780 (java) S 29761 29764 22937 0 -1 4202560 4134 0 0 0 45 0 0 0 20 0 19 0 25877143 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149688060728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29781] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29781/stat : 29781 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149687008120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29782] ppid=29761 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/29764/task/29782/stat : 29782 (java) S 29761 29764 22937 0 -1 4202560 101 0 0 0 26 30 0 0 20 0 19 0 25877143 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149685955528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29784] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29784/stat : 29784 (java) S 29761 29764 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25877188 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149684851880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 29764 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1769.5 s]
/proc/loadavg: 2.16 2.21 2.19 3/213 29828
/proc/meminfo: memFree=25947504/32872528 swapFree=1400172/1569824
[pid=29764] ppid=29761 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/29764/stat : 29764 (java) S 29761 29764 22937 0 -1 4202496 32519 0 1 0 179408 592 0 0 20 0 19 0 25877138 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140733199692976 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29764/statm: 2406260 1021170 2288 9 0 2396937 0
[pid=29764/tid=29765] ppid=29761 vsize=9625040 CPUtime=1748.98 cores=0,2,4,6
/proc/29764/task/29765/stat : 29765 (java) R 29761 29764 22937 0 -1 4202560 3401 0 1 0 174861 37 0 0 20 0 19 0 25877138 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149869407344 140149699278221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29767] ppid=29761 vsize=9625040 CPUtime=5.19 cores=0,2,4,6
/proc/29764/task/29767/stat : 29767 (java) S 29761 29764 22937 0 -1 4202560 1549 0 0 0 449 70 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149830900264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29768] ppid=29761 vsize=9625040 CPUtime=4.72 cores=0,2,4,6
/proc/29764/task/29768/stat : 29768 (java) S 29761 29764 22937 0 -1 4202560 1594 0 0 0 401 71 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149829847464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29769] ppid=29761 vsize=9625040 CPUtime=4.79 cores=0,2,4,6
/proc/29764/task/29769/stat : 29769 (java) S 29761 29764 22937 0 -1 4202560 1952 0 0 0 408 71 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149828794664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29770] ppid=29761 vsize=9625040 CPUtime=4.63 cores=0,2,4,6
/proc/29764/task/29770/stat : 29770 (java) S 29761 29764 22937 0 -1 4202560 1616 0 0 0 397 66 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149827741864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29771] ppid=29761 vsize=9625040 CPUtime=5.05 cores=0,2,4,6
/proc/29764/task/29771/stat : 29771 (java) S 29761 29764 22937 0 -1 4202560 1612 0 0 0 443 62 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149826690088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29772] ppid=29761 vsize=9625040 CPUtime=5.4 cores=0,2,4,6
/proc/29764/task/29772/stat : 29772 (java) S 29761 29764 22937 0 -1 4202560 1842 0 0 0 462 78 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149825637288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29773] ppid=29761 vsize=9625040 CPUtime=4.94 cores=0,2,4,6
/proc/29764/task/29773/stat : 29773 (java) S 29761 29764 22937 0 -1 4202560 1966 0 0 0 421 73 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149824584488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29774] ppid=29761 vsize=9625040 CPUtime=4.71 cores=0,2,4,6
/proc/29764/task/29774/stat : 29774 (java) S 29761 29764 22937 0 -1 4202560 1310 0 0 0 415 56 0 0 20 0 19 0 25877139 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149823531688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29764/tid=29775] ppid=29761 vsize=9625040 CPUtime=5.58 cores=0,2,4,6
/proc/29764/task/29775/stat : 29775 (java) S 29761 29764 22937 0 -1 4202560 5286 0 0 0 555 3 0 0 20 0 19 0 25877140 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149693323752 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29776] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29776/stat : 29776 (java) S 29761 29764 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149692269816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29777] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29777/stat : 29777 (java) S 29761 29764 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25877140 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149691216904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29778] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29778/stat : 29778 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149690165392 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29779] ppid=29761 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/29764/task/29779/stat : 29779 (java) S 29761 29764 22937 0 -1 4202560 4898 0 0 0 59 0 0 0 20 0 19 0 25877143 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149689113528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29764/tid=29780] ppid=29761 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/29764/task/29780/stat : 29780 (java) S 29761 29764 22937 0 -1 4202560 4134 0 0 0 45 0 0 0 20 0 19 0 25877143 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149688060728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29764/tid=29781] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29781/stat : 29781 (java) S 29761 29764 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25877143 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149687008120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29782] ppid=29761 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/29764/task/29782/stat : 29782 (java) S 29761 29764 22937 0 -1 4202560 101 0 0 0 26 30 0 0 20 0 19 0 25877143 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149685955528 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29764/tid=29784] ppid=29761 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29764/task/29784/stat : 29784 (java) S 29761 29764 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25877188 9856040960 1021170 33554432000 1073741824 1073778376 140733199701840 140149684851880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29764 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=579942
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=332037
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1769.54
CPU time (s): 1800
CPU user time (s): 1794.08
CPU system time (s): 5.92
CPU usage (%): 101.721
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.58
system time used= 6.33204
maximum resident set size= 4084820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32559
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39768
involuntary context switches= 23531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.033 second user time and 10.4424 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 10:25:19
IDJOB=4103408
IDBENCH=2350
IDSOLVER=2546
FILE ID=node140/4103408-1466238319
RUNJOBID= node140-1466206052-22953
PBS_JOBID= 19918137
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103408-1466238319/watcher-4103408-1466238319 -o /tmp/evaluation-result-4103408-1466238319/solver-4103408-1466238319 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103408-1466238319.opb

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

MD5SUM BENCH= 1de7e61bcf99a935d7a04a775cb5b14f
RANDOM SEED=1635567630

node140.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.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.42
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.714
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.714
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.714
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.714
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.714
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.714
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.54
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.714
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:        30227876 kB
Buffers:          113108 kB
Cached:           152912 kB
SwapCached:         2476 kB
Active:           128972 kB
Inactive:         203848 kB
Active(anon):      67332 kB
Inactive(anon):     2472 kB
Active(file):      61640 kB
Inactive(file):   201376 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              3220 kB
Writeback:             0 kB
AnonPages:       1706300 kB
Mapped:            15024 kB
Shmem:                 0 kB
Slab:             603380 kB
SReclaimable:      47220 kB
SUnreclaim:       556160 kB
KernelStack:        1592 kB
PageTables:         7880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2263516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 71740 MiB
End job on node140 at 2016-06-18 10:54:49