Trace number 4085441

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 1799.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_3.opb
MD5SUMf48abdef3d00ab6f87ca2e4f0d43c1d1
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 variables51
Total number of constraints13
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 constraints12
Minimum length of a constraint1
Maximum length of a constraint50
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 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3811
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4085441-1465244308.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  objective function found
0.12/0.13	c ... done. Wall clock time 0.028s.
0.12/0.13	c declared #vars     51
0.12/0.13	c #constraints  13
0.12/0.13	c constraints type 
0.12/0.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.12/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.12/0.13	c 13 constraints processed.
0.12/0.13	c objective function length is 1 literals
0.75/0.53	c cleaning 2501 clauses out of 5001 with flag 10254/5001
1.25/0.94	c cleaning 4251 clauses out of 8502 with flag 22562/11003
1.85/1.51	c cleaning 5624 clauses out of 11250 with flag 36895/18002
2.56/2.23	c cleaning 6811 clauses out of 13624 with flag 53234/26000
3.47/3.17	c cleaning 7906 clauses out of 15815 with flag 72005/35002
4.57/4.26	c cleaning 8951 clauses out of 17907 with flag 92529/45000
5.87/5.56	c cleaning 9978 clauses out of 19956 with flag 114937/56000
7.48/7.15	c cleaning 10989 clauses out of 21978 with flag 139400/68000
9.28/8.95	c cleaning 11991 clauses out of 23990 with flag 166257/81001
11.28/10.95	c cleaning 12998 clauses out of 26000 with flag 195235/95002
13.33/12.94	c cleaning 14001 clauses out of 28002 with flag 226447/110002
15.52/15.16	c cleaning 14999 clauses out of 30000 with flag 259265/126001
18.42/18.04	c cleaning 16001 clauses out of 32002 with flag 293815/143002
21.53/21.19	c cleaning 16998 clauses out of 34003 with flag 330560/161004
24.93/24.50	c cleaning 17998 clauses out of 36002 with flag 369531/180001
28.53/28.13	c cleaning 19002 clauses out of 38005 with flag 410329/200002
32.63/32.21	c cleaning 20002 clauses out of 40003 with flag 453202/221002
37.13/36.72	c cleaning 21000 clauses out of 41999 with flag 498966/243000
41.73/41.30	c cleaning 22001 clauses out of 44001 with flag 547074/266002
46.63/46.23	c cleaning 22995 clauses out of 46000 with flag 597270/290002
51.92/51.51	c cleaning 24002 clauses out of 48003 with flag 649724/315000
57.52/57.19	c cleaning 24997 clauses out of 50003 with flag 704043/341002
64.24/63.86	c cleaning 25999 clauses out of 52004 with flag 760344/368000
70.23/69.85	c cleaning 27003 clauses out of 54008 with flag 818594/396003
77.32/76.98	c cleaning 27993 clauses out of 56002 with flag 879259/425000
84.72/84.34	c cleaning 29006 clauses out of 58012 with flag 942026/455003
92.42/92.04	c cleaning 30003 clauses out of 60006 with flag 1006507/486003
100.72/100.38	c cleaning 30999 clauses out of 62001 with flag 1073603/518001
109.12/108.79	c cleaning 31998 clauses out of 64001 with flag 1143344/551000
118.02/117.68	c cleaning 33002 clauses out of 66005 with flag 1214783/585002
128.62/128.26	c cleaning 33999 clauses out of 68001 with flag 1287988/620000
139.34/138.93	c cleaning 35001 clauses out of 70004 with flag 1361854/656002
149.63/149.28	c cleaning 35997 clauses out of 72001 with flag 1438669/693000
161.33/160.99	c cleaning 37002 clauses out of 74006 with flag 1517911/731002
173.43/173.02	c cleaning 38003 clauses out of 76005 with flag 1599171/770003
185.83/185.41	c cleaning 39002 clauses out of 78004 with flag 1682896/810005
199.43/199.04	c cleaning 39994 clauses out of 79999 with flag 1769116/851002
213.42/213.06	c cleaning 41002 clauses out of 82004 with flag 1856044/893001
228.32/227.97	c cleaning 42000 clauses out of 84002 with flag 1944081/936001
244.33/243.94	c cleaning 42996 clauses out of 86003 with flag 2034989/980002
260.42/260.10	c cleaning 44004 clauses out of 88008 with flag 2127955/1025003
278.32/277.97	c cleaning 44993 clauses out of 90003 with flag 2223809/1071002
298.22/297.85	c cleaning 46004 clauses out of 92012 with flag 2321804/1118004
317.12/316.75	c cleaning 47002 clauses out of 94006 with flag 2420610/1166002
339.92/339.55	c cleaning 48000 clauses out of 96003 with flag 2522297/1215001
361.74/361.30	c cleaning 48996 clauses out of 98003 with flag 2627527/1265001
380.07/379.63	c cleaning 50001 clauses out of 100006 with flag 2733212/1316000
402.66/402.23	c cleaning 50998 clauses out of 102009 with flag 2842381/1368004
426.27/425.86	c cleaning 51994 clauses out of 104008 with flag 2954203/1421001
452.15/451.78	c cleaning 52996 clauses out of 106014 with flag 3066884/1475001
481.94/481.53	c cleaning 54002 clauses out of 108017 with flag 3181324/1530000
510.65/510.21	c cleaning 55004 clauses out of 110016 with flag 3298009/1586001
542.34/541.96	c cleaning 56001 clauses out of 112011 with flag 3413939/1643000
572.83/572.42	c cleaning 57004 clauses out of 114010 with flag 3531462/1701000
602.83/602.48	c cleaning 58002 clauses out of 116007 with flag 3651440/1760001
639.23/638.84	c cleaning 58993 clauses out of 118004 with flag 3775949/1820000
672.83/672.46	c cleaning 60001 clauses out of 120011 with flag 3902684/1881000
705.33/704.93	c cleaning 61004 clauses out of 122010 with flag 4031695/1943000
737.68/737.29	c cleaning 62000 clauses out of 124010 with flag 4163677/2006004
781.67/781.28	c cleaning 62998 clauses out of 126006 with flag 4297083/2070000
815.47/815.07	c cleaning 64002 clauses out of 128008 with flag 4430698/2135000
850.36/849.96	c cleaning 65002 clauses out of 130008 with flag 4565702/2201002
891.36/890.94	c cleaning 66002 clauses out of 132005 with flag 4705240/2268001
936.95/936.54	c cleaning 66995 clauses out of 134004 with flag 4846945/2336002
989.06/988.69	c cleaning 68001 clauses out of 136011 with flag 4990074/2405004
1034.06/1033.61	c cleaning 69001 clauses out of 138006 with flag 5135919/2475000
1084.65/1084.29	c cleaning 69999 clauses out of 140005 with flag 5282418/2546000
1136.67/1136.27	c cleaning 70999 clauses out of 142008 with flag 5431836/2618002
1184.40/1183.90	c cleaning 72001 clauses out of 144007 with flag 5583706/2691000
1234.50/1234.03	c cleaning 73000 clauses out of 146006 with flag 5738723/2765000
1294.11/1293.61	c cleaning 74002 clauses out of 148007 with flag 5894388/2840001
1345.54/1345.05	c cleaning 75000 clauses out of 150007 with flag 6051334/2916003
1408.66/1408.12	c cleaning 75996 clauses out of 152004 with flag 6211199/2993000
1467.07/1466.52	c cleaning 77001 clauses out of 154008 with flag 6374074/3071000
1530.08/1529.54	c cleaning 78004 clauses out of 156009 with flag 6540434/3150002
1590.39/1589.83	c cleaning 78993 clauses out of 158003 with flag 6706320/3230000
1653.87/1653.29	c cleaning 80001 clauses out of 160010 with flag 6873655/3311000
1713.09/1712.47	c cleaning 81000 clauses out of 162009 with flag 7042945/3393000
1778.19/1777.60	c cleaning 82004 clauses out of 164009 with flag 7218195/3476000
1800.00/1799.30	c starts		: 547
1800.00/1799.30	c conflicts		: 3513076
1800.00/1799.30	c decisions		: 3619364
1800.00/1799.30	c propagations		: 30824119
1800.00/1799.30	c inspects		: 37890458529
1800.00/1799.30	c shortcuts		: 0
1800.00/1799.30	c learnt literals	: 0
1800.00/1799.30	c learnt binary clauses	: 0
1800.00/1799.30	c learnt ternary clauses	: 0
1800.00/1799.30	c learnt constraints	: 3513076
1800.00/1799.30	c ignored constraints	: 0
1800.00/1799.30	c root simplifications	: 0
1800.00/1799.30	c removed literals (reason simplification)	: 0
1800.00/1799.30	c reason swapping (by a shorter reason)	: 0
1800.00/1799.30	c Calls to reduceDB	: 79
1800.00/1799.30	c Number of update (reduction) of LBD	: 229571
1800.00/1799.30	c Imported unit clauses	: 0
1800.00/1799.30	c number of reductions to clauses (during analyze)	: 0
1800.00/1799.30	c timeout
1800.00/1799.30	c number of learned constraints concerned by reduction	: 0
1800.00/1799.30	c number of learning phase by resolution	: 0
1800.00/1799.30	c number of learning phase by cutting planes	: 0
1800.00/1799.30	c speed (assignments/second)	: 17132.40153381752
1800.00/1799.30	c non guided choices	24
1800.00/1799.33	c learnt constraints type 
1800.00/1799.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119082
1800.00/1799.33	s UNKNOWN
1800.00/1799.33	c Total wall clock time (in seconds): 1799.228

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-4085441-1465244308/watcher-4085441-1465244308 -o /tmp/evaluation-result-4085441-1465244308/solver-4085441-1465244308 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7011 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085441-1465244308.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 7939
/proc/meminfo: memFree=30285576/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 106364087 98570240 978 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 24065 978 744 9 0 16771 0
[pid=7939/tid=7940] ppid=7936 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 106364087 98570240 978 33554432000 1073741824 1073778376 140737375032944 140377304497704 239873115520 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 7939
/proc/meminfo: memFree=30285576/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 4500 0 1 0 11 1 0 0 20 0 18 0 106364087 9787879424 6124 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 2389619 6124 2157 9 0 2380296 0
[pid=7939/tid=7940] ppid=7936 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 106364087 9787879424 6124 33554432000 1073741824 1073778376 140737375032944 140377304501152 239876498701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200382 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 7939
/proc/meminfo: memFree=30285576/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 6948 0 1 0 32 1 0 0 20 0 19 0 106364087 9856040960 7832 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 2406260 7833 2229 9 0 2396937 0
[pid=7939/tid=7940] ppid=7936 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 19 0 106364087 9856040960 7833 33554432000 1073741824 1073778376 140737375032944 140377304502912 140377130557312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.300381 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 7939
/proc/meminfo: memFree=30285576/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 7133 0 1 0 53 1 0 0 20 0 19 0 106364087 9856040960 7828 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 2406260 7828 2243 9 0 2396937 0
[pid=7939/tid=7940] ppid=7936 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 19 0 106364087 9856040960 7828 33554432000 1073741824 1073778376 140737375032944 140377304502912 140377131063649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700337 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 7939
/proc/meminfo: memFree=30285576/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 8253 0 1 0 101 2 0 0 20 0 19 0 106364087 9856040960 8754 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 2406260 8754 2252 9 0 2396937 0
[pid=7939/tid=7940] ppid=7936 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 2408 0 1 0 67 0 0 0 20 0 19 0 106364087 9856040960 8754 33554432000 1073741824 1073778376 140737375032944 140377304502912 140377131063955 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 7958
/proc/meminfo: memFree=30253632/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 8259 0 1 0 183 2 0 0 20 0 19 0 106364087 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 2406260 9425 2255 9 0 2396937 0
[pid=7939/tid=7940] ppid=7936 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 2410 0 1 0 146 0 0 0 20 0 19 0 106364087 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377304500792 140377131102427 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7942] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7942/stat : 7942 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377265994408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7943] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7943/stat : 7943 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377264941864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7944] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7944/stat : 7944 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377263889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7939/tid=7945] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7945/stat : 7945 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377262836776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7946] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7946/stat : 7946 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377261783208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7947] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7947/stat : 7947 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377260730664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7948] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7948/stat : 7948 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377259678120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7949] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7949/stat : 7949 (java) S 7936 7939 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377258625576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7950] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7950/stat : 7950 (java) S 7936 7939 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377128421992 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7951] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7951/stat : 7951 (java) S 7936 7939 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377127368312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7952] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7952/stat : 7952 (java) S 7936 7939 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377126315656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7953] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7953/stat : 7953 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377125264400 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7954] ppid=7936 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7939/task/7954/stat : 7954 (java) S 7936 7939 4042 0 -1 4202560 1757 0 0 0 15 0 0 0 20 0 19 0 106364091 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377124210744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7955] ppid=7936 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7939/task/7955/stat : 7955 (java) S 7936 7939 4042 0 -1 4202560 2820 0 0 0 19 0 0 0 20 0 19 0 106364091 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377123158200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7956] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7956/stat : 7956 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377122105848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7957] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7957/stat : 7957 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377121053512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7958] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7958/stat : 7958 (java) S 7936 7939 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106364100 9856040960 9425 33554432000 1073741824 1073778376 140737375032944 140377119999272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.15 2.20 2.18 3/213 7958
/proc/meminfo: memFree=30248916/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 8264 0 1 0 345 2 0 0 20 0 19 0 106364087 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 2406260 10451 2255 9 0 2396937 0
[pid=7939/tid=7940] ppid=7936 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 2412 0 1 0 305 0 0 0 20 0 19 0 106364087 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377304502400 140377131063912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7942] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7942/stat : 7942 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377265994408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7943] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7943/stat : 7943 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377264941864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7944] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7944/stat : 7944 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377263889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7939/tid=7945] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7945/stat : 7945 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377262836776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7946] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7946/stat : 7946 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377261783208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7947] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7947/stat : 7947 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377260730664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7948] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7948/stat : 7948 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377259678120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7949] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7949/stat : 7949 (java) S 7936 7939 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377258625576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7950] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7950/stat : 7950 (java) S 7936 7939 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377128421992 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7951] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7951/stat : 7951 (java) S 7936 7939 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377127368312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7952] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7952/stat : 7952 (java) S 7936 7939 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377126315656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7953] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7953/stat : 7953 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377125264400 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7954] ppid=7936 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7939/task/7954/stat : 7954 (java) S 7936 7939 4042 0 -1 4202560 1757 0 0 0 15 0 0 0 20 0 19 0 106364091 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377124210744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7955] ppid=7936 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7939/task/7955/stat : 7955 (java) S 7936 7939 4042 0 -1 4202560 2823 0 0 0 22 0 0 0 20 0 19 0 106364091 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377123158200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7956] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7956/stat : 7956 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377122105848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7957] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7957/stat : 7957 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377121053512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7958] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7958/stat : 7958 (java) S 7936 7939 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106364100 9856040960 10451 33554432000 1073741824 1073778376 140737375032944 140377119999272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.15 2.20 2.18 3/213 7958
/proc/meminfo: memFree=30238860/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=9625040 CPUtime=6.67 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 8269 0 1 0 665 2 0 0 20 0 19 0 106364087 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 2406260 11736 2256 9 0 2396937 0
[pid=7939/tid=7940] ppid=7936 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 2416 0 1 0 624 0 0 0 20 0 19 0 106364087 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377304493776 140377130993882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7942] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7942/stat : 7942 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377265994408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7943] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7943/stat : 7943 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377264941864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7944] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7944/stat : 7944 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377263889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7939/tid=7945] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7945/stat : 7945 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377262836776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7946] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7946/stat : 7946 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377261783208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7947] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7947/stat : 7947 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377260730664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7948] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7948/stat : 7948 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377259678120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7949] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7949/stat : 7949 (java) S 7936 7939 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106364088 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377258625576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7950] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7950/stat : 7950 (java) S 7936 7939 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377128421992 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7951] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7951/stat : 7951 (java) S 7936 7939 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377127368312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7952] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7952/stat : 7952 (java) S 7936 7939 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377126315656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7953] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7953/stat : 7953 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377125264400 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7954] ppid=7936 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7939/task/7954/stat : 7954 (java) S 7936 7939 4042 0 -1 4202560 1757 0 0 0 15 0 0 0 20 0 19 0 106364091 9856040960 11736 33554432000 1073741824 1073778376 140737375032944 140377124210744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7955] ppid=7936 vsize=9625040 CPUtime=0.22 cores=1,3,5,7

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

[pid=7939/tid=7958] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7958/stat : 7958 (java) S 7936 7939 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106364100 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377119999272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.99
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.23 2.18 3/213 8068
/proc/meminfo: memFree=29021176/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=9625040 CPUtime=1782.99 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 10290 0 1 0 178251 48 0 0 20 0 19 0 106364087 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 2406260 55441 2271 9 0 2396937 0
[pid=7939/tid=7940] ppid=7936 vsize=9625040 CPUtime=1777.32 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 2479 0 1 0 177701 31 0 0 20 0 19 0 106364087 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377304493760 140377130993877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7942] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7942/stat : 7942 (java) S 7936 7939 4042 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377265994408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7943] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7943/stat : 7943 (java) S 7936 7939 4042 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377264941864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7944] ppid=7936 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7939/task/7944/stat : 7944 (java) S 7936 7939 4042 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377263889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7945] ppid=7936 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7939/task/7945/stat : 7945 (java) S 7936 7939 4042 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377262836776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7946] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7946/stat : 7946 (java) S 7936 7939 4042 0 -1 4202560 85 0 0 0 3 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377261783208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7939/tid=7947] ppid=7936 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7939/task/7947/stat : 7947 (java) S 7936 7939 4042 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377260730664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7948] ppid=7936 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7939/task/7948/stat : 7948 (java) S 7936 7939 4042 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377259678120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7939/tid=7949] ppid=7936 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7939/task/7949/stat : 7949 (java) S 7936 7939 4042 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377258625576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7950] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7950/stat : 7950 (java) S 7936 7939 4042 0 -1 4202560 31 0 0 0 0 3 0 0 20 0 19 0 106364089 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377128421992 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7951] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7951/stat : 7951 (java) S 7936 7939 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377127368312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7952] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7952/stat : 7952 (java) S 7936 7939 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377126315656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7953] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7953/stat : 7953 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377125264400 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7954] ppid=7936 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7939/task/7954/stat : 7954 (java) S 7936 7939 4042 0 -1 4202560 1757 0 0 0 15 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377124210744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7955] ppid=7936 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7939/task/7955/stat : 7955 (java) S 7936 7939 4042 0 -1 4202560 4353 0 0 0 30 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377123158200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7956] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7956/stat : 7956 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377122105848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7957] ppid=7936 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/7939/task/7957/stat : 7957 (java) S 7936 7939 4042 0 -1 4202560 104 0 0 0 29 40 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377121053512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7958] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7958/stat : 7958 (java) S 7936 7939 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106364100 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377119999272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782.99
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.3 s]
/proc/loadavg: 2.25 2.23 2.18 3/213 8068
/proc/meminfo: memFree=29021628/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 10290 0 1 0 179952 48 0 0 20 0 19 0 106364087 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 2406260 55441 2271 9 0 2396937 0
[pid=7939/tid=7940] ppid=7936 vsize=9625040 CPUtime=1794.27 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 2479 0 1 0 179396 31 0 0 20 0 19 0 106364087 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377304493760 140377130993951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7942] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7942/stat : 7942 (java) S 7936 7939 4042 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377265994408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7943] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7943/stat : 7943 (java) S 7936 7939 4042 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377264941864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7944] ppid=7936 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7939/task/7944/stat : 7944 (java) S 7936 7939 4042 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377263889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7945] ppid=7936 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7939/task/7945/stat : 7945 (java) S 7936 7939 4042 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377262836776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7946] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7946/stat : 7946 (java) S 7936 7939 4042 0 -1 4202560 85 0 0 0 3 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377261783208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7939/tid=7947] ppid=7936 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7939/task/7947/stat : 7947 (java) S 7936 7939 4042 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377260730664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7948] ppid=7936 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7939/task/7948/stat : 7948 (java) S 7936 7939 4042 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377259678120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7939/tid=7949] ppid=7936 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7939/task/7949/stat : 7949 (java) S 7936 7939 4042 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377258625576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7950] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7950/stat : 7950 (java) S 7936 7939 4042 0 -1 4202560 31 0 0 0 0 3 0 0 20 0 19 0 106364089 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377128421992 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7951] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7951/stat : 7951 (java) S 7936 7939 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377127368312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7952] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7952/stat : 7952 (java) S 7936 7939 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377126315656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7953] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7953/stat : 7953 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377125264400 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7954] ppid=7936 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7939/task/7954/stat : 7954 (java) S 7936 7939 4042 0 -1 4202560 1757 0 0 0 15 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377124210744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7955] ppid=7936 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7939/task/7955/stat : 7955 (java) S 7936 7939 4042 0 -1 4202560 4353 0 0 0 30 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377123158200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7956] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7956/stat : 7956 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377122105848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7957] ppid=7936 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/7939/task/7957/stat : 7957 (java) S 7936 7939 4042 0 -1 4202560 104 0 0 0 30 40 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377121053512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7958] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7958/stat : 7958 (java) S 7936 7939 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106364100 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377119999272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 7939 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.3 s]
/proc/loadavg: 2.25 2.23 2.18 3/213 8068
/proc/meminfo: memFree=29021628/32872528 swapFree=15272/1656604
[pid=7939] ppid=7936 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/7939/stat : 7939 (java) S 7936 7939 4042 0 -1 4202496 10290 0 1 0 179952 48 0 0 20 0 19 0 106364087 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140737375024080 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7939/statm: 2406260 55441 2271 9 0 2396937 0
[pid=7939/tid=7940] ppid=7936 vsize=9625040 CPUtime=1794.27 cores=1,3,5,7
/proc/7939/task/7940/stat : 7940 (java) R 7936 7939 4042 0 -1 4202560 2479 0 1 0 179396 31 0 0 20 0 19 0 106364087 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377304493760 140377130993951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7942] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7942/stat : 7942 (java) S 7936 7939 4042 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377265994408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7943] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7943/stat : 7943 (java) S 7936 7939 4042 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377264941864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7944] ppid=7936 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7939/task/7944/stat : 7944 (java) S 7936 7939 4042 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377263889320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7945] ppid=7936 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7939/task/7945/stat : 7945 (java) S 7936 7939 4042 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377262836776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7946] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7946/stat : 7946 (java) S 7936 7939 4042 0 -1 4202560 85 0 0 0 3 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377261783208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7939/tid=7947] ppid=7936 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7939/task/7947/stat : 7947 (java) S 7936 7939 4042 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377260730664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7948] ppid=7936 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7939/task/7948/stat : 7948 (java) S 7936 7939 4042 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377259678120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7939/tid=7949] ppid=7936 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7939/task/7949/stat : 7949 (java) S 7936 7939 4042 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 106364088 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377258625576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7950] ppid=7936 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7939/task/7950/stat : 7950 (java) S 7936 7939 4042 0 -1 4202560 31 0 0 0 0 3 0 0 20 0 19 0 106364089 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377128421992 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7951] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7951/stat : 7951 (java) S 7936 7939 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377127368312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7952] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7952/stat : 7952 (java) S 7936 7939 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106364089 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377126315656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7953] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7953/stat : 7953 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377125264400 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7954] ppid=7936 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7939/task/7954/stat : 7954 (java) S 7936 7939 4042 0 -1 4202560 1757 0 0 0 15 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377124210744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7939/tid=7955] ppid=7936 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7939/task/7955/stat : 7955 (java) S 7936 7939 4042 0 -1 4202560 4353 0 0 0 30 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377123158200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7956] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7956/stat : 7956 (java) S 7936 7939 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377122105848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7939/tid=7957] ppid=7936 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/7939/task/7957/stat : 7957 (java) S 7936 7939 4042 0 -1 4202560 104 0 0 0 30 40 0 0 20 0 19 0 106364091 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377121053512 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7939/tid=7958] ppid=7936 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7939/task/7958/stat : 7958 (java) S 7936 7939 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106364100 9856040960 55441 33554432000 1073741824 1073778376 140737375032944 140377119999272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 7939 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=78106
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=903862
# CPU time returned by wait4() is 1795.98
# 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): 1799.34
CPU time (s): 1800
CPU user time (s): 1799.52
CPU system time (s): 0.48
CPU usage (%): 100.037
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.08
system time used= 0.903862
maximum resident set size= 221916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10335
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38130
involuntary context switches= 20415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3724 second user time and 13.9429 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-06 22:18:28
IDJOB=4085441
IDBENCH=2919
IDSOLVER=2546
FILE ID=node136/4085441-1465244308
RUNJOBID= node136-1465237111-7011
PBS_JOBID= 19843227
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_6_50_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085441-1465244308/watcher-4085441-1465244308 -o /tmp/evaluation-result-4085441-1465244308/solver-4085441-1465244308 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7011 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085441-1465244308.opb

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

MD5SUM BENCH= f48abdef3d00ab6f87ca2e4f0d43c1d1
RANDOM SEED=1182972264

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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:        30286468 kB
Buffers:           26292 kB
Cached:           102528 kB
SwapCached:          804 kB
Active:           141212 kB
Inactive:          80924 kB
Active(anon):      94604 kB
Inactive(anon):     1208 kB
Active(file):      46608 kB
Inactive(file):    79716 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:       1755944 kB
Mapped:            15216 kB
Shmem:                 0 kB
Slab:             567252 kB
SReclaimable:      11016 kB
SUnreclaim:       556236 kB
KernelStack:        1568 kB
PageTables:         8000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2345512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1716224 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= 71688 MiB
End job on node136 at 2016-06-06 22:48:27