Trace number 4101194

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.79 895.957

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-scfxm2.opb
MD5SUM927ab7fb1c72ef94d2253f029f4e072a
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27420
Total number of constraints654
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 constraints654
Minimum length of a constraint30
Maximum length of a constraint1710
Number of terms in the objective function 1380
Biggest coefficient in the objective function 10006
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 525320
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525557
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/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-4101194-1466213326.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.56/0.86	c ... done. Wall clock time 0.731s.
1.56/0.86	c declared #vars     27420
1.56/0.86	c #constraints  1028
1.56/0.86	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.56/0.86	c constraints type 
1.56/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1.56/0.86	c org.sat4j.specs.Constr$1 => 8
1.56/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1018
1.56/0.86	c 1028 constraints processed.
1.56/0.86	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.56/0.86	c constraints type 
1.56/0.86	c org.sat4j.specs.Constr$1 => 8
1.56/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1.56/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1018
1.56/0.86	c 1028 constraints processed.
1.56/0.86	c objective function length is 1380 literals
5.99/2.49	c cleaning 2495 clauses out of 4994 with flag 14594/5000
8.30/3.58	c cleaning 4243 clauses out of 8502 with flag 31118/11003
12.47/5.54	c cleaning 5628 clauses out of 11256 with flag 47855/18001
14.28/6.41	c cleaning 6816 clauses out of 13637 with flag 64113/26010
16.51/7.54	c cleaning 7905 clauses out of 15812 with flag 82909/35001
18.73/8.69	c cleaning 8941 clauses out of 17906 with flag 103517/45000
21.38/9.99	c cleaning 9989 clauses out of 19977 with flag 125933/56012
24.61/11.53	c cleaning 10992 clauses out of 21984 with flag 149927/68008
27.61/13.01	c cleaning 11990 clauses out of 23984 with flag 176120/81000
31.70/15.02	c cleaning 13001 clauses out of 26001 with flag 204539/95007
35.74/17.04	c cleaning 13990 clauses out of 27995 with flag 234916/110002
40.33/19.33	c cleaning 15000 clauses out of 30003 with flag 268488/126000
46.06/22.11	c cleaning 15993 clauses out of 32005 with flag 303894/143002
52.04/25.10	c cleaning 17007 clauses out of 34013 with flag 340363/161003
58.56/28.38	c cleaning 18002 clauses out of 36010 with flag 378904/180007
65.20/31.60	c cleaning 18997 clauses out of 38006 with flag 419671/200005
73.40/35.75	c cleaning 20003 clauses out of 40006 with flag 462485/221002
81.21/39.62	c cleaning 20997 clauses out of 42001 with flag 507164/243000
90.21/44.14	c cleaning 21999 clauses out of 44004 with flag 554066/266000
100.63/49.22	c cleaning 23004 clauses out of 46012 with flag 602874/290007
108.84/53.34	c cleaning 23995 clauses out of 48002 with flag 653521/315001
119.43/58.67	c cleaning 25004 clauses out of 50014 with flag 705970/341008
130.64/64.27	c cleaning 26007 clauses out of 52015 with flag 760868/368013
143.05/70.46	c cleaning 26992 clauses out of 53998 with flag 818104/396003
155.23/76.53	c cleaning 27999 clauses out of 56004 with flag 877263/425001
164.33/80.99	c cleaning 28992 clauses out of 58004 with flag 938293/455000
174.35/85.95	c cleaning 30001 clauses out of 60013 with flag 1000296/486001
185.73/91.61	c cleaning 30996 clauses out of 62011 with flag 1064317/518000
199.54/98.55	c cleaning 32003 clauses out of 64017 with flag 1130326/551002
217.54/107.54	c cleaning 33003 clauses out of 66014 with flag 1198326/585002
241.84/119.57	c cleaning 34004 clauses out of 68018 with flag 1278281/620009
253.24/125.21	c cleaning 34995 clauses out of 70005 with flag 1359244/656001
266.03/131.67	c cleaning 36000 clauses out of 72010 with flag 1449970/693001
280.64/138.96	c cleaning 37000 clauses out of 74009 with flag 1544604/731000
296.73/147.33	c cleaning 37993 clauses out of 76009 with flag 1637552/770000
316.13/157.09	c cleaning 39005 clauses out of 78020 with flag 1735751/810004
332.92/165.45	c cleaning 40004 clauses out of 80016 with flag 1834557/851005
352.36/175.03	c cleaning 40997 clauses out of 82009 with flag 1936136/893002
373.75/185.70	c cleaning 41997 clauses out of 84011 with flag 2042832/936001
395.39/196.47	c cleaning 43008 clauses out of 86015 with flag 2149888/980002
419.38/208.37	c cleaning 43998 clauses out of 88006 with flag 2258052/1025001
443.78/220.51	c cleaning 45001 clauses out of 90007 with flag 2370401/1071000
469.39/233.23	c cleaning 45996 clauses out of 92006 with flag 2486003/1118000
496.37/246.75	c cleaning 47002 clauses out of 94010 with flag 2605781/1166000
524.98/261.70	c cleaning 48005 clauses out of 96010 with flag 2726911/1215002
551.17/274.73	c cleaning 48997 clauses out of 98003 with flag 2828767/1265000
592.90/295.50	c cleaning 49999 clauses out of 100007 with flag 2932026/1316001
621.50/309.88	c cleaning 51003 clauses out of 102007 with flag 3056956/1368000
654.28/326.00	c cleaning 51998 clauses out of 104004 with flag 3170377/1421000
682.22/339.90	c cleaning 53004 clauses out of 106007 with flag 3282097/1475001
718.76/358.01	c cleaning 53994 clauses out of 108003 with flag 3396437/1530001
762.46/379.73	c cleaning 55000 clauses out of 110008 with flag 3514933/1586000
797.79/397.37	c cleaning 55998 clauses out of 112008 with flag 3635615/1643000
833.67/415.09	c cleaning 56998 clauses out of 114010 with flag 3757618/1701000
882.05/440.17	c cleaning 58003 clauses out of 116013 with flag 3878459/1760001
887.43/442.84	c cleaning 0 clauses out of 5001 with flag 0/5001
922.64/460.28	c cleaning 59002 clauses out of 118010 with flag 4006115/1820001
958.43/478.13	c cleaning 59997 clauses out of 120007 with flag 4143558/1881000
1019.02/508.38	c cleaning 61001 clauses out of 122012 with flag 4272801/1943002
1069.92/533.40	c cleaning 61999 clauses out of 124009 with flag 4405183/2006000
1123.51/560.28	c cleaning 62999 clauses out of 126011 with flag 4547742/2070001
1171.27/583.82	c cleaning 64002 clauses out of 128013 with flag 4684815/2135002
1232.36/613.70	c cleaning 64997 clauses out of 130012 with flag 4825187/2201003
1299.78/648.82	c cleaning 66003 clauses out of 132014 with flag 4966927/2268002
1354.62/676.13	c cleaning 66999 clauses out of 134012 with flag 5116534/2336003
1436.64/716.92	c cleaning 68001 clauses out of 136011 with flag 5259268/2405001
1520.49/758.67	c cleaning 68996 clauses out of 138009 with flag 5410529/2475000
1631.78/813.58	c cleaning 69999 clauses out of 140013 with flag 5562458/2546000
1725.59/859.64	c cleaning 70995 clauses out of 142014 with flag 5713742/2618000
1800.19/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/895.90	c starts		: 13238
1800.19/895.90	c conflicts		: 2686783
1800.19/895.90	c decisions		: 3705811
1800.19/895.90	c propagations		: 87039485
1800.19/895.90	c inspects		: 14236448766
1800.19/895.90	c shortcuts		: 0
1800.19/895.90	c learnt literals	: 8
1800.19/895.90	c learnt binary clauses	: 25
1800.19/895.90	c learnt ternary clauses	: 38
1800.19/895.90	c learnt constraints	: 2686775
1800.19/895.90	c ignored constraints	: 0
1800.19/895.90	c root simplifications	: 0
1800.19/895.90	c removed literals (reason simplification)	: 14751353
1800.19/895.90	c reason swapping (by a shorter reason)	: 0
1800.19/895.90	c Calls to reduceDB	: 68
1800.19/895.90	c Number of update (reduction) of LBD	: 250574
1800.19/895.90	c Imported unit clauses	: 0
1800.19/895.90	c number of reductions to clauses (during analyze)	: 0
1800.19/895.90	c number of learned constraints concerned by reduction	: 0
1800.19/895.90	c number of learning phase by resolution	: 0
1800.19/895.90	c number of learning phase by cutting planes	: 0
1800.19/895.90	c speed (assignments/second)	: 97260.92878924849
1800.19/895.90	c non guided choices	11432
1800.19/895.93	c learnt constraints type 
1800.19/895.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 25
1800.19/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139778
1800.19/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/895.93	c starts		: 28
1800.19/895.93	c conflicts		: 8860
1800.19/895.93	c decisions		: 184753
1800.19/895.93	c propagations		: 647297
1800.19/895.93	c inspects		: 305243891
1800.19/895.93	c shortcuts		: 0
1800.19/895.93	c learnt literals	: 0
1800.19/895.93	c learnt binary clauses	: 0
1800.19/895.93	c learnt ternary clauses	: 0
1800.19/895.93	c learnt constraints	: 8859
1800.19/895.93	c ignored constraints	: 0
1800.19/895.93	c root simplifications	: 0
1800.19/895.93	c removed literals (reason simplification)	: 0
1800.19/895.93	c reason swapping (by a shorter reason)	: 0
1800.19/895.93	c Calls to reduceDB	: 1
1800.19/895.93	c Number of update (reduction) of LBD	: 0
1800.19/895.93	c Imported unit clauses	: 0
1800.19/895.93	c number of reductions to clauses (during analyze)	: 0
1800.19/895.93	c number of learned constraints concerned by reduction	: 0
1800.19/895.93	c number of learning phase by resolution	: 0
1800.19/895.93	c number of learning phase by cutting planes	: 0
1800.19/895.93	c speed (assignments/second)	: 723.2853599123963
1800.19/895.93	c non guided choices	0
1800.19/895.93	c learnt constraints type 
1800.19/895.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 288
1800.19/895.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8571
1800.19/895.93	s UNKNOWN
1800.19/895.93	c Total wall clock time (in seconds): 895.806

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

pid=26985
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.30 4.27 4.18 4/198 26988
/proc/meminfo: memFree=28164140/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/26988/stat : 26988 (java) R 26985 26988 22589 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 23378016 278528 34 33554432000 1073741824 1073778376 140733899996400 140734241521768 211449638069 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 68 34 25 9 0 25 0

[startup+0.100115 s]
/proc/loadavg: 4.30 4.27 4.18 4/198 26988
/proc/meminfo: memFree=28164140/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26988/stat : 26988 (java) S 26985 26988 22589 0 -1 4202496 4385 0 1 0 8 1 0 0 20 0 18 0 23378016 9787879424 5497 33554432000 1073741824 1073778376 140733899996400 140733899987536 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 2389619 5498 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 4.30 4.27 4.18 4/198 26988
/proc/meminfo: memFree=28164140/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/26988/stat : 26988 (java) S 26985 26988 22589 0 -1 4202496 4984 0 1 0 25 2 0 0 20 0 18 0 23378016 9787879424 7042 33554432000 1073741824 1073778376 140733899996400 140733899987536 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 2389619 7042 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300299 s]
/proc/loadavg: 4.30 4.27 4.18 4/198 26988
/proc/meminfo: memFree=28164140/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/26988/stat : 26988 (java) S 26985 26988 22589 0 -1 4202496 12823 0 1 0 50 3 0 0 20 0 18 0 23378016 9787879424 13525 33554432000 1073741824 1073778376 140733899996400 140733899987536 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 2389619 13525 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700259 s]
/proc/loadavg: 4.30 4.27 4.18 4/198 26988
/proc/meminfo: memFree=28164140/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=9558476 CPUtime=1.31 cores=0,2,4,6
/proc/26988/stat : 26988 (java) S 26985 26988 22589 0 -1 4202496 13411 0 1 0 125 6 0 0 20 0 18 0 23378016 9787879424 43816 33554432000 1073741824 1073778376 140733899996400 140733899987536 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 2389619 43816 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.30 4.27 4.18 7/220 27010
/proc/meminfo: memFree=27960884/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/26988/stat : 26988 (java) S 26985 26988 22589 0 -1 4202496 16513 0 1 0 374 11 0 0 20 0 22 0 23378016 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140733899987536 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 2456183 52803 2273 9 0 2446860 0
[pid=26988/tid=26990] ppid=26985 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/26988/task/26990/stat : 26990 (java) S 26985 26988 22589 0 -1 4202560 2479 0 1 0 74 4 0 0 20 0 22 0 23378017 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544722903928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26991] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/26991/stat : 26991 (java) S 26985 26988 22589 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23378019 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544695355944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26992] ppid=26985 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26988/task/26992/stat : 26992 (java) S 26985 26988 22589 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23378019 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544694303144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26993] ppid=26985 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26988/task/26993/stat : 26993 (java) S 26985 26988 22589 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23378019 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544693250344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=26994] ppid=26985 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26988/task/26994/stat : 26994 (java) S 26985 26988 22589 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 23378019 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544692197544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26995] ppid=26985 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26988/task/26995/stat : 26995 (java) S 26985 26988 22589 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 23378019 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544691145768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26996] ppid=26985 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26988/task/26996/stat : 26996 (java) S 26985 26988 22589 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23378019 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544690092968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=26997] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/26997/stat : 26997 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378019 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544689040168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26998] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/26998/stat : 26998 (java) S 26985 26988 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23378019 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544687987368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26999] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/26999/stat : 26999 (java) S 26985 26988 22589 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544076392936 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27000] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27000/stat : 27000 (java) S 26985 26988 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544075339000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27001] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27001/stat : 27001 (java) S 26985 26988 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544074286088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27002] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27002/stat : 27002 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544073234576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27003] ppid=26985 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/26988/task/27003/stat : 27003 (java) S 26985 26988 22589 0 -1 4202560 5254 0 0 0 78 2 0 0 20 0 22 0 23378023 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544072182712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27004] ppid=26985 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/26988/task/27004/stat : 27004 (java) R 26985 26988 22589 0 -1 4202560 7301 0 0 0 85 1 0 0 20 0 22 0 23378023 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544071129912 140544726995710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=27005] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27005/stat : 27005 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544070077304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=27006] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27006/stat : 27006 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544069024712 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27007] ppid=26985 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/26988/task/27007/stat : 27007 (java) R 26985 26988 22589 0 -1 4202560 23 0 0 0 54 0 0 0 20 0 22 0 23378103 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544067969736 140544567975335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27008] ppid=26985 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/26988/task/27008/stat : 27008 (java) R 26985 26988 22589 0 -1 4202560 24 0 0 0 61 0 0 0 20 0 22 0 23378103 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544066916440 140544568313945 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27009] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27009/stat : 27009 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378116 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544065864616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27010] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27010/stat : 27010 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378116 10060525568 52803 33554432000 1073741824 1073778376 140733899996400 140544064811816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.20 4.25 4.17 5/220 27010
/proc/meminfo: memFree=27918024/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=9824732 CPUtime=7.46 cores=0,2,4,6
/proc/26988/stat : 26988 (java) S 26985 26988 22589 0 -1 4202496 17027 0 1 0 729 17 0 0 20 0 22 0 23378016 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140733899987536 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 2456183 74717 2282 9 0 2446860 0
[pid=26988/tid=26990] ppid=26985 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/26988/task/26990/stat : 26990 (java) S 26985 26988 22589 0 -1 4202560 2479 0 1 0 74 4 0 0 20 0 22 0 23378017 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544722903928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26991] ppid=26985 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26988/task/26991/stat : 26991 (java) S 26985 26988 22589 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 23378019 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544695355944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26992] ppid=26985 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26988/task/26992/stat : 26992 (java) S 26985 26988 22589 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 22 0 23378019 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544694303144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26993] ppid=26985 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26988/task/26993/stat : 26993 (java) S 26985 26988 22589 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 23378019 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544693250344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26994] ppid=26985 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/26988/task/26994/stat : 26994 (java) S 26985 26988 22589 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 23378019 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544692197544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26995] ppid=26985 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26988/task/26995/stat : 26995 (java) S 26985 26988 22589 0 -1 4202560 136 0 0 0 4 2 0 0 20 0 22 0 23378019 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544691145768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26996] ppid=26985 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26988/task/26996/stat : 26996 (java) S 26985 26988 22589 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 22 0 23378019 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544690092968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=26997] ppid=26985 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26988/task/26997/stat : 26997 (java) S 26985 26988 22589 0 -1 4202560 102 0 0 0 2 0 0 0 20 0 22 0 23378019 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544689040168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=26998] ppid=26985 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26988/task/26998/stat : 26998 (java) S 26985 26988 22589 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 23378019 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544687987368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26999] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/26999/stat : 26999 (java) S 26985 26988 22589 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544076392936 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27000] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27000/stat : 27000 (java) S 26985 26988 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544075339000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27001] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27001/stat : 27001 (java) S 26985 26988 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544074286088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27002] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27002/stat : 27002 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544073234576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27003] ppid=26985 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/26988/task/27003/stat : 27003 (java) S 26985 26988 22589 0 -1 4202560 5269 0 0 0 93 2 0 0 20 0 22 0 23378023 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544072182712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27004] ppid=26985 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/26988/task/27004/stat : 27004 (java) S 26985 26988 22589 0 -1 4202560 7309 0 0 0 103 2 0 0 20 0 22 0 23378023 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544071129912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=27005] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27005/stat : 27005 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544070077304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=27006] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27006/stat : 27006 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544069024712 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27007] ppid=26985 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/26988/task/27007/stat : 27007 (java) R 26985 26988 22589 0 -1 4202560 25 0 0 0 207 0 0 0 20 0 22 0 23378103 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544067967520 140544567975410 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27008] ppid=26985 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/26988/task/27008/stat : 27008 (java) R 26985 26988 22589 0 -1 4202560 46 0 0 0 214 0 0 0 20 0 22 0 23378103 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544066916376 140544568054879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27009] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27009/stat : 27009 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378116 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544065864616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27010] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27010/stat : 27010 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378116 10060525568 74717 33554432000 1073741824 1073778376 140733899996400 140544064811816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.20 4.25 4.17 6/220 27010
/proc/meminfo: memFree=27758840/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=9824732 CPUtime=14.08 cores=0,2,4,6
/proc/26988/stat : 26988 (java) S 26985 26988 22589 0 -1 4202496 17344 0 1 0 1386 22 0 0 20 0 22 0 23378016 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140733899987536 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 2456183 103013 2283 9 0 2446860 0
[pid=26988/tid=26990] ppid=26985 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/26988/task/26990/stat : 26990 (java) S 26985 26988 22589 0 -1 4202560 2479 0 1 0 74 4 0 0 20 0 22 0 23378017 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544722903928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26991] ppid=26985 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/26988/task/26991/stat : 26991 (java) S 26985 26988 22589 0 -1 4202560 44 0 0 0 4 1 0 0 20 0 22 0 23378019 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544695355944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26992] ppid=26985 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/26988/task/26992/stat : 26992 (java) S 26985 26988 22589 0 -1 4202560 123 0 0 0 5 0 0 0 20 0 22 0 23378019 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544694303144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26993] ppid=26985 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26988/task/26993/stat : 26993 (java) S 26985 26988 22589 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 23378019 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544693250344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26994] ppid=26985 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/26988/task/26994/stat : 26994 (java) S 26985 26988 22589 0 -1 4202560 52 0 0 0 5 3 0 0 20 0 22 0 23378019 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544692197544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26995] ppid=26985 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/26988/task/26995/stat : 26995 (java) S 26985 26988 22589 0 -1 4202560 151 0 0 0 8 3 0 0 20 0 22 0 23378019 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544691145768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26996] ppid=26985 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/26988/task/26996/stat : 26996 (java) S 26985 26988 22589 0 -1 4202560 143 0 0 0 7 2 0 0 20 0 22 0 23378019 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544690092968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26997] ppid=26985 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26988/task/26997/stat : 26997 (java) S 26985 26988 22589 0 -1 4202560 130 0 0 0 4 2 0 0 20 0 22 0 23378019 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544689040168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26998] ppid=26985 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26988/task/26998/stat : 26998 (java) S 26985 26988 22589 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 23378019 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544687987368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26999] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/26999/stat : 26999 (java) S 26985 26988 22589 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544076392936 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27000] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27000/stat : 27000 (java) S 26985 26988 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544075339000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27001] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27001/stat : 27001 (java) S 26985 26988 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544074286088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27002] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27002/stat : 27002 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 103013 33554432000 1073741824 1073778376 140733899996400 140544073234576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27003] ppid=26985 vsize=9824732 CPUtime=1.03 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.10 4.19 4.17 5/219 27307
/proc/meminfo: memFree=22989100/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=9824732 CPUtime=1771.68 cores=0,2,4,6
/proc/26988/stat : 26988 (java) S 26985 26988 22589 0 -1 4202496 32713 0 1 0 176921 247 0 0 20 0 22 0 23378016 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140733899987536 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 2456183 1021573 2292 9 0 2446860 0
[pid=26988/tid=26990] ppid=26985 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/26988/task/26990/stat : 26990 (java) S 26985 26988 22589 0 -1 4202560 2495 0 1 0 76 5 0 0 20 0 22 0 23378017 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544722903928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26991] ppid=26985 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/26988/task/26991/stat : 26991 (java) S 26985 26988 22589 0 -1 4202560 826 0 0 0 353 22 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544695355944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26992] ppid=26985 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/26988/task/26992/stat : 26992 (java) S 26985 26988 22589 0 -1 4202560 857 0 0 0 362 23 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544694303144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26993] ppid=26985 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/26988/task/26993/stat : 26993 (java) S 26985 26988 22589 0 -1 4202560 678 0 0 0 325 23 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544693250344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26994] ppid=26985 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/26988/task/26994/stat : 26994 (java) S 26985 26988 22589 0 -1 4202560 922 0 0 0 329 26 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544692197544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26995] ppid=26985 vsize=9824732 CPUtime=3.71 cores=0,2,4,6
/proc/26988/task/26995/stat : 26995 (java) S 26985 26988 22589 0 -1 4202560 786 0 0 0 347 24 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544691145768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26996] ppid=26985 vsize=9824732 CPUtime=3.66 cores=0,2,4,6
/proc/26988/task/26996/stat : 26996 (java) S 26985 26988 22589 0 -1 4202560 1237 0 0 0 344 22 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544690092968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26997] ppid=26985 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/26988/task/26997/stat : 26997 (java) S 26985 26988 22589 0 -1 4202560 1018 0 0 0 310 27 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544689040168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26998] ppid=26985 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/26988/task/26998/stat : 26998 (java) S 26985 26988 22589 0 -1 4202560 545 0 0 0 295 18 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544687987368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26999] ppid=26985 vsize=9824732 CPUtime=8.32 cores=0,2,4,6
/proc/26988/task/26999/stat : 26999 (java) S 26985 26988 22589 0 -1 4202560 2989 0 0 0 823 9 0 0 20 0 22 0 23378020 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544076392936 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27000] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27000/stat : 27000 (java) S 26985 26988 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544075339000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27001] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27001/stat : 27001 (java) S 26985 26988 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544074286088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27002] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27002/stat : 27002 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544073234576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27003] ppid=26985 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/26988/task/27003/stat : 27003 (java) S 26985 26988 22589 0 -1 4202560 5292 0 0 0 123 2 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544072182712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27004] ppid=26985 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/26988/task/27004/stat : 27004 (java) S 26985 26988 22589 0 -1 4202560 11605 0 0 0 150 2 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544071129912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27005] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27005/stat : 27005 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544070077304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=27006] ppid=26985 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26988/task/27006/stat : 27006 (java) S 26985 26988 22589 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544069024712 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27007] ppid=26985 vsize=9824732 CPUtime=865.51 cores=0,2,4,6
/proc/26988/task/27007/stat : 27007 (java) R 26985 26988 22589 0 -1 4202560 128 0 0 0 86534 17 0 0 20 0 22 0 23378103 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544067968640 140544568152155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=27008] ppid=26985 vsize=9824732 CPUtime=865.66 cores=0,2,4,6
/proc/26988/task/27008/stat : 27008 (java) R 26985 26988 22589 0 -1 4202560 2017 0 0 0 86520 46 0 0 20 0 22 0 23378103 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544066914656 140544568135155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27009] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27009/stat : 27009 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378116 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544065864616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27010] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27010/stat : 27010 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378116 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544064811816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1771.68
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.08 4.18 4.17 11/219 27307
/proc/meminfo: memFree=22966328/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/26988/stat : 26988 (java) S 26985 26988 22589 0 -1 4202496 32719 0 1 0 179772 247 0 0 20 0 22 0 23378016 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140733899987536 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 2456183 1021573 2292 9 0 2446860 0
[pid=26988/tid=26990] ppid=26985 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/26988/task/26990/stat : 26990 (java) S 26985 26988 22589 0 -1 4202560 2497 0 1 0 76 5 0 0 20 0 22 0 23378017 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544722903928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26991] ppid=26985 vsize=9824732 CPUtime=4.19 cores=0,2,4,6
/proc/26988/task/26991/stat : 26991 (java) S 26985 26988 22589 0 -1 4202560 826 0 0 0 397 22 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544695355944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=26992] ppid=26985 vsize=9824732 CPUtime=4.18 cores=0,2,4,6
/proc/26988/task/26992/stat : 26992 (java) S 26985 26988 22589 0 -1 4202560 857 0 0 0 395 23 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544694303144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26993] ppid=26985 vsize=9824732 CPUtime=3.82 cores=0,2,4,6
/proc/26988/task/26993/stat : 26993 (java) S 26985 26988 22589 0 -1 4202560 678 0 0 0 359 23 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544693250344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26994] ppid=26985 vsize=9824732 CPUtime=3.82 cores=0,2,4,6
/proc/26988/task/26994/stat : 26994 (java) S 26985 26988 22589 0 -1 4202560 922 0 0 0 356 26 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544692197544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=26995] ppid=26985 vsize=9824732 CPUtime=3.96 cores=0,2,4,6
/proc/26988/task/26995/stat : 26995 (java) S 26985 26988 22589 0 -1 4202560 786 0 0 0 372 24 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544691145768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26996] ppid=26985 vsize=9824732 CPUtime=3.99 cores=0,2,4,6
/proc/26988/task/26996/stat : 26996 (java) S 26985 26988 22589 0 -1 4202560 1237 0 0 0 377 22 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544690092968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=26997] ppid=26985 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/26988/task/26997/stat : 26997 (java) S 26985 26988 22589 0 -1 4202560 1018 0 0 0 346 27 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544689040168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26998] ppid=26985 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/26988/task/26998/stat : 26998 (java) S 26985 26988 22589 0 -1 4202560 545 0 0 0 332 18 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544687987368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26999] ppid=26985 vsize=9824732 CPUtime=8.32 cores=0,2,4,6
/proc/26988/task/26999/stat : 26999 (java) S 26985 26988 22589 0 -1 4202560 2991 0 0 0 823 9 0 0 20 0 22 0 23378020 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544076392936 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27000] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27000/stat : 27000 (java) S 26985 26988 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544075339000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27001] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27001/stat : 27001 (java) S 26985 26988 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544074286088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27002] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27002/stat : 27002 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544073234576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27003] ppid=26985 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/26988/task/27003/stat : 27003 (java) S 26985 26988 22589 0 -1 4202560 5292 0 0 0 123 2 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544072182712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27004] ppid=26985 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/26988/task/27004/stat : 27004 (java) S 26985 26988 22589 0 -1 4202560 11605 0 0 0 150 2 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544071129912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27005] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27005/stat : 27005 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544070077304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=27006] ppid=26985 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26988/task/27006/stat : 27006 (java) S 26985 26988 22589 0 -1 4202560 53 0 0 0 15 15 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544069024712 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27007] ppid=26985 vsize=9824732 CPUtime=878.42 cores=0,2,4,6
/proc/26988/task/27007/stat : 27007 (java) R 26985 26988 22589 0 -1 4202560 128 0 0 0 87825 17 0 0 20 0 22 0 23378103 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544067967976 140544568195175 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27008] ppid=26985 vsize=9824732 CPUtime=878.57 cores=0,2,4,6
/proc/26988/task/27008/stat : 27008 (java) R 26985 26988 22589 0 -1 4202560 2017 0 0 0 87811 46 0 0 20 0 22 0 23378103 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544066915888 140544568176208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27009] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27009/stat : 27009 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378116 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544065864616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27010] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27010/stat : 27010 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378116 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544064811816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 26988 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.08 4.18 4.17 11/219 27307
/proc/meminfo: memFree=22966328/32872528 swapFree=496868/529572
[pid=26988] ppid=26985 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/26988/stat : 26988 (java) S 26985 26988 22589 0 -1 4202496 32719 0 1 0 179772 247 0 0 20 0 22 0 23378016 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140733899987536 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26988/statm: 2456183 1021573 2292 9 0 2446860 0
[pid=26988/tid=26990] ppid=26985 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/26988/task/26990/stat : 26990 (java) S 26985 26988 22589 0 -1 4202560 2497 0 1 0 76 5 0 0 20 0 22 0 23378017 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544722903928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=26991] ppid=26985 vsize=9824732 CPUtime=4.19 cores=0,2,4,6
/proc/26988/task/26991/stat : 26991 (java) S 26985 26988 22589 0 -1 4202560 826 0 0 0 397 22 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544695355944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=26992] ppid=26985 vsize=9824732 CPUtime=4.18 cores=0,2,4,6
/proc/26988/task/26992/stat : 26992 (java) S 26985 26988 22589 0 -1 4202560 857 0 0 0 395 23 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544694303144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26993] ppid=26985 vsize=9824732 CPUtime=3.82 cores=0,2,4,6
/proc/26988/task/26993/stat : 26993 (java) S 26985 26988 22589 0 -1 4202560 678 0 0 0 359 23 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544693250344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26994] ppid=26985 vsize=9824732 CPUtime=3.82 cores=0,2,4,6
/proc/26988/task/26994/stat : 26994 (java) S 26985 26988 22589 0 -1 4202560 922 0 0 0 356 26 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544692197544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=26995] ppid=26985 vsize=9824732 CPUtime=3.96 cores=0,2,4,6
/proc/26988/task/26995/stat : 26995 (java) S 26985 26988 22589 0 -1 4202560 786 0 0 0 372 24 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544691145768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26996] ppid=26985 vsize=9824732 CPUtime=3.99 cores=0,2,4,6
/proc/26988/task/26996/stat : 26996 (java) S 26985 26988 22589 0 -1 4202560 1237 0 0 0 377 22 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544690092968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=26997] ppid=26985 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/26988/task/26997/stat : 26997 (java) S 26985 26988 22589 0 -1 4202560 1018 0 0 0 346 27 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544689040168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=26998] ppid=26985 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/26988/task/26998/stat : 26998 (java) S 26985 26988 22589 0 -1 4202560 545 0 0 0 332 18 0 0 20 0 22 0 23378019 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544687987368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=26999] ppid=26985 vsize=9824732 CPUtime=8.32 cores=0,2,4,6
/proc/26988/task/26999/stat : 26999 (java) S 26985 26988 22589 0 -1 4202560 2991 0 0 0 823 9 0 0 20 0 22 0 23378020 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544076392936 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27000] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27000/stat : 27000 (java) S 26985 26988 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544075339000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27001] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27001/stat : 27001 (java) S 26985 26988 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23378020 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544074286088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27002] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27002/stat : 27002 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544073234576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27003] ppid=26985 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/26988/task/27003/stat : 27003 (java) S 26985 26988 22589 0 -1 4202560 5292 0 0 0 123 2 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544072182712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27004] ppid=26985 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/26988/task/27004/stat : 27004 (java) S 26985 26988 22589 0 -1 4202560 11605 0 0 0 150 2 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544071129912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27005] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27005/stat : 27005 (java) S 26985 26988 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544070077304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26988/tid=27006] ppid=26985 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26988/task/27006/stat : 27006 (java) S 26985 26988 22589 0 -1 4202560 53 0 0 0 15 15 0 0 20 0 22 0 23378023 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544069024712 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27007] ppid=26985 vsize=9824732 CPUtime=878.42 cores=0,2,4,6
/proc/26988/task/27007/stat : 27007 (java) R 26985 26988 22589 0 -1 4202560 128 0 0 0 87825 17 0 0 20 0 22 0 23378103 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544067967976 140544568195175 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26988/tid=27008] ppid=26985 vsize=9824732 CPUtime=878.57 cores=0,2,4,6
/proc/26988/task/27008/stat : 27008 (java) R 26985 26988 22589 0 -1 4202560 2017 0 0 0 87811 46 0 0 20 0 22 0 23378103 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544066915888 140544568176208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26988/tid=27009] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27009/stat : 27009 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378116 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544065864616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26988/tid=27010] ppid=26985 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26988/task/27010/stat : 27010 (java) S 26985 26988 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23378116 10060525568 1021573 33554432000 1073741824 1073778376 140733899996400 140544064811816 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.957
CPU time (s): 1800.79
CPU user time (s): 1797.8
CPU system time (s): 2.99254
CPU usage (%): 200.991
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.8
system time used= 2.99254
maximum resident set size= 4086408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32761
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22718
involuntary context switches= 27533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77412 second user time and 7.36288 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 03:28:46
IDJOB=4101194
IDBENCH=1712
IDSOLVER=2543
FILE ID=node141/4101194-1466213326
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-scfxm2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101194-1466213326/watcher-4101194-1466213326 -o /tmp/evaluation-result-4101194-1466213326/solver-4101194-1466213326 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101194-1466213326.opb

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

MD5SUM BENCH= 927ab7fb1c72ef94d2253f029f4e072a
RANDOM SEED=1038955007

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:        28165312 kB
Buffers:           50556 kB
Cached:            84052 kB
SwapCached:         2552 kB
Active:          3380008 kB
Inactive:          86724 kB
Active(anon):    3332572 kB
Inactive(anon):     2164 kB
Active(file):      47436 kB
Inactive(file):    84560 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099000 kB
Dirty:              2408 kB
Writeback:             0 kB
AnonPages:       3940868 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             573616 kB
SReclaimable:      17468 kB
SUnreclaim:       556148 kB
KernelStack:        1816 kB
PageTables:        11888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4191692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3393536 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= 71724 MiB
End job on node141 at 2016-06-18 03:43:42