Trace number 4106845

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 Res+CP PB16? (TO) 1800.18 895.559

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_2_80.opb
MD5SUMd38f526c1f6f5ee8e5e4d2c41b31df8d
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
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 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)31340
Sum of products size (including duplicates)62680
Number of different products15670
Sum of products size31340

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106845-1466278233.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
2.93/1.13	c ... done. Wall clock time 1.026s.
2.93/1.13	c declared #vars     1000
2.93/1.13	c internal #vars     16670
2.93/1.13	c #constraints  32843
2.93/1.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.93/1.13	c constraints type 
2.93/1.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15670
2.93/1.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.93/1.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.93/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15670
2.93/1.13	c 32843 constraints processed.
2.93/1.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.93/1.13	c constraints type 
2.93/1.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
2.93/1.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15670
2.93/1.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
2.93/1.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
2.93/1.13	c 32843 constraints processed.
12.28/4.97	c cleaning 2533 clauses out of 5065 with flag 10613/5065
21.07/9.17	c cleaning 4254 clauses out of 8507 with flag 23101/11040
31.80/14.41	c cleaning 5668 clauses out of 11336 with flag 38041/18123
45.14/20.98	c cleaning 6824 clauses out of 13647 with flag 54988/26102
60.98/28.77	c cleaning 7886 clauses out of 15772 with flag 81617/35051
80.55/38.49	c cleaning 8916 clauses out of 17835 with flag 113859/45000
102.76/49.41	c cleaning 9964 clauses out of 19928 with flag 137292/56009
128.58/62.47	c cleaning 10976 clauses out of 21955 with flag 164986/68000
152.78/74.41	c cleaning 12003 clauses out of 24005 with flag 200358/81026
179.69/87.87	c cleaning 13022 clauses out of 26043 with flag 232012/95067
210.18/103.01	c cleaning 13845 clauses out of 27954 with flag 263224/110000
241.97/119.07	c cleaning 15067 clauses out of 30133 with flag 296790/126024
277.54/136.79	c cleaning 15934 clauses out of 32042 with flag 332622/143000
318.14/156.97	c cleaning 17032 clauses out of 34109 with flag 373055/161001
360.22/177.87	c cleaning 18018 clauses out of 36076 with flag 417427/180000
393.03/194.18	c cleaning 19030 clauses out of 38059 with flag 479792/200001
419.86/207.70	c cleaning 20016 clauses out of 40032 with flag 550589/221004
461.42/228.40	c cleaning 21066 clauses out of 42131 with flag 599353/243119
493.57/244.45	c cleaning 0 clauses out of 5003 with flag 0/5003
502.30/248.63	c cleaning 21887 clauses out of 43946 with flag 650569/266000
537.43/266.00	c cleaning 22944 clauses out of 46059 with flag 712118/290000
581.72/288.36	c cleaning 24058 clauses out of 48116 with flag 766462/315001
623.53/309.16	c cleaning 24998 clauses out of 50101 with flag 823084/341044
659.12/326.87	c cleaning 26013 clauses out of 52059 with flag 887009/368000
706.20/350.25	c cleaning 27047 clauses out of 54093 with flag 946958/396047
762.42/378.50	c cleaning 27936 clauses out of 55999 with flag 1008922/425000
801.35/397.81	c cleaning 29047 clauses out of 58094 with flag 1082033/455031
869.69/431.83	c cleaning 29898 clauses out of 60016 with flag 1149761/486000
941.71/467.61	c cleaning 30961 clauses out of 62119 with flag 1220542/518001
1014.43/504.26	c cleaning 32070 clauses out of 64157 with flag 1291661/551000
1071.45/532.60	c cleaning 32995 clauses out of 66088 with flag 1373494/585001
1178.17/585.67	c cleaning 34080 clauses out of 68159 with flag 1450725/620067
1275.73/634.10	c cleaning 34847 clauses out of 70012 with flag 1527465/656000
1356.20/674.11	c cleaning 36158 clauses out of 72315 with flag 1608573/693150
1479.69/736.03	c cleaning 37078 clauses out of 74155 with flag 1691197/731148
1558.91/775.47	c cleaning 37895 clauses out of 75929 with flag 1779058/770000
1696.31/843.89	c cleaning 39030 clauses out of 78060 with flag 1869177/810026
1714.43/852.86	c cleaning 0 clauses out of 11001 with flag 0/11001
1777.27/884.13	c cleaning 39980 clauses out of 80007 with flag 1969934/851003
1800.18/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.51	c starts		: 602
1800.18/895.51	c conflicts		: 866463
1800.18/895.51	c decisions		: 8027667
1800.18/895.51	c propagations		: 73983778
1800.18/895.51	c inspects		: 6352703536
1800.18/895.51	c shortcuts		: 0
1800.18/895.51	c learnt literals	: 0
1800.18/895.51	c learnt binary clauses	: 0
1800.18/895.51	c learnt ternary clauses	: 1
1800.18/895.51	c learnt constraints	: 866463
1800.18/895.51	c ignored constraints	: 0
1800.18/895.51	c root simplifications	: 0
1800.18/895.51	c removed literals (reason simplification)	: 57523202
1800.18/895.51	c reason swapping (by a shorter reason)	: 0
1800.18/895.51	c Calls to reduceDB	: 37
1800.18/895.51	c Number of update (reduction) of LBD	: 68667
1800.18/895.51	c Imported unit clauses	: 0
1800.18/895.51	c number of reductions to clauses (during analyze)	: 0
1800.18/895.51	c number of learned constraints concerned by reduction	: 0
1800.18/895.51	c number of learning phase by resolution	: 0
1800.18/895.51	c number of learning phase by cutting planes	: 0
1800.18/895.51	c speed (assignments/second)	: 82723.33264754817
1800.18/895.51	c non guided choices	16127
1800.18/895.53	c learnt constraints type 
1800.18/895.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55488
1800.18/895.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.53	c starts		: 35
1800.18/895.53	c conflicts		: 11240
1800.18/895.53	c decisions		: 348629
1800.18/895.53	c propagations		: 10564622
1800.18/895.53	c inspects		: 896420028
1800.18/895.53	c shortcuts		: 0
1800.18/895.53	c learnt literals	: 0
1800.18/895.53	c learnt binary clauses	: 0
1800.18/895.53	c learnt ternary clauses	: 0
1800.18/895.53	c learnt constraints	: 11239
1800.18/895.53	c ignored constraints	: 0
1800.18/895.53	c root simplifications	: 0
1800.18/895.53	c removed literals (reason simplification)	: 0
1800.18/895.53	c reason swapping (by a shorter reason)	: 0
1800.18/895.53	c Calls to reduceDB	: 2
1800.18/895.53	c Number of update (reduction) of LBD	: 0
1800.18/895.53	c Imported unit clauses	: 0
1800.18/895.53	c number of reductions to clauses (during analyze)	: 0
1800.18/895.53	c number of learned constraints concerned by reduction	: 0
1800.18/895.53	c number of learning phase by resolution	: 0
1800.18/895.53	c number of learning phase by cutting planes	: 0
1800.18/895.53	c speed (assignments/second)	: 11812.335359335937
1800.18/895.53	c non guided choices	16127
1800.18/895.53	c learnt constraints type 
1800.18/895.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.18/895.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11238
1800.18/895.53	s UNKNOWN
1800.18/895.53	c Total wall clock time (in seconds): 895.429

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-4106845-1466278233/watcher-4106845-1466278233 -o /tmp/evaluation-result-4106845-1466278233/solver-4106845-1466278233 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466275489-17659 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106845-1466278233.opb 

pid=19298
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: 4.57 4.46 4.22 4/196 19301
/proc/meminfo: memFree=27326104/32872528 swapFree=1316768/1463936
[pid=19301] ppid=19298 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/19301/stat : 19301 (java) S 19298 19301 17643 0 -1 4202496 1292 0 0 0 0 0 0 0 20 0 2 0 29870198 95129600 926 33554432000 1073741824 1073778376 140736735805488 140736735796624 227515859005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19301/statm: 23225 926 703 9 0 16769 0
[pid=19301/tid=19302] ppid=19298 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19302/stat : 19302 (java) R 19298 19301 17643 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 2 0 29870198 98635776 938 33554432000 1073741824 1073778376 140736735805488 140656610512424 227503341128 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.57 4.46 4.22 4/196 19301
/proc/meminfo: memFree=27326104/32872528 swapFree=1316768/1463936
[pid=19301] ppid=19298 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/19301/stat : 19301 (java) S 19298 19301 17643 0 -1 4202496 4509 0 1 0 9 1 0 0 20 0 18 0 29870198 9787879424 6128 33554432000 1073741824 1073778376 140736735805488 140736735796624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19301/statm: 2389619 6128 2158 9 0 2380296 0
[pid=19301/tid=19302] ppid=19298 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/19301/task/19302/stat : 19302 (java) R 19298 19301 17643 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 29870198 9787879424 6128 33554432000 1073741824 1073778376 140736735805488 140656610515872 227515884813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 4.57 4.46 4.22 4/196 19301
/proc/meminfo: memFree=27326104/32872528 swapFree=1316768/1463936
[pid=19301] ppid=19298 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/19301/stat : 19301 (java) S 19298 19301 17643 0 -1 4202496 4738 0 1 0 24 2 0 0 20 0 18 0 29870198 9787879424 7341 33554432000 1073741824 1073778376 140736735805488 140736735796624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19301/statm: 2389619 7341 2213 9 0 2380296 0
[pid=19301/tid=19302] ppid=19298 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/19301/task/19302/stat : 19302 (java) R 19298 19301 17643 0 -1 4202560 2408 0 1 0 16 1 0 0 20 0 18 0 29870198 9787879424 7341 33554432000 1073741824 1073778376 140736735805488 140656610515872 140656437738780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300371 s]
/proc/loadavg: 4.57 4.46 4.22 4/196 19301
/proc/meminfo: memFree=27326104/32872528 swapFree=1316768/1463936
[pid=19301] ppid=19298 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/19301/stat : 19301 (java) S 19298 19301 17643 0 -1 4202496 6187 0 1 0 47 2 0 0 20 0 18 0 29870198 9787879424 9715 33554432000 1073741824 1073778376 140736735805488 140736735796624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19301/statm: 2389619 9715 2244 9 0 2380296 0
[pid=19301/tid=19302] ppid=19298 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/19301/task/19302/stat : 19302 (java) R 19298 19301 17643 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 18 0 29870198 9787879424 9715 33554432000 1073741824 1073778376 140736735805488 140656610515872 140656438041625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700221 s]
/proc/loadavg: 4.57 4.46 4.22 4/196 19301
/proc/meminfo: memFree=27326104/32872528 swapFree=1316768/1463936
[pid=19301] ppid=19298 vsize=9558476 CPUtime=1.64 cores=0,2,4,6
/proc/19301/stat : 19301 (java) S 19298 19301 17643 0 -1 4202496 31825 0 1 0 157 7 0 0 20 0 18 0 29870198 9787879424 40430 33554432000 1073741824 1073778376 140736735805488 140736735796624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19301/statm: 2389619 40430 2256 9 0 2380296 0
[pid=19301/tid=19302] ppid=19298 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/19301/task/19302/stat : 19302 (java) R 19298 19301 17643 0 -1 4202560 2443 0 1 0 66 1 0 0 20 0 18 0 29870198 9787879424 40430 33554432000 1073741824 1073778376 140736735805488 140656610515872 140656438046932 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558476

[startup+1.50071 s]
/proc/loadavg: 4.57 4.46 4.22 13/214 19319
/proc/meminfo: memFree=27068120/32872528 swapFree=1316768/1463936
[pid=19301] ppid=19298 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/19301/stat : 19301 (java) S 19298 19301 17643 0 -1 4202496 35506 0 1 0 436 12 0 0 20 0 22 0 29870198 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140736735796624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19301/statm: 2456183 65445 2281 9 0 2446860 0
[pid=19301/tid=19302] ppid=19298 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/19301/task/19302/stat : 19302 (java) S 19298 19301 17643 0 -1 4202560 2488 0 1 0 99 3 0 0 20 0 22 0 29870198 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656610517880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19304] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19304/stat : 19304 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656572008872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19305] ppid=19298 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19301/task/19305/stat : 19305 (java) S 19298 19301 17643 0 -1 4202560 134 0 0 0 5 0 0 0 20 0 22 0 29870199 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656570956328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19306] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19306/stat : 19306 (java) S 19298 19301 17643 0 -1 4202560 113 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656569903272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19307] ppid=19298 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19301/task/19307/stat : 19307 (java) S 19298 19301 17643 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 29870199 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656568850728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19308] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19308/stat : 19308 (java) S 19298 19301 17643 0 -1 4202560 122 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656567798696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19309] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19309/stat : 19309 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656566746152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19310] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19310/stat : 19310 (java) S 19298 19301 17643 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656565693096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19311] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19311/stat : 19311 (java) S 19298 19301 17643 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656564640552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19312] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19312/stat : 19312 (java) S 19298 19301 17643 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 29870200 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656434461032 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19313] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19313/stat : 19313 (java) S 19298 19301 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656433407352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19314] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19314/stat : 19314 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656432354184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19315] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19315/stat : 19315 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656431302928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19316] ppid=19298 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/19301/task/19316/stat : 19316 (java) R 19298 19301 17643 0 -1 4202560 18468 0 0 0 119 3 0 0 20 0 22 0 29870203 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656430237552 140656614610401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19317] ppid=19298 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/19301/task/19317/stat : 19317 (java) R 19298 19301 17643 0 -1 4202560 12744 0 0 0 117 3 0 0 20 0 22 0 29870203 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656429185792 140656612574177 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19318] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19318/stat : 19318 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656428145400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19319] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19319/stat : 19319 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 65445 33554432000 1073741824 1073778376 140736735805488 140656427093064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.57 4.46 4.22 5/218 19323
/proc/meminfo: memFree=27072056/32872528 swapFree=1316768/1463936
[pid=19301] ppid=19298 vsize=9824732 CPUtime=8.52 cores=0,2,4,6
/proc/19301/stat : 19301 (java) S 19298 19301 17643 0 -1 4202496 35550 0 1 0 840 12 0 0 20 0 22 0 29870198 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140736735796624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19301/statm: 2456183 65488 2286 9 0 2446860 0
[pid=19301/tid=19302] ppid=19298 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/19301/task/19302/stat : 19302 (java) S 19298 19301 17643 0 -1 4202560 2488 0 1 0 99 3 0 0 20 0 22 0 29870198 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656610517880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19304] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19304/stat : 19304 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656572008872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19305] ppid=19298 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19301/task/19305/stat : 19305 (java) S 19298 19301 17643 0 -1 4202560 134 0 0 0 5 0 0 0 20 0 22 0 29870199 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656570956328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19306] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19306/stat : 19306 (java) S 19298 19301 17643 0 -1 4202560 113 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656569903272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19307] ppid=19298 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19301/task/19307/stat : 19307 (java) S 19298 19301 17643 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 29870199 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656568850728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19308] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19308/stat : 19308 (java) S 19298 19301 17643 0 -1 4202560 122 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656567798696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19309] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19309/stat : 19309 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656566746152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19310] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19310/stat : 19310 (java) S 19298 19301 17643 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656565693096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19311] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19311/stat : 19311 (java) S 19298 19301 17643 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656564640552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19312] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19312/stat : 19312 (java) S 19298 19301 17643 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 29870200 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656434461032 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19313] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19313/stat : 19313 (java) S 19298 19301 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656433407352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19314] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19314/stat : 19314 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656432354184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19315] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19315/stat : 19315 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656431302928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19316] ppid=19298 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/19301/task/19316/stat : 19316 (java) S 19298 19301 17643 0 -1 4202560 18473 0 0 0 175 3 0 0 20 0 22 0 29870203 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656430250808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19317] ppid=19298 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/19301/task/19317/stat : 19317 (java) S 19298 19301 17643 0 -1 4202560 12782 0 0 0 145 3 0 0 20 0 22 0 29870203 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656429198264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19318] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19318/stat : 19318 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656428145400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19319] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19319/stat : 19319 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656427093064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19320] ppid=19298 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/19301/task/19320/stat : 19320 (java) R 19298 19301 17643 0 -1 4202560 17 0 0 0 194 0 0 0 20 0 22 0 29870312 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656426037928 140656439022131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19321] ppid=19298 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/19301/task/19321/stat : 19321 (java) R 19298 19301 17643 0 -1 4202560 28 0 0 0 194 0 0 0 20 0 22 0 29870312 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656424983592 140656439074591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19322] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19322/stat : 19322 (java) S 19298 19301 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29870314 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656423932712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19323] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19323/stat : 19323 (java) S 19298 19301 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29870314 10060525568 65488 33554432000 1073741824 1073778376 140736735805488 140656422880168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.52 4.45 4.21 6/218 19323
/proc/meminfo: memFree=27037080/32872528 swapFree=1316768/1463936
[pid=19301] ppid=19298 vsize=9824732 CPUtime=15.22 cores=0,2,4,6
/proc/19301/stat : 19301 (java) S 19298 19301 17643 0 -1 4202496 37027 0 1 0 1509 13 0 0 20 0 22 0 29870198 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140736735796624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19301/statm: 2456183 84811 2294 9 0 2446860 0
[pid=19301/tid=19302] ppid=19298 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/19301/task/19302/stat : 19302 (java) S 19298 19301 17643 0 -1 4202560 2488 0 1 0 99 3 0 0 20 0 22 0 29870198 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656610517880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19304] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19304/stat : 19304 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656572008872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19305] ppid=19298 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19301/task/19305/stat : 19305 (java) S 19298 19301 17643 0 -1 4202560 134 0 0 0 5 0 0 0 20 0 22 0 29870199 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656570956328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19306] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19306/stat : 19306 (java) S 19298 19301 17643 0 -1 4202560 113 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656569903272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19307] ppid=19298 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19301/task/19307/stat : 19307 (java) S 19298 19301 17643 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 29870199 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656568850728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19308] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19308/stat : 19308 (java) S 19298 19301 17643 0 -1 4202560 122 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656567798696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19309] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19309/stat : 19309 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656566746152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19310] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19310/stat : 19310 (java) S 19298 19301 17643 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656565693096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19311] ppid=19298 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19301/task/19311/stat : 19311 (java) S 19298 19301 17643 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29870199 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656564640552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19312] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19312/stat : 19312 (java) S 19298 19301 17643 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 29870200 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656434461032 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19313] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19313/stat : 19313 (java) S 19298 19301 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656433407352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19314] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19314/stat : 19314 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 84811 33554432000 1073741824 1073778376 140736735805488 140656432354184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19315] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/19301/task/19306/stat : 19306 (java) S 19298 19301 17643 0 -1 4202560 1139 0 0 0 275 19 0 0 20 0 22 0 29870199 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656569903272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19307] ppid=19298 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/19301/task/19307/stat : 19307 (java) S 19298 19301 17643 0 -1 4202560 945 0 0 0 262 21 0 0 20 0 22 0 29870199 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656568850728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19308] ppid=19298 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/19301/task/19308/stat : 19308 (java) S 19298 19301 17643 0 -1 4202560 583 0 0 0 234 14 0 0 20 0 22 0 29870199 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656567798696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19309] ppid=19298 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/19301/task/19309/stat : 19309 (java) S 19298 19301 17643 0 -1 4202560 673 0 0 0 241 16 0 0 20 0 22 0 29870199 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656566746152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19310] ppid=19298 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/19301/task/19310/stat : 19310 (java) S 19298 19301 17643 0 -1 4202560 669 0 0 0 261 18 0 0 20 0 22 0 29870199 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656565693096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19311] ppid=19298 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/19301/task/19311/stat : 19311 (java) S 19298 19301 17643 0 -1 4202560 655 0 0 0 246 19 0 0 20 0 22 0 29870199 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656564640552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19312] ppid=19298 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/19301/task/19312/stat : 19312 (java) S 19298 19301 17643 0 -1 4202560 2347 0 0 0 392 13 0 0 20 0 22 0 29870200 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656434461032 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19313] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19313/stat : 19313 (java) S 19298 19301 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656433407352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19314] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19314/stat : 19314 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656432354184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19315] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19315/stat : 19315 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656431302928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19316] ppid=19298 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/19301/task/19316/stat : 19316 (java) S 19298 19301 17643 0 -1 4202560 19932 0 0 0 268 4 0 0 20 0 22 0 29870203 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656430250808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19317] ppid=19298 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/19301/task/19317/stat : 19317 (java) S 19298 19301 17643 0 -1 4202560 12830 0 0 0 182 3 0 0 20 0 22 0 29870203 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656429198264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19318] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19318/stat : 19318 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656428145400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19319] ppid=19298 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/19301/task/19319/stat : 19319 (java) S 19298 19301 17643 0 -1 4202560 51 0 0 0 15 12 0 0 20 0 22 0 29870203 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656427093064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19320] ppid=19298 vsize=9824732 CPUtime=868.8 cores=0,2,4,6
/proc/19301/task/19320/stat : 19320 (java) R 19298 19301 17643 0 -1 4202560 58 0 0 0 86866 14 0 0 20 0 22 0 29870312 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656426036624 140656439106176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19321] ppid=19298 vsize=9824732 CPUtime=868.81 cores=0,2,4,6
/proc/19301/task/19321/stat : 19321 (java) R 19298 19301 17643 0 -1 4202560 1928 0 0 0 86833 48 0 0 20 0 22 0 29870312 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656424982752 140656439321856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19322] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19322/stat : 19322 (java) S 19298 19301 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29870314 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656423932712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19323] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19323/stat : 19323 (java) S 19298 19301 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29870314 10060525568 989371 33554432000 1073741824 1073778376 140736735805488 140656422880168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1773.67
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 4.10 4.24 4.20 5/217 19826
/proc/meminfo: memFree=23443420/32872528 swapFree=1316768/1463936
[pid=19301] ppid=19298 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/19301/stat : 19301 (java) S 19298 19301 17643 0 -1 4202496 46909 0 1 0 179805 213 0 0 20 0 22 0 29870198 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140736735796624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19301/statm: 2456183 989387 2302 9 0 2446860 0
[pid=19301/tid=19302] ppid=19298 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/19301/task/19302/stat : 19302 (java) S 19298 19301 17643 0 -1 4202560 2494 0 1 0 102 4 0 0 20 0 22 0 29870198 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656610517880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19304] ppid=19298 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/19301/task/19304/stat : 19304 (java) S 19298 19301 17643 0 -1 4202560 536 0 0 0 242 18 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656572008872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19305] ppid=19298 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/19301/task/19305/stat : 19305 (java) S 19298 19301 17643 0 -1 4202560 786 0 0 0 275 18 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656570956328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19306] ppid=19298 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/19301/task/19306/stat : 19306 (java) S 19298 19301 17643 0 -1 4202560 1139 0 0 0 277 19 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656569903272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19307] ppid=19298 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/19301/task/19307/stat : 19307 (java) S 19298 19301 17643 0 -1 4202560 945 0 0 0 264 21 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656568850728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19308] ppid=19298 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/19301/task/19308/stat : 19308 (java) S 19298 19301 17643 0 -1 4202560 590 0 0 0 236 14 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656567798696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19309] ppid=19298 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/19301/task/19309/stat : 19309 (java) S 19298 19301 17643 0 -1 4202560 674 0 0 0 243 16 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656566746152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19310] ppid=19298 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/19301/task/19310/stat : 19310 (java) S 19298 19301 17643 0 -1 4202560 673 0 0 0 265 18 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656565693096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19311] ppid=19298 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/19301/task/19311/stat : 19311 (java) S 19298 19301 17643 0 -1 4202560 655 0 0 0 252 19 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656564640552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19312] ppid=19298 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/19301/task/19312/stat : 19312 (java) S 19298 19301 17643 0 -1 4202560 2349 0 0 0 392 13 0 0 20 0 22 0 29870200 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656434461032 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19313] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19313/stat : 19313 (java) S 19298 19301 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656433407352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19314] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19314/stat : 19314 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656432354184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19315] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19315/stat : 19315 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656431302928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19316] ppid=19298 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/19301/task/19316/stat : 19316 (java) S 19298 19301 17643 0 -1 4202560 19933 0 0 0 269 4 0 0 20 0 22 0 29870203 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656430250808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19317] ppid=19298 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/19301/task/19317/stat : 19317 (java) S 19298 19301 17643 0 -1 4202560 12830 0 0 0 182 3 0 0 20 0 22 0 29870203 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656429198264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19318] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19318/stat : 19318 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656428145400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19319] ppid=19298 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/19301/task/19319/stat : 19319 (java) S 19298 19301 17643 0 -1 4202560 53 0 0 0 15 13 0 0 20 0 22 0 29870203 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656427093064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19320] ppid=19298 vsize=9824732 CPUtime=881.9 cores=0,2,4,6
/proc/19301/task/19320/stat : 19320 (java) R 19298 19301 17643 0 -1 4202560 58 0 0 0 88176 14 0 0 20 0 22 0 29870312 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656426036624 140656439015712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19321] ppid=19298 vsize=9824732 CPUtime=881.92 cores=0,2,4,6
/proc/19301/task/19321/stat : 19321 (java) R 19298 19301 17643 0 -1 4202560 1930 0 0 0 88143 49 0 0 20 0 22 0 29870312 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656424984760 140656439189603 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19322] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19322/stat : 19322 (java) S 19298 19301 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29870314 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656423932712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19323] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19323/stat : 19323 (java) S 19298 19301 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29870314 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656422880168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

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 19301 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.508 s]
/proc/loadavg: 4.10 4.24 4.20 5/217 19826
/proc/meminfo: memFree=23443420/32872528 swapFree=1316768/1463936
[pid=19301] ppid=19298 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/19301/stat : 19301 (java) S 19298 19301 17643 0 -1 4202496 46909 0 1 0 179805 213 0 0 20 0 22 0 29870198 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140736735796624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19301/statm: 2456183 989387 2302 9 0 2446860 0
[pid=19301/tid=19302] ppid=19298 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/19301/task/19302/stat : 19302 (java) S 19298 19301 17643 0 -1 4202560 2494 0 1 0 102 4 0 0 20 0 22 0 29870198 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656610517880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19304] ppid=19298 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/19301/task/19304/stat : 19304 (java) S 19298 19301 17643 0 -1 4202560 536 0 0 0 242 18 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656572008872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19305] ppid=19298 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/19301/task/19305/stat : 19305 (java) S 19298 19301 17643 0 -1 4202560 786 0 0 0 275 18 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656570956328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19306] ppid=19298 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/19301/task/19306/stat : 19306 (java) S 19298 19301 17643 0 -1 4202560 1139 0 0 0 277 19 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656569903272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19307] ppid=19298 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/19301/task/19307/stat : 19307 (java) S 19298 19301 17643 0 -1 4202560 945 0 0 0 264 21 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656568850728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19308] ppid=19298 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/19301/task/19308/stat : 19308 (java) S 19298 19301 17643 0 -1 4202560 590 0 0 0 236 14 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656567798696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19309] ppid=19298 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/19301/task/19309/stat : 19309 (java) S 19298 19301 17643 0 -1 4202560 674 0 0 0 243 16 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656566746152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19310] ppid=19298 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/19301/task/19310/stat : 19310 (java) S 19298 19301 17643 0 -1 4202560 673 0 0 0 265 18 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656565693096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19311] ppid=19298 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/19301/task/19311/stat : 19311 (java) S 19298 19301 17643 0 -1 4202560 655 0 0 0 252 19 0 0 20 0 22 0 29870199 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656564640552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19312] ppid=19298 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/19301/task/19312/stat : 19312 (java) S 19298 19301 17643 0 -1 4202560 2349 0 0 0 392 13 0 0 20 0 22 0 29870200 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656434461032 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19313] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19313/stat : 19313 (java) S 19298 19301 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656433407352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19314] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19314/stat : 19314 (java) S 19298 19301 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29870201 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656432354184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19315] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19315/stat : 19315 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656431302928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19316] ppid=19298 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/19301/task/19316/stat : 19316 (java) S 19298 19301 17643 0 -1 4202560 19933 0 0 0 269 4 0 0 20 0 22 0 29870203 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656430250808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19317] ppid=19298 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/19301/task/19317/stat : 19317 (java) S 19298 19301 17643 0 -1 4202560 12830 0 0 0 182 3 0 0 20 0 22 0 29870203 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656429198264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19318] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19318/stat : 19318 (java) S 19298 19301 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29870203 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656428145400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19301/tid=19319] ppid=19298 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/19301/task/19319/stat : 19319 (java) S 19298 19301 17643 0 -1 4202560 53 0 0 0 15 13 0 0 20 0 22 0 29870203 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656427093064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19301/tid=19320] ppid=19298 vsize=9824732 CPUtime=881.9 cores=0,2,4,6
/proc/19301/task/19320/stat : 19320 (java) R 19298 19301 17643 0 -1 4202560 58 0 0 0 88176 14 0 0 20 0 22 0 29870312 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656426036624 140656439015712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19301/tid=19321] ppid=19298 vsize=9824732 CPUtime=881.92 cores=0,2,4,6
/proc/19301/task/19321/stat : 19321 (java) R 19298 19301 17643 0 -1 4202560 1930 0 0 0 88143 49 0 0 20 0 22 0 29870312 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656424984760 140656439189603 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19322] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19322/stat : 19322 (java) S 19298 19301 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29870314 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656423932712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19301/tid=19323] ppid=19298 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19301/task/19323/stat : 19323 (java) S 19298 19301 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29870314 10060525568 989387 33554432000 1073741824 1073778376 140736735805488 140656422880168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19301 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=559337
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=612602
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.559
CPU time (s): 1800.18
CPU user time (s): 1798.05
CPU system time (s): 2.13
CPU usage (%): 201.012
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.56
system time used= 2.6126
maximum resident set size= 3957664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46942
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26816
involuntary context switches= 43804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.55215 second user time and 6.87395 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-18 21:30:33
IDJOB=4106845
IDBENCH=48289
IDSOLVER=2543
FILE ID=node121/4106845-1466278233
RUNJOBID= node121-1466275489-17659
PBS_JOBID= 19918247
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_2_80.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106845-1466278233/watcher-4106845-1466278233 -o /tmp/evaluation-result-4106845-1466278233/solver-4106845-1466278233 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466275489-17659 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106845-1466278233.opb

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

MD5SUM BENCH= d38f526c1f6f5ee8e5e4d2c41b31df8d
RANDOM SEED=786470276

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
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:        27326632 kB
Buffers:          166156 kB
Cached:           221424 kB
SwapCached:         1900 kB
Active:          3021120 kB
Inactive:         293172 kB
Active(anon):    2926120 kB
Inactive(anon):     2792 kB
Active(file):      95000 kB
Inactive(file):   290380 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101124 kB
Dirty:              1284 kB
Writeback:             0 kB
AnonPages:       4405004 kB
Mapped:            16952 kB
Shmem:                 0 kB
Slab:             614300 kB
SReclaimable:      57700 kB
SUnreclaim:       556600 kB
KernelStack:        1608 kB
PageTables:        13136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4715952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3022848 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= 71720 MiB
End job on node121 at 2016-06-18 21:45:28