Trace number 4080468

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 894.965

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080468-1465267366.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.23/0.27	c ... done. Wall clock time 0.151s.
0.23/0.27	c declared #vars     1200
0.23/0.27	c #constraints  1135
0.23/0.27	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 790
0.23/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 195
0.23/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
0.23/0.27	c 1135 constraints processed.
0.23/0.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
0.23/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
0.23/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
0.23/0.27	c 1135 constraints processed.
3.23/1.00	c cleaning 2496 clauses out of 5000 with flag 41237/5000
4.90/1.67	c cleaning 4251 clauses out of 8508 with flag 107583/11004
6.88/2.57	c cleaning 5618 clauses out of 11254 with flag 185517/18001
9.33/3.75	c cleaning 6811 clauses out of 13635 with flag 291456/26000
12.62/5.31	c cleaning 7905 clauses out of 15825 with flag 413970/35001
16.21/7.13	c cleaning 8954 clauses out of 17920 with flag 548883/45001
16.46/7.29	c cleaning 0 clauses out of 5001 with flag 0/5001
21.11/9.47	c cleaning 9977 clauses out of 19967 with flag 711872/56002
27.05/12.26	c cleaning 10986 clauses out of 21989 with flag 887773/68001
33.27/15.36	c cleaning 11993 clauses out of 24003 with flag 1077423/81001
38.26/17.87	c cleaning 12999 clauses out of 26010 with flag 1237362/95001
43.93/20.68	c cleaning 13991 clauses out of 28012 with flag 1415571/110002
52.52/24.96	c cleaning 14998 clauses out of 30020 with flag 1669875/126001
60.19/28.77	c cleaning 16006 clauses out of 32023 with flag 1885806/143002
68.79/33.01	c cleaning 16996 clauses out of 34018 with flag 2108348/161003
80.05/38.61	c cleaning 17999 clauses out of 36019 with flag 2395037/180000
95.90/46.50	c cleaning 18992 clauses out of 38022 with flag 2769344/200002
113.17/55.15	c cleaning 19994 clauses out of 40028 with flag 3197698/221000
131.83/64.44	c cleaning 21007 clauses out of 42035 with flag 3647177/243001
147.06/72.03	c cleaning 21995 clauses out of 44028 with flag 3953096/266001
151.31/74.15	c cleaning 0 clauses out of 11002 with flag 0/11002
164.35/80.66	c cleaning 23010 clauses out of 46034 with flag 4259646/290002
184.79/90.89	c cleaning 24005 clauses out of 48022 with flag 4620800/315000
207.67/102.30	c cleaning 25000 clauses out of 50017 with flag 4999166/341000
231.16/113.99	c cleaning 25999 clauses out of 52019 with flag 5382205/368002
256.27/126.40	c cleaning 27004 clauses out of 54023 with flag 5767600/396005
283.96/140.25	c cleaning 27999 clauses out of 56014 with flag 6203039/425000
314.88/155.62	c cleaning 28997 clauses out of 58015 with flag 6621470/455000
356.42/176.36	c cleaning 29996 clauses out of 60018 with flag 7150682/486000
401.21/198.62	c cleaning 30992 clauses out of 62022 with flag 7706549/518000
432.02/213.91	c cleaning 32009 clauses out of 64031 with flag 8134694/551001
472.46/234.00	c cleaning 33006 clauses out of 66021 with flag 8656317/585000
534.98/265.11	c cleaning 33992 clauses out of 68016 with flag 9309592/620001
589.53/292.23	c cleaning 35002 clauses out of 70023 with flag 10011218/656000
616.95/305.88	c cleaning 35998 clauses out of 72022 with flag 10540369/693001
653.95/324.28	c cleaning 37002 clauses out of 74023 with flag 11112288/731000
719.97/357.35	c cleaning 37997 clauses out of 76022 with flag 11811194/770001
722.37/358.52	c cleaning 0 clauses out of 18001 with flag 0/18001
781.34/387.85	c cleaning 39003 clauses out of 78025 with flag 12571757/810001
836.59/415.31	c cleaning 39998 clauses out of 80021 with flag 13304096/851000
893.89/443.80	c cleaning 40997 clauses out of 82023 with flag 13922689/893000
950.14/471.88	c cleaning 41997 clauses out of 84026 with flag 14659104/936000
1017.47/505.32	c cleaning 43006 clauses out of 86029 with flag 15322012/980000
1085.87/539.31	c cleaning 44004 clauses out of 88025 with flag 15992034/1025002
1166.30/579.78	c cleaning 44995 clauses out of 90019 with flag 16723139/1071000
1260.17/626.49	c cleaning 45998 clauses out of 92025 with flag 17553807/1118001
1347.68/669.95	c cleaning 47004 clauses out of 94026 with flag 18336991/1166000
1438.16/714.95	c cleaning 48007 clauses out of 96023 with flag 19138829/1215001
1527.27/759.27	c cleaning 48994 clauses out of 98015 with flag 19933025/1265000
1616.31/803.52	c cleaning 49999 clauses out of 100021 with flag 20697428/1316000
1716.64/853.46	c cleaning 50997 clauses out of 102024 with flag 21522986/1368002
1800.18/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.90	c starts		: 1398
1800.18/894.90	c conflicts		: 1420986
1800.18/894.90	c decisions		: 1831275
1800.18/894.90	c propagations		: 227129124
1800.18/894.90	c inspects		: 11587166126
1800.18/894.90	c shortcuts		: 0
1800.18/894.90	c learnt literals	: 0
1800.18/894.90	c learnt binary clauses	: 0
1800.18/894.90	c learnt ternary clauses	: 0
1800.18/894.90	c learnt constraints	: 1420986
1800.18/894.90	c ignored constraints	: 0
1800.18/894.90	c root simplifications	: 0
1800.18/894.90	c removed literals (reason simplification)	: 10770940
1800.18/894.90	c reason swapping (by a shorter reason)	: 0
1800.18/894.90	c Calls to reduceDB	: 48
1800.18/894.90	c Number of update (reduction) of LBD	: 639987
1800.18/894.90	c Imported unit clauses	: 0
1800.18/894.90	c number of reductions to clauses (during analyze)	: 0
1800.18/894.90	c number of learned constraints concerned by reduction	: 0
1800.18/894.90	c number of learning phase by resolution	: 0
1800.18/894.90	c number of learning phase by cutting planes	: 0
1800.18/894.90	c speed (assignments/second)	: 253881.95836244235
1800.18/894.90	c non guided choices	822
1800.18/894.93	c learnt constraints type 
1800.18/894.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104012
1800.18/894.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.93	c starts		: 52
1800.18/894.93	c conflicts		: 23692
1800.18/894.93	c decisions		: 53618
1800.18/894.93	c propagations		: 3222849
1800.18/894.93	c inspects		: 1052892127
1800.18/894.93	c shortcuts		: 0
1800.18/894.93	c learnt literals	: 0
1800.18/894.93	c learnt binary clauses	: 0
1800.18/894.93	c learnt ternary clauses	: 0
1800.18/894.93	c learnt constraints	: 23692
1800.18/894.93	c ignored constraints	: 0
1800.18/894.93	c root simplifications	: 0
1800.18/894.93	c removed literals (reason simplification)	: 0
1800.18/894.93	c reason swapping (by a shorter reason)	: 0
1800.18/894.93	c Calls to reduceDB	: 3
1800.18/894.93	c Number of update (reduction) of LBD	: 0
1800.18/894.93	c Imported unit clauses	: 0
1800.18/894.93	c number of reductions to clauses (during analyze)	: 0
1800.18/894.93	c number of learned constraints concerned by reduction	: 0
1800.18/894.93	c number of learning phase by resolution	: 0
1800.18/894.93	c number of learning phase by cutting planes	: 0
1800.18/894.93	c speed (assignments/second)	: 3602.3533198979267
1800.18/894.93	c non guided choices	849
1800.18/894.94	c learnt constraints type 
1800.18/894.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1084
1800.18/894.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 398
1800.18/894.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22210
1800.18/894.94	s UNKNOWN
1800.18/894.94	c Total wall clock time (in seconds): 894.82

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-4080468-1465267366/watcher-4080468-1465267366 -o /tmp/evaluation-result-4080468-1465267366/solver-4080468-1465267366 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3610 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080468-1465267366.opb 

pid=9474
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.22 4.23 4.18 3/197 9477
/proc/meminfo: memFree=28187052/32872528 swapFree=16080/1655368
[pid=9477] ppid=9474 vsize=2484 CPUtime=0 cores=1,3,5,7
/proc/9477/stat : 9477 (java) R 9474 9477 3593 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 108670149 2543616 43 33554432000 1073741824 1073778376 140734218794928 140736081186312 217401356074 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9477/statm: 625 46 37 9 0 29 0

[startup+0.10011 s]
/proc/loadavg: 4.22 4.23 4.18 3/197 9477
/proc/meminfo: memFree=28187052/32872528 swapFree=16080/1655368
[pid=9477] ppid=9474 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9477/stat : 9477 (java) S 9474 9477 3593 0 -1 4202496 4454 0 1 0 8 1 0 0 20 0 18 0 108670149 9787879424 5575 33554432000 1073741824 1073778376 140734218794928 140734218786064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9477/statm: 2389619 5575 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 4.22 4.23 4.18 3/197 9477
/proc/meminfo: memFree=28187052/32872528 swapFree=16080/1655368
[pid=9477] ppid=9474 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/9477/stat : 9477 (java) S 9474 9477 3593 0 -1 4202496 4724 0 1 0 22 1 0 0 20 0 18 0 108670149 9787879424 6819 33554432000 1073741824 1073778376 140734218794928 140734218786064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9477/statm: 2389619 6819 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 4.22 4.23 4.18 3/197 9477
/proc/meminfo: memFree=28187052/32872528 swapFree=16080/1655368
[pid=9477] ppid=9474 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/9477/stat : 9477 (java) S 9474 9477 3593 0 -1 4202496 5990 0 1 0 48 1 0 0 20 0 22 0 108670149 10060525568 10825 33554432000 1073741824 1073778376 140734218794928 140734218786064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9477/statm: 2456183 10830 2240 9 0 2446860 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824732

[startup+0.700208 s]
/proc/loadavg: 4.22 4.23 4.18 3/197 9477
/proc/meminfo: memFree=28187052/32872528 swapFree=16080/1655368
[pid=9477] ppid=9474 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/9477/stat : 9477 (java) S 9474 9477 3593 0 -1 4202496 17030 0 1 0 204 4 0 0 20 0 22 0 108670149 10060525568 21848 33554432000 1073741824 1073778376 140734218794928 140734218786064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9477/statm: 2456183 21848 2254 9 0 2446860 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.37 4.26 4.19 7/219 9499
/proc/meminfo: memFree=28000312/32872528 swapFree=16080/1655368
[pid=9477] ppid=9474 vsize=9824732 CPUtime=4.68 cores=1,3,5,7
/proc/9477/stat : 9477 (java) S 9474 9477 3593 0 -1 4202496 24038 0 1 0 460 8 0 0 20 0 22 0 108670149 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 140734218786064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9477/statm: 2456183 48573 2284 9 0 2446860 0
[pid=9477/tid=9479] ppid=9474 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/9477/task/9479/stat : 9479 (java) S 9474 9477 3593 0 -1 4202560 2475 0 1 0 24 0 0 0 20 0 22 0 108670150 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853593551736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9480] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9480/stat : 9480 (java) S 9474 9477 3593 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853532281256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9481] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9481/stat : 9481 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853435714088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9482] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9482/stat : 9482 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853434661032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9483] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9483/stat : 9483 (java) S 9474 9477 3593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853433608488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9484] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9484/stat : 9484 (java) S 9474 9477 3593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853432556456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9485] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9485/stat : 9485 (java) S 9474 9477 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853431503912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9486] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9486/stat : 9486 (java) S 9474 9477 3593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853430450856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9487] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9487/stat : 9487 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853429398312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9488] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9488/stat : 9488 (java) S 9474 9477 3593 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 108670152 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853417199976 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9489] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9489/stat : 9489 (java) S 9474 9477 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853416146296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9490] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9490/stat : 9490 (java) S 9474 9477 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853415093128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9491] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9491/stat : 9491 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853414041872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9492] ppid=9474 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/9477/task/9492/stat : 9492 (java) S 9474 9477 3593 0 -1 4202560 10699 0 0 0 93 2 0 0 20 0 22 0 108670155 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853412989752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9493] ppid=9474 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/9477/task/9493/stat : 9493 (java) S 9474 9477 3593 0 -1 4202560 9355 0 0 0 99 2 0 0 20 0 22 0 108670155 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853411937208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9494] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9494/stat : 9494 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853410884344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9495] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9495/stat : 9495 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853409832008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9496] ppid=9474 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/9477/task/9496/stat : 9496 (java) R 9474 9477 3593 0 -1 4202560 17 0 0 0 118 0 0 0 20 0 22 0 108670177 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853408774904 139853533863648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9497] ppid=9474 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/9477/task/9497/stat : 9497 (java) R 9474 9477 3593 0 -1 4202560 105 0 0 0 115 2 0 0 20 0 22 0 108670177 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853407724072 139853533833544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9498] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9498/stat : 9498 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670177 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853406671656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9499] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9499/stat : 9499 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670177 10060525568 48573 33554432000 1073741824 1073778376 140734218794928 139853405619112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.37 4.26 4.19 4/219 9499
/proc/meminfo: memFree=27923924/32872528 swapFree=16080/1655368
[pid=9477] ppid=9474 vsize=9824732 CPUtime=8.12 cores=1,3,5,7
/proc/9477/stat : 9477 (java) S 9474 9477 3593 0 -1 4202496 24548 0 1 0 799 13 0 0 20 0 22 0 108670149 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 140734218786064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9477/statm: 2456183 85313 2284 9 0 2446860 0
[pid=9477/tid=9479] ppid=9474 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/9477/task/9479/stat : 9479 (java) S 9474 9477 3593 0 -1 4202560 2475 0 1 0 24 0 0 0 20 0 22 0 108670150 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853593551736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9480] ppid=9474 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9477/task/9480/stat : 9480 (java) S 9474 9477 3593 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 108670151 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853532281256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9481] ppid=9474 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9477/task/9481/stat : 9481 (java) S 9474 9477 3593 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 108670151 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853435714088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9482] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9482/stat : 9482 (java) S 9474 9477 3593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853434661032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9483] ppid=9474 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9477/task/9483/stat : 9483 (java) S 9474 9477 3593 0 -1 4202560 79 0 0 0 1 0 0 0 20 0 22 0 108670151 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853433608488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9484] ppid=9474 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9477/task/9484/stat : 9484 (java) S 9474 9477 3593 0 -1 4202560 80 0 0 0 2 0 0 0 20 0 22 0 108670151 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853432556456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9485] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9485/stat : 9485 (java) S 9474 9477 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853431503912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9486] ppid=9474 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9477/task/9486/stat : 9486 (java) S 9474 9477 3593 0 -1 4202560 87 0 0 0 4 0 0 0 20 0 22 0 108670151 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853430450856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9487] ppid=9474 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9477/task/9487/stat : 9487 (java) S 9474 9477 3593 0 -1 4202560 75 0 0 0 1 0 0 0 20 0 22 0 108670151 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853429398312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9488] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9488/stat : 9488 (java) S 9474 9477 3593 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 108670152 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853417199976 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9489] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9489/stat : 9489 (java) S 9474 9477 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853416146296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9490] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9490/stat : 9490 (java) S 9474 9477 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853415093128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9491] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9491/stat : 9491 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853414041872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9492] ppid=9474 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/9477/task/9492/stat : 9492 (java) S 9474 9477 3593 0 -1 4202560 10717 0 0 0 109 2 0 0 20 0 22 0 108670155 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853412989752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9493] ppid=9474 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/9477/task/9493/stat : 9493 (java) S 9474 9477 3593 0 -1 4202560 9355 0 0 0 100 2 0 0 20 0 22 0 108670155 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853411937208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9494] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9494/stat : 9494 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853410884344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9495] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9495/stat : 9495 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853409832008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9496] ppid=9474 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/9477/task/9496/stat : 9496 (java) R 9474 9477 3593 0 -1 4202560 19 0 0 0 272 0 0 0 20 0 22 0 108670177 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853408774784 139853533863648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9497] ppid=9474 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/9477/task/9497/stat : 9497 (java) R 9474 9477 3593 0 -1 4202560 163 0 0 0 267 4 0 0 20 0 22 0 108670177 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853407722992 139853600062959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9498] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9498/stat : 9498 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670177 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853406671656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9499] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9499/stat : 9499 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670177 10060525568 85313 33554432000 1073741824 1073778376 140734218794928 139853405619112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 4.37 4.26 4.19 5/219 9499
/proc/meminfo: memFree=27593176/32872528 swapFree=16080/1655368
[pid=9477] ppid=9474 vsize=9824732 CPUtime=14.61 cores=1,3,5,7
/proc/9477/stat : 9477 (java) S 9474 9477 3593 0 -1 4202496 25298 0 1 0 1440 21 0 0 20 0 22 0 108670149 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 140734218786064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9477/statm: 2456183 186160 2284 9 0 2446860 0
[pid=9477/tid=9479] ppid=9474 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/9477/task/9479/stat : 9479 (java) S 9474 9477 3593 0 -1 4202560 2475 0 1 0 24 0 0 0 20 0 22 0 108670150 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853593551736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9480] ppid=9474 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9477/task/9480/stat : 9480 (java) S 9474 9477 3593 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 108670151 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853532281256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9481] ppid=9474 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9477/task/9481/stat : 9481 (java) S 9474 9477 3593 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 108670151 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853435714088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9482] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9482/stat : 9482 (java) S 9474 9477 3593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 108670151 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853434661032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9483] ppid=9474 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9477/task/9483/stat : 9483 (java) S 9474 9477 3593 0 -1 4202560 85 0 0 0 4 0 0 0 20 0 22 0 108670151 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853433608488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9484] ppid=9474 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9477/task/9484/stat : 9484 (java) S 9474 9477 3593 0 -1 4202560 80 0 0 0 3 0 0 0 20 0 22 0 108670151 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853432556456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9485] ppid=9474 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9477/task/9485/stat : 9485 (java) S 9474 9477 3593 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 108670151 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853431503912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9486] ppid=9474 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9477/task/9486/stat : 9486 (java) S 9474 9477 3593 0 -1 4202560 102 0 0 0 4 2 0 0 20 0 22 0 108670151 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853430450856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9487] ppid=9474 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9477/task/9487/stat : 9487 (java) S 9474 9477 3593 0 -1 4202560 76 0 0 0 2 0 0 0 20 0 22 0 108670151 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853429398312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9488] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9488/stat : 9488 (java) S 9474 9477 3593 0 -1 4202560 438 0 0 0 0 0 0 0 20 0 22 0 108670152 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853417199976 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9489] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9489/stat : 9489 (java) S 9474 9477 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853416146296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9490] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9490/stat : 9490 (java) S 9474 9477 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853415093128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9491] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9491/stat : 9491 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 186160 33554432000 1073741824 1073778376 140734218794928 139853414041872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9492] ppid=9474 vsize=9824732 CPUtime=1.14 cores=1,3,5,7

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

/proc/9477/task/9482/stat : 9482 (java) S 9474 9477 3593 0 -1 4202560 366 0 0 0 265 7 0 0 20 0 22 0 108670151 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853434661032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9483] ppid=9474 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/9477/task/9483/stat : 9483 (java) S 9474 9477 3593 0 -1 4202560 437 0 0 0 267 7 0 0 20 0 22 0 108670151 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853433608488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9484] ppid=9474 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/9477/task/9484/stat : 9484 (java) S 9474 9477 3593 0 -1 4202560 439 0 0 0 282 9 0 0 20 0 22 0 108670151 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853432556456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9485] ppid=9474 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/9477/task/9485/stat : 9485 (java) S 9474 9477 3593 0 -1 4202560 371 0 0 0 270 7 0 0 20 0 22 0 108670151 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853431503912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9486] ppid=9474 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/9477/task/9486/stat : 9486 (java) S 9474 9477 3593 0 -1 4202560 494 0 0 0 275 11 0 0 20 0 22 0 108670151 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853430450856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9487] ppid=9474 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/9477/task/9487/stat : 9487 (java) S 9474 9477 3593 0 -1 4202560 403 0 0 0 280 7 0 0 20 0 22 0 108670151 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853429398312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9488] ppid=9474 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/9477/task/9488/stat : 9488 (java) S 9474 9477 3593 0 -1 4202560 1473 0 0 0 144 24 0 0 20 0 22 0 108670152 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853417199976 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9489] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9489/stat : 9489 (java) S 9474 9477 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853416146296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9490] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9490/stat : 9490 (java) S 9474 9477 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853415093128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9491] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9491/stat : 9491 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853414041872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9492] ppid=9474 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9477/task/9492/stat : 9492 (java) S 9474 9477 3593 0 -1 4202560 12176 0 0 0 166 3 0 0 20 0 22 0 108670155 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853412989752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9493] ppid=9474 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/9477/task/9493/stat : 9493 (java) S 9474 9477 3593 0 -1 4202560 9366 0 0 0 118 2 0 0 20 0 22 0 108670155 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853411937208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9494] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9494/stat : 9494 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853410884344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9495] ppid=9474 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/9477/task/9495/stat : 9495 (java) S 9474 9477 3593 0 -1 4202560 51 0 0 0 17 21 0 0 20 0 22 0 108670155 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853409832008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9496] ppid=9474 vsize=9824732 CPUtime=871.5 cores=1,3,5,7
/proc/9477/task/9496/stat : 9496 (java) R 9474 9477 3593 0 -1 4202560 223 0 0 0 87135 15 0 0 20 0 22 0 108670177 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853408775600 139853533850782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9497] ppid=9474 vsize=9824732 CPUtime=871.48 cores=1,3,5,7
/proc/9477/task/9497/stat : 9497 (java) R 9474 9477 3593 0 -1 4202560 1639 0 0 0 87093 55 0 0 20 0 22 0 108670177 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853407722176 139853533896164 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9498] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9498/stat : 9498 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670177 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853406671656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9499] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9499/stat : 9499 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670177 10060525568 626407 33554432000 1073741824 1073778376 140734218794928 139853405619112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1774.84
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.35 4.28 4.20 5/219 9689
/proc/meminfo: memFree=25317928/32872528 swapFree=16080/1655368
[pid=9477] ppid=9474 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/9477/stat : 9477 (java) S 9474 9477 3593 0 -1 4202496 31954 0 1 0 179864 154 0 0 20 0 22 0 108670149 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 140734218786064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9477/statm: 2456183 626716 2293 9 0 2446860 0
[pid=9477/tid=9479] ppid=9474 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/9477/task/9479/stat : 9479 (java) S 9474 9477 3593 0 -1 4202560 2485 0 1 0 27 2 0 0 20 0 22 0 108670150 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853593551736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9480] ppid=9474 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/9477/task/9480/stat : 9480 (java) S 9474 9477 3593 0 -1 4202560 367 0 0 0 269 9 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853532281256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9481] ppid=9474 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/9477/task/9481/stat : 9481 (java) S 9474 9477 3593 0 -1 4202560 358 0 0 0 265 7 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853435714088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9482] ppid=9474 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/9477/task/9482/stat : 9482 (java) S 9474 9477 3593 0 -1 4202560 366 0 0 0 268 7 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853434661032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9483] ppid=9474 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/9477/task/9483/stat : 9483 (java) S 9474 9477 3593 0 -1 4202560 442 0 0 0 271 7 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853433608488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9484] ppid=9474 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/9477/task/9484/stat : 9484 (java) S 9474 9477 3593 0 -1 4202560 452 0 0 0 289 9 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853432556456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9485] ppid=9474 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/9477/task/9485/stat : 9485 (java) S 9474 9477 3593 0 -1 4202560 382 0 0 0 272 7 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853431503912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9486] ppid=9474 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/9477/task/9486/stat : 9486 (java) S 9474 9477 3593 0 -1 4202560 495 0 0 0 278 11 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853430450856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9487] ppid=9474 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/9477/task/9487/stat : 9487 (java) S 9474 9477 3593 0 -1 4202560 409 0 0 0 284 7 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853429398312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9488] ppid=9474 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/9477/task/9488/stat : 9488 (java) S 9474 9477 3593 0 -1 4202560 1473 0 0 0 144 24 0 0 20 0 22 0 108670152 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853417199976 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9489] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9489/stat : 9489 (java) S 9474 9477 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853416146296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9490] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9490/stat : 9490 (java) S 9474 9477 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853415093128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9491] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9491/stat : 9491 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853414041872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9492] ppid=9474 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9477/task/9492/stat : 9492 (java) S 9474 9477 3593 0 -1 4202560 12176 0 0 0 166 3 0 0 20 0 22 0 108670155 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853412989752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9493] ppid=9474 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/9477/task/9493/stat : 9493 (java) S 9474 9477 3593 0 -1 4202560 9366 0 0 0 118 2 0 0 20 0 22 0 108670155 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853411937208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9494] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9494/stat : 9494 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853410884344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9495] ppid=9474 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/9477/task/9495/stat : 9495 (java) S 9474 9477 3593 0 -1 4202560 51 0 0 0 18 21 0 0 20 0 22 0 108670155 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853409832008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9496] ppid=9474 vsize=9824732 CPUtime=883.97 cores=1,3,5,7
/proc/9477/task/9496/stat : 9496 (java) R 9474 9477 3593 0 -1 4202560 224 0 0 0 88382 15 0 0 20 0 22 0 108670177 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853408775600 139853533864268 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9497] ppid=9474 vsize=9824732 CPUtime=883.96 cores=1,3,5,7
/proc/9477/task/9497/stat : 9497 (java) R 9474 9477 3593 0 -1 4202560 1641 0 0 0 88341 55 0 0 20 0 22 0 108670177 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853407721968 139853533994647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9498] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9498/stat : 9498 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670177 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853406671656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9499] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9499/stat : 9499 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670177 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853405619112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 9477 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.901 s]
/proc/loadavg: 4.35 4.28 4.20 5/219 9689
/proc/meminfo: memFree=25317928/32872528 swapFree=16080/1655368
[pid=9477] ppid=9474 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/9477/stat : 9477 (java) S 9474 9477 3593 0 -1 4202496 31954 0 1 0 179864 154 0 0 20 0 22 0 108670149 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 140734218786064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9477/statm: 2456183 626716 2293 9 0 2446860 0
[pid=9477/tid=9479] ppid=9474 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/9477/task/9479/stat : 9479 (java) S 9474 9477 3593 0 -1 4202560 2485 0 1 0 27 2 0 0 20 0 22 0 108670150 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853593551736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9480] ppid=9474 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/9477/task/9480/stat : 9480 (java) S 9474 9477 3593 0 -1 4202560 367 0 0 0 269 9 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853532281256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9481] ppid=9474 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/9477/task/9481/stat : 9481 (java) S 9474 9477 3593 0 -1 4202560 358 0 0 0 265 7 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853435714088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9482] ppid=9474 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/9477/task/9482/stat : 9482 (java) S 9474 9477 3593 0 -1 4202560 366 0 0 0 268 7 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853434661032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9483] ppid=9474 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/9477/task/9483/stat : 9483 (java) S 9474 9477 3593 0 -1 4202560 442 0 0 0 271 7 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853433608488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9484] ppid=9474 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/9477/task/9484/stat : 9484 (java) S 9474 9477 3593 0 -1 4202560 452 0 0 0 289 9 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853432556456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9485] ppid=9474 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/9477/task/9485/stat : 9485 (java) S 9474 9477 3593 0 -1 4202560 382 0 0 0 272 7 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853431503912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9486] ppid=9474 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/9477/task/9486/stat : 9486 (java) S 9474 9477 3593 0 -1 4202560 495 0 0 0 278 11 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853430450856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9477/tid=9487] ppid=9474 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/9477/task/9487/stat : 9487 (java) S 9474 9477 3593 0 -1 4202560 409 0 0 0 284 7 0 0 20 0 22 0 108670151 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853429398312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9488] ppid=9474 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/9477/task/9488/stat : 9488 (java) S 9474 9477 3593 0 -1 4202560 1473 0 0 0 144 24 0 0 20 0 22 0 108670152 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853417199976 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9489] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9489/stat : 9489 (java) S 9474 9477 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853416146296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9490] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9490/stat : 9490 (java) S 9474 9477 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108670153 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853415093128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9491] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9491/stat : 9491 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853414041872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9492] ppid=9474 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9477/task/9492/stat : 9492 (java) S 9474 9477 3593 0 -1 4202560 12176 0 0 0 166 3 0 0 20 0 22 0 108670155 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853412989752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9477/tid=9493] ppid=9474 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/9477/task/9493/stat : 9493 (java) S 9474 9477 3593 0 -1 4202560 9366 0 0 0 118 2 0 0 20 0 22 0 108670155 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853411937208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9494] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9494/stat : 9494 (java) S 9474 9477 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108670155 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853410884344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9495] ppid=9474 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/9477/task/9495/stat : 9495 (java) S 9474 9477 3593 0 -1 4202560 51 0 0 0 18 21 0 0 20 0 22 0 108670155 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853409832008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9496] ppid=9474 vsize=9824732 CPUtime=883.97 cores=1,3,5,7
/proc/9477/task/9496/stat : 9496 (java) R 9474 9477 3593 0 -1 4202560 224 0 0 0 88382 15 0 0 20 0 22 0 108670177 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853408775600 139853533864268 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9497] ppid=9474 vsize=9824732 CPUtime=883.96 cores=1,3,5,7
/proc/9477/task/9497/stat : 9497 (java) R 9474 9477 3593 0 -1 4202560 1641 0 0 0 88341 55 0 0 20 0 22 0 108670177 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853407721968 139853533994647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9477/tid=9498] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9498/stat : 9498 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670177 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853406671656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9477/tid=9499] ppid=9474 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9477/task/9499/stat : 9499 (java) S 9474 9477 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108670177 10060525568 626716 33554432000 1073741824 1073778376 140734218794928 139853405619112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 9477 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=168244
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=31691
# CPU time returned by wait4() is 1796.2
# 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): 894.965
CPU time (s): 1800.18
CPU user time (s): 1798.64
CPU system time (s): 1.54
CPU usage (%): 201.145
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 2.03169
maximum resident set size= 2853256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31997
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30413
involuntary context switches= 51614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.06408 second user time and 7.32389 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 04:42:46
IDJOB=4080468
IDBENCH=89819
IDSOLVER=2543
FILE ID=node122/4080468-1465267366
RUNJOBID= node122-1465253685-3610
PBS_JOBID= 19843267
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080468-1465267366/watcher-4080468-1465267366 -o /tmp/evaluation-result-4080468-1465267366/solver-4080468-1465267366 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3610 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080468-1465267366.opb

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=2079370558

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
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:        28187588 kB
Buffers:          121820 kB
Cached:           177456 kB
SwapCached:          860 kB
Active:          2103260 kB
Inactive:         182124 kB
Active(anon):    1987028 kB
Inactive(anon):     1632 kB
Active(file):     116232 kB
Inactive(file):   180492 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       3708396 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             600908 kB
SReclaimable:      44788 kB
SUnreclaim:       556120 kB
KernelStack:        1808 kB
PageTables:        11604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3782176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3649536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node122 at 2016-06-07 04:57:41