Trace number 4103634

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.19 896.579

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow15.opb
MD5SUMb4d90975042873aa16a95872bfad2ca2
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables17130
Total number of constraints900
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 constraints900
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1335
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 154618822482
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103634-1466244196.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.71/0.84	c ... done. Wall clock time 0.732s.
1.71/0.84	c declared #vars     17130
1.71/0.84	c #constraints  1200
1.71/0.84	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.71/0.84	c constraints type 
1.71/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1200
1.71/0.84	c 1200 constraints processed.
1.71/0.84	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.71/0.84	c constraints type 
1.71/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1200
1.71/0.84	c 1200 constraints processed.
1.71/0.84	c objective function length is 1335 literals
5.77/2.24	c cleaning 2498 clauses out of 5001 with flag 11133/5001
7.93/3.30	c cleaning 4249 clauses out of 8502 with flag 23347/11000
10.74/4.56	c cleaning 5628 clauses out of 11255 with flag 37351/18002
13.83/6.07	c cleaning 6812 clauses out of 13625 with flag 53347/26000
16.26/7.24	c cleaning 7901 clauses out of 15814 with flag 85981/35001
19.29/8.79	c cleaning 8952 clauses out of 17910 with flag 117480/45000
22.39/10.03	c cleaning 9965 clauses out of 19959 with flag 141328/56001
24.98/11.36	c cleaning 10985 clauses out of 21993 with flag 165338/68000
28.99/13.32	c cleaning 11996 clauses out of 24009 with flag 191363/81001
33.58/15.68	c cleaning 12996 clauses out of 26013 with flag 219364/95001
39.28/18.49	c cleaning 13990 clauses out of 28016 with flag 249366/110000
45.87/21.74	c cleaning 15001 clauses out of 30027 with flag 281371/126001
51.67/24.66	c cleaning 16001 clauses out of 32026 with flag 315376/143001
58.67/28.14	c cleaning 17000 clauses out of 34025 with flag 351383/161001
66.48/32.01	c cleaning 18000 clauses out of 36024 with flag 389415/180000
75.46/36.58	c cleaning 18997 clauses out of 38024 with flag 429417/200000
86.46/42.00	c cleaning 20002 clauses out of 40028 with flag 471421/221001
101.73/49.66	c cleaning 20998 clauses out of 42026 with flag 515423/243001
118.86/58.19	c cleaning 22002 clauses out of 44029 with flag 561426/266002
138.32/67.84	c cleaning 22999 clauses out of 46025 with flag 609423/290000
160.37/78.86	c cleaning 23998 clauses out of 48026 with flag 659423/315000
179.02/88.19	c cleaning 0 clauses out of 5002 with flag 0/5002
186.97/91.90	c cleaning 25002 clauses out of 50028 with flag 711426/341000
210.82/103.82	c cleaning 26000 clauses out of 52027 with flag 765428/368001
233.61/115.24	c cleaning 26996 clauses out of 54026 with flag 821437/396000
264.13/130.44	c cleaning 27997 clauses out of 56030 with flag 879437/425000
300.82/148.73	c cleaning 29002 clauses out of 58033 with flag 939437/455000
337.26/166.92	c cleaning 30003 clauses out of 60031 with flag 1001437/486000
373.61/185.26	c cleaning 31002 clauses out of 62028 with flag 1065437/518000
417.55/207.11	c cleaning 31999 clauses out of 64026 with flag 1131437/551000
465.94/231.25	c cleaning 32998 clauses out of 66027 with flag 1199437/585000
508.29/252.36	c cleaning 34002 clauses out of 68029 with flag 1269449/620000
560.77/278.69	c cleaning 34999 clauses out of 70028 with flag 1341470/656001
602.97/299.64	c cleaning 0 clauses out of 11000 with flag 0/11000
613.82/305.03	c cleaning 36003 clauses out of 72029 with flag 1415473/693001
670.69/333.39	c cleaning 37001 clauses out of 74025 with flag 1491471/731000
736.37/366.28	c cleaning 37997 clauses out of 76025 with flag 1569473/770001
803.81/399.89	c cleaning 39000 clauses out of 78027 with flag 1649472/810000
877.97/436.79	c cleaning 40002 clauses out of 80027 with flag 1731472/851000
954.15/474.83	c cleaning 40996 clauses out of 82025 with flag 1815472/893000
1040.71/517.97	c cleaning 41999 clauses out of 84030 with flag 1901474/936001
1094.54/544.75	c cleaning 0 clauses out of 18000 with flag 0/18000
1129.89/562.35	c cleaning 42997 clauses out of 86030 with flag 1989472/980000
1218.73/606.70	c cleaning 43997 clauses out of 88033 with flag 2079472/1025000
1308.73/651.53	c cleaning 45006 clauses out of 90036 with flag 2171474/1071000
1428.68/711.41	c cleaning 46008 clauses out of 92030 with flag 2265474/1118000
1552.98/773.37	c cleaning 47003 clauses out of 94022 with flag 2361475/1166000
1683.37/838.23	c cleaning 47999 clauses out of 96019 with flag 2459476/1215000
1800.19/896.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/896.51	c starts		: 100
1800.19/896.51	c conflicts		: 1259401
1800.19/896.51	c decisions		: 1326661
1800.19/896.51	c propagations		: 11377731
1800.19/896.51	c inspects		: 12278411529
1800.19/896.51	c shortcuts		: 0
1800.19/896.51	c learnt literals	: 2
1800.19/896.51	c learnt binary clauses	: 2
1800.19/896.51	c learnt ternary clauses	: 3
1800.19/896.51	c learnt constraints	: 1259399
1800.19/896.51	c ignored constraints	: 0
1800.19/896.51	c root simplifications	: 0
1800.19/896.51	c removed literals (reason simplification)	: 11925798
1800.19/896.51	c reason swapping (by a shorter reason)	: 0
1800.19/896.51	c Calls to reduceDB	: 45
1800.19/896.51	c Number of update (reduction) of LBD	: 3836
1800.19/896.51	c Imported unit clauses	: 0
1800.19/896.51	c number of reductions to clauses (during analyze)	: 0
1800.19/896.51	c number of learned constraints concerned by reduction	: 0
1800.19/896.51	c number of learning phase by resolution	: 0
1800.19/896.51	c number of learning phase by cutting planes	: 0
1800.19/896.51	c speed (assignments/second)	: 12703.404808824926
1800.19/896.51	c non guided choices	6364
1800.19/896.54	c learnt constraints type 
1800.19/896.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.19/896.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92420
1800.19/896.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/896.54	c starts		: 54
1800.19/896.54	c conflicts		: 25949
1800.19/896.54	c decisions		: 33932
1800.19/896.54	c propagations		: 204131
1800.19/896.54	c inspects		: 454288807
1800.19/896.54	c shortcuts		: 0
1800.19/896.54	c learnt literals	: 0
1800.19/896.54	c learnt binary clauses	: 0
1800.19/896.54	c learnt ternary clauses	: 0
1800.19/896.54	c learnt constraints	: 25948
1800.19/896.54	c ignored constraints	: 0
1800.19/896.54	c root simplifications	: 0
1800.19/896.54	c removed literals (reason simplification)	: 0
1800.19/896.54	c reason swapping (by a shorter reason)	: 0
1800.19/896.54	c Calls to reduceDB	: 3
1800.19/896.54	c Number of update (reduction) of LBD	: 0
1800.19/896.54	c Imported unit clauses	: 0
1800.19/896.54	c number of reductions to clauses (during analyze)	: 0
1800.19/896.54	c number of learned constraints concerned by reduction	: 0
1800.19/896.54	c number of learning phase by resolution	: 0
1800.19/896.54	c number of learning phase by cutting planes	: 0
1800.19/896.54	c speed (assignments/second)	: 227.90846192407702
1800.19/896.54	c non guided choices	0
1800.19/896.55	c learnt constraints type 
1800.19/896.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 877
1800.19/896.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25071
1800.19/896.55	s UNKNOWN
1800.19/896.55	c Total wall clock time (in seconds): 896.437

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

pid=23151
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.24 4.23 4.18 4/197 23154
/proc/meminfo: memFree=29774612/32872528 swapFree=1459628/1655852
[pid=23154] ppid=23151 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/23154/stat : 23154 (java) R 23151 23154 22091 0 -1 4202496 1211 0 0 0 0 0 0 0 20 0 1 0 26465117 23793664 861 33554432000 1073741824 1073778376 140734740369328 140734740358392 140423821057392 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23154/statm: 5793 856 646 9 0 128 0
[pid=23154/tid=23155] ppid=23151 vsize=155272 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23155/stat : 23155 (java) R 23151 23154 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 2 0 26465118 158998528 869 33554432000 1073741824 1073778376 140734740369328 140734740358392 239873156023 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100206 s]
/proc/loadavg: 4.24 4.23 4.18 4/197 23154
/proc/meminfo: memFree=29774612/32872528 swapFree=1459628/1655852
[pid=23154] ppid=23151 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23154/stat : 23154 (java) S 23151 23154 22091 0 -1 4202496 4492 0 1 0 9 1 0 0 20 0 18 0 26465117 9787879424 5621 33554432000 1073741824 1073778376 140734740369328 140734740360464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23154/statm: 2389619 5621 2141 9 0 2380296 0
[pid=23154/tid=23155] ppid=23151 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23154/task/23155/stat : 23155 (java) R 23151 23154 22091 0 -1 4202560 2440 0 1 0 6 1 0 0 20 0 18 0 26465118 9787879424 5621 33554432000 1073741824 1073778376 140734740369328 140423819099040 239876498701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200259 s]
/proc/loadavg: 4.24 4.23 4.18 4/197 23154
/proc/meminfo: memFree=29774612/32872528 swapFree=1459628/1655852
[pid=23154] ppid=23151 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/23154/stat : 23154 (java) S 23151 23154 22091 0 -1 4202496 5235 0 1 0 29 1 0 0 20 0 18 0 26465117 9787879424 7239 33554432000 1073741824 1073778376 140734740369328 140734740360464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23154/statm: 2389619 7239 2220 9 0 2380296 0
[pid=23154/tid=23155] ppid=23151 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23154/task/23155/stat : 23155 (java) R 23151 23154 22091 0 -1 4202560 2459 0 1 0 16 1 0 0 20 0 18 0 26465118 9787879424 7239 33554432000 1073741824 1073778376 140734740369328 140423819099040 239876498701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 4.24 4.23 4.18 4/197 23154
/proc/meminfo: memFree=29774612/32872528 swapFree=1459628/1655852
[pid=23154] ppid=23151 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/23154/stat : 23154 (java) S 23151 23154 22091 0 -1 4202496 6696 0 1 0 57 2 0 0 20 0 18 0 26465117 9787879424 11282 33554432000 1073741824 1073778376 140734740369328 140734740360464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23154/statm: 2389619 11282 2234 9 0 2380296 0
[pid=23154/tid=23155] ppid=23151 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23154/task/23155/stat : 23155 (java) R 23151 23154 22091 0 -1 4202560 2465 0 1 0 26 1 0 0 20 0 18 0 26465118 9787879424 11282 33554432000 1073741824 1073778376 140734740369328 140423819099040 140423759298317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.70032 s]
/proc/loadavg: 4.24 4.23 4.18 4/197 23154
/proc/meminfo: memFree=29774612/32872528 swapFree=1459628/1655852
[pid=23154] ppid=23151 vsize=9558476 CPUtime=1.47 cores=0,2,4,6
/proc/23154/stat : 23154 (java) S 23151 23154 22091 0 -1 4202496 15672 0 1 0 141 6 0 0 20 0 18 0 26465117 9787879424 42415 33554432000 1073741824 1073778376 140734740369328 140734740360464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23154/statm: 2389619 42415 2253 9 0 2380296 0
[pid=23154/tid=23155] ppid=23151 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/23154/task/23155/stat : 23155 (java) R 23151 23154 22091 0 -1 4202560 2519 0 1 0 64 3 0 0 20 0 18 0 26465118 9787879424 42415 33554432000 1073741824 1073778376 140734740369328 140423819091920 140423759250471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.24 4.23 4.18 8/219 23176
/proc/meminfo: memFree=29509400/32872528 swapFree=1459628/1655852
[pid=23154] ppid=23151 vsize=9824732 CPUtime=4.26 cores=0,2,4,6
/proc/23154/stat : 23154 (java) S 23151 23154 22091 0 -1 4202496 17306 0 1 0 412 14 0 0 20 0 22 0 26465117 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140734740360464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23154/statm: 2456183 62192 2286 9 0 2446860 0
[pid=23154/tid=23155] ppid=23151 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/23154/task/23155/stat : 23155 (java) S 23151 23154 22091 0 -1 4202560 2537 0 1 0 74 3 0 0 20 0 22 0 26465118 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423819101048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23157] ppid=23151 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23154/task/23157/stat : 23157 (java) S 23151 23154 22091 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 26465118 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423757830952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23158] ppid=23151 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23154/task/23158/stat : 23158 (java) S 23151 23154 22091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 26465118 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423756778152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23159] ppid=23151 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23154/task/23159/stat : 23159 (java) S 23151 23154 22091 0 -1 4202560 124 0 0 0 5 2 0 0 20 0 22 0 26465118 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423755725864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23160] ppid=23151 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23154/task/23160/stat : 23160 (java) S 23151 23154 22091 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 26465118 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423659731880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23161] ppid=23151 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23154/task/23161/stat : 23161 (java) S 23151 23154 22091 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 22 0 26465118 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423658678568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23162] ppid=23151 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23154/task/23162/stat : 23162 (java) S 23151 23154 22091 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 26465118 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423657625768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23163] ppid=23151 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23154/task/23163/stat : 23163 (java) S 23151 23154 22091 0 -1 4202560 93 0 0 0 3 0 0 0 20 0 22 0 26465118 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423656573480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23164] ppid=23151 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23154/task/23164/stat : 23164 (java) S 23151 23154 22091 0 -1 4202560 105 0 0 0 2 1 0 0 20 0 22 0 26465118 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423655520680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23165] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23165/stat : 23165 (java) S 23151 23154 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423643323112 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23166] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23166/stat : 23166 (java) S 23151 23154 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423642269176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23167] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23167/stat : 23167 (java) S 23151 23154 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423641216776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23168] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23168/stat : 23168 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423640165264 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23169] ppid=23151 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/23154/task/23169/stat : 23169 (java) R 23151 23154 22091 0 -1 4202560 6240 0 0 0 97 0 0 0 20 0 22 0 26465122 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423639099232 140423821597492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23170] ppid=23151 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/23154/task/23170/stat : 23170 (java) S 23151 23154 22091 0 -1 4202560 6633 0 0 0 97 2 0 0 20 0 22 0 26465122 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423638059064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23171] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23171/stat : 23171 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423637006968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23172] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23172/stat : 23172 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423635954376 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23173] ppid=23151 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23154/task/23173/stat : 23173 (java) R 23151 23154 22091 0 -1 4202560 19 0 0 0 54 0 0 0 20 0 22 0 26465202 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423634899968 140423759612864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23174] ppid=23151 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/23154/task/23174/stat : 23174 (java) R 23151 23154 22091 0 -1 4202560 27 0 0 0 58 0 0 0 20 0 22 0 26465202 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423633845416 140423759912611 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23175] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23175/stat : 23175 (java) S 23151 23154 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26465204 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423632795304 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23176] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23176/stat : 23176 (java) S 23151 23154 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26465204 10060525568 62192 33554432000 1073741824 1073778376 140734740369328 140423631742504 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.22 4.23 4.18 6/219 23176
/proc/meminfo: memFree=29333864/32872528 swapFree=1459628/1655852
[pid=23154] ppid=23151 vsize=9824732 CPUtime=7.71 cores=0,2,4,6
/proc/23154/stat : 23154 (java) S 23151 23154 22091 0 -1 4202496 17683 0 1 0 748 23 0 0 20 0 22 0 26465117 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140734740360464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23154/statm: 2456183 104378 2290 9 0 2446860 0
[pid=23154/tid=23155] ppid=23151 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/23154/task/23155/stat : 23155 (java) S 23151 23154 22091 0 -1 4202560 2537 0 1 0 74 3 0 0 20 0 22 0 26465118 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423819101048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23157] ppid=23151 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23154/task/23157/stat : 23157 (java) S 23151 23154 22091 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 22 0 26465118 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423757830952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23158] ppid=23151 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23154/task/23158/stat : 23158 (java) S 23151 23154 22091 0 -1 4202560 55 0 0 0 4 2 0 0 20 0 22 0 26465118 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423756778152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23159] ppid=23151 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/23154/task/23159/stat : 23159 (java) S 23151 23154 22091 0 -1 4202560 144 0 0 0 8 4 0 0 20 0 22 0 26465118 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423755725864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23160] ppid=23151 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23154/task/23160/stat : 23160 (java) S 23151 23154 22091 0 -1 4202560 37 0 0 0 3 1 0 0 20 0 22 0 26465118 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423659731880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23161] ppid=23151 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23154/task/23161/stat : 23161 (java) S 23151 23154 22091 0 -1 4202560 138 0 0 0 4 2 0 0 20 0 22 0 26465118 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423658678568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23162] ppid=23151 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23154/task/23162/stat : 23162 (java) S 23151 23154 22091 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 22 0 26465118 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423657625768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23163] ppid=23151 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23154/task/23163/stat : 23163 (java) S 23151 23154 22091 0 -1 4202560 106 0 0 0 4 2 0 0 20 0 22 0 26465118 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423656573480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23164] ppid=23151 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23154/task/23164/stat : 23164 (java) S 23151 23154 22091 0 -1 4202560 115 0 0 0 3 3 0 0 20 0 22 0 26465118 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423655520680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23165] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23165/stat : 23165 (java) S 23151 23154 22091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423643323112 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23166] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23166/stat : 23166 (java) S 23151 23154 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423642269176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23167] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23167/stat : 23167 (java) S 23151 23154 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423641216776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23168] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23168/stat : 23168 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423640165264 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23169] ppid=23151 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/23154/task/23169/stat : 23169 (java) S 23151 23154 22091 0 -1 4202560 6251 0 0 0 102 0 0 0 20 0 22 0 26465122 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423639111864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23170] ppid=23151 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/23154/task/23170/stat : 23170 (java) S 23151 23154 22091 0 -1 4202560 6647 0 0 0 103 2 0 0 20 0 22 0 26465122 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423638059064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23171] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23171/stat : 23171 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423637006968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23172] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23172/stat : 23172 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423635954376 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23173] ppid=23151 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/23154/task/23173/stat : 23173 (java) R 23151 23154 22091 0 -1 4202560 22 0 0 0 206 0 0 0 20 0 22 0 26465202 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423634900024 140423759586170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23174] ppid=23151 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/23154/task/23174/stat : 23174 (java) R 23151 23154 22091 0 -1 4202560 78 0 0 0 210 1 0 0 20 0 22 0 26465202 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423633846008 140423759650880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23175] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23175/stat : 23175 (java) S 23151 23154 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26465204 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423632795304 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23176] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23176/stat : 23176 (java) S 23151 23154 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26465204 10060525568 104378 33554432000 1073741824 1073778376 140734740369328 140423631742504 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 4.22 4.23 4.18 5/219 23176
/proc/meminfo: memFree=29021100/32872528 swapFree=1459628/1655852
[pid=23154] ppid=23151 vsize=9824732 CPUtime=14.46 cores=0,2,4,6
/proc/23154/stat : 23154 (java) S 23151 23154 22091 0 -1 4202496 19913 0 1 0 1410 36 0 0 20 0 22 0 26465117 10060525568 177525 33554432000 1073741824 1073778376 140734740369328 140734740360464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23154/statm: 2456183 177525 2290 9 0 2446860 0
[pid=23154/tid=23155] ppid=23151 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/23154/task/23155/stat : 23155 (java) S 23151 23154 22091 0 -1 4202560 2537 0 1 0 74 3 0 0 20 0 22 0 26465118 10060525568 177525 33554432000 1073741824 1073778376 140734740369328 140423819101048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23157] ppid=23151 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/23154/task/23157/stat : 23157 (java) S 23151 23154 22091 0 -1 4202560 167 0 0 0 11 3 0 0 20 0 22 0 26465118 10060525568 177525 33554432000 1073741824 1073778376 140734740369328 140423757830952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23158] ppid=23151 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23154/task/23158/stat : 23158 (java) S 23151 23154 22091 0 -1 4202560 67 0 0 0 7 3 0 0 20 0 22 0 26465118 10060525568 177525 33554432000 1073741824 1073778376 140734740369328 140423756778152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23159] ppid=23151 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/23154/task/23159/stat : 23159 (java) S 23151 23154 22091 0 -1 4202560 389 0 0 0 12 6 0 0 20 0 22 0 26465118 10060525568 177525 33554432000 1073741824 1073778376 140734740369328 140423755725864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23160] ppid=23151 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23154/task/23160/stat : 23160 (java) S 23151 23154 22091 0 -1 4202560 68 0 0 0 4 2 0 0 20 0 22 0 26465118 10060525568 177525 33554432000 1073741824 1073778376 140734740369328 140423659731880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23161] ppid=23151 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23154/task/23161/stat : 23161 (java) S 23151 23154 22091 0 -1 4202560 152 0 0 0 7 2 0 0 20 0 22 0 26465118 10060525568 177525 33554432000 1073741824 1073778376 140734740369328 140423658678568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23162] ppid=23151 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23154/task/23162/stat : 23162 (java) S 23151 23154 22091 0 -1 4202560 55 0 0 0 5 3 0 0 20 0 22 0 26465118 10060525568 177525 33554432000 1073741824 1073778376 140734740369328 140423657625768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23163] ppid=23151 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/23154/task/23163/stat : 23163 (java) S 23151 23154 22091 0 -1 4202560 135 0 0 0 9 4 0 0 20 0 22 0 26465118 10060525568 177525 33554432000 1073741824 1073778376 140734740369328 140423656573480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23164] ppid=23151 vsize=9824732 CPUtime=0.09 cores=0,2,4,6

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

[pid=23154/tid=23160] ppid=23151 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/23154/task/23160/stat : 23160 (java) S 23151 23154 22091 0 -1 4202560 445 0 0 0 211 12 0 0 20 0 22 0 26465118 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423659731880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23161] ppid=23151 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/23154/task/23161/stat : 23161 (java) S 23151 23154 22091 0 -1 4202560 539 0 0 0 205 13 0 0 20 0 22 0 26465118 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423658678568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23162] ppid=23151 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/23154/task/23162/stat : 23162 (java) S 23151 23154 22091 0 -1 4202560 613 0 0 0 220 11 0 0 20 0 22 0 26465118 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423657625768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23163] ppid=23151 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/23154/task/23163/stat : 23163 (java) S 23151 23154 22091 0 -1 4202560 701 0 0 0 233 15 0 0 20 0 22 0 26465118 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423656573480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23164] ppid=23151 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/23154/task/23164/stat : 23164 (java) S 23151 23154 22091 0 -1 4202560 695 0 0 0 217 13 0 0 20 0 22 0 26465118 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423655520680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23165] ppid=23151 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/23154/task/23165/stat : 23165 (java) S 23151 23154 22091 0 -1 4202560 12653 0 0 0 247 27 0 0 20 0 22 0 26465120 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423643323112 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23166] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23166/stat : 23166 (java) S 23151 23154 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423642269176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23167] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23167/stat : 23167 (java) S 23151 23154 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423641216776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23168] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23168/stat : 23168 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423640165264 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23169] ppid=23151 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/23154/task/23169/stat : 23169 (java) S 23151 23154 22091 0 -1 4202560 7268 0 0 0 120 1 0 0 20 0 22 0 26465122 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423639111864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23170] ppid=23151 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/23154/task/23170/stat : 23170 (java) S 23151 23154 22091 0 -1 4202560 14376 0 0 0 206 3 0 0 20 0 22 0 26465122 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423638059064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23171] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23171/stat : 23171 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423637006968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23172] ppid=23151 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23154/task/23172/stat : 23172 (java) S 23151 23154 22091 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 26465122 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423635954376 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23173] ppid=23151 vsize=9824732 CPUtime=870.96 cores=0,2,4,6
/proc/23154/task/23173/stat : 23173 (java) R 23151 23154 22091 0 -1 4202560 245 0 0 0 87079 17 0 0 20 0 22 0 26465202 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423634897920 140423759680679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23174] ppid=23151 vsize=9824732 CPUtime=870.92 cores=0,2,4,6
/proc/23154/task/23174/stat : 23174 (java) R 23151 23154 22091 0 -1 4202560 4895 0 0 0 87016 76 0 0 20 0 22 0 26465202 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423633845888 140423759680611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23175] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23175/stat : 23175 (java) S 23151 23154 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26465204 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423632795304 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23176] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23176/stat : 23176 (java) S 23151 23154 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26465204 10060525568 816542 33554432000 1073741824 1073778376 140734740369328 140423631742504 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1771.69
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.501 s]
/proc/loadavg: 4.14 4.23 4.18 6/219 23331
/proc/meminfo: memFree=26448184/32872528 swapFree=1459628/1655852
[pid=23154] ppid=23151 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/23154/stat : 23154 (java) S 23151 23154 22091 0 -1 4202496 48314 0 1 0 179798 221 0 0 20 0 22 0 26465117 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140734740360464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23154/statm: 2456183 810709 2298 9 0 2446860 0
[pid=23154/tid=23155] ppid=23151 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/23154/task/23155/stat : 23155 (java) S 23151 23154 22091 0 -1 4202560 2555 0 1 0 76 5 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423819101048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23157] ppid=23151 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/23154/task/23157/stat : 23157 (java) S 23151 23154 22091 0 -1 4202560 524 0 0 0 213 12 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423757830952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23158] ppid=23151 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23154/task/23158/stat : 23158 (java) S 23151 23154 22091 0 -1 4202560 520 0 0 0 228 14 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423756778152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23159] ppid=23151 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/23154/task/23159/stat : 23159 (java) S 23151 23154 22091 0 -1 4202560 946 0 0 0 226 14 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423755725864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23160] ppid=23151 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/23154/task/23160/stat : 23160 (java) S 23151 23154 22091 0 -1 4202560 449 0 0 0 214 12 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423659731880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23161] ppid=23151 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/23154/task/23161/stat : 23161 (java) S 23151 23154 22091 0 -1 4202560 541 0 0 0 209 13 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423658678568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23162] ppid=23151 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/23154/task/23162/stat : 23162 (java) S 23151 23154 22091 0 -1 4202560 613 0 0 0 221 11 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423657625768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23163] ppid=23151 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/23154/task/23163/stat : 23163 (java) S 23151 23154 22091 0 -1 4202560 706 0 0 0 238 15 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423656573480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23164] ppid=23151 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/23154/task/23164/stat : 23164 (java) S 23151 23154 22091 0 -1 4202560 702 0 0 0 222 13 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423655520680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23165] ppid=23151 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/23154/task/23165/stat : 23165 (java) S 23151 23154 22091 0 -1 4202560 12653 0 0 0 247 28 0 0 20 0 22 0 26465120 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423643323112 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23166] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23166/stat : 23166 (java) S 23151 23154 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423642269176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23167] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23167/stat : 23167 (java) S 23151 23154 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423641216776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23168] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23168/stat : 23168 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423640165264 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23169] ppid=23151 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/23154/task/23169/stat : 23169 (java) S 23151 23154 22091 0 -1 4202560 7268 0 0 0 120 1 0 0 20 0 22 0 26465122 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423639111864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23170] ppid=23151 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/23154/task/23170/stat : 23170 (java) S 23151 23154 22091 0 -1 4202560 14376 0 0 0 206 3 0 0 20 0 22 0 26465122 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423638059064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23171] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23171/stat : 23171 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423637006968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23172] ppid=23151 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23154/task/23172/stat : 23172 (java) S 23151 23154 22091 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 26465122 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423635954376 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23173] ppid=23151 vsize=9824732 CPUtime=885.04 cores=0,2,4,6
/proc/23154/task/23173/stat : 23173 (java) R 23151 23154 22091 0 -1 4202560 248 0 0 0 88487 17 0 0 20 0 22 0 26465202 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423634898720 140423759680732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23174] ppid=23151 vsize=9824732 CPUtime=884.99 cores=0,2,4,6
/proc/23154/task/23174/stat : 23174 (java) R 23151 23154 22091 0 -1 4202560 4897 0 0 0 88423 76 0 0 20 0 22 0 26465202 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423633844896 140423759650798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23175] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23175/stat : 23175 (java) S 23151 23154 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26465204 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423632795304 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23176] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23176/stat : 23176 (java) S 23151 23154 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26465204 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423631742504 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 23154 sig 9
??? kill -23154 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.501 s]
/proc/loadavg: 4.14 4.23 4.18 6/219 23331
/proc/meminfo: memFree=26448184/32872528 swapFree=1459628/1655852
[pid=23154] ppid=23151 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/23154/stat : 23154 (java) S 23151 23154 22091 0 -1 4202496 48314 0 1 0 179798 221 0 0 20 0 22 0 26465117 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140734740360464 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23154/statm: 2456183 810709 2298 9 0 2446860 0
[pid=23154/tid=23155] ppid=23151 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/23154/task/23155/stat : 23155 (java) S 23151 23154 22091 0 -1 4202560 2555 0 1 0 76 5 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423819101048 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23157] ppid=23151 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/23154/task/23157/stat : 23157 (java) S 23151 23154 22091 0 -1 4202560 524 0 0 0 213 12 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423757830952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23158] ppid=23151 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23154/task/23158/stat : 23158 (java) S 23151 23154 22091 0 -1 4202560 520 0 0 0 228 14 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423756778152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23159] ppid=23151 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/23154/task/23159/stat : 23159 (java) S 23151 23154 22091 0 -1 4202560 946 0 0 0 226 14 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423755725864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23160] ppid=23151 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/23154/task/23160/stat : 23160 (java) S 23151 23154 22091 0 -1 4202560 449 0 0 0 214 12 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423659731880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23161] ppid=23151 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/23154/task/23161/stat : 23161 (java) S 23151 23154 22091 0 -1 4202560 541 0 0 0 209 13 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423658678568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23162] ppid=23151 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/23154/task/23162/stat : 23162 (java) S 23151 23154 22091 0 -1 4202560 613 0 0 0 221 11 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423657625768 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23163] ppid=23151 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/23154/task/23163/stat : 23163 (java) S 23151 23154 22091 0 -1 4202560 706 0 0 0 238 15 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423656573480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23164] ppid=23151 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/23154/task/23164/stat : 23164 (java) S 23151 23154 22091 0 -1 4202560 702 0 0 0 222 13 0 0 20 0 22 0 26465118 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423655520680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23165] ppid=23151 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/23154/task/23165/stat : 23165 (java) S 23151 23154 22091 0 -1 4202560 12653 0 0 0 247 28 0 0 20 0 22 0 26465120 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423643323112 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23166] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23166/stat : 23166 (java) S 23151 23154 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423642269176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23167] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23167/stat : 23167 (java) S 23151 23154 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26465120 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423641216776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23168] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23168/stat : 23168 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423640165264 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23154/tid=23169] ppid=23151 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/23154/task/23169/stat : 23169 (java) S 23151 23154 22091 0 -1 4202560 7268 0 0 0 120 1 0 0 20 0 22 0 26465122 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423639111864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23170] ppid=23151 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/23154/task/23170/stat : 23170 (java) S 23151 23154 22091 0 -1 4202560 14376 0 0 0 206 3 0 0 20 0 22 0 26465122 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423638059064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23171] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23171/stat : 23171 (java) S 23151 23154 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26465122 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423637006968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23172] ppid=23151 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23154/task/23172/stat : 23172 (java) S 23151 23154 22091 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 26465122 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423635954376 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23173] ppid=23151 vsize=9824732 CPUtime=885.04 cores=0,2,4,6
/proc/23154/task/23173/stat : 23173 (java) R 23151 23154 22091 0 -1 4202560 248 0 0 0 88487 17 0 0 20 0 22 0 26465202 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423634898720 140423759680732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23154/tid=23174] ppid=23151 vsize=9824732 CPUtime=884.99 cores=0,2,4,6
/proc/23154/task/23174/stat : 23174 (java) R 23151 23154 22091 0 -1 4202560 4897 0 0 0 88423 76 0 0 20 0 22 0 26465202 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423633844896 140423759650798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23154/tid=23175] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23175/stat : 23175 (java) S 23151 23154 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26465204 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423632795304 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23154/tid=23176] ppid=23151 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23154/task/23176/stat : 23176 (java) S 23151 23154 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26465204 10060525568 810709 33554432000 1073741824 1073778376 140734740369328 140423631742504 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.579
CPU time (s): 1800.19
CPU user time (s): 1797.98
CPU system time (s): 2.21
CPU usage (%): 200.784
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 2.70059
maximum resident set size= 3283248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48349
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31033
involuntary context switches= 42042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.16421 second user time and 7.8728 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 12:03:16
IDJOB=4103634
IDBENCH=2414
IDSOLVER=2543
FILE ID=node136/4103634-1466244196
RUNJOBID= node136-1466240588-22107
PBS_JOBID= 19918192
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= b4d90975042873aa16a95872bfad2ca2
RANDOM SEED=291060556

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29774984 kB
Buffers:            6948 kB
Cached:            83244 kB
SwapCached:        47324 kB
Active:           635040 kB
Inactive:          95700 kB
Active(anon):     595800 kB
Inactive(anon):    47248 kB
Active(file):      39240 kB
Inactive(file):    48452 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:              4556 kB
Writeback:             0 kB
AnonPages:       2222304 kB
Mapped:            16964 kB
Shmem:                 0 kB
Slab:             569516 kB
SReclaimable:      13560 kB
SUnreclaim:       555956 kB
KernelStack:        1808 kB
PageTables:         8800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2733912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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