Trace number 4089719

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.5 1798.73

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v080-n1.opb
MD5SUM604488d4fee69c2c6e1cbbbc66463d76
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 benchmark0.038993
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables159
Total number of constraints80
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089719-1466032184.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.022s.
0.11/0.12	c declared #vars     159
0.11/0.12	c #constraints  160
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 158
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.12	c 160 constraints processed.
0.84/0.52	c cleaning 2496 clauses out of 5001 with flag 29291/5001
1.27/0.86	c cleaning 4246 clauses out of 8505 with flag 78158/11001
1.72/1.26	c cleaning 5619 clauses out of 11258 with flag 132298/18000
2.32/1.82	c cleaning 6819 clauses out of 13640 with flag 190018/26001
3.04/2.50	c cleaning 7904 clauses out of 15820 with flag 265105/35000
3.85/3.32	c cleaning 8950 clauses out of 17919 with flag 355306/45003
4.74/4.29	c cleaning 9973 clauses out of 19968 with flag 455335/56002
5.94/5.50	c cleaning 10995 clauses out of 21994 with flag 584883/68001
7.44/6.95	c cleaning 11976 clauses out of 23999 with flag 730419/81001
9.05/8.58	c cleaning 13002 clauses out of 26023 with flag 893325/95001
10.95/10.46	c cleaning 14002 clauses out of 28020 with flag 1053235/110000
13.24/12.79	c cleaning 15004 clauses out of 30019 with flag 1281026/126001
15.74/15.27	c cleaning 16002 clauses out of 32015 with flag 1521409/143001
18.34/17.82	c cleaning 17001 clauses out of 34015 with flag 1735270/161003
21.14/20.69	c cleaning 17990 clauses out of 36012 with flag 1972711/180001
24.44/23.97	c cleaning 18998 clauses out of 38021 with flag 2238014/200000
27.84/27.33	c cleaning 19996 clauses out of 40026 with flag 2494912/221003
31.84/31.36	c cleaning 20994 clauses out of 42027 with flag 2783159/243000
36.44/35.91	c cleaning 22007 clauses out of 44033 with flag 3102400/266000
41.15/40.63	c cleaning 23001 clauses out of 46026 with flag 3407644/290000
46.05/45.50	c cleaning 24007 clauses out of 48026 with flag 3704544/315001
51.75/51.28	c cleaning 25000 clauses out of 50018 with flag 4050421/341000
58.05/57.56	c cleaning 26002 clauses out of 52020 with flag 4412199/368002
64.56/64.00	c cleaning 27000 clauses out of 54016 with flag 4745538/396000
71.16/70.65	c cleaning 27997 clauses out of 56016 with flag 5082471/425000
77.06/76.59	c cleaning 28997 clauses out of 58021 with flag 5380615/455002
84.36/83.82	c cleaning 30004 clauses out of 60023 with flag 5707288/486001
92.97/92.46	c cleaning 31003 clauses out of 62018 with flag 6112218/518000
101.87/101.33	c cleaning 31988 clauses out of 64015 with flag 6514572/551000
111.36/110.86	c cleaning 32987 clauses out of 66030 with flag 6987767/585003
121.87/121.31	c cleaning 34011 clauses out of 68042 with flag 7470692/620002
131.77/131.27	c cleaning 35005 clauses out of 70029 with flag 7893457/656000
142.53/141.92	c cleaning 36007 clauses out of 72025 with flag 8385216/693001
153.72/153.12	c cleaning 36993 clauses out of 74017 with flag 8905550/731000
165.63/165.03	c cleaning 37993 clauses out of 76026 with flag 9456234/770002
178.62/178.03	c cleaning 38998 clauses out of 78031 with flag 10056535/810000
192.34/191.79	c cleaning 40008 clauses out of 80033 with flag 10678994/851000
206.54/205.94	c cleaning 40994 clauses out of 82025 with flag 11292790/893000
223.44/222.84	c cleaning 41992 clauses out of 84031 with flag 11952412/936000
239.15/238.53	c cleaning 43015 clauses out of 86042 with flag 12550498/980003
254.36/253.79	c cleaning 43999 clauses out of 88025 with flag 13080160/1025001
269.85/269.22	c cleaning 45005 clauses out of 90027 with flag 13568284/1071002
287.15/286.50	c cleaning 46006 clauses out of 92022 with flag 14207580/1118002
305.85/305.29	c cleaning 46986 clauses out of 94014 with flag 14853859/1166000
325.27/324.68	c cleaning 48000 clauses out of 96030 with flag 15501573/1215002
347.17/346.51	c cleaning 48999 clauses out of 98029 with flag 16216250/1265001
369.58/368.94	c cleaning 50005 clauses out of 100029 with flag 16924980/1316000
393.18/392.50	c cleaning 51002 clauses out of 102024 with flag 17677264/1368000
414.46/413.72	c cleaning 52000 clauses out of 104023 with flag 18394466/1421001
436.96/436.27	c cleaning 53001 clauses out of 106023 with flag 19135244/1475001
461.78/461.07	c cleaning 53997 clauses out of 108021 with flag 19952243/1530000
487.47/486.71	c cleaning 55001 clauses out of 110026 with flag 20788045/1586002
514.28/513.57	c cleaning 55995 clauses out of 112024 with flag 21607486/1643001
542.49/541.79	c cleaning 57003 clauses out of 114030 with flag 22407781/1701002
570.09/569.32	c cleaning 57998 clauses out of 116028 with flag 23181896/1760003
595.91/595.11	c cleaning 59006 clauses out of 118028 with flag 23864390/1820001
624.61/623.89	c cleaning 59998 clauses out of 120021 with flag 24517229/1881000
653.41/652.64	c cleaning 61007 clauses out of 122023 with flag 25272853/1943000
685.92/685.20	c cleaning 61998 clauses out of 124016 with flag 26111649/2006000
717.93/717.11	c cleaning 62993 clauses out of 126019 with flag 26973152/2070001
750.39/749.52	c cleaning 64006 clauses out of 128025 with flag 27823047/2135000
786.60/785.77	c cleaning 65003 clauses out of 130020 with flag 28714879/2201001
824.24/823.30	c cleaning 65996 clauses out of 132016 with flag 29750646/2268000
862.85/861.97	c cleaning 67004 clauses out of 134020 with flag 30665421/2336000
905.36/904.49	c cleaning 67996 clauses out of 136017 with flag 31630604/2405001
944.27/943.32	c cleaning 69004 clauses out of 138022 with flag 32468907/2475002
989.38/988.41	c cleaning 69996 clauses out of 140016 with flag 33254620/2546000
1037.20/1036.28	c cleaning 70998 clauses out of 142020 with flag 34001770/2618000
1088.81/1087.81	c cleaning 72002 clauses out of 144023 with flag 34766488/2691001
1138.22/1137.23	c cleaning 73007 clauses out of 146022 with flag 35681657/2765002
1183.88/1182.82	c cleaning 74002 clauses out of 148014 with flag 36644968/2840001
1234.50/1233.47	c cleaning 74990 clauses out of 150013 with flag 37645196/2916002
1286.31/1285.21	c cleaning 75996 clauses out of 152021 with flag 38523609/2993000
1338.03/1336.94	c cleaning 76998 clauses out of 154025 with flag 39482740/3071000
1388.94/1387.82	c cleaning 78009 clauses out of 156028 with flag 40461040/3150001
1443.46/1442.36	c cleaning 78999 clauses out of 158018 with flag 41424331/3230000
1505.77/1504.69	c cleaning 79986 clauses out of 160019 with flag 42625350/3311000
1568.51/1567.32	c cleaning 80995 clauses out of 162033 with flag 43624063/3393000
1641.83/1640.67	c cleaning 81999 clauses out of 164038 with flag 44530407/3476000
1715.85/1714.54	c cleaning 82999 clauses out of 166041 with flag 45479109/3560002
1791.99/1790.70	c cleaning 83998 clauses out of 168040 with flag 46449875/3645000
1800.09/1798.70	c starts		: 1324
1800.09/1798.70	c conflicts		: 3663998
1800.09/1798.70	c decisions		: 4324076
1800.09/1798.70	c propagations		: 120957896
1800.09/1798.70	c inspects		: 39775955265
1800.09/1798.70	c shortcuts		: 0
1800.09/1798.70	c learnt literals	: 0
1800.09/1798.70	c learnt binary clauses	: 0
1800.09/1798.70	c learnt ternary clauses	: 0
1800.09/1798.70	c learnt constraints	: 3663998
1800.09/1798.70	c ignored constraints	: 0
1800.09/1798.70	c root simplifications	: 0
1800.09/1798.70	c removed literals (reason simplification)	: 0
1800.09/1798.70	c reason swapping (by a shorter reason)	: 0
1800.09/1798.70	c Calls to reduceDB	: 81
1800.09/1798.70	c Number of update (reduction) of LBD	: 1215163
1800.09/1798.70	c Imported unit clauses	: 0
1800.09/1798.70	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.70	c number of learned constraints concerned by reduction	: 0
1800.09/1798.70	c number of learning phase by resolution	: 0
1800.09/1798.70	c number of learning phase by cutting planes	: 0
1800.09/1798.70	c speed (assignments/second)	: 67251.97127953306
1800.09/1798.70	c non guided choices	39
1800.09/1798.70	c timeout
1800.09/1798.73	c learnt constraints type 
1800.09/1798.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103041
1800.09/1798.73	s UNKNOWN
1800.09/1798.73	c Total wall clock time (in seconds): 1798.628

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-4089719-1466032184/watcher-4089719-1466032184 -o /tmp/evaluation-result-4089719-1466032184/solver-4089719-1466032184 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089719-1466032184.opb 

pid=8907
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.02 2.07 2.06 3/194 8910
/proc/meminfo: memFree=30982860/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 5264029 98570240 979 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 24065 979 744 9 0 16771 0
[pid=8910/tid=8911] ppid=8907 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 5264029 98582528 986 33554432000 1073741824 1073778376 140733809626320 139655979777576 206629062045 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.02 2.07 2.06 3/194 8910
/proc/meminfo: memFree=30982860/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 4489 0 1 0 10 1 0 0 20 0 18 0 5264029 9787879424 6122 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 2389619 6122 2157 9 0 2380296 0
[pid=8910/tid=8911] ppid=8907 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 2378 0 1 0 6 2 0 0 20 0 18 0 5264029 9787879424 6122 33554432000 1073741824 1073778376 140733809626320 139655979780808 206632445197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 2.02 2.07 2.06 3/194 8910
/proc/meminfo: memFree=30982860/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 8133 0 1 0 31 2 0 0 20 0 19 0 5264029 9856040960 8527 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 2406260 8527 2223 9 0 2396937 0
[pid=8910/tid=8911] ppid=8907 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 2399 0 1 0 16 2 0 0 20 0 19 0 5264029 9856040960 8527 33554432000 1073741824 1073778376 140733809626320 139655979782784 139655982516103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.300386 s]
/proc/loadavg: 2.02 2.07 2.06 3/194 8910
/proc/meminfo: memFree=30982860/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 8958 0 1 0 57 2 0 0 20 0 19 0 5264029 9856040960 8687 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 2406260 8687 2232 9 0 2396937 0
[pid=8910/tid=8911] ppid=8907 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 2405 0 1 0 26 2 0 0 20 0 19 0 5264029 9856040960 8687 33554432000 1073741824 1073778376 140733809626320 139655979782784 139655844923969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9625040

[startup+0.700326 s]
/proc/loadavg: 2.02 2.07 2.06 3/194 8910
/proc/meminfo: memFree=30982860/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 9608 0 1 0 112 2 0 0 20 0 19 0 5264029 9856040960 9254 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 2406260 9254 2245 9 0 2396937 0
[pid=8910/tid=8911] ppid=8907 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 2406 0 1 0 66 2 0 0 20 0 19 0 5264029 9856040960 9254 33554432000 1073741824 1073778376 140733809626320 139655979782456 139655844922358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.10 2.09 2.06 3/213 8929
/proc/meminfo: memFree=30951672/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 10202 0 1 0 200 2 0 0 20 0 19 0 5264029 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 2406260 9772 2248 9 0 2396937 0
[pid=8910/tid=8911] ppid=8907 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 2408 0 1 0 146 2 0 0 20 0 19 0 5264029 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655979773616 139655844730746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8913] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8913/stat : 8913 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655968844072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8914] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8914/stat : 8914 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655967791272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8915] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8915/stat : 8915 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655966738984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8916] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8916/stat : 8916 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655965686184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8917] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8917/stat : 8917 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655964633896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8918] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8918/stat : 8918 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655963581096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8919] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8919/stat : 8919 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655816887336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8920] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8920/stat : 8920 (java) S 8907 8910 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655815834536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8921] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8921/stat : 8921 (java) S 8907 8910 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655803635944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8922] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8922/stat : 8922 (java) S 8907 8910 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655802582008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8923] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8923/stat : 8923 (java) S 8907 8910 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655801529608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8924] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8924/stat : 8924 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655800478096 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8925] ppid=8907 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/8910/task/8925/stat : 8925 (java) S 8907 8910 6151 0 -1 4202560 3809 0 0 0 31 0 0 0 20 0 19 0 5264033 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655799425720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8926] ppid=8907 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/8910/task/8926/stat : 8926 (java) S 8907 8910 6151 0 -1 4202560 2712 0 0 0 19 0 0 0 20 0 19 0 5264033 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655798372920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8927] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8927/stat : 8927 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655797320824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8928] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8928/stat : 8928 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655796268232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8929] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8929/stat : 8929 (java) S 8907 8910 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5264042 9856040960 9772 33554432000 1073741824 1073778376 140733809626320 139655795213224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.10 2.09 2.06 4/213 8929
/proc/meminfo: memFree=30949632/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 10204 0 1 0 362 2 0 0 20 0 19 0 5264029 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 2406260 10796 2248 9 0 2396937 0
[pid=8910/tid=8911] ppid=8907 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 2410 0 1 0 306 2 0 0 20 0 19 0 5264029 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655979782488 139655844943103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8913] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8913/stat : 8913 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655968844072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8914] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8914/stat : 8914 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655967791272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8915] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8915/stat : 8915 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655966738984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8916] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8916/stat : 8916 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655965686184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8917] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8917/stat : 8917 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655964633896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8918] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8918/stat : 8918 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655963581096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8919] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8919/stat : 8919 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655816887336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8920] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8920/stat : 8920 (java) S 8907 8910 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655815834536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8921] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8921/stat : 8921 (java) S 8907 8910 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655803635944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8922] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8922/stat : 8922 (java) S 8907 8910 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655802582008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8923] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8923/stat : 8923 (java) S 8907 8910 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655801529608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8924] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8924/stat : 8924 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655800478096 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8925] ppid=8907 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8910/task/8925/stat : 8925 (java) S 8907 8910 6151 0 -1 4202560 3809 0 0 0 32 0 0 0 20 0 19 0 5264033 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655799425720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8926] ppid=8907 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8910/task/8926/stat : 8926 (java) S 8907 8910 6151 0 -1 4202560 2712 0 0 0 21 0 0 0 20 0 19 0 5264033 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655798372920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8927] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8927/stat : 8927 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655797320824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8928] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8928/stat : 8928 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655796268232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8929] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8929/stat : 8929 (java) S 8907 8910 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5264042 9856040960 10796 33554432000 1073741824 1073778376 140733809626320 139655795213224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.09 2.09 2.06 4/213 8929
/proc/meminfo: memFree=30939368/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=9625040 CPUtime=6.84 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 10209 0 1 0 682 2 0 0 20 0 19 0 5264029 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 2406260 12208 2249 9 0 2396937 0
[pid=8910/tid=8911] ppid=8907 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 2414 0 1 0 626 2 0 0 20 0 19 0 5264029 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655979782312 139655844933632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8913] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8913/stat : 8913 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655968844072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8914] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8914/stat : 8914 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655967791272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8915] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8915/stat : 8915 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655966738984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8916] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8916/stat : 8916 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655965686184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8917] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8917/stat : 8917 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655964633896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8918] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8918/stat : 8918 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655963581096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8919] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8919/stat : 8919 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655816887336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8920] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8920/stat : 8920 (java) S 8907 8910 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5264030 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655815834536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8921] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8921/stat : 8921 (java) S 8907 8910 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655803635944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8922] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8922/stat : 8922 (java) S 8907 8910 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655802582008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8923] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8923/stat : 8923 (java) S 8907 8910 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655801529608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8924] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8924/stat : 8924 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655800478096 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8925] ppid=8907 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8910/task/8925/stat : 8925 (java) S 8907 8910 6151 0 -1 4202560 3809 0 0 0 32 0 0 0 20 0 19 0 5264033 9856040960 12208 33554432000 1073741824 1073778376 140733809626320 139655799425720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8926] ppid=8907 vsize=9625040 CPUtime=0.21 cores=1,3,5,7

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

[pid=8910/tid=8922] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8922/stat : 8922 (java) S 8907 8910 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655802582008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8923] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8923/stat : 8923 (java) S 8907 8910 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655801529608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8924] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8924/stat : 8924 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655800478096 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8925] ppid=8907 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8910/task/8925/stat : 8925 (java) S 8907 8910 6151 0 -1 4202560 3809 0 0 0 32 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655799425720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8926] ppid=8907 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8910/task/8926/stat : 8926 (java) S 8907 8910 6151 0 -1 4202560 2728 0 0 0 24 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655798372920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8927] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8927/stat : 8927 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655797320824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8928] ppid=8907 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/8910/task/8928/stat : 8928 (java) S 8907 8910 6151 0 -1 4202560 100 0 0 0 31 39 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655796268232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8929] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8929/stat : 8929 (java) S 8907 8910 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5264042 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655795213224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.08 2.08 3/213 9040
/proc/meminfo: memFree=31109968/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=9625040 CPUtime=1783.69 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 11032 0 1 0 178317 52 0 0 20 0 19 0 5264029 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 2406260 58658 2263 9 0 2396937 0
[pid=8910/tid=8911] ppid=8907 vsize=9625040 CPUtime=1782.12 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 2476 0 1 0 178182 30 0 0 20 0 19 0 5264029 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655979773616 139655845033655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8913] ppid=8907 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8910/task/8913/stat : 8913 (java) S 8907 8910 6151 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655968844072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8914] ppid=8907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8910/task/8914/stat : 8914 (java) S 8907 8910 6151 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655967791272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8915] ppid=8907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8910/task/8915/stat : 8915 (java) S 8907 8910 6151 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655966738984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8916] ppid=8907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8910/task/8916/stat : 8916 (java) S 8907 8910 6151 0 -1 4202560 162 0 0 0 4 1 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655965686184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8917] ppid=8907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8910/task/8917/stat : 8917 (java) S 8907 8910 6151 0 -1 4202560 157 0 0 0 4 1 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655964633896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8918] ppid=8907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8910/task/8918/stat : 8918 (java) S 8907 8910 6151 0 -1 4202560 114 0 0 0 4 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655963581096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8919] ppid=8907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8910/task/8919/stat : 8919 (java) S 8907 8910 6151 0 -1 4202560 131 0 0 0 5 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655816887336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8920] ppid=8907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8910/task/8920/stat : 8920 (java) S 8907 8910 6151 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655815834536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8921] ppid=8907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8910/task/8921/stat : 8921 (java) S 8907 8910 6151 0 -1 4202560 36 0 0 0 0 2 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655803635944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8922] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8922/stat : 8922 (java) S 8907 8910 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655802582008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8923] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8923/stat : 8923 (java) S 8907 8910 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655801529608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8924] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8924/stat : 8924 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655800478096 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8925] ppid=8907 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8910/task/8925/stat : 8925 (java) S 8907 8910 6151 0 -1 4202560 3809 0 0 0 32 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655799425720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8926] ppid=8907 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8910/task/8926/stat : 8926 (java) S 8907 8910 6151 0 -1 4202560 2728 0 0 0 24 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655798372920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8927] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8927/stat : 8927 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655797320824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8928] ppid=8907 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8910/task/8928/stat : 8928 (java) S 8907 8910 6151 0 -1 4202560 104 0 0 0 31 41 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655796268232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8929] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8929/stat : 8929 (java) S 8907 8910 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5264042 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655795213224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.69
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.06 2.07 2.08 3/213 9041
/proc/meminfo: memFree=31110024/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 11034 0 1 0 179957 52 0 0 20 0 19 0 5264029 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 2406260 58658 2263 9 0 2396937 0
[pid=8910/tid=8911] ppid=8907 vsize=9625040 CPUtime=1798.52 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 2476 0 1 0 179822 30 0 0 20 0 19 0 5264029 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655979773616 139655845033655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8913] ppid=8907 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8910/task/8913/stat : 8913 (java) S 8907 8910 6151 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655968844072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8914] ppid=8907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8910/task/8914/stat : 8914 (java) S 8907 8910 6151 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655967791272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8915] ppid=8907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8910/task/8915/stat : 8915 (java) S 8907 8910 6151 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655966738984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8916] ppid=8907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8910/task/8916/stat : 8916 (java) S 8907 8910 6151 0 -1 4202560 162 0 0 0 4 1 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655965686184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8917] ppid=8907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8910/task/8917/stat : 8917 (java) S 8907 8910 6151 0 -1 4202560 157 0 0 0 4 1 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655964633896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8918] ppid=8907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8910/task/8918/stat : 8918 (java) S 8907 8910 6151 0 -1 4202560 114 0 0 0 4 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655963581096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8919] ppid=8907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8910/task/8919/stat : 8919 (java) S 8907 8910 6151 0 -1 4202560 131 0 0 0 5 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655816887336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8920] ppid=8907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8910/task/8920/stat : 8920 (java) S 8907 8910 6151 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655815834536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8921] ppid=8907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8910/task/8921/stat : 8921 (java) S 8907 8910 6151 0 -1 4202560 36 0 0 0 0 2 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655803635944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8922] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8922/stat : 8922 (java) S 8907 8910 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655802582008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8923] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8923/stat : 8923 (java) S 8907 8910 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655801529608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8924] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8924/stat : 8924 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655800478096 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8925] ppid=8907 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8910/task/8925/stat : 8925 (java) S 8907 8910 6151 0 -1 4202560 3809 0 0 0 32 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655799425720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8926] ppid=8907 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8910/task/8926/stat : 8926 (java) S 8907 8910 6151 0 -1 4202560 2728 0 0 0 24 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655798372920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8927] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8927/stat : 8927 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655797320824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8928] ppid=8907 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8910/task/8928/stat : 8928 (java) S 8907 8910 6151 0 -1 4202560 106 0 0 0 32 41 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655796268232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8929] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8929/stat : 8929 (java) S 8907 8910 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5264042 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655795213224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 8910 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.7 s]
/proc/loadavg: 2.06 2.07 2.08 3/213 9041
/proc/meminfo: memFree=31110024/32872528 swapFree=532444/565148
[pid=8910] ppid=8907 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/8910/stat : 8910 (java) S 8907 8910 6151 0 -1 4202496 11034 0 1 0 179957 52 0 0 20 0 19 0 5264029 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 140733809617456 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8910/statm: 2406260 58658 2263 9 0 2396937 0
[pid=8910/tid=8911] ppid=8907 vsize=9625040 CPUtime=1798.52 cores=1,3,5,7
/proc/8910/task/8911/stat : 8911 (java) R 8907 8910 6151 0 -1 4202560 2476 0 1 0 179822 30 0 0 20 0 19 0 5264029 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655979773616 139655845033655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8913] ppid=8907 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8910/task/8913/stat : 8913 (java) S 8907 8910 6151 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655968844072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8914] ppid=8907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8910/task/8914/stat : 8914 (java) S 8907 8910 6151 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655967791272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8915] ppid=8907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8910/task/8915/stat : 8915 (java) S 8907 8910 6151 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655966738984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8916] ppid=8907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8910/task/8916/stat : 8916 (java) S 8907 8910 6151 0 -1 4202560 162 0 0 0 4 1 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655965686184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8917] ppid=8907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8910/task/8917/stat : 8917 (java) S 8907 8910 6151 0 -1 4202560 157 0 0 0 4 1 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655964633896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8918] ppid=8907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8910/task/8918/stat : 8918 (java) S 8907 8910 6151 0 -1 4202560 114 0 0 0 4 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655963581096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8910/tid=8919] ppid=8907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8910/task/8919/stat : 8919 (java) S 8907 8910 6151 0 -1 4202560 131 0 0 0 5 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655816887336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8920] ppid=8907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8910/task/8920/stat : 8920 (java) S 8907 8910 6151 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 5264030 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655815834536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8921] ppid=8907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8910/task/8921/stat : 8921 (java) S 8907 8910 6151 0 -1 4202560 36 0 0 0 0 2 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655803635944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8922] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8922/stat : 8922 (java) S 8907 8910 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655802582008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8923] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8923/stat : 8923 (java) S 8907 8910 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5264031 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655801529608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8924] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8924/stat : 8924 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655800478096 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8925] ppid=8907 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8910/task/8925/stat : 8925 (java) S 8907 8910 6151 0 -1 4202560 3809 0 0 0 32 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655799425720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8910/tid=8926] ppid=8907 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8910/task/8926/stat : 8926 (java) S 8907 8910 6151 0 -1 4202560 2728 0 0 0 24 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655798372920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8927] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8927/stat : 8927 (java) S 8907 8910 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655797320824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8910/tid=8928] ppid=8907 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8910/task/8928/stat : 8928 (java) S 8907 8910 6151 0 -1 4202560 106 0 0 0 32 41 0 0 20 0 19 0 5264033 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655796268232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8910/tid=8929] ppid=8907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8910/task/8929/stat : 8929 (java) S 8907 8910 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5264042 9856040960 58658 33554432000 1073741824 1073778376 140733809626320 139655795213224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.73
CPU time (s): 1800.5
CPU user time (s): 1799.59
CPU system time (s): 0.910861
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.910861
maximum resident set size= 234784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11079
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38095
involuntary context switches= 2579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5634 second user time and 13.8539 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-16 01:09:44
IDJOB=4089719
IDBENCH=107446
IDSOLVER=2546
FILE ID=node138/4089719-1466032184
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v080-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089719-1466032184/watcher-4089719-1466032184 -o /tmp/evaluation-result-4089719-1466032184/solver-4089719-1466032184 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089719-1466032184.opb

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

MD5SUM BENCH= 604488d4fee69c2c6e1cbbbc66463d76
RANDOM SEED=16261988

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30983388 kB
Buffers:           21188 kB
Cached:            41788 kB
SwapCached:         1268 kB
Active:           583956 kB
Inactive:          39756 kB
Active(anon):     561652 kB
Inactive(anon):     1708 kB
Active(file):      22304 kB
Inactive(file):    38048 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       1135484 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             565992 kB
SReclaimable:       9444 kB
SUnreclaim:       556548 kB
KernelStack:        1760 kB
PageTables:         6592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1267332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 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= 71748 MiB
End job on node138 at 2016-06-16 01:39:43