Trace number 4103794

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.16 897.158

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd6.opb
MD5SUMb8af5f694536c159804fb560c7265020
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40500
Total number of constraints147
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints147
Minimum length of a constraint600
Maximum length of a constraint1200
Number of terms in the objective function 40500
Biggest coefficient in the objective function 240095970606448640
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 319188057892705067220
Number of bits of the sum of numbers in the objective function 69
Biggest number in a constraint 240095970606448640
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 319188057892705067220
Number of bits of the biggest sum of numbers69
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4103794-1466246890.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
1.74/1.02	c ... done. Wall clock time 0.899s.
1.74/1.02	c declared #vars     40500
1.74/1.02	c #constraints  294
1.74/1.03	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.74/1.03	c constraints type 
1.74/1.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 294
1.74/1.03	c 294 constraints processed.
1.74/1.03	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.74/1.03	c constraints type 
1.74/1.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 294
1.74/1.03	c 294 constraints processed.
1.74/1.03	c objective function length is 40500 literals
22.55/11.00	c cleaning 2496 clauses out of 5001 with flag 11581/5001
30.44/14.90	c cleaning 4248 clauses out of 8509 with flag 23653/11005
41.55/20.30	c cleaning 5623 clauses out of 11257 with flag 37693/18001
53.19/26.16	c cleaning 6812 clauses out of 13635 with flag 53754/26002
65.82/32.37	c cleaning 7913 clauses out of 15825 with flag 71808/35004
76.69/37.71	c cleaning 8944 clauses out of 17909 with flag 91802/45001
89.91/44.32	c cleaning 9988 clauses out of 19976 with flag 113824/56012
105.31/52.07	c cleaning 10993 clauses out of 21986 with flag 137820/68010
124.10/61.45	c cleaning 11995 clauses out of 23991 with flag 163816/81008
143.70/71.32	c cleaning 12994 clauses out of 25990 with flag 191804/95002
164.11/81.51	c cleaning 13997 clauses out of 27995 with flag 221802/110001
185.70/92.33	c cleaning 15004 clauses out of 30010 with flag 253826/126013
211.36/105.04	c cleaning 16001 clauses out of 32004 with flag 287822/143011
238.38/118.59	c cleaning 16991 clauses out of 33997 with flag 323810/161005
269.84/134.05	c cleaning 17987 clauses out of 36003 with flag 361804/180002
298.46/148.38	c cleaning 19001 clauses out of 38016 with flag 401804/200002
332.21/164.90	c cleaning 20007 clauses out of 40013 with flag 443800/221000
365.63/181.69	c cleaning 21001 clauses out of 42007 with flag 487802/243001
404.22/201.04	c cleaning 22010 clauses out of 44019 with flag 533828/266014
443.00/220.30	c cleaning 22998 clauses out of 45997 with flag 581804/290002
483.60/240.64	c cleaning 23991 clauses out of 47997 with flag 631800/315000
526.36/261.83	c cleaning 25003 clauses out of 50007 with flag 683802/341001
574.27/286.33	c cleaning 26002 clauses out of 52005 with flag 737804/368002
621.85/310.03	c cleaning 27000 clauses out of 54003 with flag 793804/396002
676.71/337.21	c cleaning 27993 clauses out of 56003 with flag 851804/425002
733.93/365.64	c cleaning 29008 clauses out of 58018 with flag 911820/455010
792.23/394.25	c cleaning 29998 clauses out of 60000 with flag 973800/486000
852.84/425.42	c cleaning 31004 clauses out of 62009 with flag 1037814/518007
920.01/458.85	c cleaning 31988 clauses out of 63998 with flag 1103800/551000
990.02/493.67	c cleaning 33003 clauses out of 66010 with flag 1171800/585000
1063.14/529.51	c cleaning 34001 clauses out of 68007 with flag 1241800/620000
1087.08/541.29	c cleaning 0 clauses out of 5000 with flag 0/5000
1143.70/569.43	c cleaning 34983 clauses out of 70011 with flag 1313810/656005
1220.26/607.36	c cleaning 36011 clauses out of 72023 with flag 1387800/693000
1300.64/648.48	c cleaning 37001 clauses out of 74013 with flag 1463802/731001
1382.86/689.29	c cleaning 38009 clauses out of 76018 with flag 1541814/770007
1469.59/732.26	c cleaning 38975 clauses out of 78003 with flag 1621802/810001
1569.69/781.86	c cleaning 40021 clauses out of 80041 with flag 1703828/851014
1663.81/828.36	c cleaning 41004 clauses out of 82007 with flag 1787802/893001
1780.89/887.55	c cleaning 41974 clauses out of 84003 with flag 1873802/936001
1800.16/897.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/897.10	c starts		: 7
1800.16/897.10	c conflicts		: 945978
1800.16/897.10	c decisions		: 1217098
1800.16/897.10	c propagations		: 10066809
1800.16/897.10	c inspects		: 5622072468
1800.16/897.10	c shortcuts		: 0
1800.16/897.10	c learnt literals	: 0
1800.16/897.10	c learnt binary clauses	: 0
1800.16/897.10	c learnt ternary clauses	: 0
1800.16/897.10	c learnt constraints	: 945978
1800.16/897.10	c ignored constraints	: 0
1800.16/897.10	c root simplifications	: 0
1800.16/897.10	c removed literals (reason simplification)	: 24308573
1800.16/897.10	c reason swapping (by a shorter reason)	: 0
1800.16/897.10	c Calls to reduceDB	: 39
1800.16/897.10	c Number of update (reduction) of LBD	: 298
1800.16/897.10	c Imported unit clauses	: 0
1800.16/897.10	c number of reductions to clauses (during analyze)	: 0
1800.16/897.10	c number of learned constraints concerned by reduction	: 0
1800.16/897.10	c number of learning phase by resolution	: 0
1800.16/897.10	c number of learning phase by cutting planes	: 0
1800.16/897.10	c speed (assignments/second)	: 11235.052197612102
1800.16/897.10	c non guided choices	0
1800.16/897.13	c learnt constraints type 
1800.16/897.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52006
1800.16/897.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/897.13	c starts		: 30
1800.16/897.13	c conflicts		: 8397
1800.16/897.13	c decisions		: 259898
1800.16/897.13	c propagations		: 381159
1800.16/897.13	c inspects		: 103061074
1800.16/897.13	c shortcuts		: 0
1800.16/897.13	c learnt literals	: 0
1800.16/897.13	c learnt binary clauses	: 0
1800.16/897.13	c learnt ternary clauses	: 0
1800.16/897.13	c learnt constraints	: 8396
1800.16/897.13	c ignored constraints	: 0
1800.16/897.13	c root simplifications	: 0
1800.16/897.13	c removed literals (reason simplification)	: 0
1800.16/897.13	c reason swapping (by a shorter reason)	: 0
1800.16/897.13	c Calls to reduceDB	: 1
1800.16/897.13	c Number of update (reduction) of LBD	: 0
1800.16/897.13	c Imported unit clauses	: 0
1800.16/897.13	c number of reductions to clauses (during analyze)	: 0
1800.16/897.13	c number of learned constraints concerned by reduction	: 0
1800.16/897.13	c number of learning phase by resolution	: 0
1800.16/897.13	c number of learning phase by cutting planes	: 0
1800.16/897.13	c speed (assignments/second)	: 425.38025518864606
1800.16/897.13	c non guided choices	0
1800.16/897.13	c learnt constraints type 
1800.16/897.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 838
1800.16/897.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7558
1800.16/897.13	s UNKNOWN
1800.16/897.13	c Total wall clock time (in seconds): 897.007

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-4103794-1466246890/watcher-4103794-1466246890 -o /tmp/evaluation-result-4103794-1466246890/solver-4103794-1466246890 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103794-1466246890.opb 

pid=23745
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: 3.38 3.34 3.59 3/196 23748
/proc/meminfo: memFree=28039140/32872528 swapFree=1459628/1655852
[pid=23748] ppid=23745 vsize=9488 CPUtime=0 cores=0,2,4,6
/proc/23748/stat : 23748 (java) R 23745 23748 22091 0 -1 4202496 274 0 0 0 0 0 0 0 20 0 1 0 26734546 9715712 134 33554432000 1073741824 1073778376 140736156050976 140736156048104 239876498672 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23748/statm: 2323 144 104 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 3.38 3.34 3.59 3/196 23748
/proc/meminfo: memFree=28039140/32872528 swapFree=1459628/1655852
[pid=23748] ppid=23745 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23748/stat : 23748 (java) S 23745 23748 22091 0 -1 4202496 4354 0 1 0 7 1 0 0 20 0 18 0 26734546 9787879424 5472 33554432000 1073741824 1073778376 140736594399904 140736594391040 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23748/statm: 2389619 5472 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 3.38 3.34 3.59 3/196 23748
/proc/meminfo: memFree=28039140/32872528 swapFree=1459628/1655852
[pid=23748] ppid=23745 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23748/stat : 23748 (java) S 23745 23748 22091 0 -1 4202496 5030 0 1 0 26 1 0 0 20 0 18 0 26734546 9787879424 7460 33554432000 1073741824 1073778376 140736594399904 140736594391040 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23748/statm: 2389619 7460 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 3.38 3.34 3.59 3/196 23748
/proc/meminfo: memFree=28039140/32872528 swapFree=1459628/1655852
[pid=23748] ppid=23745 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/23748/stat : 23748 (java) S 23745 23748 22091 0 -1 4202496 5833 0 1 0 44 2 0 0 20 0 18 0 26734546 9787879424 11576 33554432000 1073741824 1073778376 140736594399904 140736594391040 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23748/statm: 2389619 11576 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 3.38 3.34 3.59 3/196 23748
/proc/meminfo: memFree=28039140/32872528 swapFree=1459628/1655852
[pid=23748] ppid=23745 vsize=9558476 CPUtime=1.31 cores=0,2,4,6
/proc/23748/stat : 23748 (java) S 23745 23748 22091 0 -1 4202496 12291 0 1 0 125 6 0 0 20 0 18 0 26734546 9787879424 44582 33554432000 1073741824 1073778376 140736594399904 140736594391040 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23748/statm: 2389619 45094 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558476

[startup+1.50096 s]
/proc/loadavg: 3.38 3.34 3.59 5/218 23770
/proc/meminfo: memFree=27834348/32872528 swapFree=1459628/1655852
[pid=23748] ppid=23745 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/23748/stat : 23748 (java) S 23745 23748 22091 0 -1 4202496 13544 0 1 0 289 18 0 0 20 0 22 0 26734546 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140736594391040 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23748/statm: 2456183 68205 2273 9 0 2446860 0
[pid=23748/tid=23750] ppid=23745 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/23748/task/23750/stat : 23750 (java) S 23745 23748 22091 0 -1 4202560 2488 0 1 0 90 3 0 0 20 0 22 0 26734548 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194902295416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23751] ppid=23745 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23748/task/23751/stat : 23751 (java) S 23745 23748 22091 0 -1 4202560 109 0 0 0 3 1 0 0 20 0 22 0 26734549 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194863786536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23752] ppid=23745 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23748/task/23752/stat : 23752 (java) S 23745 23748 22091 0 -1 4202560 113 0 0 0 5 3 0 0 20 0 22 0 26734549 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194862733736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23753] ppid=23745 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23748/task/23753/stat : 23753 (java) S 23745 23748 22091 0 -1 4202560 117 0 0 0 4 1 0 0 20 0 22 0 26734549 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194861680936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23754] ppid=23745 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23748/task/23754/stat : 23754 (java) S 23745 23748 22091 0 -1 4202560 146 0 0 0 4 2 0 0 20 0 22 0 26734549 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194860628136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23755] ppid=23745 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23748/task/23755/stat : 23755 (java) S 23745 23748 22091 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 26734549 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194859576360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23756] ppid=23745 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23748/task/23756/stat : 23756 (java) S 23745 23748 22091 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 22 0 26734549 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194858523560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23757] ppid=23745 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23748/task/23757/stat : 23757 (java) S 23745 23748 22091 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 26734549 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194857470760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23758] ppid=23745 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23748/task/23758/stat : 23758 (java) S 23745 23748 22091 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 26734549 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194856417960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23759] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23759/stat : 23759 (java) S 23745 23748 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26734550 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194726529512 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23760] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23760/stat : 23760 (java) S 23745 23748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194725475576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23761] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23761/stat : 23761 (java) S 23745 23748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194724422664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23762] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23762/stat : 23762 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194723371152 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23763] ppid=23745 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/23748/task/23763/stat : 23763 (java) S 23745 23748 22091 0 -1 4202560 3347 0 0 0 38 0 0 0 20 0 22 0 26734553 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194722319288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23764] ppid=23745 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/23748/task/23764/stat : 23764 (java) S 23745 23748 22091 0 -1 4202560 5741 0 0 0 42 2 0 0 20 0 22 0 26734553 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194721266488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23765] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23765/stat : 23765 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194720213880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23766] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23766/stat : 23766 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194719161288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23767] ppid=23745 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/23748/task/23767/stat : 23767 (java) R 23745 23748 22091 0 -1 4202560 19 0 0 0 37 0 0 0 20 0 22 0 26734650 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194718057576 140194729385527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23768] ppid=23745 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/23748/task/23768/stat : 23768 (java) R 23745 23748 22091 0 -1 4202560 13 0 0 0 36 0 0 0 20 0 22 0 26734650 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194717003112 140194729433166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23769] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23769/stat : 23769 (java) S 23745 23748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26734655 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194715952040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23770] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23770/stat : 23770 (java) S 23745 23748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26734655 10060525568 68205 33554432000 1073741824 1073778376 140736594399904 140194714899240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 3.38 3.34 3.59 4/218 23770
/proc/meminfo: memFree=27773624/32872528 swapFree=1459628/1655852
[pid=23748] ppid=23745 vsize=9824732 CPUtime=6.91 cores=0,2,4,6
/proc/23748/stat : 23748 (java) S 23745 23748 22091 0 -1 4202496 16427 0 1 0 673 18 0 0 20 0 22 0 26734546 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140736594391040 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23748/statm: 2456183 68296 2277 9 0 2446860 0
[pid=23748/tid=23750] ppid=23745 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/23748/task/23750/stat : 23750 (java) S 23745 23748 22091 0 -1 4202560 2488 0 1 0 90 3 0 0 20 0 22 0 26734548 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194902295416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23751] ppid=23745 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23748/task/23751/stat : 23751 (java) S 23745 23748 22091 0 -1 4202560 109 0 0 0 3 1 0 0 20 0 22 0 26734549 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194863786536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23752] ppid=23745 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23748/task/23752/stat : 23752 (java) S 23745 23748 22091 0 -1 4202560 113 0 0 0 5 3 0 0 20 0 22 0 26734549 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194862733736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23753] ppid=23745 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23748/task/23753/stat : 23753 (java) S 23745 23748 22091 0 -1 4202560 117 0 0 0 4 1 0 0 20 0 22 0 26734549 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194861680936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23754] ppid=23745 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23748/task/23754/stat : 23754 (java) S 23745 23748 22091 0 -1 4202560 146 0 0 0 4 2 0 0 20 0 22 0 26734549 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194860628136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23755] ppid=23745 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23748/task/23755/stat : 23755 (java) S 23745 23748 22091 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 26734549 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194859576360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23756] ppid=23745 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23748/task/23756/stat : 23756 (java) S 23745 23748 22091 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 22 0 26734549 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194858523560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23757] ppid=23745 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23748/task/23757/stat : 23757 (java) S 23745 23748 22091 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 26734549 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194857470760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23758] ppid=23745 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23748/task/23758/stat : 23758 (java) S 23745 23748 22091 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 26734549 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194856417960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23759] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23759/stat : 23759 (java) S 23745 23748 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26734550 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194726529512 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23760] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23760/stat : 23760 (java) S 23745 23748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194725475576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23761] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23761/stat : 23761 (java) S 23745 23748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194724422664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23762] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23762/stat : 23762 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194723371152 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23763] ppid=23745 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/23748/task/23763/stat : 23763 (java) S 23745 23748 22091 0 -1 4202560 6209 0 0 0 73 0 0 0 20 0 22 0 26734553 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194722319288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23764] ppid=23745 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/23748/task/23764/stat : 23764 (java) S 23745 23748 22091 0 -1 4202560 5747 0 0 0 72 2 0 0 20 0 22 0 26734553 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194721266488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23765] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23765/stat : 23765 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194720213880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23766] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23766/stat : 23766 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194719161288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23767] ppid=23745 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/23748/task/23767/stat : 23767 (java) R 23745 23748 22091 0 -1 4202560 24 0 0 0 197 0 0 0 20 0 22 0 26734650 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194718055224 140194729398641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23768] ppid=23745 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/23748/task/23768/stat : 23768 (java) R 23745 23748 22091 0 -1 4202560 23 0 0 0 196 0 0 0 20 0 22 0 26734650 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194717002168 140194729555219 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23769] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23769/stat : 23769 (java) S 23745 23748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26734655 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194715952040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23770] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23770/stat : 23770 (java) S 23745 23748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26734655 10060525568 68296 33554432000 1073741824 1073778376 140736594399904 140194714899240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.43 3.35 3.60 4/218 23770
/proc/meminfo: memFree=27774764/32872528 swapFree=1459628/1655852
[pid=23748] ppid=23745 vsize=9824732 CPUtime=13.34 cores=0,2,4,6
/proc/23748/stat : 23748 (java) S 23745 23748 22091 0 -1 4202496 16742 0 1 0 1316 18 0 0 20 0 22 0 26734546 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140736594391040 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23748/statm: 2456183 68272 2278 9 0 2446860 0
[pid=23748/tid=23750] ppid=23745 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/23748/task/23750/stat : 23750 (java) S 23745 23748 22091 0 -1 4202560 2488 0 1 0 90 3 0 0 20 0 22 0 26734548 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194902295416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23751] ppid=23745 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23748/task/23751/stat : 23751 (java) S 23745 23748 22091 0 -1 4202560 109 0 0 0 3 1 0 0 20 0 22 0 26734549 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194863786536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23752] ppid=23745 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23748/task/23752/stat : 23752 (java) S 23745 23748 22091 0 -1 4202560 113 0 0 0 5 3 0 0 20 0 22 0 26734549 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194862733736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23753] ppid=23745 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23748/task/23753/stat : 23753 (java) S 23745 23748 22091 0 -1 4202560 117 0 0 0 4 1 0 0 20 0 22 0 26734549 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194861680936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23754] ppid=23745 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23748/task/23754/stat : 23754 (java) S 23745 23748 22091 0 -1 4202560 146 0 0 0 4 2 0 0 20 0 22 0 26734549 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194860628136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23755] ppid=23745 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23748/task/23755/stat : 23755 (java) S 23745 23748 22091 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 26734549 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194859576360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23756] ppid=23745 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23748/task/23756/stat : 23756 (java) S 23745 23748 22091 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 22 0 26734549 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194858523560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23757] ppid=23745 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23748/task/23757/stat : 23757 (java) S 23745 23748 22091 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 26734549 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194857470760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23758] ppid=23745 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23748/task/23758/stat : 23758 (java) S 23745 23748 22091 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 26734549 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194856417960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23759] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23759/stat : 23759 (java) S 23745 23748 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26734550 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194726529512 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23760] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23760/stat : 23760 (java) S 23745 23748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194725475576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23761] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23761/stat : 23761 (java) S 23745 23748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194724422664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23762] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23762/stat : 23762 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 68272 33554432000 1073741824 1073778376 140736594399904 140194723371152 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23763] ppid=23745 vsize=9824732 CPUtime=0.75 cores=0,2,4,6

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

/proc/23748/task/23753/stat : 23753 (java) S 23745 23748 22091 0 -1 4202560 6214 0 0 0 419 52 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194861680936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23754] ppid=23745 vsize=9824732 CPUtime=3.99 cores=0,2,4,6
/proc/23748/task/23754/stat : 23754 (java) S 23745 23748 22091 0 -1 4202560 3792 0 0 0 355 44 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194860628136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23755] ppid=23745 vsize=9824732 CPUtime=5.25 cores=0,2,4,6
/proc/23748/task/23755/stat : 23755 (java) S 23745 23748 22091 0 -1 4202560 3829 0 0 0 470 55 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194859576360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23756] ppid=23745 vsize=9824732 CPUtime=4.46 cores=0,2,4,6
/proc/23748/task/23756/stat : 23756 (java) S 23745 23748 22091 0 -1 4202560 5173 0 0 0 400 46 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194858523560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23757] ppid=23745 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/23748/task/23757/stat : 23757 (java) S 23745 23748 22091 0 -1 4202560 4229 0 0 0 418 46 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194857470760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23758] ppid=23745 vsize=9824732 CPUtime=4.17 cores=0,2,4,6
/proc/23748/task/23758/stat : 23758 (java) S 23745 23748 22091 0 -1 4202560 5083 0 0 0 372 45 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194856417960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23759] ppid=23745 vsize=9824732 CPUtime=13.23 cores=0,2,4,6
/proc/23748/task/23759/stat : 23759 (java) S 23745 23748 22091 0 -1 4202560 3788 0 0 0 1316 7 0 0 20 0 22 0 26734550 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194726529512 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23760] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23760/stat : 23760 (java) S 23745 23748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194725475576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23761] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23761/stat : 23761 (java) S 23745 23748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194724422664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23762] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23762/stat : 23762 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194723371152 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23763] ppid=23745 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/23748/task/23763/stat : 23763 (java) S 23745 23748 22091 0 -1 4202560 17430 0 0 0 203 2 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194722319288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23764] ppid=23745 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/23748/task/23764/stat : 23764 (java) S 23745 23748 22091 0 -1 4202560 5760 0 0 0 83 2 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194721266488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23765] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23765/stat : 23765 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194720213880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23766] ppid=23745 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/23748/task/23766/stat : 23766 (java) S 23745 23748 22091 0 -1 4202560 51 0 0 0 11 17 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194719161288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23767] ppid=23745 vsize=9824732 CPUtime=856.5 cores=0,2,4,6
/proc/23748/task/23767/stat : 23767 (java) R 23745 23748 22091 0 -1 4202560 204 0 0 0 85631 19 0 0 20 0 22 0 26734650 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194718055136 140194729514264 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23768] ppid=23745 vsize=9824732 CPUtime=856.38 cores=0,2,4,6
/proc/23748/task/23768/stat : 23768 (java) R 23745 23748 22091 0 -1 4202560 1346 0 0 0 85615 23 0 0 20 0 22 0 26734650 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194717003104 140194729432501 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23769] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23769/stat : 23769 (java) S 23745 23748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26734655 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194715952040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23770] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23770/stat : 23770 (java) S 23745 23748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26734655 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194714899240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1770.51
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.101 s]
/proc/loadavg: 3.66 3.40 3.43 5/219 23900
/proc/meminfo: memFree=24344940/32872528 swapFree=1459628/1655852
[pid=23748] ppid=23745 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/23748/stat : 23748 (java) S 23745 23748 22091 0 -1 4202496 67468 0 1 0 179580 436 0 0 20 0 22 0 26734546 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140736594391040 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23748/statm: 2456183 1197152 2291 9 0 2446860 0
[pid=23748/tid=23750] ppid=23745 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/23748/task/23750/stat : 23750 (java) S 23745 23748 22091 0 -1 4202560 2514 0 1 0 92 5 0 0 20 0 22 0 26734548 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194902295416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23751] ppid=23745 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/23748/task/23751/stat : 23751 (java) S 23745 23748 22091 0 -1 4202560 4545 0 0 0 388 43 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194863786536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23752] ppid=23745 vsize=9824732 CPUtime=4.34 cores=0,2,4,6
/proc/23748/task/23752/stat : 23752 (java) S 23745 23748 22091 0 -1 4202560 2239 0 0 0 381 53 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194862733736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23753] ppid=23745 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/23748/task/23753/stat : 23753 (java) S 23745 23748 22091 0 -1 4202560 6214 0 0 0 421 52 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194861680936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23754] ppid=23745 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/23748/task/23754/stat : 23754 (java) S 23745 23748 22091 0 -1 4202560 3792 0 0 0 359 44 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194860628136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23755] ppid=23745 vsize=9824732 CPUtime=5.27 cores=0,2,4,6
/proc/23748/task/23755/stat : 23755 (java) S 23745 23748 22091 0 -1 4202560 3829 0 0 0 471 56 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194859576360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23756] ppid=23745 vsize=9824732 CPUtime=4.47 cores=0,2,4,6
/proc/23748/task/23756/stat : 23756 (java) S 23745 23748 22091 0 -1 4202560 5173 0 0 0 401 46 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194858523560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23757] ppid=23745 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/23748/task/23757/stat : 23757 (java) S 23745 23748 22091 0 -1 4202560 4229 0 0 0 422 46 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194857470760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23758] ppid=23745 vsize=9824732 CPUtime=4.19 cores=0,2,4,6
/proc/23748/task/23758/stat : 23758 (java) S 23745 23748 22091 0 -1 4202560 5083 0 0 0 374 45 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194856417960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23759] ppid=23745 vsize=9824732 CPUtime=13.23 cores=0,2,4,6
/proc/23748/task/23759/stat : 23759 (java) S 23745 23748 22091 0 -1 4202560 3790 0 0 0 1316 7 0 0 20 0 22 0 26734550 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194726529512 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23760] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23760/stat : 23760 (java) S 23745 23748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194725475576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23761] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23761/stat : 23761 (java) S 23745 23748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194724422664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23762] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23762/stat : 23762 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194723371152 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23763] ppid=23745 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/23748/task/23763/stat : 23763 (java) S 23745 23748 22091 0 -1 4202560 17430 0 0 0 203 2 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194722319288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23764] ppid=23745 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/23748/task/23764/stat : 23764 (java) S 23745 23748 22091 0 -1 4202560 5760 0 0 0 83 2 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194721266488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23765] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23765/stat : 23765 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194720213880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23766] ppid=23745 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/23748/task/23766/stat : 23766 (java) S 23745 23748 22091 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194719161288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23767] ppid=23745 vsize=9824732 CPUtime=871.2 cores=0,2,4,6
/proc/23748/task/23767/stat : 23767 (java) R 23745 23748 22091 0 -1 4202560 204 0 0 0 87101 19 0 0 20 0 22 0 26734650 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194718055136 140194729398695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23768] ppid=23745 vsize=9824732 CPUtime=871.09 cores=0,2,4,6
/proc/23748/task/23768/stat : 23768 (java) R 23745 23748 22091 0 -1 4202560 1347 0 0 0 87086 23 0 0 20 0 22 0 26734650 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194717003104 140194729613450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23769] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23769/stat : 23769 (java) S 23745 23748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26734655 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194715952040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23770] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23770/stat : 23770 (java) S 23745 23748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26734655 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194714899240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 23748 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.101 s]
/proc/loadavg: 3.66 3.40 3.43 5/219 23900
/proc/meminfo: memFree=24344940/32872528 swapFree=1459628/1655852
[pid=23748] ppid=23745 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/23748/stat : 23748 (java) S 23745 23748 22091 0 -1 4202496 67468 0 1 0 179580 436 0 0 20 0 22 0 26734546 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140736594391040 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23748/statm: 2456183 1197152 2291 9 0 2446860 0
[pid=23748/tid=23750] ppid=23745 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/23748/task/23750/stat : 23750 (java) S 23745 23748 22091 0 -1 4202560 2514 0 1 0 92 5 0 0 20 0 22 0 26734548 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194902295416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23751] ppid=23745 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/23748/task/23751/stat : 23751 (java) S 23745 23748 22091 0 -1 4202560 4545 0 0 0 388 43 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194863786536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23752] ppid=23745 vsize=9824732 CPUtime=4.34 cores=0,2,4,6
/proc/23748/task/23752/stat : 23752 (java) S 23745 23748 22091 0 -1 4202560 2239 0 0 0 381 53 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194862733736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23753] ppid=23745 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/23748/task/23753/stat : 23753 (java) S 23745 23748 22091 0 -1 4202560 6214 0 0 0 421 52 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194861680936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23754] ppid=23745 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/23748/task/23754/stat : 23754 (java) S 23745 23748 22091 0 -1 4202560 3792 0 0 0 359 44 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194860628136 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23755] ppid=23745 vsize=9824732 CPUtime=5.27 cores=0,2,4,6
/proc/23748/task/23755/stat : 23755 (java) S 23745 23748 22091 0 -1 4202560 3829 0 0 0 471 56 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194859576360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23756] ppid=23745 vsize=9824732 CPUtime=4.47 cores=0,2,4,6
/proc/23748/task/23756/stat : 23756 (java) S 23745 23748 22091 0 -1 4202560 5173 0 0 0 401 46 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194858523560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23757] ppid=23745 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/23748/task/23757/stat : 23757 (java) S 23745 23748 22091 0 -1 4202560 4229 0 0 0 422 46 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194857470760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23758] ppid=23745 vsize=9824732 CPUtime=4.19 cores=0,2,4,6
/proc/23748/task/23758/stat : 23758 (java) S 23745 23748 22091 0 -1 4202560 5083 0 0 0 374 45 0 0 20 0 22 0 26734549 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194856417960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23759] ppid=23745 vsize=9824732 CPUtime=13.23 cores=0,2,4,6
/proc/23748/task/23759/stat : 23759 (java) S 23745 23748 22091 0 -1 4202560 3790 0 0 0 1316 7 0 0 20 0 22 0 26734550 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194726529512 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23760] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23760/stat : 23760 (java) S 23745 23748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194725475576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23761] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23761/stat : 23761 (java) S 23745 23748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26734551 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194724422664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23762] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23762/stat : 23762 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194723371152 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23763] ppid=23745 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/23748/task/23763/stat : 23763 (java) S 23745 23748 22091 0 -1 4202560 17430 0 0 0 203 2 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194722319288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23764] ppid=23745 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/23748/task/23764/stat : 23764 (java) S 23745 23748 22091 0 -1 4202560 5760 0 0 0 83 2 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194721266488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23748/tid=23765] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23765/stat : 23765 (java) S 23745 23748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194720213880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23748/tid=23766] ppid=23745 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/23748/task/23766/stat : 23766 (java) S 23745 23748 22091 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 26734553 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194719161288 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23767] ppid=23745 vsize=9824732 CPUtime=871.2 cores=0,2,4,6
/proc/23748/task/23767/stat : 23767 (java) R 23745 23748 22091 0 -1 4202560 204 0 0 0 87101 19 0 0 20 0 22 0 26734650 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194718055136 140194729398695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23768] ppid=23745 vsize=9824732 CPUtime=871.09 cores=0,2,4,6
/proc/23748/task/23768/stat : 23768 (java) R 23745 23748 22091 0 -1 4202560 1347 0 0 0 87086 23 0 0 20 0 22 0 26734650 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194717003104 140194729613450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23748/tid=23769] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23769/stat : 23769 (java) S 23745 23748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26734655 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194715952040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23748/tid=23770] ppid=23745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23748/task/23770/stat : 23770 (java) S 23745 23748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26734655 10060525568 1197152 33554432000 1073741824 1073778376 140736594399904 140194714899240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23748 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=349673
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=783272
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.158
CPU time (s): 1800.16
CPU user time (s): 1795.8
CPU system time (s): 4.36
CPU usage (%): 200.652
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.35
system time used= 4.78327
maximum resident set size= 4788732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67512
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23462
involuntary context switches= 24396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76397 second user time and 6.17506 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 12:48:10
IDJOB=4103794
IDBENCH=2463
IDSOLVER=2543
FILE ID=node136/4103794-1466246890
RUNJOBID= node136-1466240588-22107
PBS_JOBID= 19918192
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103794-1466246890/watcher-4103794-1466246890 -o /tmp/evaluation-result-4103794-1466246890/solver-4103794-1466246890 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103794-1466246890.opb

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

MD5SUM BENCH= b8af5f694536c159804fb560c7265020
RANDOM SEED=1697273096

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.278
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.278
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.56
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.278
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.67
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.278
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:        28040048 kB
Buffers:            9864 kB
Cached:            87412 kB
SwapCached:        47324 kB
Active:          2367024 kB
Inactive:         101592 kB
Active(anon):    2326584 kB
Inactive(anon):    47248 kB
Active(file):      40440 kB
Inactive(file):    54344 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:              4312 kB
Writeback:             0 kB
AnonPages:       4061532 kB
Mapped:            16992 kB
Shmem:                 0 kB
Slab:             569320 kB
SReclaimable:      13484 kB
SUnreclaim:       555836 kB
KernelStack:        1800 kB
PageTables:        12560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4121692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2535424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node136 at 2016-06-18 13:03:08