Trace number 4109113

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 895.568

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos788725.opb
MD5SUM8629904c9ea425e42543cd04547905ca
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark370.61
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables352
Total number of constraints433
Number of constraints which are clauses304
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints96
Minimum length of a constraint2
Maximum length of a constraint96
Number of terms in the objective function 96
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 96
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 105
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109113-1466290756.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
0.24/0.27	c ... done. Wall clock time 0.144s.
0.24/0.27	c declared #vars     352
0.24/0.27	c #constraints  465
0.24/0.27	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
0.24/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 33
0.24/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 304
0.24/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 96
0.24/0.27	c 465 constraints processed.
0.24/0.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 304
0.24/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
0.24/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 33
0.24/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 96
0.24/0.27	c 465 constraints processed.
0.24/0.27	c objective function length is 96 literals
2.92/0.99	c cleaning 2500 clauses out of 5001 with flag 11818/5001
5.21/1.53	c cleaning 4246 clauses out of 8500 with flag 26590/11000
6.23/2.07	c cleaning 5622 clauses out of 11254 with flag 44399/18000
7.74/2.77	c cleaning 6813 clauses out of 13632 with flag 64309/26000
9.81/3.76	c cleaning 7903 clauses out of 15822 with flag 86930/35003
15.12/6.33	c cleaning 8955 clauses out of 17919 with flag 122857/45003
17.73/7.64	c cleaning 9972 clauses out of 19963 with flag 152921/56002
19.72/8.69	c cleaning 10987 clauses out of 21991 with flag 183558/68002
23.22/10.32	c cleaning 11997 clauses out of 24002 with flag 218353/81000
26.89/12.14	c cleaning 13002 clauses out of 26005 with flag 258529/95000
29.88/13.64	c cleaning 14001 clauses out of 28007 with flag 299552/110004
34.28/15.82	c cleaning 14994 clauses out of 30004 with flag 347551/126002
38.34/17.89	c cleaning 16002 clauses out of 32009 with flag 394507/143001
43.14/20.30	c cleaning 16989 clauses out of 34006 with flag 445691/161000
47.00/22.19	c cleaning 18006 clauses out of 36017 with flag 498882/180000
53.99/25.65	c cleaning 18998 clauses out of 38012 with flag 563316/200001
59.78/28.57	c cleaning 19994 clauses out of 40015 with flag 632999/221002
65.86/31.59	c cleaning 21009 clauses out of 42020 with flag 697045/243001
72.26/34.70	c cleaning 21999 clauses out of 44011 with flag 776776/266001
79.93/38.60	c cleaning 23004 clauses out of 46012 with flag 858323/290001
86.74/41.91	c cleaning 24001 clauses out of 48008 with flag 947678/315001
96.00/46.54	c cleaning 25002 clauses out of 50008 with flag 1038278/341002
103.60/50.38	c cleaning 25996 clauses out of 52006 with flag 1129877/368002
114.06/55.59	c cleaning 26998 clauses out of 54008 with flag 1242271/396000
124.07/60.52	c cleaning 28000 clauses out of 56010 with flag 1346382/425000
133.31/65.15	c cleaning 28980 clauses out of 58010 with flag 1439375/455000
144.16/70.51	c cleaning 30003 clauses out of 60030 with flag 1554801/486000
156.42/76.63	c cleaning 31011 clauses out of 62029 with flag 1668931/518002
168.01/82.41	c cleaning 32008 clauses out of 64017 with flag 1802478/551001
169.01/82.97	c cleaning 0 clauses out of 5000 with flag 0/5000
179.86/88.17	c cleaning 33001 clauses out of 66010 with flag 1925676/585002
191.86/94.01	c cleaning 34002 clauses out of 68008 with flag 2060615/620001
204.50/100.39	c cleaning 34997 clauses out of 70006 with flag 2192178/656001
218.12/107.17	c cleaning 35999 clauses out of 72009 with flag 2333521/693001
233.55/114.85	c cleaning 36995 clauses out of 74009 with flag 2457031/731000
247.79/121.92	c cleaning 38005 clauses out of 76014 with flag 2605992/770000
261.89/128.94	c cleaning 39002 clauses out of 78009 with flag 2748249/810000
277.14/136.58	c cleaning 40000 clauses out of 80008 with flag 2908806/851001
293.79/144.81	c cleaning 40998 clauses out of 82007 with flag 3056939/893000
310.62/153.29	c cleaning 42001 clauses out of 84010 with flag 3202156/936001
327.08/161.46	c cleaning 43004 clauses out of 86009 with flag 3370488/980001
344.33/170.02	c cleaning 43996 clauses out of 88004 with flag 3544353/1025000
364.82/180.28	c cleaning 44998 clauses out of 90008 with flag 3721215/1071000
384.72/190.14	c cleaning 45995 clauses out of 92010 with flag 3905653/1118000
406.84/201.18	c cleaning 47006 clauses out of 94016 with flag 4094790/1166001
427.72/211.60	c cleaning 48002 clauses out of 96009 with flag 4286614/1215000
450.06/222.65	c cleaning 49005 clauses out of 98010 with flag 4503582/1265003
474.79/234.90	c cleaning 49997 clauses out of 100002 with flag 4726341/1316000
497.89/246.68	c cleaning 51002 clauses out of 102005 with flag 4931226/1368000
521.80/258.52	c cleaning 51991 clauses out of 104004 with flag 5138276/1421001
546.91/271.09	c cleaning 53003 clauses out of 106013 with flag 5361614/1475001
572.65/283.86	c cleaning 54003 clauses out of 108012 with flag 5584737/1530003
600.96/297.91	c cleaning 54997 clauses out of 110006 with flag 5841631/1586000
628.89/311.81	c cleaning 55997 clauses out of 112012 with flag 6067676/1643003
657.61/326.15	c cleaning 57005 clauses out of 114013 with flag 6316144/1701001
692.59/343.58	c cleaning 58001 clauses out of 116009 with flag 6586205/1760002
722.34/358.33	c cleaning 58998 clauses out of 118007 with flag 6854237/1820001
753.95/374.02	c cleaning 60004 clauses out of 120008 with flag 7089187/1881000
787.31/390.95	c cleaning 60999 clauses out of 122006 with flag 7328232/1943002
805.60/400.00	c cleaning 0 clauses out of 11001 with flag 0/11001
821.68/408.04	c cleaning 61998 clauses out of 124005 with flag 7608667/2006000
853.77/424.01	c cleaning 63002 clauses out of 126011 with flag 7870500/2070004
890.56/442.39	c cleaning 63997 clauses out of 128005 with flag 8149507/2135000
924.46/459.24	c cleaning 64988 clauses out of 130011 with flag 8407759/2201003
960.06/476.99	c cleaning 66007 clauses out of 132021 with flag 8668244/2268001
997.43/495.51	c cleaning 66990 clauses out of 134013 with flag 8953376/2336000
1046.26/519.82	c cleaning 68002 clauses out of 136024 with flag 9273411/2405001
1090.85/542.03	c cleaning 69009 clauses out of 138022 with flag 9573841/2475001
1133.85/563.45	c cleaning 70002 clauses out of 140012 with flag 9890759/2546000
1176.31/584.56	c cleaning 71003 clauses out of 142010 with flag 10208084/2618000
1220.54/606.82	c cleaning 72000 clauses out of 144008 with flag 10507854/2691001
1266.07/629.56	c cleaning 72996 clauses out of 146008 with flag 10817134/2765001
1313.34/653.09	c cleaning 73999 clauses out of 148011 with flag 11160354/2840000
1360.39/676.42	c cleaning 74998 clauses out of 150012 with flag 11455609/2916000
1407.63/699.91	c cleaning 76003 clauses out of 152015 with flag 11766604/2993001
1459.29/725.61	c cleaning 77003 clauses out of 154011 with flag 12108705/3071000
1508.51/750.11	c cleaning 77998 clauses out of 156008 with flag 12445106/3150000
1562.17/776.84	c cleaning 79001 clauses out of 158011 with flag 12820324/3230001
1615.10/803.17	c cleaning 80002 clauses out of 160009 with flag 13173103/3311000
1668.33/830.06	c cleaning 80988 clauses out of 162007 with flag 13515825/3393000
1717.19/854.39	c cleaning 82003 clauses out of 164019 with flag 13854742/3476000
1772.02/881.63	c cleaning 83003 clauses out of 166016 with flag 14215326/3560000
1800.00/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.51	c starts		: 13534
1800.00/895.51	c conflicts		: 3612381
1800.00/895.51	c decisions		: 5882492
1800.00/895.51	c propagations		: 89798781
1800.00/895.51	c inspects		: 13070121541
1800.00/895.51	c shortcuts		: 0
1800.00/895.51	c learnt literals	: 0
1800.00/895.51	c learnt binary clauses	: 1080
1800.00/895.51	c learnt ternary clauses	: 4003
1800.00/895.51	c learnt constraints	: 3612381
1800.00/895.51	c ignored constraints	: 0
1800.00/895.51	c root simplifications	: 0
1800.00/895.51	c removed literals (reason simplification)	: 20141285
1800.00/895.51	c reason swapping (by a shorter reason)	: 0
1800.00/895.51	c Calls to reduceDB	: 80
1800.00/895.51	c Number of update (reduction) of LBD	: 719908
1800.00/895.51	c Imported unit clauses	: 0
1800.00/895.51	c number of reductions to clauses (during analyze)	: 0
1800.00/895.51	c number of learned constraints concerned by reduction	: 0
1800.00/895.51	c number of learning phase by resolution	: 0
1800.00/895.51	c number of learning phase by cutting planes	: 0
1800.00/895.51	c speed (assignments/second)	: 100307.60784331246
1800.00/895.51	c non guided choices	5508
1800.00/895.54	c learnt constraints type 
1800.00/895.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1080
1800.00/895.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134314
1800.00/895.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.54	c starts		: 43
1800.00/895.54	c conflicts		: 15788
1800.00/895.54	c decisions		: 42303
1800.00/895.54	c propagations		: 422574
1800.00/895.54	c inspects		: 1071264741
1800.00/895.54	c shortcuts		: 0
1800.00/895.54	c learnt literals	: 0
1800.00/895.54	c learnt binary clauses	: 0
1800.00/895.54	c learnt ternary clauses	: 0
1800.00/895.54	c learnt constraints	: 15788
1800.00/895.54	c ignored constraints	: 0
1800.00/895.54	c root simplifications	: 0
1800.00/895.54	c removed literals (reason simplification)	: 0
1800.00/895.54	c reason swapping (by a shorter reason)	: 0
1800.00/895.54	c Calls to reduceDB	: 2
1800.00/895.54	c Number of update (reduction) of LBD	: 0
1800.00/895.54	c Imported unit clauses	: 0
1800.00/895.54	c number of reductions to clauses (during analyze)	: 0
1800.00/895.54	c number of learned constraints concerned by reduction	: 0
1800.00/895.54	c number of learning phase by resolution	: 0
1800.00/895.54	c number of learning phase by cutting planes	: 0
1800.00/895.54	c speed (assignments/second)	: 472.0089090740527
1800.00/895.54	c non guided choices	85
1800.00/895.55	c learnt constraints type 
1800.00/895.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.00/895.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 140
1800.00/895.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15647
1800.00/895.55	s UNKNOWN
1800.00/895.55	c Total wall clock time (in seconds): 895.426

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-4109113-1466290756/watcher-4109113-1466290756 -o /tmp/evaluation-result-4109113-1466290756/solver-4109113-1466290756 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8274 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109113-1466290756.opb 

pid=15485
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.25 4.34 4.29 4/197 15488
/proc/meminfo: memFree=24894880/32872528 swapFree=1200228/1314692
[pid=15488] ppid=15485 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15488/stat : 15488 (java) D 15485 15488 8258 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 31122079 9515008 185 33554432000 1073741824 1073778376 140733755147152 140733755138376 252262903223 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/15488/statm: 2323 185 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.25 4.34 4.29 4/197 15488
/proc/meminfo: memFree=24894880/32872528 swapFree=1200228/1314692
[pid=15488] ppid=15485 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15488/stat : 15488 (java) S 15485 15488 8258 0 -1 4202496 4432 0 1 0 8 1 0 0 20 0 18 0 31122079 9787879424 5558 33554432000 1073741824 1073778376 140735996276272 140735996267408 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15488/statm: 2389619 5558 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 4.25 4.34 4.29 4/197 15488
/proc/meminfo: memFree=24894880/32872528 swapFree=1200228/1314692
[pid=15488] ppid=15485 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/15488/stat : 15488 (java) S 15485 15488 8258 0 -1 4202496 4794 0 1 0 23 1 0 0 20 0 18 0 31122079 9787879424 6918 33554432000 1073741824 1073778376 140735996276272 140735996267408 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15488/statm: 2389619 6918 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 4.25 4.34 4.29 4/197 15488
/proc/meminfo: memFree=24894880/32872528 swapFree=1200228/1314692
[pid=15488] ppid=15485 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/15488/stat : 15488 (java) S 15485 15488 8258 0 -1 4202496 6601 0 1 0 50 2 0 0 20 0 22 0 31122079 10060525568 9492 33554432000 1073741824 1073778376 140735996276272 140735996267408 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15488/statm: 2456183 9492 2241 9 0 2446860 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9824732

[startup+0.700185 s]
/proc/loadavg: 4.25 4.34 4.29 4/197 15488
/proc/meminfo: memFree=24894880/32872528 swapFree=1200228/1314692
[pid=15488] ppid=15485 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/15488/stat : 15488 (java) S 15485 15488 8258 0 -1 4202496 17571 0 1 0 208 4 0 0 20 0 22 0 31122079 10060525568 19525 33554432000 1073741824 1073778376 140735996276272 140735996267408 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15488/statm: 2456183 19525 2254 9 0 2446860 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.25 4.34 4.29 7/219 15510
/proc/meminfo: memFree=24719980/32872528 swapFree=1200228/1314692
[pid=15488] ppid=15485 vsize=9824732 CPUtime=5.21 cores=0,2,4,6
/proc/15488/stat : 15488 (java) S 15485 15488 8258 0 -1 4202496 29641 0 1 0 512 9 0 0 20 0 22 0 31122079 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 140735996267408 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15488/statm: 2456183 52170 2284 9 0 2446860 0
[pid=15488/tid=15490] ppid=15485 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/15488/task/15490/stat : 15490 (java) S 15485 15488 8258 0 -1 4202560 2474 0 1 0 22 2 0 0 20 0 22 0 31122080 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845412946808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15491] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15491/stat : 15491 (java) S 15485 15488 8258 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 31122082 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845256666152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15492] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15492/stat : 15492 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122082 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845255613352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15493] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15493/stat : 15493 (java) S 15485 15488 8258 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 31122082 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845254560552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15494] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15494/stat : 15494 (java) S 15485 15488 8258 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 31122082 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845253507752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15495] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15495/stat : 15495 (java) S 15485 15488 8258 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 31122082 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845252454952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15496] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15496/stat : 15496 (java) S 15485 15488 8258 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 31122082 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845251402152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15497] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15497/stat : 15497 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122082 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845250349352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15498] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15498/stat : 15498 (java) S 15485 15488 8258 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 31122082 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845249296552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15499] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15499/stat : 15499 (java) S 15485 15488 8258 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845237099496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15500] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15500/stat : 15500 (java) S 15485 15488 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845236045560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15501] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15501/stat : 15501 (java) S 15485 15488 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845234992648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15502] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15502/stat : 15502 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845233941136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15503] ppid=15485 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/15488/task/15503/stat : 15503 (java) S 15485 15488 8258 0 -1 4202560 12032 0 0 0 122 2 0 0 20 0 22 0 31122086 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845232888248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15504] ppid=15485 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/15488/task/15504/stat : 15504 (java) R 15485 15488 8258 0 -1 4202560 13614 0 0 0 124 1 0 0 20 0 22 0 31122086 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845231835448 139845418908836 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15505] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15505/stat : 15505 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845230782840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15506] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15506/stat : 15506 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845229730248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15507] ppid=15485 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/15488/task/15507/stat : 15507 (java) R 15485 15488 8258 0 -1 4202560 30 0 0 0 118 0 0 0 20 0 22 0 31122107 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845228676416 139845285573600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15508] ppid=15485 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/15488/task/15508/stat : 15508 (java) R 15485 15488 8258 0 -1 4202560 102 0 0 0 114 3 0 0 20 0 22 0 31122107 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845227623464 139845285623575 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15509] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15509/stat : 15509 (java) S 15485 15488 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31122107 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845226571176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15510] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15510/stat : 15510 (java) S 15485 15488 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31122107 10060525568 52170 33554432000 1073741824 1073778376 140735996276272 139845225518376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.31 4.35 4.30 5/219 15510
/proc/meminfo: memFree=24669468/32872528 swapFree=1200228/1314692
[pid=15488] ppid=15485 vsize=9824732 CPUtime=8.57 cores=0,2,4,6
/proc/15488/stat : 15488 (java) S 15485 15488 8258 0 -1 4202496 29923 0 1 0 839 18 0 0 20 0 22 0 31122079 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 140735996267408 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15488/statm: 2456183 89687 2284 9 0 2446860 0
[pid=15488/tid=15490] ppid=15485 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/15488/task/15490/stat : 15490 (java) S 15485 15488 8258 0 -1 4202560 2474 0 1 0 22 2 0 0 20 0 22 0 31122080 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845412946808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15491] ppid=15485 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15488/task/15491/stat : 15491 (java) S 15485 15488 8258 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 31122082 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845256666152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15492] ppid=15485 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15488/task/15492/stat : 15492 (java) S 15485 15488 8258 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 31122082 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845255613352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15493] ppid=15485 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15488/task/15493/stat : 15493 (java) S 15485 15488 8258 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 31122082 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845254560552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15494] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15494/stat : 15494 (java) S 15485 15488 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 31122082 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845253507752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15495] ppid=15485 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15488/task/15495/stat : 15495 (java) S 15485 15488 8258 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 31122082 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845252454952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15496] ppid=15485 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15488/task/15496/stat : 15496 (java) S 15485 15488 8258 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 22 0 31122082 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845251402152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15497] ppid=15485 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15488/task/15497/stat : 15497 (java) S 15485 15488 8258 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 22 0 31122082 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845250349352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15498] ppid=15485 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15488/task/15498/stat : 15498 (java) S 15485 15488 8258 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 31122082 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845249296552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15499] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15499/stat : 15499 (java) S 15485 15488 8258 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845237099496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15500] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15500/stat : 15500 (java) S 15485 15488 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845236045560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15501] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15501/stat : 15501 (java) S 15485 15488 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845234992648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15502] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15502/stat : 15502 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845233941136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15503] ppid=15485 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/15488/task/15503/stat : 15503 (java) S 15485 15488 8258 0 -1 4202560 12038 0 0 0 127 3 0 0 20 0 22 0 31122086 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845232888248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15504] ppid=15485 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/15488/task/15504/stat : 15504 (java) S 15485 15488 8258 0 -1 4202560 13614 0 0 0 125 1 0 0 20 0 22 0 31122086 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845231835448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15505] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15505/stat : 15505 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845230782840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15506] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15506/stat : 15506 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845229730248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15507] ppid=15485 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/15488/task/15507/stat : 15507 (java) R 15485 15488 8258 0 -1 4202560 31 0 0 0 271 0 0 0 20 0 22 0 31122107 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845228676312 139845285666222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15508] ppid=15485 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/15488/task/15508/stat : 15508 (java) R 15485 15488 8258 0 -1 4202560 154 0 0 0 263 5 0 0 20 0 22 0 31122107 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845227622304 139845285790869 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15509] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15509/stat : 15509 (java) S 15485 15488 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31122107 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845226571176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15510] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15510/stat : 15510 (java) S 15485 15488 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31122107 10060525568 89687 33554432000 1073741824 1073778376 140735996276272 139845225518376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.31 4.35 4.30 5/219 15510
/proc/meminfo: memFree=24271032/32872528 swapFree=1200228/1314692
[pid=15488] ppid=15485 vsize=9824732 CPUtime=15.12 cores=0,2,4,6
/proc/15488/stat : 15488 (java) S 15485 15488 8258 0 -1 4202496 30634 0 1 0 1480 32 0 0 20 0 22 0 31122079 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 140735996267408 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15488/statm: 2456183 165261 2284 9 0 2446860 0
[pid=15488/tid=15490] ppid=15485 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/15488/task/15490/stat : 15490 (java) S 15485 15488 8258 0 -1 4202560 2474 0 1 0 22 2 0 0 20 0 22 0 31122080 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845412946808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15491] ppid=15485 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15488/task/15491/stat : 15491 (java) S 15485 15488 8258 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 22 0 31122082 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845256666152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15492] ppid=15485 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15488/task/15492/stat : 15492 (java) S 15485 15488 8258 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 31122082 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845255613352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15493] ppid=15485 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15488/task/15493/stat : 15493 (java) S 15485 15488 8258 0 -1 4202560 113 0 0 0 7 3 0 0 20 0 22 0 31122082 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845254560552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15494] ppid=15485 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15488/task/15494/stat : 15494 (java) S 15485 15488 8258 0 -1 4202560 87 0 0 0 2 2 0 0 20 0 22 0 31122082 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845253507752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15495] ppid=15485 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15488/task/15495/stat : 15495 (java) S 15485 15488 8258 0 -1 4202560 45 0 0 0 5 3 0 0 20 0 22 0 31122082 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845252454952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15496] ppid=15485 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15488/task/15496/stat : 15496 (java) S 15485 15488 8258 0 -1 4202560 46 0 0 0 6 3 0 0 20 0 22 0 31122082 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845251402152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15497] ppid=15485 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15488/task/15497/stat : 15497 (java) S 15485 15488 8258 0 -1 4202560 97 0 0 0 5 3 0 0 20 0 22 0 31122082 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845250349352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15498] ppid=15485 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15488/task/15498/stat : 15498 (java) S 15485 15488 8258 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 31122082 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845249296552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15499] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15499/stat : 15499 (java) S 15485 15488 8258 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845237099496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15500] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15500/stat : 15500 (java) S 15485 15488 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845236045560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15501] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15501/stat : 15501 (java) S 15485 15488 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845234992648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15502] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15502/stat : 15502 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 165261 33554432000 1073741824 1073778376 140735996276272 139845233941136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15503] ppid=15485 vsize=9824732 CPUtime=1.3 cores=0,2,4,6

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

/proc/15488/task/15493/stat : 15493 (java) S 15485 15488 8258 0 -1 4202560 494 0 0 0 257 10 0 0 20 0 22 0 31122082 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845254560552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15494] ppid=15485 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/15488/task/15494/stat : 15494 (java) S 15485 15488 8258 0 -1 4202560 393 0 0 0 242 8 0 0 20 0 22 0 31122082 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845253507752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15495] ppid=15485 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/15488/task/15495/stat : 15495 (java) S 15485 15488 8258 0 -1 4202560 379 0 0 0 241 9 0 0 20 0 22 0 31122082 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845252454952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15496] ppid=15485 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/15488/task/15496/stat : 15496 (java) S 15485 15488 8258 0 -1 4202560 395 0 0 0 253 9 0 0 20 0 22 0 31122082 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845251402152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15497] ppid=15485 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/15488/task/15497/stat : 15497 (java) S 15485 15488 8258 0 -1 4202560 437 0 0 0 248 7 0 0 20 0 22 0 31122082 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845250349352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15498] ppid=15485 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/15488/task/15498/stat : 15498 (java) S 15485 15488 8258 0 -1 4202560 403 0 0 0 235 8 0 0 20 0 22 0 31122082 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845249296552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15499] ppid=15485 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/15488/task/15499/stat : 15499 (java) S 15485 15488 8258 0 -1 4202560 2973 0 0 0 242 26 0 0 20 0 22 0 31122083 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845237099496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15500] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15500/stat : 15500 (java) S 15485 15488 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845236045560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15501] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15501/stat : 15501 (java) S 15485 15488 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845234992648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15502] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15502/stat : 15502 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845233941136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15503] ppid=15485 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/15488/task/15503/stat : 15503 (java) S 15485 15488 8258 0 -1 4202560 15551 0 0 0 191 3 0 0 20 0 22 0 31122086 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845232888248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15504] ppid=15485 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/15488/task/15504/stat : 15504 (java) S 15485 15488 8258 0 -1 4202560 13614 0 0 0 130 1 0 0 20 0 22 0 31122086 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845231835448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15505] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15505/stat : 15505 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845230782840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15506] ppid=15485 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/15488/task/15506/stat : 15506 (java) S 15485 15488 8258 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 31122086 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845229730248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15507] ppid=15485 vsize=9824732 CPUtime=871.21 cores=0,2,4,6
/proc/15488/task/15507/stat : 15507 (java) R 15485 15488 8258 0 -1 4202560 117 0 0 0 87107 14 0 0 20 0 22 0 31122107 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845228667408 139845285666132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15508] ppid=15485 vsize=9824732 CPUtime=871.18 cores=0,2,4,6
/proc/15488/task/15508/stat : 15508 (java) R 15485 15488 8258 0 -1 4202560 1783 0 0 0 87070 48 0 0 20 0 22 0 31122107 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845227622288 139845286270984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15509] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15509/stat : 15509 (java) S 15485 15488 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31122107 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845226571176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15510] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15510/stat : 15510 (java) S 15485 15488 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31122107 10060525568 529689 33554432000 1073741824 1073778376 140735996276272 139845225518376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1773.44
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 2.19 2.39 3.17 4/191 15590
/proc/meminfo: memFree=28241436/32872528 swapFree=1200228/1314692
[pid=15488] ppid=15485 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/15488/stat : 15488 (java) S 15485 15488 8258 0 -1 4202496 41153 0 1 0 179848 152 0 0 20 0 22 0 31122079 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 140735996267408 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15488/statm: 2456183 526498 2294 9 0 2446860 0
[pid=15488/tid=15490] ppid=15485 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/15488/task/15490/stat : 15490 (java) S 15485 15488 8258 0 -1 4202560 2483 0 1 0 24 4 0 0 20 0 22 0 31122080 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845412946808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15491] ppid=15485 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/15488/task/15491/stat : 15491 (java) S 15485 15488 8258 0 -1 4202560 380 0 0 0 244 7 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845256666152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15492] ppid=15485 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/15488/task/15492/stat : 15492 (java) S 15485 15488 8258 0 -1 4202560 399 0 0 0 250 8 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845255613352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15493] ppid=15485 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/15488/task/15493/stat : 15493 (java) S 15485 15488 8258 0 -1 4202560 494 0 0 0 261 10 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845254560552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15494] ppid=15485 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/15488/task/15494/stat : 15494 (java) S 15485 15488 8258 0 -1 4202560 425 0 0 0 248 8 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845253507752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15495] ppid=15485 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/15488/task/15495/stat : 15495 (java) S 15485 15488 8258 0 -1 4202560 379 0 0 0 244 9 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845252454952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15496] ppid=15485 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/15488/task/15496/stat : 15496 (java) S 15485 15488 8258 0 -1 4202560 395 0 0 0 257 9 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845251402152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15497] ppid=15485 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/15488/task/15497/stat : 15497 (java) S 15485 15488 8258 0 -1 4202560 437 0 0 0 252 7 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845250349352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15498] ppid=15485 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/15488/task/15498/stat : 15498 (java) S 15485 15488 8258 0 -1 4202560 403 0 0 0 239 8 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845249296552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15499] ppid=15485 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/15488/task/15499/stat : 15499 (java) S 15485 15488 8258 0 -1 4202560 2973 0 0 0 242 27 0 0 20 0 22 0 31122083 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845237099496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15500] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15500/stat : 15500 (java) S 15485 15488 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845236045560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15501] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15501/stat : 15501 (java) S 15485 15488 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845234992648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15502] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15502/stat : 15502 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845233941136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15503] ppid=15485 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/15488/task/15503/stat : 15503 (java) S 15485 15488 8258 0 -1 4202560 15551 0 0 0 191 3 0 0 20 0 22 0 31122086 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845232888248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15504] ppid=15485 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/15488/task/15504/stat : 15504 (java) S 15485 15488 8258 0 -1 4202560 13614 0 0 0 130 1 0 0 20 0 22 0 31122086 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845231835448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15505] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15505/stat : 15505 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845230782840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15506] ppid=15485 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/15488/task/15506/stat : 15506 (java) S 15485 15488 8258 0 -1 4202560 51 0 0 0 14 20 0 0 20 0 22 0 31122086 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845229730248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15507] ppid=15485 vsize=9824732 CPUtime=884.28 cores=0,2,4,6
/proc/15488/task/15507/stat : 15507 (java) R 15485 15488 8258 0 -1 4202560 118 0 0 0 88414 14 0 0 20 0 22 0 31122107 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845228675104 139845285588498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15508] ppid=15485 vsize=9824732 CPUtime=884.25 cores=0,2,4,6
/proc/15488/task/15508/stat : 15508 (java) R 15485 15488 8258 0 -1 4202560 1786 0 0 0 88377 48 0 0 20 0 22 0 31122107 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845227623424 139845285588498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15509] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15509/stat : 15509 (java) S 15485 15488 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31122107 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845226571176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15510] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15510/stat : 15510 (java) S 15485 15488 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31122107 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845225518376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 15488 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.508 s]
/proc/loadavg: 2.19 2.39 3.17 4/191 15590
/proc/meminfo: memFree=28241436/32872528 swapFree=1200228/1314692
[pid=15488] ppid=15485 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/15488/stat : 15488 (java) S 15485 15488 8258 0 -1 4202496 41153 0 1 0 179848 152 0 0 20 0 22 0 31122079 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 140735996267408 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15488/statm: 2456183 526498 2294 9 0 2446860 0
[pid=15488/tid=15490] ppid=15485 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/15488/task/15490/stat : 15490 (java) S 15485 15488 8258 0 -1 4202560 2483 0 1 0 24 4 0 0 20 0 22 0 31122080 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845412946808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15491] ppid=15485 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/15488/task/15491/stat : 15491 (java) S 15485 15488 8258 0 -1 4202560 380 0 0 0 244 7 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845256666152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15492] ppid=15485 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/15488/task/15492/stat : 15492 (java) S 15485 15488 8258 0 -1 4202560 399 0 0 0 250 8 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845255613352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15493] ppid=15485 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/15488/task/15493/stat : 15493 (java) S 15485 15488 8258 0 -1 4202560 494 0 0 0 261 10 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845254560552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15494] ppid=15485 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/15488/task/15494/stat : 15494 (java) S 15485 15488 8258 0 -1 4202560 425 0 0 0 248 8 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845253507752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15495] ppid=15485 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/15488/task/15495/stat : 15495 (java) S 15485 15488 8258 0 -1 4202560 379 0 0 0 244 9 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845252454952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15496] ppid=15485 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/15488/task/15496/stat : 15496 (java) S 15485 15488 8258 0 -1 4202560 395 0 0 0 257 9 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845251402152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15497] ppid=15485 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/15488/task/15497/stat : 15497 (java) S 15485 15488 8258 0 -1 4202560 437 0 0 0 252 7 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845250349352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15498] ppid=15485 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/15488/task/15498/stat : 15498 (java) S 15485 15488 8258 0 -1 4202560 403 0 0 0 239 8 0 0 20 0 22 0 31122082 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845249296552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15499] ppid=15485 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/15488/task/15499/stat : 15499 (java) S 15485 15488 8258 0 -1 4202560 2973 0 0 0 242 27 0 0 20 0 22 0 31122083 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845237099496 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15500] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15500/stat : 15500 (java) S 15485 15488 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845236045560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15501] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15501/stat : 15501 (java) S 15485 15488 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31122083 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845234992648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15502] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15502/stat : 15502 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845233941136 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15503] ppid=15485 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/15488/task/15503/stat : 15503 (java) S 15485 15488 8258 0 -1 4202560 15551 0 0 0 191 3 0 0 20 0 22 0 31122086 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845232888248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15504] ppid=15485 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/15488/task/15504/stat : 15504 (java) S 15485 15488 8258 0 -1 4202560 13614 0 0 0 130 1 0 0 20 0 22 0 31122086 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845231835448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15488/tid=15505] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15505/stat : 15505 (java) S 15485 15488 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31122086 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845230782840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15506] ppid=15485 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/15488/task/15506/stat : 15506 (java) S 15485 15488 8258 0 -1 4202560 51 0 0 0 14 20 0 0 20 0 22 0 31122086 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845229730248 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15488/tid=15507] ppid=15485 vsize=9824732 CPUtime=884.28 cores=0,2,4,6
/proc/15488/task/15507/stat : 15507 (java) R 15485 15488 8258 0 -1 4202560 118 0 0 0 88414 14 0 0 20 0 22 0 31122107 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845228675104 139845285588498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15488/tid=15508] ppid=15485 vsize=9824732 CPUtime=884.25 cores=0,2,4,6
/proc/15488/task/15508/stat : 15508 (java) R 15485 15488 8258 0 -1 4202560 1786 0 0 0 88377 48 0 0 20 0 22 0 31122107 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845227623424 139845285588498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15509] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15509/stat : 15509 (java) S 15485 15488 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31122107 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845226571176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15488/tid=15510] ppid=15485 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15488/task/15510/stat : 15510 (java) S 15485 15488 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31122107 10060525568 526498 33554432000 1073741824 1073778376 140735996276272 139845225518376 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15488 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=128251
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=695
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.568
CPU time (s): 1800
CPU user time (s): 1798.48
CPU system time (s): 1.52
CPU usage (%): 200.99
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.13
system time used= 2.00069
maximum resident set size= 2918272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41194
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29827
involuntary context switches= 41564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.19321 second user time and 7.64284 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-19 00:59:16
IDJOB=4109113
IDBENCH=89868
IDSOLVER=2543
FILE ID=node131/4109113-1466290756
RUNJOBID= node131-1466276277-8274
PBS_JOBID= 19918257
Free space on /tmp= 71340 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos788725.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109113-1466290756/watcher-4109113-1466290756 -o /tmp/evaluation-result-4109113-1466290756/solver-4109113-1466290756 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8274 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109113-1466290756.opb

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

MD5SUM BENCH= 8629904c9ea425e42543cd04547905ca
RANDOM SEED=147450847

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        24895516 kB
Buffers:          171424 kB
Cached:           671592 kB
SwapCached:         1460 kB
Active:          5536164 kB
Inactive:         355028 kB
Active(anon):    5047132 kB
Inactive(anon):     2920 kB
Active(file):     489032 kB
Inactive(file):   352108 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:       6371472 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             618420 kB
SReclaimable:      62112 kB
SUnreclaim:       556308 kB
KernelStack:        1608 kB
PageTables:        16716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6734476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5087232 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= 71704 MiB
End job on node131 at 2016-06-19 01:14:11