Trace number 4100818

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.84 891.174

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-grow22.opb
MD5SUM16450e6196a99d1fc33b5d9a0f64103d
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables25124
Total number of constraints1320
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 constraints1320
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1958
Biggest coefficient in the objective function 8399
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 525721
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525721
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB16.v20160501
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4100818-1466211542.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.79/0.94	c ... done. Wall clock time 0.816s.
1.79/0.94	c declared #vars     25124
1.79/0.94	c #constraints  1760
1.79/0.94	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.79/0.94	c constraints type 
1.79/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1760
1.79/0.94	c 1760 constraints processed.
1.79/0.95	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.79/0.95	c constraints type 
1.79/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1760
1.79/0.95	c 1760 constraints processed.
1.79/0.95	c objective function length is 1958 literals
5.45/2.09	c cleaning 2496 clauses out of 5002 with flag 12667/5002
10.81/4.57	c cleaning 4243 clauses out of 8505 with flag 29610/11001
16.80/7.55	c cleaning 5629 clauses out of 11274 with flag 46122/18013
20.49/9.35	c cleaning 6814 clauses out of 13636 with flag 62345/26004
23.91/11.04	c cleaning 7909 clauses out of 15819 with flag 80630/35001
31.02/14.56	c cleaning 8954 clauses out of 17910 with flag 104241/45002
38.35/18.19	c cleaning 9964 clauses out of 19954 with flag 151058/56000
44.56/21.21	c cleaning 10983 clauses out of 21990 with flag 220101/68000
51.72/24.78	c cleaning 11990 clauses out of 24007 with flag 297357/81000
59.53/28.68	c cleaning 12998 clauses out of 26019 with flag 381009/95002
68.25/32.93	c cleaning 13999 clauses out of 28020 with flag 478995/110001
78.47/37.87	c cleaning 14999 clauses out of 30022 with flag 582840/126002
86.47/41.84	c cleaning 15994 clauses out of 32021 with flag 696733/143000
96.00/46.94	c cleaning 17001 clauses out of 34028 with flag 815220/161001
107.69/52.74	c cleaning 0 clauses out of 5000 with flag 0/5000
109.61/53.60	c cleaning 17998 clauses out of 36026 with flag 892314/180000
130.38/63.87	c cleaning 19000 clauses out of 38028 with flag 932801/200000
152.25/74.67	c cleaning 19996 clauses out of 40028 with flag 975049/221000
176.82/86.73	c cleaning 20998 clauses out of 42032 with flag 1019427/243000
195.97/96.24	c cleaning 22001 clauses out of 44034 with flag 1065466/266000
215.97/106.71	c cleaning 22998 clauses out of 46033 with flag 1113524/290000
235.51/116.41	c cleaning 24001 clauses out of 48036 with flag 1163563/315001
255.02/126.18	c cleaning 0 clauses out of 11000 with flag 0/11000
265.01/131.15	c cleaning 25001 clauses out of 50035 with flag 1216221/341001
291.67/144.40	c cleaning 25999 clauses out of 52034 with flag 1270629/368001
311.63/154.29	c cleaning 27005 clauses out of 54036 with flag 1329358/396002
336.80/166.79	c cleaning 27994 clauses out of 56029 with flag 1388958/425000
365.18/180.73	c cleaning 29004 clauses out of 58036 with flag 1449678/455001
394.93/195.36	c cleaning 30000 clauses out of 60031 with flag 1512913/486000
425.42/210.38	c cleaning 30996 clauses out of 62032 with flag 1577219/518001
449.28/221.99	c cleaning 32015 clauses out of 64038 with flag 1683482/551003
467.80/230.84	c cleaning 32998 clauses out of 66020 with flag 1922288/585000
489.13/241.31	c cleaning 33993 clauses out of 68022 with flag 2123833/620000
511.00/251.97	c cleaning 34988 clauses out of 70029 with flag 2282722/656000
529.67/261.17	c cleaning 36020 clauses out of 72043 with flag 2358736/693003
548.45/271.45	c cleaning 36988 clauses out of 74019 with flag 2469149/731000
559.13/276.77	c cleaning 38009 clauses out of 76033 with flag 2720376/770002
579.19/286.63	c cleaning 39002 clauses out of 78023 with flag 3027875/810001
594.41/294.10	c cleaning 39985 clauses out of 80019 with flag 3234214/851000
603.40/298.60	c cleaning 0 clauses out of 18000 with flag 0/18000
612.59/303.16	c cleaning 40998 clauses out of 82034 with flag 3351559/893000
637.93/315.61	c cleaning 42005 clauses out of 84035 with flag 3444461/936001
665.85/329.32	c cleaning 43001 clauses out of 86031 with flag 3532798/980002
695.58/344.09	c cleaning 44003 clauses out of 88028 with flag 3623246/1025000
726.60/359.20	c cleaning 45000 clauses out of 90025 with flag 3715490/1071000
763.35/377.28	c cleaning 45999 clauses out of 92025 with flag 3809758/1118000
802.31/396.29	c cleaning 46999 clauses out of 94027 with flag 3905982/1166001
841.33/415.44	c cleaning 48000 clauses out of 96028 with flag 4004140/1215001
885.46/437.26	c cleaning 49005 clauses out of 98028 with flag 4104346/1265001
929.25/458.58	c cleaning 0 clauses out of 26000 with flag 0/26000
929.45/458.64	c cleaning 49999 clauses out of 100023 with flag 4206611/1316001
987.37/489.19	c cleaning 50994 clauses out of 102026 with flag 4310766/1368003
1043.11/516.81	c cleaning 51998 clauses out of 104031 with flag 4417029/1421002
1110.98/550.41	c cleaning 52999 clauses out of 106031 with flag 4525396/1475000
1177.10/583.18	c cleaning 54003 clauses out of 108032 with flag 4635676/1530000
1247.07/617.50	c cleaning 54992 clauses out of 110030 with flag 4748040/1586001
1339.09/662.78	c cleaning 56004 clauses out of 112039 with flag 4862685/1643002
1419.74/702.29	c cleaning 57005 clauses out of 114037 with flag 4979044/1701004
1432.09/708.23	c cleaning 0 clauses out of 35001 with flag 0/35001
1497.56/740.24	c cleaning 58004 clauses out of 116031 with flag 5097254/1760003
1595.68/789.91	c cleaning 58999 clauses out of 118027 with flag 5217420/1820003
1674.69/829.06	c cleaning 59992 clauses out of 120025 with flag 5339917/1881000
1780.10/881.28	c cleaning 60994 clauses out of 122035 with flag 5464082/1943002
1800.10/891.11	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/891.11	c starts		: 295
1800.10/891.11	c conflicts		: 1964971
1800.10/891.11	c decisions		: 2364966
1800.10/891.11	c propagations		: 84869113
1800.10/891.11	c inspects		: 9817175918
1800.10/891.11	c shortcuts		: 0
1800.10/891.11	c learnt literals	: 6
1800.10/891.11	c learnt binary clauses	: 9
1800.10/891.11	c learnt ternary clauses	: 8
1800.10/891.11	c learnt constraints	: 1964965
1800.10/891.11	c ignored constraints	: 0
1800.10/891.11	c root simplifications	: 0
1800.10/891.11	c removed literals (reason simplification)	: 11869397
1800.10/891.11	c reason swapping (by a shorter reason)	: 0
1800.10/891.11	c Calls to reduceDB	: 58
1800.10/891.11	c Number of update (reduction) of LBD	: 122756
1800.10/891.11	c Imported unit clauses	: 0
1800.10/891.11	c number of reductions to clauses (during analyze)	: 0
1800.10/891.11	c number of learned constraints concerned by reduction	: 0
1800.10/891.11	c number of learning phase by resolution	: 0
1800.10/891.11	c number of learning phase by cutting planes	: 0
1800.10/891.11	c speed (assignments/second)	: 95343.87740314132
1800.10/891.11	c non guided choices	57508
1800.10/891.13	c learnt constraints type 
1800.10/891.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.10/891.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83002
1800.10/891.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/891.13	c starts		: 65
1800.10/891.13	c conflicts		: 42699
1800.10/891.13	c decisions		: 95525
1800.10/891.13	c propagations		: 392792
1800.10/891.13	c inspects		: 548017679
1800.10/891.13	c shortcuts		: 0
1800.10/891.13	c learnt literals	: 0
1800.10/891.13	c learnt binary clauses	: 0
1800.10/891.13	c learnt ternary clauses	: 0
1800.10/891.13	c learnt constraints	: 42699
1800.10/891.13	c ignored constraints	: 0
1800.10/891.13	c root simplifications	: 0
1800.10/891.13	c removed literals (reason simplification)	: 0
1800.10/891.13	c reason swapping (by a shorter reason)	: 0
1800.10/891.13	c Calls to reduceDB	: 5
1800.10/891.13	c Number of update (reduction) of LBD	: 0
1800.10/891.13	c Imported unit clauses	: 0
1800.10/891.13	c number of reductions to clauses (during analyze)	: 0
1800.10/891.13	c number of learned constraints concerned by reduction	: 0
1800.10/891.13	c number of learning phase by resolution	: 0
1800.10/891.13	c number of learning phase by cutting planes	: 0
1800.10/891.13	c speed (assignments/second)	: 441.26049391176184
1800.10/891.13	c non guided choices	741
1800.10/891.15	c learnt constraints type 
1800.10/891.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1662
1800.10/891.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41037
1800.10/891.15	s UNKNOWN
1800.10/891.15	c Total wall clock time (in seconds): 891.025

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-4100818-1466211542/watcher-4100818-1466211542 -o /tmp/evaluation-result-4100818-1466211542/solver-4100818-1466211542 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100818-1466211542.opb 

pid=26482
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.59 4.27 4.11 4/197 26485
/proc/meminfo: memFree=27236248/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26485/stat : 26485 (java) D 26482 26485 22589 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 23199680 9515008 182 33554432000 1073741824 1073778376 140736376071776 140736376062808 211458801333 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/26485/statm: 2323 182 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.59 4.27 4.11 4/197 26485
/proc/meminfo: memFree=27236248/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26485/stat : 26485 (java) S 26482 26485 22589 0 -1 4202496 4451 0 1 0 8 1 0 0 20 0 18 0 23199680 9787879424 5571 33554432000 1073741824 1073778376 140736697033120 140736697024256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26485/statm: 2389619 5571 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 4.59 4.27 4.11 4/197 26485
/proc/meminfo: memFree=27236248/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/26485/stat : 26485 (java) S 26482 26485 22589 0 -1 4202496 5060 0 1 0 25 1 0 0 20 0 18 0 23199680 9787879424 6480 33554432000 1073741824 1073778376 140736697033120 140736697024256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26485/statm: 2389619 6480 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 4.59 4.27 4.11 4/197 26485
/proc/meminfo: memFree=27236248/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/26485/stat : 26485 (java) S 26482 26485 22589 0 -1 4202496 6784 0 1 0 51 1 0 0 20 0 18 0 23199680 9787879424 9686 33554432000 1073741824 1073778376 140736697033120 140736697024256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26485/statm: 2389619 9686 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700238 s]
/proc/loadavg: 4.59 4.27 4.11 4/197 26485
/proc/meminfo: memFree=27236248/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9558476 CPUtime=1.46 cores=0,2,4,6
/proc/26485/stat : 26485 (java) S 26482 26485 22589 0 -1 4202496 16952 0 1 0 141 5 0 0 20 0 18 0 23199680 9787879424 44764 33554432000 1073741824 1073778376 140736697033120 140736697024256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26485/statm: 2389619 44764 2265 9 0 2380296 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.59 4.27 4.11 7/219 26507
/proc/meminfo: memFree=27032188/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/26485/stat : 26485 (java) S 26482 26485 22589 0 -1 4202496 18252 0 1 0 382 16 0 0 20 0 22 0 23199680 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140736697024256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26485/statm: 2456183 66581 2284 9 0 2446860 0
[pid=26485/tid=26487] ppid=26482 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/26485/task/26487/stat : 26487 (java) S 26482 26485 22589 0 -1 4202560 2536 0 1 0 83 3 0 0 20 0 22 0 23199681 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488918942584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26488] ppid=26482 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26485/task/26488/stat : 26488 (java) S 26482 26485 22589 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 22 0 23199682 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488762452392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26489] ppid=26482 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26485/task/26489/stat : 26489 (java) S 26482 26485 22589 0 -1 4202560 118 0 0 0 2 2 0 0 20 0 22 0 23199682 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488761399848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26490] ppid=26482 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/26485/task/26490/stat : 26490 (java) S 26482 26485 22589 0 -1 4202560 104 0 0 0 6 2 0 0 20 0 22 0 23199682 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488760346792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26491] ppid=26482 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/26485/task/26491/stat : 26491 (java) S 26482 26485 22589 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 23199682 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488759294248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26492] ppid=26482 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26485/task/26492/stat : 26492 (java) S 26482 26485 22589 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 23199682 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488758242216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26493] ppid=26482 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26485/task/26493/stat : 26493 (java) S 26482 26485 22589 0 -1 4202560 116 0 0 0 3 1 0 0 20 0 22 0 23199682 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488757189672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26494] ppid=26482 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26485/task/26494/stat : 26494 (java) S 26482 26485 22589 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 23199682 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488756136616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26495] ppid=26482 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26485/task/26495/stat : 26495 (java) S 26482 26485 22589 0 -1 4202560 110 0 0 0 2 2 0 0 20 0 22 0 23199682 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488755084072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26496] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26496/stat : 26496 (java) S 26482 26485 22589 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23199683 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488742885736 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26497] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26497/stat : 26497 (java) S 26482 26485 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488741832056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26498] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26498/stat : 26498 (java) S 26482 26485 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488740778888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26499] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26499/stat : 26499 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488739727632 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26500] ppid=26482 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/26485/task/26500/stat : 26500 (java) R 26482 26485 22589 0 -1 4202560 5811 0 0 0 81 2 0 0 20 0 22 0 23199686 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488738652896 140488921497642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26501] ppid=26482 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/26485/task/26501/stat : 26501 (java) R 26482 26485 22589 0 -1 4202560 7961 0 0 0 85 1 0 0 20 0 22 0 23199686 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488737610336 140488921856861 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26502] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26502/stat : 26502 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488736570104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26503] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26503/stat : 26503 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488735517768 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26504] ppid=26482 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/26485/task/26504/stat : 26504 (java) R 26482 26485 22589 0 -1 4202560 24 0 0 0 45 0 0 0 20 0 22 0 23199775 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488734462648 140488791725851 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26505] ppid=26482 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/26485/task/26505/stat : 26505 (java) R 26482 26485 22589 0 -1 4202560 23 0 0 0 46 0 0 0 20 0 22 0 23199775 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488733408048 140488791675072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26506] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26506/stat : 26506 (java) S 26482 26485 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23199777 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488732357416 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26507] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26507/stat : 26507 (java) S 26482 26485 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23199777 10060525568 66581 33554432000 1073741824 1073778376 140736697033120 140488731304872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.59 4.27 4.11 5/219 26507
/proc/meminfo: memFree=26839896/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9824732 CPUtime=7.85 cores=0,2,4,6
/proc/26485/stat : 26485 (java) S 26482 26485 22589 0 -1 4202496 18660 0 1 0 761 24 0 0 20 0 22 0 23199680 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140736697024256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26485/statm: 2456183 108293 2290 9 0 2446860 0
[pid=26485/tid=26487] ppid=26482 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/26485/task/26487/stat : 26487 (java) S 26482 26485 22589 0 -1 4202560 2536 0 1 0 83 3 0 0 20 0 22 0 23199681 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488918942584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26488] ppid=26482 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/26485/task/26488/stat : 26488 (java) S 26482 26485 22589 0 -1 4202560 55 0 0 0 6 2 0 0 20 0 22 0 23199682 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488762452392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26489] ppid=26482 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/26485/task/26489/stat : 26489 (java) S 26482 26485 22589 0 -1 4202560 154 0 0 0 7 3 0 0 20 0 22 0 23199682 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488761399848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26490] ppid=26482 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/26485/task/26490/stat : 26490 (java) S 26482 26485 22589 0 -1 4202560 116 0 0 0 9 3 0 0 20 0 22 0 23199682 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488760346792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26491] ppid=26482 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/26485/task/26491/stat : 26491 (java) S 26482 26485 22589 0 -1 4202560 73 0 0 0 8 3 0 0 20 0 22 0 23199682 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488759294248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26492] ppid=26482 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/26485/task/26492/stat : 26492 (java) S 26482 26485 22589 0 -1 4202560 52 0 0 0 6 3 0 0 20 0 22 0 23199682 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488758242216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26493] ppid=26482 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26485/task/26493/stat : 26493 (java) S 26482 26485 22589 0 -1 4202560 122 0 0 0 4 2 0 0 20 0 22 0 23199682 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488757189672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26494] ppid=26482 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26485/task/26494/stat : 26494 (java) S 26482 26485 22589 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 22 0 23199682 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488756136616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26495] ppid=26482 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26485/task/26495/stat : 26495 (java) S 26482 26485 22589 0 -1 4202560 127 0 0 0 4 2 0 0 20 0 22 0 23199682 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488755084072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26496] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26496/stat : 26496 (java) S 26482 26485 22589 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23199683 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488742885736 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26497] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26497/stat : 26497 (java) S 26482 26485 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488741832056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26498] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26498/stat : 26498 (java) S 26482 26485 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488740778888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26499] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26499/stat : 26499 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488739727632 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26500] ppid=26482 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/26485/task/26500/stat : 26500 (java) S 26482 26485 22589 0 -1 4202560 5844 0 0 0 112 2 0 0 20 0 22 0 23199686 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488738675512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26501] ppid=26482 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/26485/task/26501/stat : 26501 (java) S 26482 26485 22589 0 -1 4202560 7989 0 0 0 107 2 0 0 20 0 22 0 23199686 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488737622968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26502] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26502/stat : 26502 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488736570104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26503] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26503/stat : 26503 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488735517768 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26504] ppid=26482 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/26485/task/26504/stat : 26504 (java) R 26482 26485 22589 0 -1 4202560 31 0 0 0 196 0 0 0 20 0 22 0 23199775 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488734460616 140488791616093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26505] ppid=26482 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/26485/task/26505/stat : 26505 (java) R 26482 26485 22589 0 -1 4202560 72 0 0 0 196 1 0 0 20 0 22 0 23199775 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488733408392 140488791314513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26506] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26506/stat : 26506 (java) S 26482 26485 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23199777 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488732357416 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26507] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26507/stat : 26507 (java) S 26482 26485 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23199777 10060525568 108293 33554432000 1073741824 1073778376 140736697033120 140488731304872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.54 4.26 4.11 5/219 26507
/proc/meminfo: memFree=26564388/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9824732 CPUtime=14.4 cores=0,2,4,6
/proc/26485/stat : 26485 (java) S 26482 26485 22589 0 -1 4202496 19307 0 1 0 1409 31 0 0 20 0 22 0 23199680 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140736697024256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26485/statm: 2456183 169374 2290 9 0 2446860 0
[pid=26485/tid=26487] ppid=26482 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/26485/task/26487/stat : 26487 (java) S 26482 26485 22589 0 -1 4202560 2536 0 1 0 83 3 0 0 20 0 22 0 23199681 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488918942584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26488] ppid=26482 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26485/task/26488/stat : 26488 (java) S 26482 26485 22589 0 -1 4202560 72 0 0 0 10 3 0 0 20 0 22 0 23199682 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488762452392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26489] ppid=26482 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/26485/task/26489/stat : 26489 (java) S 26482 26485 22589 0 -1 4202560 169 0 0 0 11 3 0 0 20 0 22 0 23199682 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488761399848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26490] ppid=26482 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/26485/task/26490/stat : 26490 (java) S 26482 26485 22589 0 -1 4202560 122 0 0 0 9 3 0 0 20 0 22 0 23199682 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488760346792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26491] ppid=26482 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/26485/task/26491/stat : 26491 (java) S 26482 26485 22589 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 22 0 23199682 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488759294248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26492] ppid=26482 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/26485/task/26492/stat : 26492 (java) S 26482 26485 22589 0 -1 4202560 55 0 0 0 7 3 0 0 20 0 22 0 23199682 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488758242216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26493] ppid=26482 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/26485/task/26493/stat : 26493 (java) S 26482 26485 22589 0 -1 4202560 131 0 0 0 6 3 0 0 20 0 22 0 23199682 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488757189672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26494] ppid=26482 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/26485/task/26494/stat : 26494 (java) S 26482 26485 22589 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 23199682 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488756136616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26495] ppid=26482 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/26485/task/26495/stat : 26495 (java) S 26482 26485 22589 0 -1 4202560 136 0 0 0 7 2 0 0 20 0 22 0 23199682 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488755084072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26496] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26496/stat : 26496 (java) S 26482 26485 22589 0 -1 4202560 479 0 0 0 0 0 0 0 20 0 22 0 23199683 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488742885736 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26497] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26497/stat : 26497 (java) S 26482 26485 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488741832056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26498] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26498/stat : 26498 (java) S 26482 26485 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488740778888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26499] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26499/stat : 26499 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 169374 33554432000 1073741824 1073778376 140736697033120 140488739727632 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26500] ppid=26482 vsize=9824732 CPUtime=1.18 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.41 4.22 4.13 5/220 26783
/proc/meminfo: memFree=22916464/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9824732 CPUtime=1782.3 cores=0,2,4,6
/proc/26485/stat : 26485 (java) S 26482 26485 22589 0 -1 4202496 36915 0 1 0 177977 253 0 0 20 0 22 0 23199680 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140736697024256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26485/statm: 2456183 1175209 2299 9 0 2446860 0
[pid=26485/tid=26487] ppid=26482 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/26485/task/26487/stat : 26487 (java) S 26482 26485 22589 0 -1 4202560 2556 0 1 0 85 5 0 0 20 0 22 0 23199681 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488918942584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26488] ppid=26482 vsize=9824732 CPUtime=6.6 cores=0,2,4,6
/proc/26485/task/26488/stat : 26488 (java) S 26482 26485 22589 0 -1 4202560 784 0 0 0 636 24 0 0 20 0 22 0 23199682 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488762452392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26489] ppid=26482 vsize=9824732 CPUtime=6.96 cores=0,2,4,6
/proc/26485/task/26489/stat : 26489 (java) S 26482 26485 22589 0 -1 4202560 873 0 0 0 673 23 0 0 20 0 22 0 23199682 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488761399848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26490] ppid=26482 vsize=9824732 CPUtime=7.52 cores=0,2,4,6
/proc/26485/task/26490/stat : 26490 (java) S 26482 26485 22589 0 -1 4202560 1123 0 0 0 726 26 0 0 20 0 22 0 23199682 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488760346792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26491] ppid=26482 vsize=9824732 CPUtime=6.6 cores=0,2,4,6
/proc/26485/task/26491/stat : 26491 (java) S 26482 26485 22589 0 -1 4202560 764 0 0 0 636 24 0 0 20 0 22 0 23199682 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488759294248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26492] ppid=26482 vsize=9824732 CPUtime=7.45 cores=0,2,4,6
/proc/26485/task/26492/stat : 26492 (java) S 26482 26485 22589 0 -1 4202560 709 0 0 0 720 25 0 0 20 0 22 0 23199682 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488758242216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26493] ppid=26482 vsize=9824732 CPUtime=7.46 cores=0,2,4,6
/proc/26485/task/26493/stat : 26493 (java) S 26482 26485 22589 0 -1 4202560 813 0 0 0 725 21 0 0 20 0 22 0 23199682 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488757189672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26494] ppid=26482 vsize=9824732 CPUtime=7.13 cores=0,2,4,6
/proc/26485/task/26494/stat : 26494 (java) S 26482 26485 22589 0 -1 4202560 637 0 0 0 690 23 0 0 20 0 22 0 23199682 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488756136616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26495] ppid=26482 vsize=9824732 CPUtime=7.13 cores=0,2,4,6
/proc/26485/task/26495/stat : 26495 (java) S 26482 26485 22589 0 -1 4202560 733 0 0 0 691 22 0 0 20 0 22 0 23199682 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488755084072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26496] ppid=26482 vsize=9824732 CPUtime=11.65 cores=0,2,4,6
/proc/26485/task/26496/stat : 26496 (java) S 26482 26485 22589 0 -1 4202560 3852 0 0 0 1156 9 0 0 20 0 22 0 23199683 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488742885736 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26497] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26497/stat : 26497 (java) S 26482 26485 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488741832056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26498] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26498/stat : 26498 (java) S 26482 26485 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488740778888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26499] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26499/stat : 26499 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488739727632 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26500] ppid=26482 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/26485/task/26500/stat : 26500 (java) S 26482 26485 22589 0 -1 4202560 9687 0 0 0 153 2 0 0 20 0 22 0 23199686 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488738675512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26501] ppid=26482 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/26485/task/26501/stat : 26501 (java) S 26482 26485 22589 0 -1 4202560 11087 0 0 0 162 2 0 0 20 0 22 0 23199686 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488737622968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26502] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26502/stat : 26502 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488736570104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26503] ppid=26482 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/26485/task/26503/stat : 26503 (java) S 26482 26485 22589 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 23199686 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488735517768 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26504] ppid=26482 vsize=9824732 CPUtime=854.83 cores=0,2,4,6
/proc/26485/task/26504/stat : 26504 (java) R 26482 26485 22589 0 -1 4202560 278 0 0 0 85463 20 0 0 20 0 22 0 23199775 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488734453664 140488791839008 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26505] ppid=26482 vsize=9824732 CPUtime=854.83 cores=0,2,4,6
/proc/26485/task/26505/stat : 26505 (java) R 26482 26485 22589 0 -1 4202560 1703 0 0 0 85446 37 0 0 20 0 22 0 23199775 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488733409952 140488791685444 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26506] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26506/stat : 26506 (java) S 26482 26485 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23199777 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488732357416 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26507] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26507/stat : 26507 (java) S 26482 26485 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23199777 10060525568 1175209 33554432000 1073741824 1073778376 140736697033120 140488731304872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+891.108 s]
/proc/loadavg: 4.42 4.23 4.13 5/220 26783
/proc/meminfo: memFree=22912372/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/26485/stat : 26485 (java) S 26482 26485 22589 0 -1 4202496 36934 0 1 0 179756 254 0 0 20 0 22 0 23199680 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140736697024256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26485/statm: 2456183 1175227 2299 9 0 2446860 0
[pid=26485/tid=26487] ppid=26482 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/26485/task/26487/stat : 26487 (java) S 26482 26485 22589 0 -1 4202560 2557 0 1 0 85 5 0 0 20 0 22 0 23199681 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488918942584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26488] ppid=26482 vsize=9824732 CPUtime=6.63 cores=0,2,4,6
/proc/26485/task/26488/stat : 26488 (java) S 26482 26485 22589 0 -1 4202560 784 0 0 0 639 24 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488762452392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26489] ppid=26482 vsize=9824732 CPUtime=7 cores=0,2,4,6
/proc/26485/task/26489/stat : 26489 (java) S 26482 26485 22589 0 -1 4202560 873 0 0 0 677 23 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488761399848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26490] ppid=26482 vsize=9824732 CPUtime=7.62 cores=0,2,4,6
/proc/26485/task/26490/stat : 26490 (java) S 26482 26485 22589 0 -1 4202560 1123 0 0 0 736 26 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488760346792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26491] ppid=26482 vsize=9824732 CPUtime=6.63 cores=0,2,4,6
/proc/26485/task/26491/stat : 26491 (java) S 26482 26485 22589 0 -1 4202560 764 0 0 0 639 24 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488759294248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26492] ppid=26482 vsize=9824732 CPUtime=7.48 cores=0,2,4,6
/proc/26485/task/26492/stat : 26492 (java) S 26482 26485 22589 0 -1 4202560 709 0 0 0 723 25 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488758242216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26493] ppid=26482 vsize=9824732 CPUtime=7.49 cores=0,2,4,6
/proc/26485/task/26493/stat : 26493 (java) S 26482 26485 22589 0 -1 4202560 813 0 0 0 728 21 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488757189672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26494] ppid=26482 vsize=9824732 CPUtime=7.16 cores=0,2,4,6
/proc/26485/task/26494/stat : 26494 (java) S 26482 26485 22589 0 -1 4202560 637 0 0 0 693 23 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488756136616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26495] ppid=26482 vsize=9824732 CPUtime=7.23 cores=0,2,4,6
/proc/26485/task/26495/stat : 26495 (java) S 26482 26485 22589 0 -1 4202560 733 0 0 0 701 22 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488755084072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26496] ppid=26482 vsize=9824732 CPUtime=11.65 cores=0,2,4,6
/proc/26485/task/26496/stat : 26496 (java) S 26482 26485 22589 0 -1 4202560 3870 0 0 0 1156 9 0 0 20 0 22 0 23199683 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488742885736 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26497] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26497/stat : 26497 (java) S 26482 26485 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488741832056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26498] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26498/stat : 26498 (java) S 26482 26485 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488740778888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26499] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26499/stat : 26499 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488739727632 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26500] ppid=26482 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/26485/task/26500/stat : 26500 (java) S 26482 26485 22589 0 -1 4202560 9687 0 0 0 153 2 0 0 20 0 22 0 23199686 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488738675512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26501] ppid=26482 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/26485/task/26501/stat : 26501 (java) S 26482 26485 22589 0 -1 4202560 11087 0 0 0 162 2 0 0 20 0 22 0 23199686 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488737622968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26502] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26502/stat : 26502 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488736570104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26503] ppid=26482 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/26485/task/26503/stat : 26503 (java) S 26482 26485 22589 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 23199686 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488735517768 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26504] ppid=26482 vsize=9824732 CPUtime=863.53 cores=0,2,4,6
/proc/26485/task/26504/stat : 26504 (java) R 26482 26485 22589 0 -1 4202560 278 0 0 0 86332 21 0 0 20 0 22 0 23199775 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488734461392 140488791726340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26505] ppid=26482 vsize=9824732 CPUtime=863.52 cores=0,2,4,6
/proc/26485/task/26505/stat : 26505 (java) R 26482 26485 22589 0 -1 4202560 1703 0 0 0 86314 38 0 0 20 0 22 0 23199775 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488733407840 140488791726335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26506] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26506/stat : 26506 (java) S 26482 26485 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23199777 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488732357416 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26507] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26507/stat : 26507 (java) S 26482 26485 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23199777 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488731304872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 26485 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+891.108 s]
/proc/loadavg: 4.42 4.23 4.13 5/220 26783
/proc/meminfo: memFree=22912372/32872528 swapFree=496868/529572
[pid=26485] ppid=26482 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/26485/stat : 26485 (java) S 26482 26485 22589 0 -1 4202496 36934 0 1 0 179756 254 0 0 20 0 22 0 23199680 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140736697024256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26485/statm: 2456183 1175227 2299 9 0 2446860 0
[pid=26485/tid=26487] ppid=26482 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/26485/task/26487/stat : 26487 (java) S 26482 26485 22589 0 -1 4202560 2557 0 1 0 85 5 0 0 20 0 22 0 23199681 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488918942584 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26488] ppid=26482 vsize=9824732 CPUtime=6.63 cores=0,2,4,6
/proc/26485/task/26488/stat : 26488 (java) S 26482 26485 22589 0 -1 4202560 784 0 0 0 639 24 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488762452392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26489] ppid=26482 vsize=9824732 CPUtime=7 cores=0,2,4,6
/proc/26485/task/26489/stat : 26489 (java) S 26482 26485 22589 0 -1 4202560 873 0 0 0 677 23 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488761399848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26490] ppid=26482 vsize=9824732 CPUtime=7.62 cores=0,2,4,6
/proc/26485/task/26490/stat : 26490 (java) S 26482 26485 22589 0 -1 4202560 1123 0 0 0 736 26 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488760346792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26485/tid=26491] ppid=26482 vsize=9824732 CPUtime=6.63 cores=0,2,4,6
/proc/26485/task/26491/stat : 26491 (java) S 26482 26485 22589 0 -1 4202560 764 0 0 0 639 24 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488759294248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26492] ppid=26482 vsize=9824732 CPUtime=7.48 cores=0,2,4,6
/proc/26485/task/26492/stat : 26492 (java) S 26482 26485 22589 0 -1 4202560 709 0 0 0 723 25 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488758242216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26493] ppid=26482 vsize=9824732 CPUtime=7.49 cores=0,2,4,6
/proc/26485/task/26493/stat : 26493 (java) S 26482 26485 22589 0 -1 4202560 813 0 0 0 728 21 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488757189672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26494] ppid=26482 vsize=9824732 CPUtime=7.16 cores=0,2,4,6
/proc/26485/task/26494/stat : 26494 (java) S 26482 26485 22589 0 -1 4202560 637 0 0 0 693 23 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488756136616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26495] ppid=26482 vsize=9824732 CPUtime=7.23 cores=0,2,4,6
/proc/26485/task/26495/stat : 26495 (java) S 26482 26485 22589 0 -1 4202560 733 0 0 0 701 22 0 0 20 0 22 0 23199682 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488755084072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26496] ppid=26482 vsize=9824732 CPUtime=11.65 cores=0,2,4,6
/proc/26485/task/26496/stat : 26496 (java) S 26482 26485 22589 0 -1 4202560 3870 0 0 0 1156 9 0 0 20 0 22 0 23199683 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488742885736 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26497] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26497/stat : 26497 (java) S 26482 26485 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488741832056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26498] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26498/stat : 26498 (java) S 26482 26485 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23199684 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488740778888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26499] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26499/stat : 26499 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488739727632 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26500] ppid=26482 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/26485/task/26500/stat : 26500 (java) S 26482 26485 22589 0 -1 4202560 9687 0 0 0 153 2 0 0 20 0 22 0 23199686 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488738675512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26501] ppid=26482 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/26485/task/26501/stat : 26501 (java) S 26482 26485 22589 0 -1 4202560 11087 0 0 0 162 2 0 0 20 0 22 0 23199686 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488737622968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26502] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26502/stat : 26502 (java) S 26482 26485 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23199686 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488736570104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26485/tid=26503] ppid=26482 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/26485/task/26503/stat : 26503 (java) S 26482 26485 22589 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 23199686 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488735517768 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26504] ppid=26482 vsize=9824732 CPUtime=863.53 cores=0,2,4,6
/proc/26485/task/26504/stat : 26504 (java) R 26482 26485 22589 0 -1 4202560 278 0 0 0 86332 21 0 0 20 0 22 0 23199775 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488734461392 140488791726340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26505] ppid=26482 vsize=9824732 CPUtime=863.52 cores=0,2,4,6
/proc/26485/task/26505/stat : 26505 (java) R 26482 26485 22589 0 -1 4202560 1703 0 0 0 86314 38 0 0 20 0 22 0 23199775 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488733407840 140488791726335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26485/tid=26506] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26506/stat : 26506 (java) S 26482 26485 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23199777 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488732357416 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26485/tid=26507] ppid=26482 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26485/task/26507/stat : 26507 (java) S 26482 26485 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23199777 10060525568 1175227 33554432000 1073741824 1073778376 140736697033120 140488731304872 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 891.174
CPU time (s): 1800.84
CPU user time (s): 1797.81
CPU system time (s): 3.03154
CPU usage (%): 202.075
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.81
system time used= 3.03154
maximum resident set size= 4710532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36971
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24338
involuntary context switches= 33087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.40518 second user time and 7.64384 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 02:59:02
IDJOB=4100818
IDBENCH=1665
IDSOLVER=2543
FILE ID=node141/4100818-1466211542
RUNJOBID= node141-1466206051-22605
PBS_JOBID= 19918136
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 16450e6196a99d1fc33b5d9a0f64103d
RANDOM SEED=672897503

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27236388 kB
Buffers:           48356 kB
Cached:            81644 kB
SwapCached:         2552 kB
Active:          4296340 kB
Inactive:          80784 kB
Active(anon):    4247492 kB
Inactive(anon):     1984 kB
Active(file):      48848 kB
Inactive(file):    78800 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099000 kB
Dirty:              2388 kB
Writeback:             0 kB
AnonPages:       4793980 kB
Mapped:            15608 kB
Shmem:                 0 kB
Slab:             573620 kB
SReclaimable:      17308 kB
SUnreclaim:       556312 kB
KernelStack:        1624 kB
PageTables:        13932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5034676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4227072 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= 71716 MiB
End job on node141 at 2016-06-18 03:13:54