Trace number 4084699

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.04 1791.75

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_4_15.opb
MD5SUMbd16609fa1dd670f862cc5fd2d9f8fc4
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.45478
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74916
Sum of products size (including duplicates)149832
Number of different products37458
Sum of products size74916

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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084699-1465264951.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
2.27/0.97	c ... done. Wall clock time 0.855s.
2.27/0.97	c declared #vars     1000
2.27/0.97	c internal #vars     38458
2.27/0.97	c #constraints  76419
2.27/0.97	c constraints type 
2.27/0.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
2.27/0.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.27/0.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.27/0.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
2.27/0.97	c 76419 constraints processed.
8.96/7.03	c cleaning 2529 clauses out of 5057 with flag 10171/5057
15.73/13.74	c cleaning 4333 clauses out of 8665 with flag 22526/11194
22.94/20.92	c cleaning 5660 clauses out of 11319 with flag 36592/18181
30.34/28.34	c cleaning 6775 clauses out of 13552 with flag 52491/26074
37.89/35.82	c cleaning 7888 clauses out of 15777 with flag 70659/35074
42.97/40.86	c cleaning 8904 clauses out of 17815 with flag 91092/45000
55.82/53.41	c cleaning 10088 clauses out of 20178 with flag 114006/56267
70.73/68.33	c cleaning 11003 clauses out of 22008 with flag 137979/68185
83.72/81.32	c cleaning 11971 clauses out of 23944 with flag 164031/81124
93.83/91.41	c cleaning 12940 clauses out of 25882 with flag 192148/95033
101.13/98.72	c cleaning 13940 clauses out of 27909 with flag 223051/110000
109.41/106.65	c cleaning 15008 clauses out of 30017 with flag 256120/126048
116.80/114.00	c cleaning 15930 clauses out of 31961 with flag 291191/143000
124.00/121.26	c cleaning 17027 clauses out of 34076 with flag 328614/161045
131.10/128.32	c cleaning 17975 clauses out of 36004 with flag 368039/180000
138.30/135.59	c cleaning 18977 clauses out of 38030 with flag 409683/200001
145.00/142.20	c cleaning 20010 clauses out of 40052 with flag 453773/221000
149.60/146.82	c cleaning 20995 clauses out of 42043 with flag 501919/243001
156.22/153.01	c cleaning 22010 clauses out of 44047 with flag 551328/266000
163.72/160.59	c cleaning 23038 clauses out of 46077 with flag 602105/290040
173.22/170.06	c cleaning 24018 clauses out of 48038 with flag 654343/315039
185.01/181.80	c cleaning 25003 clauses out of 50007 with flag 708325/341026
198.02/194.83	c cleaning 26002 clauses out of 52005 with flag 764323/368027
213.68/209.85	c cleaning 26994 clauses out of 53990 with flag 822217/396014
230.08/226.26	c cleaning 27974 clauses out of 55982 with flag 882098/425000
248.58/244.78	c cleaning 29009 clauses out of 58020 with flag 943914/455012
268.99/265.20	c cleaning 30016 clauses out of 60034 with flag 1007782/486035
290.79/286.96	c cleaning 31006 clauses out of 62013 with flag 1073508/518030
314.80/310.99	c cleaning 32036 clauses out of 64073 with flag 1141494/551096
340.53/336.61	c cleaning 32987 clauses out of 65975 with flag 1211108/585034
368.35/363.15	c cleaning 33985 clauses out of 67972 with flag 1282996/620018
398.75/393.51	c cleaning 34994 clauses out of 69989 with flag 1356690/656020
429.56/424.33	c cleaning 36027 clauses out of 72055 with flag 1432561/693080
460.86/455.64	c cleaning 36966 clauses out of 73948 with flag 1510150/731000
493.66/488.42	c cleaning 37982 clauses out of 75982 with flag 1589980/770000
528.74/523.50	c cleaning 38999 clauses out of 78000 with flag 1671823/810000
566.64/561.43	c cleaning 39997 clauses out of 80001 with flag 1755806/851000
610.04/604.47	c cleaning 41015 clauses out of 82032 with flag 1841723/893028
655.43/649.86	c cleaning 41994 clauses out of 83989 with flag 1929454/936000
703.23/697.63	c cleaning 42997 clauses out of 85995 with flag 2019214/980000
754.82/749.24	c cleaning 43993 clauses out of 87998 with flag 2111053/1025000
811.01/805.47	c cleaning 45034 clauses out of 90070 with flag 2205058/1071065
873.36/866.46	c cleaning 45979 clauses out of 91971 with flag 2300824/1118000
938.55/931.60	c cleaning 47038 clauses out of 94078 with flag 2398910/1166086
1007.04/1000.14	c cleaning 48021 clauses out of 96044 with flag 2498844/1215090
1075.83/1068.91	c cleaning 48966 clauses out of 97933 with flag 2600512/1265000
1156.22/1149.36	c cleaning 49975 clauses out of 99967 with flag 2704305/1316000
1249.16/1241.80	c cleaning 51013 clauses out of 102028 with flag 2810289/1368036
1342.24/1334.95	c cleaning 52048 clauses out of 104098 with flag 2918359/1421119
1439.93/1432.66	c cleaning 52993 clauses out of 105988 with flag 3027918/1475057
1546.11/1538.84	c cleaning 54011 clauses out of 108024 with flag 3139829/1530086
1653.56/1645.30	c cleaning 54962 clauses out of 109927 with flag 3253597/1586000
1773.45/1765.16	c cleaning 55987 clauses out of 111976 with flag 3369280/1643011
1800.04/1791.70	c starts		: 1
1800.04/1791.70	c conflicts		: 1662393
1800.04/1791.70	c decisions		: 2088278
1800.04/1791.70	c propagations		: 80341367
1800.04/1791.70	c inspects		: 22047515507
1800.04/1791.70	c shortcuts		: 0
1800.04/1791.70	c learnt literals	: 0
1800.04/1791.70	c learnt binary clauses	: 0
1800.04/1791.70	c learnt ternary clauses	: 0
1800.04/1791.70	c learnt constraints	: 1662393
1800.04/1791.70	c ignored constraints	: 0
1800.04/1791.70	c root simplifications	: 0
1800.04/1791.70	c removed literals (reason simplification)	: 0
1800.04/1791.70	c reason swapping (by a shorter reason)	: 0
1800.04/1791.70	c Calls to reduceDB	: 53
1800.04/1791.70	c Number of update (reduction) of LBD	: 81049
1800.04/1791.70	c Imported unit clauses	: 0
1800.04/1791.70	c number of reductions to clauses (during analyze)	: 0
1800.04/1791.70	c number of learned constraints concerned by reduction	: 0
1800.04/1791.70	c number of learning phase by resolution	: 0
1800.04/1791.70	c number of learning phase by cutting planes	: 0
1800.04/1791.70	c speed (assignments/second)	: 44865.78582178528
1800.04/1791.70	c non guided choices	37869
1800.04/1791.71	c timeout
1800.04/1791.73	c learnt constraints type 
1800.04/1791.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75372
1800.04/1791.73	s UNKNOWN
1800.04/1791.73	c Total wall clock time (in seconds): 1791.61

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-4084699-1465264951/watcher-4084699-1465264951 -o /tmp/evaluation-result-4084699-1465264951/solver-4084699-1465264951 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23300 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084699-1465264951.opb 

pid=24363
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.03 2.06 2.01 3/196 24366
/proc/meminfo: memFree=30756892/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/24366/stat : 24366 (java) R 24363 24366 23284 0 -1 4202496 394 0 0 0 0 0 0 0 20 0 1 0 108427168 9433088 64 33554432000 1073741824 1073778376 140735253951536 140735253948664 206399666885 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2306 77 60 9 0 38 0

[startup+0.100113 s]
/proc/loadavg: 2.03 2.06 2.01 3/196 24366
/proc/meminfo: memFree=30756892/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/24366/stat : 24366 (java) S 24363 24366 23284 0 -1 4202496 4377 0 1 0 8 1 0 0 20 0 18 0 108427168 9787879424 6016 33554432000 1073741824 1073778376 140735253951536 140735253942672 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2389619 6016 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.03 2.06 2.01 3/196 24366
/proc/meminfo: memFree=30756892/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/24366/stat : 24366 (java) S 24363 24366 23284 0 -1 4202496 4679 0 1 0 22 1 0 0 20 0 18 0 108427168 9787879424 6745 33554432000 1073741824 1073778376 140735253951536 140735253942672 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2389619 6745 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 2.03 2.06 2.01 3/196 24366
/proc/meminfo: memFree=30756892/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/24366/stat : 24366 (java) S 24363 24366 23284 0 -1 4202496 6063 0 1 0 43 1 0 0 20 0 18 0 108427168 9787879424 8716 33554432000 1073741824 1073778376 140735253951536 140735253942672 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2389619 8716 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700245 s]
/proc/loadavg: 2.03 2.06 2.01 3/196 24366
/proc/meminfo: memFree=30756892/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9558476 CPUtime=1.63 cores=0,2,4,6
/proc/24366/stat : 24366 (java) S 24363 24366 23284 0 -1 4202496 20978 0 1 0 158 5 0 0 20 0 18 0 108427168 9787879424 35878 33554432000 1073741824 1073778376 140735253951536 140735253942672 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2389619 35878 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.03 2.06 2.01 5/215 24385
/proc/meminfo: memFree=30526648/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9625040 CPUtime=3.44 cores=0,2,4,6
/proc/24366/stat : 24366 (java) S 24363 24366 23284 0 -1 4202496 22047 0 1 0 332 12 0 0 20 0 19 0 108427168 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140735253942672 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2406260 59842 2281 9 0 2396937 0
[pid=24366/tid=24368] ppid=24363 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/24366/task/24368/stat : 24368 (java) R 24363 24366 23284 0 -1 4202560 2481 0 1 0 135 3 0 0 20 0 19 0 108427169 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223427412120 140223250997754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24369] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24369/stat : 24369 (java) S 24363 24366 23284 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223388911912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24370] ppid=24363 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24366/task/24370/stat : 24370 (java) S 24363 24366 23284 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223387859112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24371] ppid=24363 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24366/task/24371/stat : 24371 (java) S 24363 24366 23284 0 -1 4202560 165 0 0 0 2 2 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223386806824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24372] ppid=24363 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24366/task/24372/stat : 24372 (java) S 24363 24366 23284 0 -1 4202560 96 0 0 0 3 1 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223385754024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24373] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24373/stat : 24373 (java) S 24363 24366 23284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223384701736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24374] ppid=24363 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24366/task/24374/stat : 24374 (java) S 24363 24366 23284 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223383648936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24375] ppid=24363 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24366/task/24375/stat : 24375 (java) S 24363 24366 23284 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223382596648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24376] ppid=24363 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24366/task/24376/stat : 24376 (java) S 24363 24366 23284 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223381543848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24377] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24377/stat : 24377 (java) S 24363 24366 23284 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108427171 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223369132264 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24378] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24378/stat : 24378 (java) S 24363 24366 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223249900536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24379] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24379/stat : 24379 (java) S 24363 24366 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223248848136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24380] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24380/stat : 24380 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223247796624 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24381] ppid=24363 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/24366/task/24381/stat : 24381 (java) S 24363 24366 23284 0 -1 4202560 10401 0 0 0 79 2 0 0 20 0 19 0 108427174 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223246744248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24382] ppid=24363 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/24366/task/24382/stat : 24382 (java) S 24363 24366 23284 0 -1 4202560 7318 0 0 0 91 2 0 0 20 0 19 0 108427174 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223245691448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24383] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24383/stat : 24383 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223244639352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24384] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24384/stat : 24384 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223243586760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24385] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24385/stat : 24385 (java) S 24363 24366 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108427268 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223242531752 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.03 2.06 2.01 3/215 24385
/proc/meminfo: memFree=30526400/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9625040 CPUtime=5.04 cores=0,2,4,6
/proc/24366/stat : 24366 (java) S 24363 24366 23284 0 -1 4202496 22048 0 1 0 492 12 0 0 20 0 19 0 108427168 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140735253942672 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2406260 59842 2281 9 0 2396937 0
[pid=24366/tid=24368] ppid=24363 vsize=9625040 CPUtime=2.98 cores=0,2,4,6
/proc/24366/task/24368/stat : 24368 (java) R 24363 24366 23284 0 -1 4202560 2482 0 1 0 295 3 0 0 20 0 19 0 108427169 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223427420640 140223251057125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24369] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24369/stat : 24369 (java) S 24363 24366 23284 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223388911912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24370] ppid=24363 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24366/task/24370/stat : 24370 (java) S 24363 24366 23284 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223387859112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24371] ppid=24363 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24366/task/24371/stat : 24371 (java) S 24363 24366 23284 0 -1 4202560 165 0 0 0 2 2 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223386806824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24372] ppid=24363 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24366/task/24372/stat : 24372 (java) S 24363 24366 23284 0 -1 4202560 96 0 0 0 3 1 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223385754024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24373] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24373/stat : 24373 (java) S 24363 24366 23284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223384701736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24374] ppid=24363 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24366/task/24374/stat : 24374 (java) S 24363 24366 23284 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223383648936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24375] ppid=24363 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24366/task/24375/stat : 24375 (java) S 24363 24366 23284 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223382596648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24376] ppid=24363 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24366/task/24376/stat : 24376 (java) S 24363 24366 23284 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 108427170 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223381543848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24377] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24377/stat : 24377 (java) S 24363 24366 23284 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108427171 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223369132264 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24378] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24378/stat : 24378 (java) S 24363 24366 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223249900536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24379] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24379/stat : 24379 (java) S 24363 24366 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223248848136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24380] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24380/stat : 24380 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223247796624 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24381] ppid=24363 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/24366/task/24381/stat : 24381 (java) S 24363 24366 23284 0 -1 4202560 10401 0 0 0 79 2 0 0 20 0 19 0 108427174 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223246744248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24382] ppid=24363 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/24366/task/24382/stat : 24382 (java) S 24363 24366 23284 0 -1 4202560 7318 0 0 0 91 2 0 0 20 0 19 0 108427174 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223245691448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24383] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24383/stat : 24383 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223244639352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24384] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24384/stat : 24384 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223243586760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24385] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24385/stat : 24385 (java) S 24363 24366 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108427268 9856040960 59842 33554432000 1073741824 1073778376 140735253951536 140223242531752 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.03 2.06 2.01 3/215 24385
/proc/meminfo: memFree=30490440/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9625040 CPUtime=8.26 cores=0,2,4,6
/proc/24366/stat : 24366 (java) S 24363 24366 23284 0 -1 4202496 22051 0 1 0 814 12 0 0 20 0 19 0 108427168 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140735253942672 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2406260 59411 2282 9 0 2396937 0
[pid=24366/tid=24368] ppid=24363 vsize=9625040 CPUtime=6.17 cores=0,2,4,6
/proc/24366/task/24368/stat : 24368 (java) R 24363 24366 23284 0 -1 4202560 2484 0 1 0 614 3 0 0 20 0 19 0 108427169 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223427418648 140223250998432 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24369] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24369/stat : 24369 (java) S 24363 24366 23284 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 19 0 108427170 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223388911912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24370] ppid=24363 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24366/task/24370/stat : 24370 (java) S 24363 24366 23284 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 108427170 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223387859112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24371] ppid=24363 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24366/task/24371/stat : 24371 (java) S 24363 24366 23284 0 -1 4202560 165 0 0 0 2 2 0 0 20 0 19 0 108427170 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223386806824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24372] ppid=24363 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24366/task/24372/stat : 24372 (java) S 24363 24366 23284 0 -1 4202560 96 0 0 0 3 1 0 0 20 0 19 0 108427170 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223385754024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24373] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24373/stat : 24373 (java) S 24363 24366 23284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 108427170 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223384701736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24374] ppid=24363 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24366/task/24374/stat : 24374 (java) S 24363 24366 23284 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 108427170 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223383648936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24375] ppid=24363 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24366/task/24375/stat : 24375 (java) S 24363 24366 23284 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 108427170 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223382596648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24376] ppid=24363 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24366/task/24376/stat : 24376 (java) S 24363 24366 23284 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 108427170 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223381543848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24377] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24377/stat : 24377 (java) S 24363 24366 23284 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108427171 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223369132264 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24378] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24378/stat : 24378 (java) S 24363 24366 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223249900536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24379] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24379/stat : 24379 (java) S 24363 24366 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223248848136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24380] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24380/stat : 24380 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223247796624 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24381] ppid=24363 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/24366/task/24381/stat : 24381 (java) S 24363 24366 23284 0 -1 4202560 10401 0 0 0 79 2 0 0 20 0 19 0 108427174 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223246744248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24382] ppid=24363 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/24366/task/24382/stat : 24382 (java) S 24363 24366 23284 0 -1 4202560 7319 0 0 0 92 2 0 0 20 0 19 0 108427174 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223245691448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24383] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24383/stat : 24383 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223244639352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24384] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24384/stat : 24384 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223243586760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24385] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24385/stat : 24385 (java) S 24363 24366 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108427268 9856040960 59411 33554432000 1073741824 1073778376 140735253951536 140223242531752 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9625040


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

[pid=24366/tid=24385] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24385/stat : 24385 (java) S 24363 24366 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108427268 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223242531752 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1730.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.02 4/215 24495
/proc/meminfo: memFree=27220156/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9625040 CPUtime=1790.65 cores=0,2,4,6
/proc/24366/stat : 24366 (java) S 24363 24366 23284 0 -1 4202496 71721 0 1 0 178713 352 0 0 20 0 19 0 108427168 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140735253942672 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2406260 886699 2298 9 0 2396937 0
[pid=24366/tid=24368] ppid=24363 vsize=9625040 CPUtime=1773.7 cores=0,2,4,6
/proc/24366/task/24368/stat : 24368 (java) R 24363 24366 23284 0 -1 4202560 3457 0 1 0 177328 42 0 0 20 0 19 0 108427169 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223427411664 140223250997991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24369] ppid=24363 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/24366/task/24369/stat : 24369 (java) S 24363 24366 23284 0 -1 4202560 4872 0 0 0 63 42 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223388911912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24370] ppid=24363 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/24366/task/24370/stat : 24370 (java) S 24363 24366 23284 0 -1 4202560 8522 0 0 0 80 49 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223387859112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24371] ppid=24363 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/24366/task/24371/stat : 24371 (java) S 24363 24366 23284 0 -1 4202560 5804 0 0 0 72 41 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223386806824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24366/tid=24372] ppid=24363 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/24366/task/24372/stat : 24372 (java) S 24363 24366 23284 0 -1 4202560 6402 0 0 0 63 41 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223385754024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24373] ppid=24363 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/24366/task/24373/stat : 24373 (java) S 24363 24366 23284 0 -1 4202560 6276 0 0 0 64 31 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223384701736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24374] ppid=24363 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/24366/task/24374/stat : 24374 (java) S 24363 24366 23284 0 -1 4202560 4590 0 0 0 76 34 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223383648936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24375] ppid=24363 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/24366/task/24375/stat : 24375 (java) S 24363 24366 23284 0 -1 4202560 4904 0 0 0 69 39 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223382596648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24376] ppid=24363 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/24366/task/24376/stat : 24376 (java) S 24363 24366 23284 0 -1 4202560 4073 0 0 0 59 32 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223381543848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24377] ppid=24363 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/24366/task/24377/stat : 24377 (java) S 24363 24366 23284 0 -1 4202560 3727 0 0 0 130 3 0 0 20 0 19 0 108427171 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223369132264 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24378] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24378/stat : 24378 (java) S 24363 24366 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223249900536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24379] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24379/stat : 24379 (java) S 24363 24366 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223248848136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24380] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24380/stat : 24380 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223247796624 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24381] ppid=24363 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/24366/task/24381/stat : 24381 (java) S 24363 24366 23284 0 -1 4202560 10405 0 0 0 83 2 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223246744248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24382] ppid=24363 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/24366/task/24382/stat : 24382 (java) S 24363 24366 23284 0 -1 4202560 7327 0 0 0 117 2 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223245691448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24383] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24383/stat : 24383 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223244639352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24384] ppid=24363 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24366/task/24384/stat : 24384 (java) S 24363 24366 23284 0 -1 4202560 103 0 0 0 22 23 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223243586760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24385] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24385/stat : 24385 (java) S 24363 24366 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108427268 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223242531752 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.7 s]
/proc/loadavg: 2.00 2.04 2.02 4/215 24495
/proc/meminfo: memFree=27306792/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/24366/stat : 24366 (java) S 24363 24366 23284 0 -1 4202496 71721 0 1 0 179652 352 0 0 20 0 19 0 108427168 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140735253942672 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2406260 886699 2298 9 0 2396937 0
[pid=24366/tid=24368] ppid=24363 vsize=9625040 CPUtime=1783.07 cores=0,2,4,6
/proc/24366/task/24368/stat : 24368 (java) R 24363 24366 23284 0 -1 4202560 3457 0 1 0 178264 43 0 0 20 0 19 0 108427169 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223427411664 140223250754422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24369] ppid=24363 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/24366/task/24369/stat : 24369 (java) S 24363 24366 23284 0 -1 4202560 4872 0 0 0 63 42 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223388911912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24370] ppid=24363 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/24366/task/24370/stat : 24370 (java) S 24363 24366 23284 0 -1 4202560 8522 0 0 0 80 49 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223387859112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24371] ppid=24363 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/24366/task/24371/stat : 24371 (java) S 24363 24366 23284 0 -1 4202560 5804 0 0 0 72 41 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223386806824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24366/tid=24372] ppid=24363 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/24366/task/24372/stat : 24372 (java) S 24363 24366 23284 0 -1 4202560 6402 0 0 0 63 41 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223385754024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24373] ppid=24363 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/24366/task/24373/stat : 24373 (java) S 24363 24366 23284 0 -1 4202560 6276 0 0 0 64 31 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223384701736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24374] ppid=24363 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/24366/task/24374/stat : 24374 (java) S 24363 24366 23284 0 -1 4202560 4590 0 0 0 76 34 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223383648936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24375] ppid=24363 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/24366/task/24375/stat : 24375 (java) S 24363 24366 23284 0 -1 4202560 4904 0 0 0 69 39 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223382596648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24376] ppid=24363 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/24366/task/24376/stat : 24376 (java) S 24363 24366 23284 0 -1 4202560 4073 0 0 0 59 32 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223381543848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24377] ppid=24363 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/24366/task/24377/stat : 24377 (java) S 24363 24366 23284 0 -1 4202560 3727 0 0 0 130 3 0 0 20 0 19 0 108427171 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223369132264 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24378] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24378/stat : 24378 (java) S 24363 24366 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223249900536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24379] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24379/stat : 24379 (java) S 24363 24366 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223248848136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24380] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24380/stat : 24380 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223247796624 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24381] ppid=24363 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/24366/task/24381/stat : 24381 (java) S 24363 24366 23284 0 -1 4202560 10405 0 0 0 83 2 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223246744248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24382] ppid=24363 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/24366/task/24382/stat : 24382 (java) S 24363 24366 23284 0 -1 4202560 7327 0 0 0 117 2 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223245691448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24383] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24383/stat : 24383 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223244639352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24384] ppid=24363 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/24366/task/24384/stat : 24384 (java) S 24363 24366 23284 0 -1 4202560 103 0 0 0 23 23 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223243586760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24385] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24385/stat : 24385 (java) S 24363 24366 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108427268 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223242531752 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 24366 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1791.7 s]
/proc/loadavg: 2.00 2.04 2.02 4/215 24495
/proc/meminfo: memFree=27306792/32872528 swapFree=8144/8144
[pid=24366] ppid=24363 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/24366/stat : 24366 (java) S 24363 24366 23284 0 -1 4202496 71721 0 1 0 179652 352 0 0 20 0 19 0 108427168 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140735253942672 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24366/statm: 2406260 886699 2298 9 0 2396937 0
[pid=24366/tid=24368] ppid=24363 vsize=9625040 CPUtime=1783.07 cores=0,2,4,6
/proc/24366/task/24368/stat : 24368 (java) R 24363 24366 23284 0 -1 4202560 3457 0 1 0 178264 43 0 0 20 0 19 0 108427169 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223427411664 140223250754422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24369] ppid=24363 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/24366/task/24369/stat : 24369 (java) S 24363 24366 23284 0 -1 4202560 4872 0 0 0 63 42 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223388911912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24370] ppid=24363 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/24366/task/24370/stat : 24370 (java) S 24363 24366 23284 0 -1 4202560 8522 0 0 0 80 49 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223387859112 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24371] ppid=24363 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/24366/task/24371/stat : 24371 (java) S 24363 24366 23284 0 -1 4202560 5804 0 0 0 72 41 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223386806824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24366/tid=24372] ppid=24363 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/24366/task/24372/stat : 24372 (java) S 24363 24366 23284 0 -1 4202560 6402 0 0 0 63 41 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223385754024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24373] ppid=24363 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/24366/task/24373/stat : 24373 (java) S 24363 24366 23284 0 -1 4202560 6276 0 0 0 64 31 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223384701736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24374] ppid=24363 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/24366/task/24374/stat : 24374 (java) S 24363 24366 23284 0 -1 4202560 4590 0 0 0 76 34 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223383648936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24375] ppid=24363 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/24366/task/24375/stat : 24375 (java) S 24363 24366 23284 0 -1 4202560 4904 0 0 0 69 39 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223382596648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24376] ppid=24363 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/24366/task/24376/stat : 24376 (java) S 24363 24366 23284 0 -1 4202560 4073 0 0 0 59 32 0 0 20 0 19 0 108427170 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223381543848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24377] ppid=24363 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/24366/task/24377/stat : 24377 (java) S 24363 24366 23284 0 -1 4202560 3727 0 0 0 130 3 0 0 20 0 19 0 108427171 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223369132264 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24378] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24378/stat : 24378 (java) S 24363 24366 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223249900536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24379] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24379/stat : 24379 (java) S 24363 24366 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108427172 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223248848136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24380] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24380/stat : 24380 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223247796624 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24381] ppid=24363 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/24366/task/24381/stat : 24381 (java) S 24363 24366 23284 0 -1 4202560 10405 0 0 0 83 2 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223246744248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24382] ppid=24363 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/24366/task/24382/stat : 24382 (java) S 24363 24366 23284 0 -1 4202560 7327 0 0 0 117 2 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223245691448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24366/tid=24383] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24383/stat : 24383 (java) S 24363 24366 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223244639352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24366/tid=24384] ppid=24363 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/24366/task/24384/stat : 24384 (java) S 24363 24366 23284 0 -1 4202560 103 0 0 0 23 23 0 0 20 0 19 0 108427174 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223243586760 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24366/tid=24385] ppid=24363 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24366/task/24385/stat : 24385 (java) S 24363 24366 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108427268 9856040960 886699 33554432000 1073741824 1073778376 140735253951536 140223242531752 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24366 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=829600
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=970396
# CPU time returned by wait4() is 1795.8
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.75
CPU time (s): 1800.04
CPU user time (s): 1796.52
CPU system time (s): 3.52
CPU usage (%): 100.463
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.83
system time used= 3.9704
maximum resident set size= 3546936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71762
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40184
involuntary context switches= 32962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2324 second user time and 13.7139 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 04:02:31
IDJOB=4084699
IDBENCH=48361
IDSOLVER=2546
FILE ID=node133/4084699-1465264951
RUNJOBID= node133-1465257785-23300
PBS_JOBID= 19843288
Free space on /tmp= 71748 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_4_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084699-1465264951/watcher-4084699-1465264951 -o /tmp/evaluation-result-4084699-1465264951/solver-4084699-1465264951 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23300 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084699-1465264951.opb

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

MD5SUM BENCH= bd16609fa1dd670f862cc5fd2d9f8fc4
RANDOM SEED=1098180956

node133.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.065
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.13
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.065
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	: 7358.89
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.065
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.065
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.065
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.065
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.065
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.065
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:        30757916 kB
Buffers:           71328 kB
Cached:           112484 kB
SwapCached:         2064 kB
Active:          1238532 kB
Inactive:         120008 kB
Active(anon):    1175704 kB
Inactive(anon):     1428 kB
Active(file):      62828 kB
Inactive(file):   118580 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098268 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       1208152 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             595988 kB
SReclaimable:      39352 kB
SUnreclaim:       556636 kB
KernelStack:        1776 kB
PageTables:         6976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1362504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1175552 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= 71744 MiB
End job on node133 at 2016-06-07 04:32:23