Trace number 4090062

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.67 1797.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v111-n1.opb
MD5SUM1b65eab1d8e87decd5463253819c81a3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.18975
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333
Total number of constraints111
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)111
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090062-1466037114.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.035s.
0.09/0.15	c declared #vars     333
0.09/0.15	c #constraints  222
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 111
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 111
0.09/0.15	c 222 constraints processed.
0.78/0.59	c cleaning 2488 clauses out of 5000 with flag 46107/5000
1.45/1.11	c cleaning 4256 clauses out of 8515 with flag 124004/11003
2.15/1.82	c cleaning 5624 clauses out of 11256 with flag 219501/18000
3.15/2.81	c cleaning 6809 clauses out of 13633 with flag 326637/26001
4.37/4.02	c cleaning 7902 clauses out of 15823 with flag 448228/35000
5.77/5.48	c cleaning 8950 clauses out of 17921 with flag 580924/45000
7.56/7.26	c cleaning 9976 clauses out of 19973 with flag 738413/56002
9.66/9.32	c cleaning 10993 clauses out of 21999 with flag 912462/68004
12.06/11.75	c cleaning 11992 clauses out of 24002 with flag 1093625/81000
14.77/14.49	c cleaning 12996 clauses out of 26010 with flag 1293569/95000
17.86/17.54	c cleaning 14000 clauses out of 28015 with flag 1536697/110001
21.37/21.02	c cleaning 15002 clauses out of 30015 with flag 1777348/126001
25.07/24.76	c cleaning 16002 clauses out of 32012 with flag 2007693/143000
29.36/29.07	c cleaning 16996 clauses out of 34010 with flag 2264598/161000
34.26/33.92	c cleaning 18001 clauses out of 36014 with flag 2533323/180000
39.76/39.47	c cleaning 19002 clauses out of 38014 with flag 2791241/200001
45.38/45.07	c cleaning 19998 clauses out of 40011 with flag 3082041/221000
51.18/50.87	c cleaning 21001 clauses out of 42016 with flag 3372994/243003
57.98/57.63	c cleaning 21995 clauses out of 44012 with flag 3681149/266000
65.38/65.05	c cleaning 23005 clauses out of 46018 with flag 4020120/290001
72.68/72.36	c cleaning 24000 clauses out of 48013 with flag 4347090/315001
80.68/80.39	c cleaning 24996 clauses out of 50012 with flag 4708305/341000
89.48/89.13	c cleaning 26003 clauses out of 52018 with flag 5074111/368002
99.07/98.75	c cleaning 26996 clauses out of 54013 with flag 5434603/396000
109.60/109.22	c cleaning 28002 clauses out of 56019 with flag 5856475/425002
120.91/120.57	c cleaning 29001 clauses out of 58017 with flag 6317101/455002
132.61/132.27	c cleaning 29997 clauses out of 60014 with flag 6795556/486000
145.41/145.06	c cleaning 31001 clauses out of 62020 with flag 7291972/518003
159.02/158.60	c cleaning 31998 clauses out of 64016 with flag 7830293/551000
173.23/172.82	c cleaning 33002 clauses out of 66018 with flag 8383235/585000
188.77/188.30	c cleaning 33997 clauses out of 68016 with flag 8914014/620000
205.49/205.06	c cleaning 35000 clauses out of 70020 with flag 9491318/656001
222.29/221.88	c cleaning 35998 clauses out of 72021 with flag 10084266/693002
241.39/240.98	c cleaning 37001 clauses out of 74021 with flag 10714292/731000
260.78/260.33	c cleaning 38000 clauses out of 76022 with flag 11331460/770002
280.39/279.86	c cleaning 39003 clauses out of 78021 with flag 11963731/810001
301.80/301.24	c cleaning 40001 clauses out of 80018 with flag 12633815/851001
325.12/324.56	c cleaning 41000 clauses out of 82018 with flag 13344840/893002
348.91/348.31	c cleaning 42001 clauses out of 84017 with flag 14047038/936001
375.00/374.46	c cleaning 42997 clauses out of 86015 with flag 14784635/980000
401.29/400.58	c cleaning 44000 clauses out of 88018 with flag 15514216/1025000
428.70/427.95	c cleaning 45005 clauses out of 90018 with flag 16227884/1071000
458.51/457.73	c cleaning 45996 clauses out of 92014 with flag 16927295/1118001
489.61/488.86	c cleaning 46999 clauses out of 94017 with flag 17657207/1166000
523.21/522.25	c cleaning 48001 clauses out of 96021 with flag 18389182/1215003
561.52/560.51	c cleaning 48999 clauses out of 98017 with flag 19182982/1265000
601.85/600.86	c cleaning 50000 clauses out of 100020 with flag 19993376/1316002
642.21/640.93	c cleaning 51000 clauses out of 102018 with flag 20826301/1368000
682.34/681.05	c cleaning 52000 clauses out of 104020 with flag 21712880/1421002
723.24/721.90	c cleaning 53001 clauses out of 106019 with flag 22607418/1475001
764.28/762.73	c cleaning 53998 clauses out of 108017 with flag 23535357/1530000
806.18/804.61	c cleaning 55002 clauses out of 110021 with flag 24520554/1586002
849.29/847.71	c cleaning 55997 clauses out of 112018 with flag 25525155/1643001
893.35/891.67	c cleaning 57002 clauses out of 114020 with flag 26555335/1701000
942.87/941.15	c cleaning 58003 clauses out of 116020 with flag 27552750/1760002
993.43/991.53	c cleaning 58998 clauses out of 118015 with flag 28565548/1820000
1041.83/1039.97	c cleaning 60003 clauses out of 120020 with flag 29565612/1881003
1093.60/1091.60	c cleaning 60998 clauses out of 122014 with flag 30601558/1943000
1146.99/1145.02	c cleaning 61996 clauses out of 124016 with flag 31656302/2006000
1200.17/1198.14	c cleaning 62997 clauses out of 126020 with flag 32741503/2070000
1260.17/1258.19	c cleaning 63999 clauses out of 128024 with flag 33870253/2135001
1321.54/1319.49	c cleaning 65003 clauses out of 130024 with flag 35028703/2201000
1382.85/1380.65	c cleaning 66002 clauses out of 132022 with flag 36161933/2268001
1453.08/1450.83	c cleaning 67000 clauses out of 134020 with flag 37241230/2336001
1526.97/1524.62	c cleaning 68002 clauses out of 136020 with flag 38449601/2405001
1598.78/1596.41	c cleaning 69001 clauses out of 138017 with flag 39670445/2475000
1673.51/1671.18	c cleaning 69998 clauses out of 140016 with flag 40894133/2546000
1751.71/1749.20	c cleaning 70997 clauses out of 142018 with flag 42124453/2618000
1800.01/1797.51	c starts		: 37
1800.01/1797.51	c conflicts		: 2670587
1800.01/1797.51	c decisions		: 2889750
1800.01/1797.51	c propagations		: 79259279
1800.01/1797.51	c inspects		: 32310009452
1800.01/1797.51	c shortcuts		: 0
1800.01/1797.51	c learnt literals	: 0
1800.01/1797.51	c learnt binary clauses	: 0
1800.01/1797.51	c learnt ternary clauses	: 0
1800.01/1797.51	c learnt constraints	: 2670587
1800.01/1797.51	c ignored constraints	: 0
1800.01/1797.51	c root simplifications	: 0
1800.01/1797.51	c removed literals (reason simplification)	: 0
1800.01/1797.51	c reason swapping (by a shorter reason)	: 0
1800.01/1797.51	c Calls to reduceDB	: 68
1800.01/1797.51	c Number of update (reduction) of LBD	: 791722
1800.01/1797.51	c Imported unit clauses	: 0
1800.01/1797.51	c timeout
1800.01/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.51	c number of learned constraints concerned by reduction	: 0
1800.01/1797.51	c number of learning phase by resolution	: 0
1800.01/1797.51	c number of learning phase by cutting planes	: 0
1800.01/1797.51	c speed (assignments/second)	: 44097.63491878918
1800.01/1797.51	c non guided choices	96
1800.01/1797.54	c learnt constraints type 
1800.01/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123608
1800.01/1797.54	s UNKNOWN
1800.01/1797.54	c Total wall clock time (in seconds): 1797.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-4090062-1466037114/watcher-4090062-1466037114 -o /tmp/evaluation-result-4090062-1466037114/solver-4090062-1466037114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090062-1466037114.opb 

pid=11410
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.09 2.14 2.16 3/194 11413
/proc/meminfo: memFree=30253340/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11413/stat : 11413 (java) D 11410 11413 5929 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 5759997 9515008 175 33554432000 1073741824 1073778376 140735916054464 140735916037192 272886481808 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2323 175 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.09 2.14 2.16 3/194 11413
/proc/meminfo: memFree=30253340/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11413/stat : 11413 (java) S 11410 11413 5929 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 5759997 9787879424 6034 33554432000 1073741824 1073778376 140735916054464 140735916045600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.09 2.14 2.16 3/194 11413
/proc/meminfo: memFree=30253340/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/11413/stat : 11413 (java) S 11410 11413 5929 0 -1 4202496 6590 0 1 0 25 1 0 0 20 0 19 0 5759997 9856040960 7591 33554432000 1073741824 1073778376 140735916054464 140735916045600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2406260 7591 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.30033 s]
/proc/loadavg: 2.09 2.14 2.16 3/194 11413
/proc/meminfo: memFree=30253340/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/11413/stat : 11413 (java) S 11410 11413 5929 0 -1 4202496 7394 0 1 0 50 1 0 0 20 0 19 0 5759997 9856040960 8198 33554432000 1073741824 1073778376 140735916054464 140735916045600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2406260 8198 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700267 s]
/proc/loadavg: 2.09 2.14 2.16 3/194 11413
/proc/meminfo: memFree=30253340/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/11413/stat : 11413 (java) S 11410 11413 5929 0 -1 4202496 8377 0 1 0 100 1 0 0 20 0 19 0 5759997 9856040960 9085 33554432000 1073741824 1073778376 140735916054464 140735916045600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2406260 9085 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.09 2.14 2.16 3/213 11432
/proc/meminfo: memFree=30220372/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/11413/stat : 11413 (java) S 11410 11413 5929 0 -1 4202496 8382 0 1 0 183 1 0 0 20 0 19 0 5759997 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 140735916045600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2406260 10622 2249 9 0 2396937 0
[pid=11413/tid=11415] ppid=11410 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/11413/task/11415/stat : 11415 (java) R 11410 11413 5929 0 -1 4202560 2404 0 1 0 146 0 0 0 20 0 19 0 5759998 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139799265967824 139799122362272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11416] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11416/stat : 11416 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139799244077480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11417] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11417/stat : 11417 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139799243024936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11418] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11418/stat : 11418 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139799241971880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11419] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11419/stat : 11419 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139799240919336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11420] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11420/stat : 11420 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798903778216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11421] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11421/stat : 11421 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798902725672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11422] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11422/stat : 11422 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798901672616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11423] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11423/stat : 11423 (java) S 11410 11413 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798900620072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11424] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11424/stat : 11424 (java) S 11410 11413 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798888421736 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11425] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11425/stat : 11425 (java) S 11410 11413 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798887368056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11426] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11426/stat : 11426 (java) S 11410 11413 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798886314888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11427] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11427/stat : 11427 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798885263632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11428] ppid=11410 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/11413/task/11428/stat : 11428 (java) S 11410 11413 5929 0 -1 4202560 1606 0 0 0 15 0 0 0 20 0 19 0 5760003 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798884211512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11429] ppid=11410 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/11413/task/11429/stat : 11429 (java) S 11410 11413 5929 0 -1 4202560 3101 0 0 0 20 0 0 0 20 0 19 0 5760003 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798883158968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11430] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11430/stat : 11430 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798882106104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11431] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11431/stat : 11431 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798881053768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11432] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11432/stat : 11432 (java) S 11410 11413 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5760013 9856040960 10622 33554432000 1073741824 1073778376 140735916054464 139798879999016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.09 2.14 2.16 3/213 11432
/proc/meminfo: memFree=30214104/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/11413/stat : 11413 (java) S 11410 11413 5929 0 -1 4202496 8387 0 1 0 345 2 0 0 20 0 19 0 5759997 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 140735916045600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2406260 12671 2249 9 0 2396937 0
[pid=11413/tid=11415] ppid=11410 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/11413/task/11415/stat : 11415 (java) R 11410 11413 5929 0 -1 4202560 2408 0 1 0 304 2 0 0 20 0 19 0 5759998 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139799265976600 139799122333685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11416] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11416/stat : 11416 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139799244077480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11417] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11417/stat : 11417 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139799243024936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11418] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11418/stat : 11418 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139799241971880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11419] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11419/stat : 11419 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139799240919336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11420] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11420/stat : 11420 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798903778216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11421] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11421/stat : 11421 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798902725672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11422] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11422/stat : 11422 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798901672616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11423] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11423/stat : 11423 (java) S 11410 11413 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798900620072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11424] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11424/stat : 11424 (java) S 11410 11413 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798888421736 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11425] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11425/stat : 11425 (java) S 11410 11413 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798887368056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11426] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11426/stat : 11426 (java) S 11410 11413 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798886314888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11427] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11427/stat : 11427 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798885263632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11428] ppid=11410 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11413/task/11428/stat : 11428 (java) S 11410 11413 5929 0 -1 4202560 1607 0 0 0 17 0 0 0 20 0 19 0 5760003 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798884211512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11429] ppid=11410 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/11413/task/11429/stat : 11429 (java) S 11410 11413 5929 0 -1 4202560 3101 0 0 0 20 0 0 0 20 0 19 0 5760003 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798883158968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11430] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11430/stat : 11430 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798882106104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11431] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11431/stat : 11431 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798881053768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11432] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11432/stat : 11432 (java) S 11410 11413 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5760013 9856040960 12671 33554432000 1073741824 1073778376 140735916054464 139798879999016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.09 2.14 2.16 3/213 11432
/proc/meminfo: memFree=30198464/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9625040 CPUtime=6.66 cores=1,3,5,7
/proc/11413/stat : 11413 (java) S 11410 11413 5929 0 -1 4202496 8396 0 1 0 664 2 0 0 20 0 19 0 5759997 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 140735916045600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2406260 16256 2250 9 0 2396937 0
[pid=11413/tid=11415] ppid=11410 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/11413/task/11415/stat : 11415 (java) R 11410 11413 5929 0 -1 4202560 2416 0 1 0 624 2 0 0 20 0 19 0 5759998 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139799265967824 139799122379528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11416] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11416/stat : 11416 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139799244077480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11417] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11417/stat : 11417 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139799243024936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11418] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11418/stat : 11418 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139799241971880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11419] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11419/stat : 11419 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139799240919336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11420] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11420/stat : 11420 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798903778216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11421] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11421/stat : 11421 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798902725672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11422] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11422/stat : 11422 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798901672616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11423] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11423/stat : 11423 (java) S 11410 11413 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5759999 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798900620072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11424] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11424/stat : 11424 (java) S 11410 11413 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798888421736 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11425] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11425/stat : 11425 (java) S 11410 11413 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798887368056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11426] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11426/stat : 11426 (java) S 11410 11413 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798886314888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11427] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11427/stat : 11427 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798885263632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11428] ppid=11410 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11413/task/11428/stat : 11428 (java) S 11410 11413 5929 0 -1 4202560 1607 0 0 0 17 0 0 0 20 0 19 0 5760003 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798884211512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11429] ppid=11410 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/11413/task/11429/stat : 11429 (java) S 11410 11413 5929 0 -1 4202560 3101 0 0 0 20 0 0 0 20 0 19 0 5760003 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798883158968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11430] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11430/stat : 11430 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798882106104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11431] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11431/stat : 11431 (java) S 11410 11413 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798881053768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11432] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11432/stat : 11432 (java) S 11410 11413 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5760013 9856040960 16256 33554432000 1073741824 1073778376 140735916054464 139798879999016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=11413/tid=11425] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11425/stat : 11425 (java) S 11410 11413 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798887368056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11426] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11426/stat : 11426 (java) S 11410 11413 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798886314888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11427] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11427/stat : 11427 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798885263632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11428] ppid=11410 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11413/task/11428/stat : 11428 (java) S 11410 11413 5929 0 -1 4202560 1607 0 0 0 17 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798884211512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11429] ppid=11410 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11413/task/11429/stat : 11429 (java) S 11410 11413 5929 0 -1 4202560 3107 0 0 0 23 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798883158968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11430] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11430/stat : 11430 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798882106104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11431] ppid=11410 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/11413/task/11431/stat : 11431 (java) S 11410 11413 5929 0 -1 4202560 100 0 0 0 31 42 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798881053768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11432] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11432/stat : 11432 (java) S 11410 11413 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5760013 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798879999016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.79
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.36 2.26 2.20 4/215 11694
/proc/meminfo: memFree=29484840/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9625040 CPUtime=1784.81 cores=1,3,5,7
/proc/11413/stat : 11413 (java) S 11410 11413 5929 0 -1 4202496 10744 0 1 0 178382 99 0 0 20 0 19 0 5759997 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 140735916045600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2406260 163628 2276 9 0 2396937 0
[pid=11413/tid=11415] ppid=11410 vsize=9625040 CPUtime=1781.55 cores=1,3,5,7
/proc/11413/task/11415/stat : 11415 (java) R 11410 11413 5929 0 -1 4202560 2481 0 1 0 178124 31 0 0 20 0 19 0 5759998 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799265967824 139799122362307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11416] ppid=11410 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/11413/task/11416/stat : 11416 (java) S 11410 11413 5929 0 -1 4202560 425 0 0 0 28 13 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799244077480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11417] ppid=11410 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11413/task/11417/stat : 11417 (java) S 11410 11413 5929 0 -1 4202560 313 0 0 0 20 7 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799243024936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11418] ppid=11410 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11413/task/11418/stat : 11418 (java) S 11410 11413 5929 0 -1 4202560 285 0 0 0 20 5 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799241971880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11419] ppid=11410 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11413/task/11419/stat : 11419 (java) S 11410 11413 5929 0 -1 4202560 182 0 0 0 20 7 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799240919336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11420] ppid=11410 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11413/task/11420/stat : 11420 (java) S 11410 11413 5929 0 -1 4202560 190 0 0 0 25 8 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798903778216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11421] ppid=11410 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11413/task/11421/stat : 11421 (java) S 11410 11413 5929 0 -1 4202560 122 0 0 0 17 6 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798902725672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11422] ppid=11410 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11413/task/11422/stat : 11422 (java) S 11410 11413 5929 0 -1 4202560 203 0 0 0 18 6 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798901672616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11423] ppid=11410 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/11413/task/11423/stat : 11423 (java) S 11410 11413 5929 0 -1 4202560 259 0 0 0 25 10 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798900620072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11424] ppid=11410 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/11413/task/11424/stat : 11424 (java) S 11410 11413 5929 0 -1 4202560 206 0 0 0 9 2 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798888421736 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11425] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11425/stat : 11425 (java) S 11410 11413 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798887368056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11426] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11426/stat : 11426 (java) S 11410 11413 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798886314888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11427] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11427/stat : 11427 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798885263632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11428] ppid=11410 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11413/task/11428/stat : 11428 (java) S 11410 11413 5929 0 -1 4202560 1607 0 0 0 17 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798884211512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11429] ppid=11410 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11413/task/11429/stat : 11429 (java) S 11410 11413 5929 0 -1 4202560 3107 0 0 0 23 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798883158968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11430] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11430/stat : 11430 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798882106104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11431] ppid=11410 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/11413/task/11431/stat : 11431 (java) S 11410 11413 5929 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798881053768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11432] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11432/stat : 11432 (java) S 11410 11413 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5760013 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798879999016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.81
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 2.35 2.26 2.20 3/215 11694
/proc/meminfo: memFree=29484856/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/11413/stat : 11413 (java) S 11410 11413 5929 0 -1 4202496 10744 0 1 0 179902 99 0 0 20 0 19 0 5759997 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 140735916045600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2406260 163628 2276 9 0 2396937 0
[pid=11413/tid=11415] ppid=11410 vsize=9625040 CPUtime=1796.76 cores=1,3,5,7
/proc/11413/task/11415/stat : 11415 (java) R 11410 11413 5929 0 -1 4202560 2481 0 1 0 179645 31 0 0 20 0 19 0 5759998 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799265967824 139799122362446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11416] ppid=11410 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/11413/task/11416/stat : 11416 (java) S 11410 11413 5929 0 -1 4202560 425 0 0 0 28 13 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799244077480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11417] ppid=11410 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11413/task/11417/stat : 11417 (java) S 11410 11413 5929 0 -1 4202560 313 0 0 0 20 7 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799243024936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11418] ppid=11410 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11413/task/11418/stat : 11418 (java) S 11410 11413 5929 0 -1 4202560 285 0 0 0 20 5 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799241971880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11419] ppid=11410 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11413/task/11419/stat : 11419 (java) S 11410 11413 5929 0 -1 4202560 182 0 0 0 20 7 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799240919336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11420] ppid=11410 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11413/task/11420/stat : 11420 (java) S 11410 11413 5929 0 -1 4202560 190 0 0 0 25 8 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798903778216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11421] ppid=11410 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11413/task/11421/stat : 11421 (java) S 11410 11413 5929 0 -1 4202560 122 0 0 0 17 6 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798902725672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11422] ppid=11410 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11413/task/11422/stat : 11422 (java) S 11410 11413 5929 0 -1 4202560 203 0 0 0 18 6 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798901672616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11423] ppid=11410 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/11413/task/11423/stat : 11423 (java) S 11410 11413 5929 0 -1 4202560 259 0 0 0 25 10 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798900620072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11424] ppid=11410 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/11413/task/11424/stat : 11424 (java) S 11410 11413 5929 0 -1 4202560 206 0 0 0 9 2 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798888421736 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11425] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11425/stat : 11425 (java) S 11410 11413 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798887368056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11426] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11426/stat : 11426 (java) S 11410 11413 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798886314888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11427] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11427/stat : 11427 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798885263632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11428] ppid=11410 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11413/task/11428/stat : 11428 (java) S 11410 11413 5929 0 -1 4202560 1607 0 0 0 17 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798884211512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11429] ppid=11410 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11413/task/11429/stat : 11429 (java) S 11410 11413 5929 0 -1 4202560 3107 0 0 0 23 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798883158968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11430] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11430/stat : 11430 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798882106104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11431] ppid=11410 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/11413/task/11431/stat : 11431 (java) S 11410 11413 5929 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798881053768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11432] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11432/stat : 11432 (java) S 11410 11413 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5760013 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798879999016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11413 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.51 s]
/proc/loadavg: 2.35 2.26 2.20 3/215 11694
/proc/meminfo: memFree=29484856/32872528 swapFree=1243664/1390832
[pid=11413] ppid=11410 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/11413/stat : 11413 (java) S 11410 11413 5929 0 -1 4202496 10744 0 1 0 179902 99 0 0 20 0 19 0 5759997 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 140735916045600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11413/statm: 2406260 163628 2276 9 0 2396937 0
[pid=11413/tid=11415] ppid=11410 vsize=9625040 CPUtime=1796.76 cores=1,3,5,7
/proc/11413/task/11415/stat : 11415 (java) R 11410 11413 5929 0 -1 4202560 2481 0 1 0 179645 31 0 0 20 0 19 0 5759998 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799265967824 139799122362446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11416] ppid=11410 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/11413/task/11416/stat : 11416 (java) S 11410 11413 5929 0 -1 4202560 425 0 0 0 28 13 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799244077480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11417] ppid=11410 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11413/task/11417/stat : 11417 (java) S 11410 11413 5929 0 -1 4202560 313 0 0 0 20 7 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799243024936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11418] ppid=11410 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11413/task/11418/stat : 11418 (java) S 11410 11413 5929 0 -1 4202560 285 0 0 0 20 5 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799241971880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11419] ppid=11410 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11413/task/11419/stat : 11419 (java) S 11410 11413 5929 0 -1 4202560 182 0 0 0 20 7 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139799240919336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11420] ppid=11410 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11413/task/11420/stat : 11420 (java) S 11410 11413 5929 0 -1 4202560 190 0 0 0 25 8 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798903778216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11421] ppid=11410 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11413/task/11421/stat : 11421 (java) S 11410 11413 5929 0 -1 4202560 122 0 0 0 17 6 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798902725672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11422] ppid=11410 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11413/task/11422/stat : 11422 (java) S 11410 11413 5929 0 -1 4202560 203 0 0 0 18 6 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798901672616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11423] ppid=11410 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/11413/task/11423/stat : 11423 (java) S 11410 11413 5929 0 -1 4202560 259 0 0 0 25 10 0 0 20 0 19 0 5759999 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798900620072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11424] ppid=11410 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/11413/task/11424/stat : 11424 (java) S 11410 11413 5929 0 -1 4202560 206 0 0 0 9 2 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798888421736 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11425] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11425/stat : 11425 (java) S 11410 11413 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798887368056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11426] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11426/stat : 11426 (java) S 11410 11413 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5760001 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798886314888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11413/tid=11427] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11427/stat : 11427 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798885263632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11428] ppid=11410 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11413/task/11428/stat : 11428 (java) S 11410 11413 5929 0 -1 4202560 1607 0 0 0 17 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798884211512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11413/tid=11429] ppid=11410 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11413/task/11429/stat : 11429 (java) S 11410 11413 5929 0 -1 4202560 3107 0 0 0 23 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798883158968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11430] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11430/stat : 11430 (java) S 11410 11413 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798882106104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11413/tid=11431] ppid=11410 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/11413/task/11431/stat : 11431 (java) S 11410 11413 5929 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 19 0 5760003 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798881053768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11413/tid=11432] ppid=11410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11413/task/11432/stat : 11432 (java) S 11410 11413 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5760013 9856040960 163628 33554432000 1073741824 1073778376 140735916054464 139798879999016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.54
CPU time (s): 1800.67
CPU user time (s): 1799.15
CPU system time (s): 1.52277
CPU usage (%): 100.174
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.52277
maximum resident set size= 724516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10789
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38437
involuntary context switches= 5072

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7292 second user time and 12.6761 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 02:31:54
IDJOB=4090062
IDBENCH=107495
IDSOLVER=2546
FILE ID=node119/4090062-1466037114
RUNJOBID= node119-1466012072-5946
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v111-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090062-1466037114/watcher-4090062-1466037114 -o /tmp/evaluation-result-4090062-1466037114/solver-4090062-1466037114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090062-1466037114.opb

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

MD5SUM BENCH= 1b65eab1d8e87decd5463253819c81a3
RANDOM SEED=1729915906

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        30253340 kB
Buffers:           34168 kB
Cached:            98228 kB
SwapCached:        14188 kB
Active:           410248 kB
Inactive:         118956 kB
Active(anon):     385576 kB
Inactive(anon):    14104 kB
Active(file):      24672 kB
Inactive(file):   104852 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088068 kB
Dirty:               824 kB
Writeback:             8 kB
AnonPages:       1777092 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             565604 kB
SReclaimable:       9864 kB
SUnreclaim:       555740 kB
KernelStack:        1664 kB
PageTables:         7876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2208472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-16 03:01:51