Trace number 4103762

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.2 896.149

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-adlittle.opb
MD5SUM952cd1c498d347dda37d376c7740481e
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 variables2910
Total number of constraints56
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 constraints56
Minimum length of a constraint30
Maximum length of a constraint810
Number of terms in the objective function 2460
Biggest coefficient in the objective function 88852135936000
Number of bits for the biggest coefficient in the objective function 47
Sum of the numbers in the objective function 3689448844530141
Number of bits of the sum of numbers in the objective function 52
Biggest number in a constraint 359703511040000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 6054438712178314
Number of bits of the biggest sum of numbers53
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103762-1466246270.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.57/0.35	c ... done. Wall clock time 0.246s.
0.57/0.35	c declared #vars     2910
0.57/0.35	c #constraints  71
0.57/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.57/0.36	c constraints type 
0.57/0.36	c org.sat4j.specs.Constr$1 => 1
0.57/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 70
0.57/0.36	c 71 constraints processed.
0.57/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.57/0.36	c constraints type 
0.57/0.36	c org.sat4j.specs.Constr$1 => 1
0.57/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
0.57/0.36	c 71 constraints processed.
0.57/0.36	c objective function length is 2460 literals
3.83/1.26	c cleaning 2495 clauses out of 5000 with flag 12733/5000
5.76/1.97	c cleaning 4251 clauses out of 8507 with flag 26418/11002
7.44/2.78	c cleaning 5622 clauses out of 11254 with flag 40877/18000
9.47/3.78	c cleaning 6816 clauses out of 13632 with flag 57141/26000
12.17/5.06	c cleaning 7907 clauses out of 15819 with flag 75462/35003
15.24/6.56	c cleaning 8955 clauses out of 17911 with flag 95724/45002
18.64/8.20	c cleaning 9979 clauses out of 19957 with flag 118194/56003
22.56/10.18	c cleaning 10986 clauses out of 21975 with flag 142633/68000
27.17/12.44	c cleaning 11987 clauses out of 23990 with flag 169153/81001
32.23/14.96	c cleaning 13000 clauses out of 26003 with flag 197691/95001
37.83/17.77	c cleaning 13997 clauses out of 28004 with flag 228732/110002
42.89/20.22	c cleaning 15003 clauses out of 30006 with flag 265235/126001
49.18/23.34	c cleaning 16000 clauses out of 32002 with flag 300110/143000
56.18/26.83	c cleaning 16996 clauses out of 34002 with flag 338974/161000
63.98/30.70	c cleaning 17999 clauses out of 36010 with flag 381108/180004
72.65/35.01	c cleaning 19004 clauses out of 38009 with flag 426893/200002
80.44/38.92	c cleaning 20000 clauses out of 40004 with flag 472104/221001
89.85/43.67	c cleaning 20999 clauses out of 42004 with flag 517231/243001
99.52/48.41	c cleaning 21995 clauses out of 44005 with flag 565649/266001
109.77/53.58	c cleaning 23001 clauses out of 46012 with flag 615749/290003
120.60/58.95	c cleaning 24003 clauses out of 48008 with flag 668838/315000
134.03/65.62	c cleaning 24997 clauses out of 50005 with flag 723512/341000
146.68/71.99	c cleaning 26005 clauses out of 52009 with flag 780274/368001
154.28/75.75	c cleaning 0 clauses out of 5000 with flag 0/5000
161.33/79.04	c cleaning 26998 clauses out of 54007 with flag 839757/396004
176.56/86.65	c cleaning 27994 clauses out of 56005 with flag 901711/425000
190.42/93.59	c cleaning 29005 clauses out of 58014 with flag 965565/455003
206.68/101.62	c cleaning 29998 clauses out of 60008 with flag 1031551/486002
226.55/111.56	c cleaning 31001 clauses out of 62012 with flag 1099180/518004
244.39/120.47	c cleaning 31999 clauses out of 64007 with flag 1169748/551000
262.84/129.60	c cleaning 33000 clauses out of 66008 with flag 1241558/585000
283.49/139.94	c cleaning 34000 clauses out of 68013 with flag 1316774/620005
305.56/150.99	c cleaning 35000 clauses out of 70011 with flag 1392627/656003
327.26/161.78	c cleaning 35999 clauses out of 72008 with flag 1470049/693000
350.33/173.25	c cleaning 37002 clauses out of 74014 with flag 1549767/731005
375.82/185.93	c cleaning 38004 clauses out of 76013 with flag 1633729/770006
406.87/201.55	c cleaning 39002 clauses out of 78009 with flag 1715309/810006
439.41/217.75	c cleaning 39997 clauses out of 80001 with flag 1803061/851000
468.56/232.29	c cleaning 40998 clauses out of 82004 with flag 1890993/893000
498.08/246.92	c cleaning 42001 clauses out of 84007 with flag 1980268/936001
513.17/254.45	c cleaning 0 clauses out of 11001 with flag 0/11001
534.08/264.83	c cleaning 42996 clauses out of 86007 with flag 2072425/980002
571.88/283.63	c cleaning 44002 clauses out of 88010 with flag 2166966/1025001
604.91/300.22	c cleaning 45001 clauses out of 90010 with flag 2263672/1071003
646.04/320.72	c cleaning 45990 clauses out of 92007 with flag 2362572/1118001
690.46/342.84	c cleaning 47006 clauses out of 94017 with flag 2459709/1166001
729.62/362.33	c cleaning 47999 clauses out of 96014 with flag 2561772/1215004
769.85/382.52	c cleaning 49006 clauses out of 98013 with flag 2664904/1265002
818.89/406.91	c cleaning 49997 clauses out of 100007 with flag 2772357/1316002
865.27/430.07	c cleaning 51003 clauses out of 102012 with flag 2882489/1368004
911.21/452.98	c cleaning 52002 clauses out of 104006 with flag 2995217/1421001
958.03/476.46	c cleaning 53000 clauses out of 106003 with flag 3109087/1475000
1007.83/501.20	c cleaning 53997 clauses out of 108003 with flag 3227174/1530000
1058.15/526.36	c cleaning 54999 clauses out of 110006 with flag 3345854/1586000
1107.97/551.19	c cleaning 55996 clauses out of 112008 with flag 3467195/1643001
1177.37/585.71	c cleaning 57004 clauses out of 114014 with flag 3586792/1701003
1240.56/617.36	c cleaning 57989 clauses out of 116007 with flag 3716706/1760000
1309.10/651.49	c cleaning 59006 clauses out of 118018 with flag 3846127/1820000
1374.00/683.72	c cleaning 60006 clauses out of 120012 with flag 3978201/1881000
1439.72/716.42	c cleaning 60998 clauses out of 122006 with flag 4111200/1943000
1503.26/748.14	c cleaning 62002 clauses out of 124013 with flag 4251514/2006005
1578.55/785.64	c cleaning 63005 clauses out of 126009 with flag 4391636/2070003
1663.87/828.10	c cleaning 64001 clauses out of 128003 with flag 4535511/2135002
1742.04/867.09	c cleaning 64994 clauses out of 130001 with flag 4677592/2201001
1784.95/888.51	c cleaning 0 clauses out of 18001 with flag 0/18001
1800.20/896.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.20/896.10	c starts		: 578
1800.20/896.10	c conflicts		: 2258750
1800.20/896.10	c decisions		: 2335848
1800.20/896.10	c propagations		: 22516752
1800.20/896.10	c inspects		: 10051721969
1800.20/896.10	c shortcuts		: 0
1800.20/896.10	c learnt literals	: 0
1800.20/896.10	c learnt binary clauses	: 0
1800.20/896.10	c learnt ternary clauses	: 0
1800.20/896.10	c learnt constraints	: 2258750
1800.20/896.10	c ignored constraints	: 0
1800.20/896.10	c root simplifications	: 0
1800.20/896.10	c removed literals (reason simplification)	: 24033121
1800.20/896.10	c reason swapping (by a shorter reason)	: 0
1800.20/896.10	c Calls to reduceDB	: 62
1800.20/896.10	c Number of update (reduction) of LBD	: 104292
1800.20/896.10	c Imported unit clauses	: 0
1800.20/896.10	c number of reductions to clauses (during analyze)	: 0
1800.20/896.10	c number of learned constraints concerned by reduction	: 0
1800.20/896.10	c number of learning phase by resolution	: 0
1800.20/896.10	c number of learning phase by cutting planes	: 0
1800.20/896.10	c speed (assignments/second)	: 25138.38376621057
1800.20/896.10	c non guided choices	0
1800.20/896.13	c learnt constraints type 
1800.20/896.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122756
1800.20/896.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.20/896.13	c starts		: 17
1800.20/896.13	c conflicts		: 18051
1800.20/896.13	c decisions		: 119715
1800.20/896.13	c propagations		: 282596
1800.20/896.13	c inspects		: 945619453
1800.20/896.13	c shortcuts		: 0
1800.20/896.13	c learnt literals	: 0
1800.20/896.13	c learnt binary clauses	: 0
1800.20/896.13	c learnt ternary clauses	: 0
1800.20/896.13	c learnt constraints	: 18051
1800.20/896.13	c ignored constraints	: 0
1800.20/896.13	c root simplifications	: 0
1800.20/896.13	c removed literals (reason simplification)	: 0
1800.20/896.13	c reason swapping (by a shorter reason)	: 0
1800.20/896.13	c Calls to reduceDB	: 3
1800.20/896.13	c Number of update (reduction) of LBD	: 0
1800.20/896.13	c Imported unit clauses	: 0
1800.20/896.13	c number of reductions to clauses (during analyze)	: 0
1800.20/896.13	c number of learned constraints concerned by reduction	: 0
1800.20/896.13	c number of learning phase by resolution	: 0
1800.20/896.13	c number of learning phase by cutting planes	: 0
1800.20/896.13	c speed (assignments/second)	: 315.49063059945183
1800.20/896.13	c non guided choices	0
1800.20/896.14	c learnt constraints type 
1800.20/896.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 32
1800.20/896.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18019
1800.20/896.14	s UNKNOWN
1800.20/896.14	c Total wall clock time (in seconds): 896.028

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-4103762-1466246270/watcher-4103762-1466246270 -o /tmp/evaluation-result-4103762-1466246270/solver-4103762-1466246270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103762-1466246270.opb 

pid=22022
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: 3.82 4.12 4.15 4/197 22025
/proc/meminfo: memFree=28303336/32872528 swapFree=1191052/1305516
[pid=22025] ppid=22022 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/22025/stat : 22025 (java) R 22022 22025 20157 0 -1 4202496 1059 0 0 0 0 0 0 0 20 0 1 0 26673618 23793664 709 33554432000 1073741824 1073778376 140736168614160 140736168603224 214528210280 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22025/statm: 5809 709 524 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 3.82 4.12 4.15 4/197 22025
/proc/meminfo: memFree=28303336/32872528 swapFree=1191052/1305516
[pid=22025] ppid=22022 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/22025/stat : 22025 (java) S 22022 22025 20157 0 -1 4202496 4513 0 1 0 9 1 0 0 20 0 18 0 26673618 9787879424 5639 33554432000 1073741824 1073778376 140736168614160 140736168605296 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22025/statm: 2389619 5639 2156 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 3.82 4.12 4.15 4/197 22025
/proc/meminfo: memFree=28303336/32872528 swapFree=1191052/1305516
[pid=22025] ppid=22022 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/22025/stat : 22025 (java) S 22022 22025 20157 0 -1 4202496 5089 0 1 0 28 1 0 0 20 0 18 0 26673618 9787879424 6429 33554432000 1073741824 1073778376 140736168614160 140736168605296 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22025/statm: 2389619 6429 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 3.82 4.12 4.15 4/197 22025
/proc/meminfo: memFree=28303336/32872528 swapFree=1191052/1305516
[pid=22025] ppid=22022 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/22025/stat : 22025 (java) S 22022 22025 20157 0 -1 4202496 12125 0 1 0 55 2 0 0 20 0 18 0 26673618 9787879424 13550 33554432000 1073741824 1073778376 140736168614160 140736168605296 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22025/statm: 2389619 13550 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700196 s]
/proc/loadavg: 3.82 4.12 4.15 4/197 22025
/proc/meminfo: memFree=28303336/32872528 swapFree=1191052/1305516
[pid=22025] ppid=22022 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/22025/stat : 22025 (java) S 22022 22025 20157 0 -1 4202496 20700 0 1 0 207 4 0 0 20 0 22 0 26673618 10060525568 18072 33554432000 1073741824 1073778376 140736168614160 140736168605296 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22025/statm: 2456183 18072 2259 9 0 2446860 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.82 4.12 4.15 6/219 22047
/proc/meminfo: memFree=27787064/32872528 swapFree=1191052/1305516
[pid=22025] ppid=22022 vsize=9824732 CPUtime=4.9 cores=1,3,5,7
/proc/22025/stat : 22025 (java) S 22022 22025 20157 0 -1 4202496 28218 0 1 0 482 8 0 0 20 0 22 0 26673618 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 140736168605296 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22025/statm: 2456183 49242 2285 9 0 2446860 0
[pid=22025/tid=22027] ppid=22022 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/22025/task/22027/stat : 22027 (java) S 22022 22025 20157 0 -1 4202560 2499 0 1 0 32 2 0 0 20 0 22 0 26673619 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852931748728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22028] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22028/stat : 22028 (java) S 22022 22025 20157 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852775812008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22029] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22029/stat : 22029 (java) S 22022 22025 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852774759464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22030] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22030/stat : 22030 (java) S 22022 22025 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852773706408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22031] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22031/stat : 22031 (java) S 22022 22025 20157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852772653864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22032] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22032/stat : 22032 (java) S 22022 22025 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852771600808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22033] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22033/stat : 22033 (java) S 22022 22025 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852770548264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22034] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22034/stat : 22034 (java) S 22022 22025 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852769495208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22035] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22035/stat : 22035 (java) S 22022 22025 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852768442664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22036] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22036/stat : 22036 (java) S 22022 22025 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26673620 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852756032360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22037] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22037/stat : 22037 (java) S 22022 22025 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852754978680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22038] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22038/stat : 22038 (java) S 22022 22025 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852753925512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22039] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22039/stat : 22039 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852752874256 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22040] ppid=22022 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/22025/task/22040/stat : 22040 (java) S 22022 22025 20157 0 -1 4202560 16986 0 0 0 100 3 0 0 20 0 22 0 26673623 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852751821112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22041] ppid=22022 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/22025/task/22041/stat : 22041 (java) R 22022 22025 20157 0 -1 4202560 7232 0 0 0 120 0 0 0 20 0 22 0 26673623 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852750754552 139852935865904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22042] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22042/stat : 22042 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852749715704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22043] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22043/stat : 22043 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852748663368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22044] ppid=22022 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/22025/task/22044/stat : 22044 (java) R 22022 22025 20157 0 -1 4202560 41 0 0 0 110 0 0 0 20 0 22 0 26673654 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852747558040 139852804365583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22045] ppid=22022 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/22025/task/22045/stat : 22045 (java) R 22022 22025 20157 0 -1 4202560 75 0 0 0 108 1 0 0 20 0 22 0 26673654 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852746506024 139852804325668 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22046] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22046/stat : 22046 (java) S 22022 22025 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26673658 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852745454888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22047] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22047/stat : 22047 (java) S 22022 22025 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26673658 10060525568 49242 33554432000 1073741824 1073778376 140736168614160 139852744402344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 3.84 4.12 4.15 6/219 22047
/proc/meminfo: memFree=27580788/32872528 swapFree=1191052/1305516
[pid=22025] ppid=22022 vsize=9824732 CPUtime=8.26 cores=1,3,5,7
/proc/22025/stat : 22025 (java) S 22022 22025 20157 0 -1 4202496 28607 0 1 0 815 11 0 0 20 0 22 0 26673618 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 140736168605296 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22025/statm: 2456183 54229 2285 9 0 2446860 0
[pid=22025/tid=22027] ppid=22022 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/22025/task/22027/stat : 22027 (java) S 22022 22025 20157 0 -1 4202560 2499 0 1 0 32 2 0 0 20 0 22 0 26673619 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852931748728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22028] ppid=22022 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22025/task/22028/stat : 22028 (java) S 22022 22025 20157 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 26673619 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852775812008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22029] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22029/stat : 22029 (java) S 22022 22025 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852774759464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22030] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22030/stat : 22030 (java) S 22022 22025 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852773706408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22031] ppid=22022 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22025/task/22031/stat : 22031 (java) S 22022 22025 20157 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 26673619 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852772653864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22032] ppid=22022 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22025/task/22032/stat : 22032 (java) S 22022 22025 20157 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 26673619 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852771600808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22033] ppid=22022 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22025/task/22033/stat : 22033 (java) S 22022 22025 20157 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 26673619 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852770548264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22034] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22034/stat : 22034 (java) S 22022 22025 20157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852769495208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22035] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22035/stat : 22035 (java) S 22022 22025 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26673619 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852768442664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22036] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22036/stat : 22036 (java) S 22022 22025 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26673620 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852756032360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22037] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22037/stat : 22037 (java) S 22022 22025 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852754978680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22038] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22038/stat : 22038 (java) S 22022 22025 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852753925512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22039] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22039/stat : 22039 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852752874256 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22040] ppid=22022 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/22025/task/22040/stat : 22040 (java) S 22022 22025 20157 0 -1 4202560 16991 0 0 0 106 3 0 0 20 0 22 0 26673623 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852751821112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22041] ppid=22022 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/22025/task/22041/stat : 22041 (java) S 22022 22025 20157 0 -1 4202560 7575 0 0 0 125 0 0 0 20 0 22 0 26673623 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852750768568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22042] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22042/stat : 22042 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852749715704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22043] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22043/stat : 22043 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852748663368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22044] ppid=22022 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/22025/task/22044/stat : 22044 (java) R 22022 22025 20157 0 -1 4202560 42 0 0 0 266 0 0 0 20 0 22 0 26673654 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852747551104 139852804269536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22045] ppid=22022 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/22025/task/22045/stat : 22045 (java) R 22022 22025 20157 0 -1 4202560 75 0 0 0 264 2 0 0 20 0 22 0 26673654 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852746507320 139852804288594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22046] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22046/stat : 22046 (java) S 22022 22025 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26673658 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852745454888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22047] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22047/stat : 22047 (java) S 22022 22025 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26673658 10060525568 54229 33554432000 1073741824 1073778376 140736168614160 139852744402344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.84 4.12 4.15 5/219 22047
/proc/meminfo: memFree=27423892/32872528 swapFree=1191052/1305516
[pid=22025] ppid=22022 vsize=9824732 CPUtime=14.84 cores=1,3,5,7
/proc/22025/stat : 22025 (java) S 22022 22025 20157 0 -1 4202496 28977 0 1 0 1462 22 0 0 20 0 22 0 26673618 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 140736168605296 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22025/statm: 2456183 96664 2285 9 0 2446860 0
[pid=22025/tid=22027] ppid=22022 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/22025/task/22027/stat : 22027 (java) S 22022 22025 20157 0 -1 4202560 2499 0 1 0 32 2 0 0 20 0 22 0 26673619 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852931748728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22028] ppid=22022 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22025/task/22028/stat : 22028 (java) S 22022 22025 20157 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 26673619 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852775812008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22029] ppid=22022 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22025/task/22029/stat : 22029 (java) S 22022 22025 20157 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 26673619 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852774759464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22030] ppid=22022 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22025/task/22030/stat : 22030 (java) S 22022 22025 20157 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 26673619 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852773706408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22031] ppid=22022 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22025/task/22031/stat : 22031 (java) S 22022 22025 20157 0 -1 4202560 70 0 0 0 5 3 0 0 20 0 22 0 26673619 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852772653864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22032] ppid=22022 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22025/task/22032/stat : 22032 (java) S 22022 22025 20157 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 26673619 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852771600808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22033] ppid=22022 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22025/task/22033/stat : 22033 (java) S 22022 22025 20157 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 22 0 26673619 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852770548264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22034] ppid=22022 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22025/task/22034/stat : 22034 (java) S 22022 22025 20157 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 26673619 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852769495208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22035] ppid=22022 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22025/task/22035/stat : 22035 (java) S 22022 22025 20157 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 22 0 26673619 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852768442664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22036] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22036/stat : 22036 (java) S 22022 22025 20157 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26673620 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852756032360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22037] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22037/stat : 22037 (java) S 22022 22025 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852754978680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22038] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22038/stat : 22038 (java) S 22022 22025 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852753925512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22039] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22039/stat : 22039 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 96664 33554432000 1073741824 1073778376 140736168614160 139852752874256 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22040] ppid=22022 vsize=9824732 CPUtime=1.14 cores=1,3,5,7

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

/proc/22025/task/22030/stat : 22030 (java) S 22022 22025 20157 0 -1 4202560 461 0 0 0 236 14 0 0 20 0 22 0 26673619 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852773706408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22031] ppid=22022 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/22025/task/22031/stat : 22031 (java) S 22022 22025 20157 0 -1 4202560 473 0 0 0 230 13 0 0 20 0 22 0 26673619 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852772653864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22032] ppid=22022 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/22025/task/22032/stat : 22032 (java) S 22022 22025 20157 0 -1 4202560 433 0 0 0 224 12 0 0 20 0 22 0 26673619 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852771600808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22033] ppid=22022 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/22025/task/22033/stat : 22033 (java) S 22022 22025 20157 0 -1 4202560 432 0 0 0 233 11 0 0 20 0 22 0 26673619 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852770548264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22034] ppid=22022 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/22025/task/22034/stat : 22034 (java) S 22022 22025 20157 0 -1 4202560 405 0 0 0 226 10 0 0 20 0 22 0 26673619 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852769495208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22035] ppid=22022 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/22025/task/22035/stat : 22035 (java) S 22022 22025 20157 0 -1 4202560 572 0 0 0 232 12 0 0 20 0 22 0 26673619 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852768442664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22036] ppid=22022 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/22025/task/22036/stat : 22036 (java) S 22022 22025 20157 0 -1 4202560 3557 0 0 0 211 33 0 0 20 0 22 0 26673620 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852756032360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22037] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22037/stat : 22037 (java) S 22022 22025 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852754978680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22038] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22038/stat : 22038 (java) S 22022 22025 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852753925512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22039] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22039/stat : 22039 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852752874256 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22040] ppid=22022 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/22025/task/22040/stat : 22040 (java) S 22022 22025 20157 0 -1 4202560 17000 0 0 0 114 3 0 0 20 0 22 0 26673623 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852751821112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22041] ppid=22022 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/22025/task/22041/stat : 22041 (java) S 22022 22025 20157 0 -1 4202560 11569 0 0 0 196 2 0 0 20 0 22 0 26673623 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852750768568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22042] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22042/stat : 22042 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852749715704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22043] ppid=22022 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/22025/task/22043/stat : 22043 (java) S 22022 22025 20157 0 -1 4202560 50 0 0 0 18 21 0 0 20 0 22 0 26673623 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852748663368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22044] ppid=22022 vsize=9824732 CPUtime=871.22 cores=1,3,5,7
/proc/22025/task/22044/stat : 22044 (java) R 22022 22025 20157 0 -1 4202560 283 0 0 0 87105 17 0 0 20 0 22 0 26673654 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852747558864 139852804505181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22045] ppid=22022 vsize=9824732 CPUtime=871.33 cores=1,3,5,7
/proc/22025/task/22045/stat : 22045 (java) R 22022 22025 20157 0 -1 4202560 1568 0 0 0 87092 41 0 0 20 0 22 0 26673654 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852746505360 139852804297794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22046] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22046/stat : 22046 (java) S 22022 22025 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26673658 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852745454888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22047] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22047/stat : 22047 (java) S 22022 22025 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26673658 10060525568 341579 33554432000 1073741824 1073778376 140736168614160 139852744402344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.52
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.101 s]
/proc/loadavg: 4.54 4.28 4.21 5/219 22166
/proc/meminfo: memFree=28590704/32872528 swapFree=1191052/1305516
[pid=22025] ppid=22022 vsize=9824732 CPUtime=1800.2 cores=1,3,5,7
/proc/22025/stat : 22025 (java) S 22022 22025 20157 0 -1 4202496 41567 0 1 0 179841 179 0 0 20 0 22 0 26673618 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 140736168605296 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22025/statm: 2456183 335500 2294 9 0 2446860 0
[pid=22025/tid=22027] ppid=22022 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/22025/task/22027/stat : 22027 (java) S 22022 22025 20157 0 -1 4202560 2511 0 1 0 36 3 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852931748728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22028] ppid=22022 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/22025/task/22028/stat : 22028 (java) S 22022 22025 20157 0 -1 4202560 448 0 0 0 227 14 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852775812008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22029] ppid=22022 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/22025/task/22029/stat : 22029 (java) S 22022 22025 20157 0 -1 4202560 527 0 0 0 229 12 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852774759464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22030] ppid=22022 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/22025/task/22030/stat : 22030 (java) S 22022 22025 20157 0 -1 4202560 461 0 0 0 239 14 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852773706408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22031] ppid=22022 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/22025/task/22031/stat : 22031 (java) S 22022 22025 20157 0 -1 4202560 473 0 0 0 233 13 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852772653864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22032] ppid=22022 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/22025/task/22032/stat : 22032 (java) S 22022 22025 20157 0 -1 4202560 438 0 0 0 227 12 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852771600808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22033] ppid=22022 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/22025/task/22033/stat : 22033 (java) S 22022 22025 20157 0 -1 4202560 432 0 0 0 237 11 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852770548264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22034] ppid=22022 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/22025/task/22034/stat : 22034 (java) S 22022 22025 20157 0 -1 4202560 405 0 0 0 230 10 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852769495208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22035] ppid=22022 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/22025/task/22035/stat : 22035 (java) S 22022 22025 20157 0 -1 4202560 572 0 0 0 237 12 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852768442664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22036] ppid=22022 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/22025/task/22036/stat : 22036 (java) S 22022 22025 20157 0 -1 4202560 3557 0 0 0 211 34 0 0 20 0 22 0 26673620 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852756032360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22037] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22037/stat : 22037 (java) S 22022 22025 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852754978680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22038] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22038/stat : 22038 (java) S 22022 22025 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852753925512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22039] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22039/stat : 22039 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852752874256 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22040] ppid=22022 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/22025/task/22040/stat : 22040 (java) S 22022 22025 20157 0 -1 4202560 17000 0 0 0 114 3 0 0 20 0 22 0 26673623 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852751821112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22041] ppid=22022 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/22025/task/22041/stat : 22041 (java) S 22022 22025 20157 0 -1 4202560 11569 0 0 0 196 2 0 0 20 0 22 0 26673623 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852750768568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22042] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22042/stat : 22042 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852749715704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22043] ppid=22022 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/22025/task/22043/stat : 22043 (java) S 22022 22025 20157 0 -1 4202560 50 0 0 0 19 21 0 0 20 0 22 0 26673623 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852748663368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22044] ppid=22022 vsize=9824732 CPUtime=884.87 cores=1,3,5,7
/proc/22025/task/22044/stat : 22044 (java) R 22022 22025 20157 0 -1 4202560 287 0 0 0 88470 17 0 0 20 0 22 0 26673654 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852747558800 139852804340991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22045] ppid=22022 vsize=9824732 CPUtime=884.98 cores=1,3,5,7
/proc/22025/task/22045/stat : 22045 (java) R 22022 22025 20157 0 -1 4202560 1572 0 0 0 88457 41 0 0 20 0 22 0 26673654 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852746505624 139852804298320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22046] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22046/stat : 22046 (java) S 22022 22025 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26673658 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852745454888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22047] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22047/stat : 22047 (java) S 22022 22025 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26673658 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852744402344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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 22025 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.101 s]
/proc/loadavg: 4.54 4.28 4.21 5/219 22166
/proc/meminfo: memFree=28590704/32872528 swapFree=1191052/1305516
[pid=22025] ppid=22022 vsize=9824732 CPUtime=1800.2 cores=1,3,5,7
/proc/22025/stat : 22025 (java) S 22022 22025 20157 0 -1 4202496 41567 0 1 0 179841 179 0 0 20 0 22 0 26673618 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 140736168605296 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22025/statm: 2456183 335500 2294 9 0 2446860 0
[pid=22025/tid=22027] ppid=22022 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/22025/task/22027/stat : 22027 (java) S 22022 22025 20157 0 -1 4202560 2511 0 1 0 36 3 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852931748728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22028] ppid=22022 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/22025/task/22028/stat : 22028 (java) S 22022 22025 20157 0 -1 4202560 448 0 0 0 227 14 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852775812008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22029] ppid=22022 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/22025/task/22029/stat : 22029 (java) S 22022 22025 20157 0 -1 4202560 527 0 0 0 229 12 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852774759464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22030] ppid=22022 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/22025/task/22030/stat : 22030 (java) S 22022 22025 20157 0 -1 4202560 461 0 0 0 239 14 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852773706408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22031] ppid=22022 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/22025/task/22031/stat : 22031 (java) S 22022 22025 20157 0 -1 4202560 473 0 0 0 233 13 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852772653864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22032] ppid=22022 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/22025/task/22032/stat : 22032 (java) S 22022 22025 20157 0 -1 4202560 438 0 0 0 227 12 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852771600808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22033] ppid=22022 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/22025/task/22033/stat : 22033 (java) S 22022 22025 20157 0 -1 4202560 432 0 0 0 237 11 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852770548264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22034] ppid=22022 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/22025/task/22034/stat : 22034 (java) S 22022 22025 20157 0 -1 4202560 405 0 0 0 230 10 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852769495208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22035] ppid=22022 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/22025/task/22035/stat : 22035 (java) S 22022 22025 20157 0 -1 4202560 572 0 0 0 237 12 0 0 20 0 22 0 26673619 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852768442664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22036] ppid=22022 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/22025/task/22036/stat : 22036 (java) S 22022 22025 20157 0 -1 4202560 3557 0 0 0 211 34 0 0 20 0 22 0 26673620 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852756032360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22037] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22037/stat : 22037 (java) S 22022 22025 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852754978680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22038] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22038/stat : 22038 (java) S 22022 22025 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26673621 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852753925512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22039] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22039/stat : 22039 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852752874256 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22040] ppid=22022 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/22025/task/22040/stat : 22040 (java) S 22022 22025 20157 0 -1 4202560 17000 0 0 0 114 3 0 0 20 0 22 0 26673623 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852751821112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22025/tid=22041] ppid=22022 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/22025/task/22041/stat : 22041 (java) S 22022 22025 20157 0 -1 4202560 11569 0 0 0 196 2 0 0 20 0 22 0 26673623 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852750768568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22042] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22042/stat : 22042 (java) S 22022 22025 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26673623 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852749715704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22043] ppid=22022 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/22025/task/22043/stat : 22043 (java) S 22022 22025 20157 0 -1 4202560 50 0 0 0 19 21 0 0 20 0 22 0 26673623 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852748663368 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22025/tid=22044] ppid=22022 vsize=9824732 CPUtime=884.87 cores=1,3,5,7
/proc/22025/task/22044/stat : 22044 (java) R 22022 22025 20157 0 -1 4202560 287 0 0 0 88470 17 0 0 20 0 22 0 26673654 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852747558800 139852804340991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22025/tid=22045] ppid=22022 vsize=9824732 CPUtime=884.98 cores=1,3,5,7
/proc/22025/task/22045/stat : 22045 (java) R 22022 22025 20157 0 -1 4202560 1572 0 0 0 88457 41 0 0 20 0 22 0 26673654 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852746505624 139852804298320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22046] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22046/stat : 22046 (java) S 22022 22025 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26673658 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852745454888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22025/tid=22047] ppid=22022 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22025/task/22047/stat : 22047 (java) S 22022 22025 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26673658 10060525568 335500 33554432000 1073741824 1073778376 140736168614160 139852744402344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.149
CPU time (s): 1800.2
CPU user time (s): 1798.41
CPU system time (s): 1.79
CPU usage (%): 200.882
Max. virtual memory (cumulated for all children) (KiB): 9826340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.88
system time used= 2.35064
maximum resident set size= 2488400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41608
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= 33259
involuntary context switches= 45620

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81212 second user time and 7.65584 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 12:37:50
IDJOB=4103762
IDBENCH=2454
IDSOLVER=2543
FILE ID=node127/4103762-1466246270
RUNJOBID= node127-1466241741-20174
PBS_JOBID= 19918213
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-adlittle.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103762-1466246270/watcher-4103762-1466246270 -o /tmp/evaluation-result-4103762-1466246270/solver-4103762-1466246270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103762-1466246270.opb

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

MD5SUM BENCH= 952cd1c498d347dda37d376c7740481e
RANDOM SEED=1133301397

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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:        28309496 kB
Buffers:           58836 kB
Cached:           119756 kB
SwapCached:          516 kB
Active:          2349660 kB
Inactive:         127352 kB
Active(anon):    2298740 kB
Inactive(anon):     2184 kB
Active(file):      50920 kB
Inactive(file):   125168 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              3232 kB
Writeback:             0 kB
AnonPages:       3664752 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             602852 kB
SReclaimable:      45888 kB
SUnreclaim:       556964 kB
KernelStack:        1776 kB
PageTables:        11180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4570696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2424832 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= 71736 MiB
End job on node127 at 2016-06-18 12:52:46