Trace number 4084467

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.09 1778.14

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-105-100.opb
MD5SUM1f72b7f8bd829aeeb06978977df8efc2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.127979
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
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 106
Number of bits of the biggest sum of numbers7
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084467-1465240493.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.55/0.32	c ... done. Wall clock time 0.203s.
0.55/0.32	c declared #vars     10500
0.55/0.32	c #constraints  205
0.55/0.32	c constraints type 
0.55/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105
0.55/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.55/0.32	c 205 constraints processed.
1.63/1.05	c cleaning 2496 clauses out of 5002 with flag 32965/5002
2.59/1.99	c cleaning 4253 clauses out of 8505 with flag 72963/11001
3.89/3.24	c cleaning 5626 clauses out of 11251 with flag 115478/18000
5.51/4.85	c cleaning 6806 clauses out of 13625 with flag 174003/26000
7.81/7.02	c cleaning 7908 clauses out of 15822 with flag 242565/35003
10.11/9.32	c cleaning 8954 clauses out of 17913 with flag 316496/45002
12.71/11.92	c cleaning 9978 clauses out of 19959 with flag 396236/56002
15.91/15.15	c cleaning 10985 clauses out of 21980 with flag 482596/68001
20.03/19.03	c cleaning 11996 clauses out of 23994 with flag 578849/81000
23.83/22.84	c cleaning 12994 clauses out of 25999 with flag 690058/95001
28.23/27.24	c cleaning 13994 clauses out of 28010 with flag 827256/110006
31.97/30.73	c cleaning 14976 clauses out of 30012 with flag 953337/126002
36.48/35.25	c cleaning 15983 clauses out of 32034 with flag 1093562/143000
43.18/41.87	c cleaning 16987 clauses out of 34051 with flag 1248642/161000
49.57/48.27	c cleaning 17998 clauses out of 36066 with flag 1404875/180002
55.88/54.44	c cleaning 18998 clauses out of 38066 with flag 1557316/200000
63.28/61.83	c cleaning 19994 clauses out of 40069 with flag 1736725/221001
75.57/73.95	c cleaning 21004 clauses out of 42078 with flag 1973091/243004
86.03/84.20	c cleaning 22000 clauses out of 44071 with flag 2205177/266001
96.39/94.21	c cleaning 22993 clauses out of 46071 with flag 2412626/290001
106.79/104.45	c cleaning 24002 clauses out of 48077 with flag 2643505/315000
117.13/114.72	c cleaning 24994 clauses out of 50077 with flag 2890225/341002
128.85/126.35	c cleaning 26002 clauses out of 52082 with flag 3132708/368001
140.40/137.63	c cleaning 26999 clauses out of 54081 with flag 3398477/396002
154.60/151.72	c cleaning 28004 clauses out of 56081 with flag 3669345/425001
170.28/167.22	c cleaning 29000 clauses out of 58077 with flag 3967017/455001
186.85/183.75	c cleaning 29995 clauses out of 60076 with flag 4253552/486000
204.16/200.89	c cleaning 31000 clauses out of 62082 with flag 4556117/518001
220.67/217.27	c cleaning 32006 clauses out of 64082 with flag 4872831/551001
239.03/235.49	c cleaning 33002 clauses out of 66077 with flag 5180750/585002
256.81/253.10	c cleaning 33998 clauses out of 68073 with flag 5520192/620000
274.66/270.74	c cleaning 35003 clauses out of 70076 with flag 5858438/656001
295.00/290.92	c cleaning 36001 clauses out of 72075 with flag 6201850/693003
318.40/314.19	c cleaning 36996 clauses out of 74073 with flag 6577701/731002
341.26/336.85	c cleaning 38001 clauses out of 76077 with flag 6889995/770002
367.49/362.83	c cleaning 38999 clauses out of 78076 with flag 7271743/810002
394.72/389.88	c cleaning 39999 clauses out of 80078 with flag 7649961/851003
421.49/416.40	c cleaning 41001 clauses out of 82077 with flag 8015023/893001
436.80/431.53	c cleaning 42013 clauses out of 84076 with flag 8365596/936001
452.54/447.08	c cleaning 43009 clauses out of 86063 with flag 8744382/980001
463.81/458.18	c cleaning 43973 clauses out of 88054 with flag 9129384/1025001
478.22/472.34	c cleaning 45005 clauses out of 90080 with flag 9409772/1071000
494.65/488.57	c cleaning 45998 clauses out of 92075 with flag 9728885/1118000
507.75/501.47	c cleaning 46953 clauses out of 94077 with flag 10092183/1166000
525.52/518.90	c cleaning 48017 clauses out of 96124 with flag 10399082/1215000
549.08/542.25	c cleaning 49017 clauses out of 98108 with flag 10789305/1265001
573.44/566.32	c cleaning 50011 clauses out of 100091 with flag 11161211/1316001
592.51/585.13	c cleaning 51014 clauses out of 102079 with flag 11555203/1368000
614.07/606.34	c cleaning 52014 clauses out of 104068 with flag 12009687/1421003
634.37/626.35	c cleaning 53004 clauses out of 106052 with flag 12451394/1475001
657.16/648.96	c cleaning 54005 clauses out of 108047 with flag 12946213/1530000
680.88/672.31	c cleaning 55005 clauses out of 110044 with flag 13474436/1586002
697.77/689.06	c cleaning 56000 clauses out of 112037 with flag 13961808/1643000
724.73/715.68	c cleaning 56994 clauses out of 114038 with flag 14349329/1701001
749.03/739.63	c cleaning 58001 clauses out of 116043 with flag 14764055/1760000
767.92/758.21	c cleaning 59000 clauses out of 118043 with flag 15198262/1820001
794.54/784.56	c cleaning 59997 clauses out of 120044 with flag 15641790/1881002
826.43/816.14	c cleaning 60994 clauses out of 122047 with flag 16068370/1943002
846.49/835.83	c cleaning 62003 clauses out of 124053 with flag 16536687/2006002
877.11/866.02	c cleaning 63004 clauses out of 126049 with flag 17071444/2070001
908.76/897.37	c cleaning 63987 clauses out of 128044 with flag 17609503/2135000
936.54/924.86	c cleaning 64999 clauses out of 130057 with flag 18126104/2201000
972.65/960.51	c cleaning 65997 clauses out of 132058 with flag 18526335/2268000
1014.09/1001.69	c cleaning 67001 clauses out of 134062 with flag 18998701/2336001
1047.81/1034.82	c cleaning 68001 clauses out of 136060 with flag 19471825/2405000
1088.12/1074.71	c cleaning 69000 clauses out of 138059 with flag 19975447/2475000
1125.56/1111.78	c cleaning 70007 clauses out of 140063 with flag 20451368/2546004
1167.04/1152.89	c cleaning 71002 clauses out of 142053 with flag 20932503/2618001
1210.40/1195.73	c cleaning 71996 clauses out of 144050 with flag 21450507/2691000
1255.90/1240.84	c cleaning 73000 clauses out of 146055 with flag 21971631/2765001
1304.65/1288.95	c cleaning 74001 clauses out of 148059 with flag 22494905/2840005
1369.16/1352.64	c cleaning 74996 clauses out of 150053 with flag 23069876/2916000
1422.85/1405.62	c cleaning 75996 clauses out of 152057 with flag 23648329/2993000
1452.47/1434.63	c cleaning 76993 clauses out of 154061 with flag 24217921/3071000
1496.53/1478.17	c cleaning 77991 clauses out of 156068 with flag 24984372/3150000
1545.35/1526.48	c cleaning 78996 clauses out of 158078 with flag 25599095/3230001
1594.36/1574.91	c cleaning 80004 clauses out of 160081 with flag 26208415/3311000
1622.51/1602.47	c cleaning 81020 clauses out of 162078 with flag 26846900/3393001
1666.04/1645.57	c cleaning 82011 clauses out of 164058 with flag 27517626/3476001
1704.45/1683.48	c cleaning 83006 clauses out of 166046 with flag 28128801/3560000
1744.06/1722.52	c cleaning 83987 clauses out of 168042 with flag 28717731/3645002
1800.09/1778.10	c starts		: 204
1800.09/1778.10	c conflicts		: 3723888
1800.09/1778.10	c decisions		: 5329996
1800.09/1778.10	c propagations		: 65307651
1800.09/1778.10	c inspects		: 26313150039
1800.09/1778.10	c shortcuts		: 0
1800.09/1778.10	c learnt literals	: 0
1800.09/1778.10	c learnt binary clauses	: 0
1800.09/1778.10	c learnt ternary clauses	: 0
1800.09/1778.10	c learnt constraints	: 3723888
1800.09/1778.10	c ignored constraints	: 0
1800.09/1778.10	c root simplifications	: 0
1800.09/1778.10	c removed literals (reason simplification)	: 0
1800.09/1778.10	c reason swapping (by a shorter reason)	: 0
1800.09/1778.10	c Calls to reduceDB	: 81
1800.09/1778.10	c Number of update (reduction) of LBD	: 2079732
1800.09/1778.10	c Imported unit clauses	: 0
1800.09/1778.10	c number of reductions to clauses (during analyze)	: 0
1800.09/1778.10	c number of learned constraints concerned by reduction	: 0
1800.09/1778.10	c number of learning phase by resolution	: 0
1800.09/1778.10	c number of learning phase by cutting planes	: 0
1800.09/1778.10	c speed (assignments/second)	: 36735.61108689232
1800.09/1778.10	c non guided choices	202552
1800.09/1778.10	c timeout
1800.09/1778.13	c learnt constraints type 
1800.09/1778.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162941
1800.09/1778.13	s UNKNOWN
1800.09/1778.13	c Total wall clock time (in seconds): 1778.016

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-4084467-1465240493/watcher-4084467-1465240493 -o /tmp/evaluation-result-4084467-1465240493/solver-4084467-1465240493 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9034 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084467-1465240493.opb 

pid=11552
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.17 2.17 2.17 4/194 11555
/proc/meminfo: memFree=30049728/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11555/stat : 11555 (java) R 11552 11555 9017 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 105981244 9515008 183 33554432000 1073741824 1073778376 140735405314352 140735405297080 248790022375 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2323 185 143 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.17 2.17 2.17 4/194 11555
/proc/meminfo: memFree=30049728/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11555/stat : 11555 (java) S 11552 11555 9017 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 105981244 9787879424 6050 33554432000 1073741824 1073778376 140735405314352 140735405305488 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2389619 6050 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.17 2.17 2.17 4/194 11555
/proc/meminfo: memFree=30049728/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11555/stat : 11555 (java) S 11552 11555 9017 0 -1 4202496 5021 0 1 0 26 1 0 0 20 0 18 0 105981244 9787879424 6936 33554432000 1073741824 1073778376 140735405314352 140735405305488 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2389619 6936 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300243 s]
/proc/loadavg: 2.17 2.17 2.17 4/194 11555
/proc/meminfo: memFree=30049728/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/11555/stat : 11555 (java) S 11552 11555 9017 0 -1 4202496 7274 0 1 0 53 2 0 0 20 0 18 0 105981244 9787879424 11800 33554432000 1073741824 1073778376 140735405314352 140735405305488 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2389619 11800 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700232 s]
/proc/loadavg: 2.17 2.17 2.17 4/194 11555
/proc/meminfo: memFree=30049728/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/11555/stat : 11555 (java) S 11552 11555 9017 0 -1 4202496 7757 0 1 0 125 3 0 0 20 0 19 0 105981244 9856040960 14953 33554432000 1073741824 1073778376 140735405314352 140735405305488 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2406260 14953 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.17 2.17 2.17 4/213 11574
/proc/meminfo: memFree=29991416/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/11555/stat : 11555 (java) S 11552 11555 9017 0 -1 4202496 8040 0 1 0 212 3 0 0 20 0 19 0 105981244 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140735405305488 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2406260 18560 2261 9 0 2396937 0
[pid=11555/tid=11557] ppid=11552 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/11555/task/11557/stat : 11557 (java) R 11552 11555 9017 0 -1 4202560 2429 0 1 0 145 1 0 0 20 0 19 0 105981245 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349715401288 140349549427603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11558/stat : 11558 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349676894888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11559] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11559/stat : 11559 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349675842344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11560] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11560/stat : 11560 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349674789800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11561] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11561/stat : 11561 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349673737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11562] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11562/stat : 11562 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349672683688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11563] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11563/stat : 11563 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349671631144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11564] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11564/stat : 11564 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349670578600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11565] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11565/stat : 11565 (java) S 11552 11555 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349669526056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11566] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11566/stat : 11566 (java) S 11552 11555 9017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105981247 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349539310184 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11567] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11567/stat : 11567 (java) S 11552 11555 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349538256504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11568] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11568/stat : 11568 (java) S 11552 11555 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349537203848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11569] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11569/stat : 11569 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349536152592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11570] ppid=11552 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/11555/task/11570/stat : 11570 (java) S 11552 11555 9017 0 -1 4202560 2457 0 0 0 34 0 0 0 20 0 19 0 105981250 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349535098936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11571] ppid=11552 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/11555/task/11571/stat : 11571 (java) S 11552 11555 9017 0 -1 4202560 1876 0 0 0 31 0 0 0 20 0 19 0 105981250 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140349534046392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11572] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11572/stat : 11572 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140348659591672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11573] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11573/stat : 11573 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140348658539336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11574] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11574/stat : 11574 (java) S 11552 11555 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105981277 9856040960 18560 33554432000 1073741824 1073778376 140735405314352 140348657485096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 2.17 2.17 2.17 3/213 11574
/proc/meminfo: memFree=29970936/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/11555/stat : 11555 (java) S 11552 11555 9017 0 -1 4202496 8054 0 1 0 376 3 0 0 20 0 19 0 105981244 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140735405305488 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2406260 25216 2261 9 0 2396937 0
[pid=11555/tid=11557] ppid=11552 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/11555/task/11557/stat : 11557 (java) R 11552 11555 9017 0 -1 4202560 2443 0 1 0 304 2 0 0 20 0 19 0 105981245 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349715401288 140349549433127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11558/stat : 11558 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349676894888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11559] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11559/stat : 11559 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349675842344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11560] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11560/stat : 11560 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349674789800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11561] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11561/stat : 11561 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349673737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11562] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11562/stat : 11562 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349672683688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11563] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11563/stat : 11563 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349671631144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11564] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11564/stat : 11564 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349670578600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11565] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11565/stat : 11565 (java) S 11552 11555 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349669526056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11566] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11566/stat : 11566 (java) S 11552 11555 9017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105981247 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349539310184 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11567] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11567/stat : 11567 (java) S 11552 11555 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349538256504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11568] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11568/stat : 11568 (java) S 11552 11555 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349537203848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11569] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11569/stat : 11569 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349536152592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11570] ppid=11552 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/11555/task/11570/stat : 11570 (java) S 11552 11555 9017 0 -1 4202560 2457 0 0 0 37 0 0 0 20 0 19 0 105981250 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349535098936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11571] ppid=11552 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/11555/task/11571/stat : 11571 (java) S 11552 11555 9017 0 -1 4202560 1876 0 0 0 32 0 0 0 20 0 19 0 105981250 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140349534046392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11572] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11572/stat : 11572 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140348659591672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11573] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11573/stat : 11573 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140348658539336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11574] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11574/stat : 11574 (java) S 11552 11555 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105981277 9856040960 25216 33554432000 1073741824 1073778376 140735405314352 140348657485096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.16 2.17 2.17 3/213 11574
/proc/meminfo: memFree=29917636/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9625040 CPUtime=7.02 cores=1,3,5,7
/proc/11555/stat : 11555 (java) S 11552 11555 9017 0 -1 4202496 8081 0 1 0 698 4 0 0 20 0 19 0 105981244 9856040960 37481 33554432000 1073741824 1073778376 140735405314352 140735405305488 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2406260 37481 2261 9 0 2396937 0
[pid=11555/tid=11557] ppid=11552 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/11555/task/11557/stat : 11557 (java) R 11552 11555 9017 0 -1 4202560 2469 0 1 0 623 2 0 0 20 0 19 0 105981245 9856040960 37481 33554432000 1073741824 1073778376 140735405314352 140349715403160 140349549589972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11558/stat : 11558 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 37481 33554432000 1073741824 1073778376 140735405314352 140349676894888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11559] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11559/stat : 11559 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 37481 33554432000 1073741824 1073778376 140735405314352 140349675842344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11560] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11560/stat : 11560 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 37481 33554432000 1073741824 1073778376 140735405314352 140349674789800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11561] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11561/stat : 11561 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 37481 33554432000 1073741824 1073778376 140735405314352 140349673737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11562] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11562/stat : 11562 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 37481 33554432000 1073741824 1073778376 140735405314352 140349672683688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11563] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11563/stat : 11563 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 37481 33554432000 1073741824 1073778376 140735405314352 140349671631144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11564] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11564/stat : 11564 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140349670578600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11565] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11565/stat : 11565 (java) S 11552 11555 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105981246 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140349669526056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11566] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11566/stat : 11566 (java) S 11552 11555 9017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105981247 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140349539310184 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11567] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11567/stat : 11567 (java) S 11552 11555 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140349538256504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11568] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11568/stat : 11568 (java) S 11552 11555 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140349537203848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11569] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11569/stat : 11569 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140349536152592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11570] ppid=11552 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/11555/task/11570/stat : 11570 (java) S 11552 11555 9017 0 -1 4202560 2458 0 0 0 39 0 0 0 20 0 19 0 105981250 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140349535098936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11571] ppid=11552 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11555/task/11571/stat : 11571 (java) S 11552 11555 9017 0 -1 4202560 1876 0 0 0 33 0 0 0 20 0 19 0 105981250 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140349534046392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11572] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11572/stat : 11572 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140348659591672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11573] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11573/stat : 11573 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140348658539336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11574] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11574/stat : 11574 (java) S 11552 11555 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105981277 9856040960 37993 33554432000 1073741824 1073778376 140735405314352 140348657485096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625040


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

[pid=11555/tid=11574] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11574/stat : 11574 (java) S 11552 11555 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105981277 9856040960 232152 33554432000 1073741824 1073778376 140735405314352 140348657485096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1683.16
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.43 2.31 2.25 3/213 11942
/proc/meminfo: memFree=29337256/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9625040 CPUtime=1743.86 cores=1,3,5,7
/proc/11555/stat : 11555 (java) S 11552 11555 9017 0 -1 4202496 31197 0 1 0 174094 292 0 0 20 0 19 0 105981244 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140735405305488 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2406260 252723 2283 9 0 2396937 0
[pid=11555/tid=11557] ppid=11552 vsize=9625040 CPUtime=1703.24 cores=1,3,5,7
/proc/11555/task/11557/stat : 11557 (java) R 11552 11555 9017 0 -1 4202560 2761 0 1 0 170293 31 0 0 20 0 19 0 105981245 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349715401920 140349549614704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/11555/task/11558/stat : 11558 (java) S 11552 11555 9017 0 -1 4202560 2194 0 0 0 323 27 0 0 20 0 19 0 105981246 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349676894888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11559] ppid=11552 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/11555/task/11559/stat : 11559 (java) S 11552 11555 9017 0 -1 4202560 2025 0 0 0 322 34 0 0 20 0 19 0 105981246 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349675842344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11560] ppid=11552 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/11555/task/11560/stat : 11560 (java) S 11552 11555 9017 0 -1 4202560 2360 0 0 0 313 29 0 0 20 0 19 0 105981246 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349674789800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11561] ppid=11552 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/11555/task/11561/stat : 11561 (java) S 11552 11555 9017 0 -1 4202560 2681 0 0 0 314 31 0 0 20 0 19 0 105981246 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349673737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11562] ppid=11552 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/11555/task/11562/stat : 11562 (java) S 11552 11555 9017 0 -1 4202560 1974 0 0 0 350 33 0 0 20 0 19 0 105981246 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349672683688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11563] ppid=11552 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/11555/task/11563/stat : 11563 (java) S 11552 11555 9017 0 -1 4202560 3193 0 0 0 320 31 0 0 20 0 19 0 105981246 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349671631144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11564] ppid=11552 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/11555/task/11564/stat : 11564 (java) S 11552 11555 9017 0 -1 4202560 2611 0 0 0 325 32 0 0 20 0 19 0 105981246 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349670578600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11565] ppid=11552 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/11555/task/11565/stat : 11565 (java) S 11552 11555 9017 0 -1 4202560 2630 0 0 0 324 29 0 0 20 0 19 0 105981246 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349669526056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11566] ppid=11552 vsize=9625040 CPUtime=6.51 cores=1,3,5,7
/proc/11555/task/11566/stat : 11566 (java) S 11552 11555 9017 0 -1 4202560 2458 0 0 0 645 6 0 0 20 0 19 0 105981247 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349539310184 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11567] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11567/stat : 11567 (java) S 11552 11555 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349538256504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11568] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11568/stat : 11568 (java) S 11552 11555 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349537203848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11569] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11569/stat : 11569 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349536152592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11570] ppid=11552 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/11555/task/11570/stat : 11570 (java) S 11552 11555 9017 0 -1 4202560 3072 0 0 0 45 2 0 0 20 0 19 0 105981250 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349535098936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11571] ppid=11552 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11555/task/11571/stat : 11571 (java) S 11552 11555 9017 0 -1 4202560 1876 0 0 0 33 0 0 0 20 0 19 0 105981250 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140349534046392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11572] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11572/stat : 11572 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140348659591672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11573] ppid=11552 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/11555/task/11573/stat : 11573 (java) S 11552 11555 9017 0 -1 4202560 98 0 0 0 29 34 0 0 20 0 19 0 105981250 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140348658539336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11574] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11574/stat : 11574 (java) S 11552 11555 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105981277 9856040960 252723 33554432000 1073741824 1073778376 140735405314352 140348657485096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1743.86
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.1 s]
/proc/loadavg: 2.23 2.27 2.24 4/213 11943
/proc/meminfo: memFree=29287372/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/11555/stat : 11555 (java) S 11552 11555 9017 0 -1 4202496 31210 0 1 0 179714 295 0 0 20 0 19 0 105981244 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140735405305488 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2406260 252708 2283 9 0 2396937 0
[pid=11555/tid=11557] ppid=11552 vsize=9625040 CPUtime=1758.46 cores=1,3,5,7
/proc/11555/task/11557/stat : 11557 (java) R 11552 11555 9017 0 -1 4202560 2765 0 1 0 175814 32 0 0 20 0 19 0 105981245 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349715401952 140349549057986 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/11555/task/11558/stat : 11558 (java) S 11552 11555 9017 0 -1 4202560 2194 0 0 0 329 28 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349676894888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11559] ppid=11552 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/11555/task/11559/stat : 11559 (java) S 11552 11555 9017 0 -1 4202560 2025 0 0 0 330 34 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349675842344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11560] ppid=11552 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/11555/task/11560/stat : 11560 (java) S 11552 11555 9017 0 -1 4202560 2360 0 0 0 321 29 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349674789800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11561] ppid=11552 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/11555/task/11561/stat : 11561 (java) S 11552 11555 9017 0 -1 4202560 2681 0 0 0 324 31 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349673737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11562] ppid=11552 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/11555/task/11562/stat : 11562 (java) S 11552 11555 9017 0 -1 4202560 1974 0 0 0 357 34 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349672683688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11563] ppid=11552 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/11555/task/11563/stat : 11563 (java) S 11552 11555 9017 0 -1 4202560 3193 0 0 0 327 31 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349671631144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11564] ppid=11552 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/11555/task/11564/stat : 11564 (java) S 11552 11555 9017 0 -1 4202560 2611 0 0 0 332 32 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349670578600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11565] ppid=11552 vsize=9625040 CPUtime=3.59 cores=1,3,5,7
/proc/11555/task/11565/stat : 11565 (java) S 11552 11555 9017 0 -1 4202560 2630 0 0 0 330 29 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349669526056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11566] ppid=11552 vsize=9625040 CPUtime=6.78 cores=1,3,5,7
/proc/11555/task/11566/stat : 11566 (java) S 11552 11555 9017 0 -1 4202560 2463 0 0 0 672 6 0 0 20 0 19 0 105981247 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349539310184 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11567] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11567/stat : 11567 (java) S 11552 11555 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349538256504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11568] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11568/stat : 11568 (java) S 11552 11555 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349537203848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11569] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11569/stat : 11569 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349536152592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11570] ppid=11552 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/11555/task/11570/stat : 11570 (java) S 11552 11555 9017 0 -1 4202560 3072 0 0 0 45 2 0 0 20 0 19 0 105981250 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349535098936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11571] ppid=11552 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11555/task/11571/stat : 11571 (java) S 11552 11555 9017 0 -1 4202560 1876 0 0 0 33 0 0 0 20 0 19 0 105981250 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349534046392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11572] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11572/stat : 11572 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140348659591672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11573] ppid=11552 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/11555/task/11573/stat : 11573 (java) S 11552 11555 9017 0 -1 4202560 102 0 0 0 30 35 0 0 20 0 19 0 105981250 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140348658539336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11574] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11574/stat : 11574 (java) S 11552 11555 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105981277 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140348657485096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 11555 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1778.1 s]
/proc/loadavg: 2.23 2.27 2.24 4/213 11943
/proc/meminfo: memFree=29287372/32872528 swapFree=17452/1581112
[pid=11555] ppid=11552 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/11555/stat : 11555 (java) S 11552 11555 9017 0 -1 4202496 31210 0 1 0 179714 295 0 0 20 0 19 0 105981244 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140735405305488 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11555/statm: 2406260 252708 2283 9 0 2396937 0
[pid=11555/tid=11557] ppid=11552 vsize=9625040 CPUtime=1758.46 cores=1,3,5,7
/proc/11555/task/11557/stat : 11557 (java) R 11552 11555 9017 0 -1 4202560 2765 0 1 0 175814 32 0 0 20 0 19 0 105981245 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349715401952 140349549057986 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11558] ppid=11552 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/11555/task/11558/stat : 11558 (java) S 11552 11555 9017 0 -1 4202560 2194 0 0 0 329 28 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349676894888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11559] ppid=11552 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/11555/task/11559/stat : 11559 (java) S 11552 11555 9017 0 -1 4202560 2025 0 0 0 330 34 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349675842344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11560] ppid=11552 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/11555/task/11560/stat : 11560 (java) S 11552 11555 9017 0 -1 4202560 2360 0 0 0 321 29 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349674789800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11561] ppid=11552 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/11555/task/11561/stat : 11561 (java) S 11552 11555 9017 0 -1 4202560 2681 0 0 0 324 31 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349673737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11562] ppid=11552 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/11555/task/11562/stat : 11562 (java) S 11552 11555 9017 0 -1 4202560 1974 0 0 0 357 34 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349672683688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11563] ppid=11552 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/11555/task/11563/stat : 11563 (java) S 11552 11555 9017 0 -1 4202560 3193 0 0 0 327 31 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349671631144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11564] ppid=11552 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/11555/task/11564/stat : 11564 (java) S 11552 11555 9017 0 -1 4202560 2611 0 0 0 332 32 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349670578600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11555/tid=11565] ppid=11552 vsize=9625040 CPUtime=3.59 cores=1,3,5,7
/proc/11555/task/11565/stat : 11565 (java) S 11552 11555 9017 0 -1 4202560 2630 0 0 0 330 29 0 0 20 0 19 0 105981246 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349669526056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11566] ppid=11552 vsize=9625040 CPUtime=6.78 cores=1,3,5,7
/proc/11555/task/11566/stat : 11566 (java) S 11552 11555 9017 0 -1 4202560 2463 0 0 0 672 6 0 0 20 0 19 0 105981247 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349539310184 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11567] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11567/stat : 11567 (java) S 11552 11555 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349538256504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11568] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11568/stat : 11568 (java) S 11552 11555 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105981248 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349537203848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11569] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11569/stat : 11569 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349536152592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11570] ppid=11552 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/11555/task/11570/stat : 11570 (java) S 11552 11555 9017 0 -1 4202560 3072 0 0 0 45 2 0 0 20 0 19 0 105981250 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349535098936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11555/tid=11571] ppid=11552 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11555/task/11571/stat : 11571 (java) S 11552 11555 9017 0 -1 4202560 1876 0 0 0 33 0 0 0 20 0 19 0 105981250 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140349534046392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11572] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11572/stat : 11572 (java) S 11552 11555 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105981250 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140348659591672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11555/tid=11573] ppid=11552 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/11555/task/11573/stat : 11573 (java) S 11552 11555 9017 0 -1 4202560 102 0 0 0 30 35 0 0 20 0 19 0 105981250 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140348658539336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11555/tid=11574] ppid=11552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11555/task/11574/stat : 11574 (java) S 11552 11555 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105981277 9856040960 252708 33554432000 1073741824 1073778376 140735405314352 140348657485096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11555 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=609481
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=369487
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1778.14
CPU time (s): 1800.09
CPU user time (s): 1797.14
CPU system time (s): 2.95
CPU usage (%): 101.234
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.61
system time used= 3.36949
maximum resident set size= 1013028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31252
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46372
involuntary context switches= 48448

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.98809 second user time and 7.39987 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 21:14:53
IDJOB=4084467
IDBENCH=2601
IDSOLVER=2546
FILE ID=node139/4084467-1465240493
RUNJOBID= node139-1465220260-9034
PBS_JOBID= 19843218
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-105-100.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084467-1465240493/watcher-4084467-1465240493 -o /tmp/evaluation-result-4084467-1465240493/solver-4084467-1465240493 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9034 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084467-1465240493.opb

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

MD5SUM BENCH= 1f72b7f8bd829aeeb06978977df8efc2
RANDOM SEED=1177124259

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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:        30049620 kB
Buffers:           32640 kB
Cached:            92976 kB
SwapCached:         1464 kB
Active:           429396 kB
Inactive:          72332 kB
Active(anon):     376312 kB
Inactive(anon):     2172 kB
Active(file):      53084 kB
Inactive(file):    70160 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:               520 kB
Writeback:             4 kB
AnonPages:       1956452 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             567476 kB
SReclaimable:      11388 kB
SUnreclaim:       556088 kB
KernelStack:        1568 kB
PageTables:         8144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2257444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1921024 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= 71732 MiB
End job on node139 at 2016-06-06 21:44:31