Trace number 4106996

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.07 1791.15

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_2_80.opb
MD5SUMf309126dc76153b39022a856cb65e640
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74976
Sum of products size (including duplicates)149952
Number of different products37488
Sum of products size74976

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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4106996-1466283931.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  no objective function found
2.59/1.02	c ... done. Wall clock time 0.898s.
2.59/1.02	c declared #vars     1000
2.59/1.02	c internal #vars     38488
2.59/1.02	c #constraints  76479
2.59/1.02	c constraints type 
2.59/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
2.59/1.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.59/1.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.59/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37488
2.59/1.02	c 76479 constraints processed.
6.43/4.05	c cleaning 2454 clauses out of 5000 with flag 10406/5000
9.33/6.75	c cleaning 4246 clauses out of 8546 with flag 22943/11000
11.32/8.74	c cleaning 5610 clauses out of 11300 with flag 41321/18000
13.73/11.17	c cleaning 6851 clauses out of 13704 with flag 58336/26014
17.98/15.39	c cleaning 7900 clauses out of 15839 with flag 77318/35000
24.38/21.76	c cleaning 9009 clauses out of 18019 with flag 98116/45080
29.17/26.30	c cleaning 9928 clauses out of 19931 with flag 121927/56001
33.57/30.73	c cleaning 11029 clauses out of 22059 with flag 150734/68057
39.87/37.09	c cleaning 11975 clauses out of 23974 with flag 177745/81001
44.78/41.99	c cleaning 13003 clauses out of 26007 with flag 210814/95009
49.37/46.58	c cleaning 14006 clauses out of 28014 with flag 245002/110019
55.71/52.47	c cleaning 14947 clauses out of 29989 with flag 281797/126000
61.63/58.37	c cleaning 15949 clauses out of 32043 with flag 317876/143001
67.82/64.52	c cleaning 16967 clauses out of 34093 with flag 359717/161000
74.22/70.94	c cleaning 17993 clauses out of 36126 with flag 404056/180000
80.82/77.54	c cleaning 18998 clauses out of 38133 with flag 452929/200000
88.12/84.84	c cleaning 20014 clauses out of 40136 with flag 501082/221001
95.41/92.17	c cleaning 21005 clauses out of 42121 with flag 555577/243000
103.92/100.67	c cleaning 21981 clauses out of 44116 with flag 607625/266000
112.97/109.33	c cleaning 23029 clauses out of 46135 with flag 665657/290000
121.38/117.71	c cleaning 24003 clauses out of 48107 with flag 728607/315001
130.77/127.13	c cleaning 24975 clauses out of 50103 with flag 790849/341000
140.56/136.92	c cleaning 26010 clauses out of 52128 with flag 862327/368000
150.67/147.09	c cleaning 26992 clauses out of 54118 with flag 943626/396000
160.67/157.04	c cleaning 28024 clauses out of 56127 with flag 1027235/425001
171.90/167.72	c cleaning 29011 clauses out of 58104 with flag 1120034/455002
178.71/174.54	c cleaning 29985 clauses out of 60091 with flag 1232223/486000
188.90/184.71	c cleaning 31006 clauses out of 62107 with flag 1355897/518001
201.91/197.73	c cleaning 32005 clauses out of 64100 with flag 1461905/551000
216.11/211.98	c cleaning 32998 clauses out of 66098 with flag 1558282/585003
231.70/227.54	c cleaning 33972 clauses out of 68098 with flag 1652126/620001
248.41/244.28	c cleaning 35000 clauses out of 70125 with flag 1743304/656000
267.10/261.94	c cleaning 35982 clauses out of 72126 with flag 1839892/693001
285.29/280.15	c cleaning 37022 clauses out of 74144 with flag 1932882/731001
304.89/299.72	c cleaning 37990 clauses out of 76121 with flag 2024795/770000
324.09/318.99	c cleaning 38969 clauses out of 78131 with flag 2123329/810000
344.49/339.37	c cleaning 40003 clauses out of 80163 with flag 2220518/851001
366.78/361.64	c cleaning 41025 clauses out of 82160 with flag 2318472/893001
390.08/384.99	c cleaning 42051 clauses out of 84157 with flag 2419274/936023
416.59/410.47	c cleaning 42980 clauses out of 86083 with flag 2520986/980000
443.68/437.58	c cleaning 44020 clauses out of 88103 with flag 2626928/1025000
471.99/465.89	c cleaning 45035 clauses out of 90096 with flag 2733648/1071013
501.10/494.97	c cleaning 45982 clauses out of 92059 with flag 2842792/1118011
532.10/525.95	c cleaning 46955 clauses out of 94066 with flag 2953077/1166000
565.00/558.86	c cleaning 47959 clauses out of 96111 with flag 3064466/1215000
595.91/589.72	c cleaning 49069 clauses out of 98152 with flag 3178888/1265000
631.41/623.82	c cleaning 49921 clauses out of 100083 with flag 3292773/1316000
665.32/657.74	c cleaning 51054 clauses out of 102162 with flag 3410427/1368000
757.68/750.10	c cleaning 52055 clauses out of 104110 with flag 3564833/1421002
898.92/891.29	c cleaning 52962 clauses out of 106053 with flag 3727505/1475000
989.23/981.50	c cleaning 54021 clauses out of 108092 with flag 3933826/1530001
1082.84/1075.15	c cleaning 55003 clauses out of 110080 with flag 4144977/1586010
1185.11/1176.93	c cleaning 56014 clauses out of 112071 with flag 4354869/1643004
1308.63/1300.41	c cleaning 56944 clauses out of 114066 with flag 4508745/1701013
1404.15/1395.93	c cleaning 58118 clauses out of 116236 with flag 4681445/1760127
1494.56/1486.32	c cleaning 58993 clauses out of 118002 with flag 4909713/1820011
1583.49/1575.25	c cleaning 59958 clauses out of 119998 with flag 5050460/1881000
1706.16/1697.30	c cleaning 61015 clauses out of 122040 with flag 5255696/1943000
1795.17/1786.28	c cleaning 61973 clauses out of 124025 with flag 5418637/2006000
1800.07/1791.10	c starts		: 6271
1800.07/1791.10	c conflicts		: 2011990
1800.07/1791.10	c decisions		: 20686782
1800.07/1791.10	c propagations		: 309322419
1800.07/1791.10	c inspects		: 18695081608
1800.07/1791.10	c shortcuts		: 0
1800.07/1791.10	c learnt literals	: 0
1800.07/1791.10	c learnt binary clauses	: 0
1800.07/1791.10	c learnt ternary clauses	: 21
1800.07/1791.10	c learnt constraints	: 2011990
1800.07/1791.10	c ignored constraints	: 0
1800.07/1791.10	c root simplifications	: 0
1800.07/1791.10	c removed literals (reason simplification)	: 0
1800.07/1791.10	c reason swapping (by a shorter reason)	: 0
1800.07/1791.10	c Calls to reduceDB	: 59
1800.07/1791.10	c Number of update (reduction) of LBD	: 333003
1800.07/1791.10	c Imported unit clauses	: 0
1800.07/1791.10	c number of reductions to clauses (during analyze)	: 0
1800.07/1791.10	c number of learned constraints concerned by reduction	: 0
1800.07/1791.10	c number of learning phase by resolution	: 0
1800.07/1791.10	c number of learning phase by cutting planes	: 0
1800.07/1791.10	c speed (assignments/second)	: 172801.47649919413
1800.07/1791.10	c non guided choices	37891
1800.07/1791.12	c timeout
1800.07/1791.13	c learnt constraints type 
1800.07/1791.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68042
1800.07/1791.13	s UNKNOWN
1800.07/1791.13	c Total wall clock time (in seconds): 1791.004

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-4106996-1466283931/watcher-4106996-1466283931 -o /tmp/evaluation-result-4106996-1466283931/solver-4106996-1466283931 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22550 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106996-1466283931.opb 

pid=23645
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.07 2.17 2.17 3/194 23648
/proc/meminfo: memFree=30054680/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23648/stat : 23648 (java) D 23645 23648 22534 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 30442117 9515008 182 33554432000 1073741824 1073778376 140736150603344 140736150594376 271787572917 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2323 182 140 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.07 2.17 2.17 3/194 23648
/proc/meminfo: memFree=30054680/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23648/stat : 23648 (java) S 23645 23648 22534 0 -1 4202496 4380 0 1 0 7 1 0 0 20 0 18 0 30442117 9787879424 5491 33554432000 1073741824 1073778376 140737035093808 140737035084944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2389619 5494 2114 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 2.07 2.17 2.17 3/194 23648
/proc/meminfo: memFree=30054680/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/23648/stat : 23648 (java) S 23645 23648 22534 0 -1 4202496 4650 0 1 0 21 2 0 0 20 0 18 0 30442117 9787879424 6736 33554432000 1073741824 1073778376 140737035093808 140737035084944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2389619 6736 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 2.07 2.17 2.17 3/194 23648
/proc/meminfo: memFree=30054680/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/23648/stat : 23648 (java) S 23645 23648 22534 0 -1 4202496 6024 0 1 0 40 2 0 0 20 0 18 0 30442117 9787879424 8193 33554432000 1073741824 1073778376 140737035093808 140737035084944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2389619 8193 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558476

[startup+0.700245 s]
/proc/loadavg: 2.07 2.17 2.17 3/194 23648
/proc/meminfo: memFree=30054680/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9560240 CPUtime=1.62 cores=0,2,4,6
/proc/23648/stat : 23648 (java) S 23645 23648 22534 0 -1 4202496 24027 0 1 0 156 6 0 0 20 0 18 0 30442117 9789685760 38906 33554432000 1073741824 1073778376 140737035093808 140737035084944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2390060 38906 2257 9 0 2380737 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9560240

[startup+1.50081 s]
/proc/loadavg: 2.07 2.17 2.17 5/213 23667
/proc/meminfo: memFree=29802372/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9625040 CPUtime=3.91 cores=0,2,4,6
/proc/23648/stat : 23648 (java) S 23645 23648 22534 0 -1 4202496 30404 0 1 0 379 12 0 0 20 0 19 0 30442117 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140737035084944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2406260 66076 2281 9 0 2396937 0
[pid=23648/tid=23650] ppid=23645 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/23648/task/23650/stat : 23650 (java) R 23645 23648 22534 0 -1 4202560 2473 0 1 0 134 3 0 0 20 0 19 0 30442119 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127979991464 140127822249349 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23651] ppid=23645 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/23648/task/23651/stat : 23651 (java) S 23645 23648 22534 0 -1 4202560 154 0 0 0 4 1 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127941483560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23652] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23652/stat : 23652 (java) S 23645 23648 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127940430760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23653] ppid=23645 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/23648/task/23653/stat : 23653 (java) S 23645 23648 22534 0 -1 4202560 141 0 0 0 5 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127821097768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23654] ppid=23645 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23648/task/23654/stat : 23654 (java) S 23645 23648 22534 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127820044968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23655] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23655/stat : 23655 (java) S 23645 23648 22534 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127818992168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23656] ppid=23645 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 22534 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127817939368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 22534 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127816886568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 22534 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127815833768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 22534 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30442121 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127333506024 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127332452088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127331399176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127330347664 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23663] ppid=23645 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/23648/task/23663/stat : 23663 (java) R 23645 23648 22534 0 -1 4202560 17050 0 0 0 117 2 0 0 20 0 19 0 30442124 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127329294776 140127986808151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23664] ppid=23645 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/23648/task/23664/stat : 23664 (java) S 23645 23648 22534 0 -1 4202560 9068 0 0 0 101 1 0 0 20 0 19 0 30442124 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127328241976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23665] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23665/stat : 23665 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127327189368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23666] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23666/stat : 23666 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127326136776 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23667] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23667/stat : 23667 (java) S 23645 23648 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30442224 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127325083304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.07 2.17 2.17 3/213 23667
/proc/meminfo: memFree=29801496/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9625040 CPUtime=5.52 cores=0,2,4,6
/proc/23648/stat : 23648 (java) S 23645 23648 22534 0 -1 4202496 30405 0 1 0 540 12 0 0 20 0 19 0 30442117 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140737035084944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2406260 66076 2281 9 0 2396937 0
[pid=23648/tid=23650] ppid=23645 vsize=9625040 CPUtime=2.96 cores=0,2,4,6
/proc/23648/task/23650/stat : 23650 (java) R 23645 23648 22534 0 -1 4202560 2473 0 1 0 293 3 0 0 20 0 19 0 30442119 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127979989624 140127822329479 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23651] ppid=23645 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/23648/task/23651/stat : 23651 (java) S 23645 23648 22534 0 -1 4202560 154 0 0 0 4 1 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127941483560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23652] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23652/stat : 23652 (java) S 23645 23648 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127940430760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23653] ppid=23645 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/23648/task/23653/stat : 23653 (java) S 23645 23648 22534 0 -1 4202560 141 0 0 0 5 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127821097768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23654] ppid=23645 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23648/task/23654/stat : 23654 (java) S 23645 23648 22534 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127820044968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23655] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23655/stat : 23655 (java) S 23645 23648 22534 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127818992168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23656] ppid=23645 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 22534 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127817939368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 22534 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127816886568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 22534 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 30442120 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127815833768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 22534 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30442121 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127333506024 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127332452088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127331399176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127330347664 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23663] ppid=23645 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/23648/task/23663/stat : 23663 (java) S 23645 23648 22534 0 -1 4202560 17051 0 0 0 118 2 0 0 20 0 19 0 30442124 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127329294776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23664] ppid=23645 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/23648/task/23664/stat : 23664 (java) S 23645 23648 22534 0 -1 4202560 9068 0 0 0 101 1 0 0 20 0 19 0 30442124 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127328241976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23665] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23665/stat : 23665 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127327189368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23666] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23666/stat : 23666 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127326136776 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23667] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23667/stat : 23667 (java) S 23645 23648 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30442224 9856040960 66076 33554432000 1073741824 1073778376 140737035093808 140127325083304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.06 2.17 2.17 3/213 23667
/proc/meminfo: memFree=29804164/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9625040 CPUtime=8.9 cores=0,2,4,6
/proc/23648/stat : 23648 (java) S 23645 23648 22534 0 -1 4202496 32363 0 1 0 877 13 0 0 20 0 19 0 30442117 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140737035084944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2406260 65262 2290 9 0 2396937 0
[pid=23648/tid=23650] ppid=23645 vsize=9625040 CPUtime=6.16 cores=0,2,4,6
/proc/23648/task/23650/stat : 23650 (java) R 23645 23648 22534 0 -1 4202560 2475 0 1 0 613 3 0 0 20 0 19 0 30442119 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127979989448 140127822334117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23651] ppid=23645 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/23648/task/23651/stat : 23651 (java) S 23645 23648 22534 0 -1 4202560 154 0 0 0 4 1 0 0 20 0 19 0 30442120 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127941483560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23652] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23652/stat : 23652 (java) S 23645 23648 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30442120 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127940430760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23653] ppid=23645 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/23648/task/23653/stat : 23653 (java) S 23645 23648 22534 0 -1 4202560 141 0 0 0 5 0 0 0 20 0 19 0 30442120 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127821097768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23654] ppid=23645 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23648/task/23654/stat : 23654 (java) S 23645 23648 22534 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 19 0 30442120 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127820044968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23655] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23655/stat : 23655 (java) S 23645 23648 22534 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 30442120 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127818992168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23656] ppid=23645 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 22534 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 30442120 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127817939368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 22534 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 19 0 30442120 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127816886568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 22534 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 30442120 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127815833768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 22534 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30442121 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127333506024 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127332452088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127331399176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127330347664 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23663] ppid=23645 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/23648/task/23663/stat : 23663 (java) R 23645 23648 22534 0 -1 4202560 17056 0 0 0 122 3 0 0 20 0 19 0 30442124 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127329294776 140127982626052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23664] ppid=23645 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/23648/task/23664/stat : 23664 (java) R 23645 23648 22534 0 -1 4202560 11019 0 0 0 113 2 0 0 20 0 19 0 30442124 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127328241976 140127982488594 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23665] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23665/stat : 23665 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127327189368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23666] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23666/stat : 23666 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127326136776 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23667] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23667/stat : 23667 (java) S 23645 23648 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30442224 9856040960 65262 33554432000 1073741824 1073778376 140737035093808 140127325083304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 9625040


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

[pid=23648/tid=23667] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23667/stat : 23667 (java) S 23645 23648 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30442224 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127325083304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1731.26
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.11 2.13 3/213 23843
/proc/meminfo: memFree=26273544/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9625040 CPUtime=1791.27 cores=0,2,4,6
/proc/23648/stat : 23648 (java) S 23645 23648 22534 0 -1 4202496 57551 0 1 0 178773 354 0 0 20 0 19 0 30442117 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140737035084944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2406260 909942 2298 9 0 2396937 0
[pid=23648/tid=23650] ppid=23645 vsize=9625040 CPUtime=1774.19 cores=0,2,4,6
/proc/23648/task/23650/stat : 23650 (java) R 23645 23648 22534 0 -1 4202560 3465 0 1 0 177378 41 0 0 20 0 19 0 30442119 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127979982528 140127822340637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23651] ppid=23645 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/23648/task/23651/stat : 23651 (java) S 23645 23648 22534 0 -1 4202560 3866 0 0 0 84 41 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127941483560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23652] ppid=23645 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/23648/task/23652/stat : 23652 (java) S 23645 23648 22534 0 -1 4202560 2114 0 0 0 77 44 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127940430760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23653] ppid=23645 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/23648/task/23653/stat : 23653 (java) S 23645 23648 22534 0 -1 4202560 2377 0 0 0 53 30 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127821097768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23654] ppid=23645 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/23648/task/23654/stat : 23654 (java) S 23645 23648 22534 0 -1 4202560 2809 0 0 0 55 31 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127820044968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23655] ppid=23645 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/23648/task/23655/stat : 23655 (java) S 23645 23648 22534 0 -1 4202560 2448 0 0 0 71 44 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127818992168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23656] ppid=23645 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 22534 0 -1 4202560 2832 0 0 0 57 33 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127817939368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 22534 0 -1 4202560 1731 0 0 0 65 42 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127816886568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 22534 0 -1 4202560 4331 0 0 0 59 42 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127815833768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 22534 0 -1 4202560 2085 0 0 0 122 3 0 0 20 0 19 0 30442121 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127333506024 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127332452088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127331399176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127330347664 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23663] ppid=23645 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/23648/task/23663/stat : 23663 (java) S 23645 23648 22534 0 -1 4202560 17107 0 0 0 134 3 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127329294776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23664] ppid=23645 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/23648/task/23664/stat : 23664 (java) S 23645 23648 22534 0 -1 4202560 11019 0 0 0 115 2 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127328241976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23665] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23665/stat : 23665 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127327189368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23666] ppid=23645 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/23648/task/23666/stat : 23666 (java) S 23645 23648 22534 0 -1 4202560 103 0 0 0 36 35 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127326136776 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23667] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23667/stat : 23667 (java) S 23645 23648 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30442224 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127325083304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1791.27
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.1 s]
/proc/loadavg: 2.16 2.12 2.13 4/213 23843
/proc/meminfo: memFree=26279564/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/23648/stat : 23648 (java) S 23645 23648 22534 0 -1 4202496 57551 0 1 0 179653 354 0 0 20 0 19 0 30442117 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140737035084944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2406260 909942 2298 9 0 2396937 0
[pid=23648/tid=23650] ppid=23645 vsize=9625040 CPUtime=1782.97 cores=0,2,4,6
/proc/23648/task/23650/stat : 23650 (java) R 23645 23648 22534 0 -1 4202560 3465 0 1 0 178255 42 0 0 20 0 19 0 30442119 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127979982528 140127822251131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23651] ppid=23645 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/23648/task/23651/stat : 23651 (java) S 23645 23648 22534 0 -1 4202560 3866 0 0 0 84 41 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127941483560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23652] ppid=23645 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/23648/task/23652/stat : 23652 (java) S 23645 23648 22534 0 -1 4202560 2114 0 0 0 77 44 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127940430760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23653] ppid=23645 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/23648/task/23653/stat : 23653 (java) S 23645 23648 22534 0 -1 4202560 2377 0 0 0 53 30 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127821097768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23654] ppid=23645 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/23648/task/23654/stat : 23654 (java) S 23645 23648 22534 0 -1 4202560 2809 0 0 0 55 31 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127820044968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23655] ppid=23645 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/23648/task/23655/stat : 23655 (java) S 23645 23648 22534 0 -1 4202560 2448 0 0 0 71 44 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127818992168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23656] ppid=23645 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 22534 0 -1 4202560 2832 0 0 0 57 33 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127817939368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 22534 0 -1 4202560 1731 0 0 0 65 42 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127816886568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 22534 0 -1 4202560 4331 0 0 0 59 42 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127815833768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 22534 0 -1 4202560 2085 0 0 0 122 3 0 0 20 0 19 0 30442121 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127333506024 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127332452088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127331399176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127330347664 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23663] ppid=23645 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/23648/task/23663/stat : 23663 (java) S 23645 23648 22534 0 -1 4202560 17107 0 0 0 134 3 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127329294776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23664] ppid=23645 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/23648/task/23664/stat : 23664 (java) S 23645 23648 22534 0 -1 4202560 11019 0 0 0 115 2 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127328241976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23665] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23665/stat : 23665 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127327189368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23666] ppid=23645 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/23648/task/23666/stat : 23666 (java) S 23645 23648 22534 0 -1 4202560 103 0 0 0 36 35 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127326136776 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23667] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23667/stat : 23667 (java) S 23645 23648 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30442224 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127325083304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 23648 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1791.1 s]
/proc/loadavg: 2.16 2.12 2.13 4/213 23843
/proc/meminfo: memFree=26279564/32872528 swapFree=1103996/1183712
[pid=23648] ppid=23645 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/23648/stat : 23648 (java) S 23645 23648 22534 0 -1 4202496 57551 0 1 0 179653 354 0 0 20 0 19 0 30442117 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140737035084944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23648/statm: 2406260 909942 2298 9 0 2396937 0
[pid=23648/tid=23650] ppid=23645 vsize=9625040 CPUtime=1782.97 cores=0,2,4,6
/proc/23648/task/23650/stat : 23650 (java) R 23645 23648 22534 0 -1 4202560 3465 0 1 0 178255 42 0 0 20 0 19 0 30442119 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127979982528 140127822251131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23651] ppid=23645 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/23648/task/23651/stat : 23651 (java) S 23645 23648 22534 0 -1 4202560 3866 0 0 0 84 41 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127941483560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23652] ppid=23645 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/23648/task/23652/stat : 23652 (java) S 23645 23648 22534 0 -1 4202560 2114 0 0 0 77 44 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127940430760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23653] ppid=23645 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/23648/task/23653/stat : 23653 (java) S 23645 23648 22534 0 -1 4202560 2377 0 0 0 53 30 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127821097768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23654] ppid=23645 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/23648/task/23654/stat : 23654 (java) S 23645 23648 22534 0 -1 4202560 2809 0 0 0 55 31 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127820044968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23655] ppid=23645 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/23648/task/23655/stat : 23655 (java) S 23645 23648 22534 0 -1 4202560 2448 0 0 0 71 44 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127818992168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23656] ppid=23645 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/23648/task/23656/stat : 23656 (java) S 23645 23648 22534 0 -1 4202560 2832 0 0 0 57 33 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127817939368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23657] ppid=23645 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/23648/task/23657/stat : 23657 (java) S 23645 23648 22534 0 -1 4202560 1731 0 0 0 65 42 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127816886568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23658] ppid=23645 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/23648/task/23658/stat : 23658 (java) S 23645 23648 22534 0 -1 4202560 4331 0 0 0 59 42 0 0 20 0 19 0 30442120 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127815833768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23659] ppid=23645 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/23648/task/23659/stat : 23659 (java) S 23645 23648 22534 0 -1 4202560 2085 0 0 0 122 3 0 0 20 0 19 0 30442121 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127333506024 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23660] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23660/stat : 23660 (java) S 23645 23648 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127332452088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23661] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23661/stat : 23661 (java) S 23645 23648 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30442122 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127331399176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23648/tid=23662] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23662/stat : 23662 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127330347664 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23663] ppid=23645 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/23648/task/23663/stat : 23663 (java) S 23645 23648 22534 0 -1 4202560 17107 0 0 0 134 3 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127329294776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23648/tid=23664] ppid=23645 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/23648/task/23664/stat : 23664 (java) S 23645 23648 22534 0 -1 4202560 11019 0 0 0 115 2 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127328241976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23665] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23665/stat : 23665 (java) S 23645 23648 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127327189368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23648/tid=23666] ppid=23645 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/23648/task/23666/stat : 23666 (java) S 23645 23648 22534 0 -1 4202560 103 0 0 0 36 35 0 0 20 0 19 0 30442124 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127326136776 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23648/tid=23667] ppid=23645 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23648/task/23667/stat : 23667 (java) S 23645 23648 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30442224 9856040960 909942 33554432000 1073741824 1073778376 140737035093808 140127325083304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23648 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=28570
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=74380
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.15
CPU time (s): 1800.07
CPU user time (s): 1796.53
CPU system time (s): 3.54
CPU usage (%): 100.498
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.03
system time used= 4.07438
maximum resident set size= 3639932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57598
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39009
involuntary context switches= 7964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8232 second user time and 12.2031 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 23:05:31
IDJOB=4106996
IDBENCH=48356
IDSOLVER=2546
FILE ID=node115/4106996-1466283931
RUNJOBID= node115-1466275999-22550
PBS_JOBID= 19918252
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_2_80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106996-1466283931/watcher-4106996-1466283931 -o /tmp/evaluation-result-4106996-1466283931/solver-4106996-1466283931 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22550 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106996-1466283931.opb

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

MD5SUM BENCH= f309126dc76153b39022a856cb65e640
RANDOM SEED=1216539184

node115.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		: 2667.103
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	: 5334.20
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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:        30055588 kB
Buffers:          168472 kB
Cached:           207504 kB
SwapCached:         2472 kB
Active:           604568 kB
Inactive:         281176 kB
Active(anon):     510208 kB
Inactive(anon):     2168 kB
Active(file):      94360 kB
Inactive(file):   279008 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099632 kB
Dirty:              1672 kB
Writeback:             0 kB
AnonPages:       1692584 kB
Mapped:            16656 kB
Shmem:                 0 kB
Slab:             613384 kB
SReclaimable:      57000 kB
SUnreclaim:       556384 kB
KernelStack:        1600 kB
PageTables:         7436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1827800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node115 at 2016-06-18 23:35:23