Trace number 4089828

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800 894.768

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v081-n1.opb
MD5SUM81a826667ee52016133e00717cdeea19
Bench CategoryDEC-SMALLINT-LIN (no 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 benchmark18.0523
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables243
Total number of constraints81
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089828-1466019404.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.031s.
0.11/0.14	c declared #vars     243
0.11/0.14	c #constraints  162
0.11/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 162
0.11/0.14	c 162 constraints processed.
0.11/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 162
0.11/0.14	c 162 constraints processed.
1.91/0.67	c cleaning 2497 clauses out of 5000 with flag 22163/5000
3.11/0.96	c cleaning 4248 clauses out of 8504 with flag 55786/11001
4.02/1.27	c cleaning 5624 clauses out of 11255 with flag 96992/18000
4.89/1.65	c cleaning 6809 clauses out of 13631 with flag 143000/26000
6.00/2.13	c cleaning 7905 clauses out of 15823 with flag 199324/35001
7.41/2.72	c cleaning 8951 clauses out of 17918 with flag 265255/45001
8.67/3.37	c cleaning 9975 clauses out of 19966 with flag 335195/56000
10.49/4.27	c cleaning 10988 clauses out of 21991 with flag 424479/68000
12.72/5.37	c cleaning 11985 clauses out of 24004 with flag 527014/81001
14.91/6.42	c cleaning 13005 clauses out of 26019 with flag 621098/95001
17.14/7.51	c cleaning 13999 clauses out of 28013 with flag 714371/110000
20.57/9.24	c cleaning 14993 clauses out of 30014 with flag 829123/126000
24.57/11.27	c cleaning 16007 clauses out of 32022 with flag 956971/143001
28.61/13.24	c cleaning 16995 clauses out of 34017 with flag 1081136/161003
30.00/13.96	c cleaning 0 clauses out of 5000 with flag 0/5000
32.68/15.17	c cleaning 17997 clauses out of 36019 with flag 1205709/180000
36.94/17.16	c cleaning 19010 clauses out of 38026 with flag 1335888/200004
42.15/19.79	c cleaning 20000 clauses out of 40012 with flag 1479491/221000
47.77/22.60	c cleaning 21001 clauses out of 42012 with flag 1625693/243000
53.58/25.41	c cleaning 21993 clauses out of 44011 with flag 1778483/266000
59.42/28.38	c cleaning 23002 clauses out of 46019 with flag 1935530/290001
66.01/31.65	c cleaning 23995 clauses out of 48018 with flag 2110922/315002
73.04/35.13	c cleaning 25004 clauses out of 50022 with flag 2290161/341001
79.64/38.47	c cleaning 25998 clauses out of 52017 with flag 2460569/368000
87.29/42.30	c cleaning 26999 clauses out of 54020 with flag 2641474/396001
96.71/46.96	c cleaning 28001 clauses out of 56021 with flag 2840243/425001
105.92/51.57	c cleaning 29006 clauses out of 58021 with flag 3054625/455002
115.56/56.34	c cleaning 29995 clauses out of 60013 with flag 3273220/486000
124.79/60.97	c cleaning 0 clauses out of 11001 with flag 0/11001
134.81/65.97	c cleaning 30998 clauses out of 62019 with flag 3583380/518001
145.23/71.15	c cleaning 31997 clauses out of 64020 with flag 3802439/551000
156.28/76.64	c cleaning 33005 clauses out of 66024 with flag 4035589/585001
179.14/88.08	c cleaning 34003 clauses out of 68020 with flag 4315545/620002
204.96/100.98	c cleaning 34999 clauses out of 70015 with flag 4649598/656000
234.47/115.62	c cleaning 36000 clauses out of 72017 with flag 5003115/693001
263.90/130.31	c cleaning 36993 clauses out of 74017 with flag 5388600/731001
281.94/139.32	c cleaning 38004 clauses out of 76024 with flag 5708364/770001
289.97/143.30	c cleaning 0 clauses out of 18001 with flag 0/18001
303.43/150.10	c cleaning 38996 clauses out of 78019 with flag 6021450/810000
320.52/158.51	c cleaning 40007 clauses out of 80023 with flag 6313388/851000
339.59/168.00	c cleaning 40997 clauses out of 82016 with flag 6600383/893000
360.48/178.43	c cleaning 41999 clauses out of 84019 with flag 6913163/936000
382.39/189.35	c cleaning 43002 clauses out of 86020 with flag 7210033/980000
402.68/199.45	c cleaning 44004 clauses out of 88019 with flag 7528129/1025001
424.60/210.31	c cleaning 44998 clauses out of 90016 with flag 7845131/1071002
447.32/221.68	c cleaning 46000 clauses out of 92016 with flag 8165302/1118000
472.44/234.16	c cleaning 47000 clauses out of 94016 with flag 8496483/1166000
497.14/246.46	c cleaning 48001 clauses out of 96016 with flag 8826233/1215000
528.51/262.04	c cleaning 48999 clauses out of 98015 with flag 9177232/1265000
560.11/277.79	c cleaning 50000 clauses out of 100016 with flag 9567799/1316000
585.69/290.47	c cleaning 0 clauses out of 26000 with flag 0/26000
589.51/292.36	c cleaning 50992 clauses out of 102016 with flag 9975963/1368000
620.31/307.65	c cleaning 52005 clauses out of 104024 with flag 10340889/1421000
654.94/324.85	c cleaning 52988 clauses out of 106020 with flag 10750826/1475001
693.19/343.82	c cleaning 54011 clauses out of 108031 with flag 11162294/1530000
730.29/362.42	c cleaning 55002 clauses out of 110020 with flag 11612077/1586000
770.71/382.58	c cleaning 56002 clauses out of 112020 with flag 12051657/1643002
807.63/400.98	c cleaning 57000 clauses out of 114016 with flag 12468914/1701000
858.71/426.30	c cleaning 57994 clauses out of 116016 with flag 12909581/1760000
934.11/463.89	c cleaning 59002 clauses out of 118022 with flag 13384961/1820000
973.14/483.29	c cleaning 60003 clauses out of 120020 with flag 13814915/1881000
986.59/489.93	c cleaning 0 clauses out of 35000 with flag 0/35000
1016.41/504.76	c cleaning 61004 clauses out of 122020 with flag 14231481/1943003
1063.36/528.21	c cleaning 61996 clauses out of 124013 with flag 14699589/2006000
1111.83/552.38	c cleaning 63001 clauses out of 126019 with flag 15173471/2070002
1164.71/578.61	c cleaning 63991 clauses out of 128016 with flag 15701003/2135000
1244.68/618.44	c cleaning 64993 clauses out of 130025 with flag 16283191/2201000
1295.23/643.57	c cleaning 66001 clauses out of 132032 with flag 16764574/2268000
1349.87/670.71	c cleaning 66999 clauses out of 134031 with flag 17233574/2336000
1404.55/697.99	c cleaning 68013 clauses out of 136033 with flag 17734134/2405001
1459.86/725.46	c cleaning 68997 clauses out of 138020 with flag 18244330/2475001
1531.30/761.14	c cleaning 70003 clauses out of 140022 with flag 18760559/2546000
1591.97/791.31	c cleaning 71002 clauses out of 142020 with flag 19296893/2618001
1608.07/799.39	c cleaning 0 clauses out of 45000 with flag 0/45000
1652.15/821.23	c cleaning 71991 clauses out of 144017 with flag 19826769/2691000
1714.53/852.22	c cleaning 73004 clauses out of 146027 with flag 20379800/2765001
1777.48/883.54	c cleaning 74006 clauses out of 148026 with flag 20940515/2840004
1800.00/894.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.70	c starts		: 4746
1800.00/894.70	c conflicts		: 2873025
1800.00/894.70	c decisions		: 3784830
1800.00/894.70	c propagations		: 59535907
1800.00/894.70	c inspects		: 14569108414
1800.00/894.70	c shortcuts		: 0
1800.00/894.70	c learnt literals	: 0
1800.00/894.70	c learnt binary clauses	: 0
1800.00/894.70	c learnt ternary clauses	: 0
1800.00/894.70	c learnt constraints	: 2873025
1800.00/894.70	c ignored constraints	: 0
1800.00/894.70	c root simplifications	: 0
1800.00/894.70	c removed literals (reason simplification)	: 4015183
1800.00/894.70	c reason swapping (by a shorter reason)	: 0
1800.00/894.70	c Calls to reduceDB	: 71
1800.00/894.70	c Number of update (reduction) of LBD	: 867513
1800.00/894.70	c Imported unit clauses	: 0
1800.00/894.70	c number of reductions to clauses (during analyze)	: 0
1800.00/894.70	c number of learned constraints concerned by reduction	: 0
1800.00/894.70	c number of learning phase by resolution	: 0
1800.00/894.70	c number of learning phase by cutting planes	: 0
1800.00/894.70	c speed (assignments/second)	: 66553.29547487033
1800.00/894.70	c non guided choices	6716
1800.00/894.73	c learnt constraints type 
1800.00/894.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107042
1800.00/894.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.73	c starts		: 66
1800.00/894.73	c conflicts		: 47414
1800.00/894.73	c decisions		: 175839
1800.00/894.73	c propagations		: 618354
1800.00/894.73	c inspects		: 1445872378
1800.00/894.73	c shortcuts		: 0
1800.00/894.73	c learnt literals	: 0
1800.00/894.73	c learnt binary clauses	: 0
1800.00/894.73	c learnt ternary clauses	: 0
1800.00/894.73	c learnt constraints	: 47413
1800.00/894.73	c ignored constraints	: 0
1800.00/894.73	c root simplifications	: 0
1800.00/894.73	c removed literals (reason simplification)	: 0
1800.00/894.73	c reason swapping (by a shorter reason)	: 0
1800.00/894.73	c Calls to reduceDB	: 6
1800.00/894.73	c Number of update (reduction) of LBD	: 0
1800.00/894.73	c Imported unit clauses	: 0
1800.00/894.73	c number of reductions to clauses (during analyze)	: 0
1800.00/894.73	c number of learned constraints concerned by reduction	: 0
1800.00/894.73	c number of learning phase by resolution	: 0
1800.00/894.73	c number of learning phase by cutting planes	: 0
1800.00/894.73	c speed (assignments/second)	: 691.2180606448122
1800.00/894.73	c non guided choices	54
1800.00/894.75	c learnt constraints type 
1800.00/894.75	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 14479
1800.00/894.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.00/894.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 32927
1800.00/894.77	s UNKNOWN
1800.00/894.77	c Total wall clock time (in seconds): 894.648

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-4089828-1466019404/watcher-4089828-1466019404 -o /tmp/evaluation-result-4089828-1466019404/solver-4089828-1466019404 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089828-1466019404.opb 

pid=9802
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.97 4.05 4.01 4/197 9805
/proc/meminfo: memFree=30873728/32872528 swapFree=248296/248296
[pid=9805] ppid=9802 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9805/stat : 9805 (java) S 9802 9805 5767 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 3990798 98570240 978 33554432000 1073741824 1073778376 140736864527488 140736864518624 247067607101 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9805/statm: 24065 978 744 9 0 16771 0
[pid=9805/tid=9806] ppid=9802 vsize=96264 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9806/stat : 9806 (java) R 9802 9805 5767 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3990799 98574336 978 33554432000 1073741824 1073778376 140736864527488 139640347684392 247064290186 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 3.97 4.05 4.01 4/197 9805
/proc/meminfo: memFree=30873728/32872528 swapFree=248296/248296
[pid=9805] ppid=9802 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9805/stat : 9805 (java) S 9802 9805 5767 0 -1 4202496 4484 0 1 0 10 1 0 0 20 0 18 0 3990798 9787879424 6120 33554432000 1073741824 1073778376 140736864527488 140736864518624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9805/statm: 2389619 6122 2158 9 0 2380296 0
[pid=9805/tid=9806] ppid=9802 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9805/task/9806/stat : 9806 (java) R 9802 9805 5767 0 -1 4202560 2387 0 1 0 8 0 0 0 20 0 18 0 3990799 9787879424 6122 33554432000 1073741824 1073778376 140736864527488 139640347687840 139640350534112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 3.97 4.05 4.01 4/197 9805
/proc/meminfo: memFree=30873728/32872528 swapFree=248296/248296
[pid=9805] ppid=9802 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/9805/stat : 9805 (java) S 9802 9805 5767 0 -1 4202496 6986 0 1 0 32 2 0 0 20 0 22 0 3990798 10060525568 9450 33554432000 1073741824 1073778376 140736864527488 140736864518624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9805/statm: 2456183 9450 2223 9 0 2446860 0
[pid=9805/tid=9806] ppid=9802 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9805/task/9806/stat : 9806 (java) S 9802 9805 5767 0 -1 4202560 2407 0 1 0 12 0 0 0 20 0 22 0 3990799 10060525568 9450 33554432000 1073741824 1073778376 140736864527488 139640347689848 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9824732

[startup+0.300286 s]
/proc/loadavg: 3.97 4.05 4.01 4/197 9805
/proc/meminfo: memFree=30873728/32872528 swapFree=248296/248296
[pid=9805] ppid=9802 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/9805/stat : 9805 (java) S 9802 9805 5767 0 -1 4202496 8949 0 1 0 71 2 0 0 20 0 22 0 3990798 10060525568 10789 33554432000 1073741824 1073778376 140736864527488 140736864518624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9805/statm: 2456183 10789 2232 9 0 2446860 0
[pid=9805/tid=9806] ppid=9802 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9805/task/9806/stat : 9806 (java) S 9802 9805 5767 0 -1 4202560 2407 0 1 0 12 0 0 0 20 0 22 0 3990799 10060525568 10789 33554432000 1073741824 1073778376 140736864527488 139640347689848 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+0.70023 s]
/proc/loadavg: 3.97 4.05 4.01 4/197 9805
/proc/meminfo: memFree=30873728/32872528 swapFree=248296/248296
[pid=9805] ppid=9802 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/9805/stat : 9805 (java) S 9802 9805 5767 0 -1 4202496 17070 0 1 0 226 5 0 0 20 0 22 0 3990798 10060525568 24865 33554432000 1073741824 1073778376 140736864527488 140736864518624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9805/statm: 2456183 24865 2245 9 0 2446860 0
[pid=9805/tid=9806] ppid=9802 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9805/task/9806/stat : 9806 (java) S 9802 9805 5767 0 -1 4202560 2407 0 1 0 12 0 0 0 20 0 22 0 3990799 10060525568 24865 33554432000 1073741824 1073778376 140736864527488 139640347689848 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 3.89 4.03 4.00 5/219 9827
/proc/meminfo: memFree=30651504/32872528 swapFree=248296/248296
[pid=9805] ppid=9802 vsize=9824732 CPUtime=4.63 cores=1,3,5,7
/proc/9805/stat : 9805 (java) S 9802 9805 5767 0 -1 4202496 22063 0 1 0 456 7 0 0 20 0 22 0 3990798 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 140736864518624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9805/statm: 2456183 49085 2277 9 0 2446860 0
[pid=9805/tid=9806] ppid=9802 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9805/task/9806/stat : 9806 (java) S 9802 9805 5767 0 -1 4202560 2407 0 1 0 12 0 0 0 20 0 22 0 3990799 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640347689848 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9808] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9808/stat : 9808 (java) S 9802 9805 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990799 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640191482280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9809] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9809/stat : 9809 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990799 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640190429736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9810] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9810/stat : 9810 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990799 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640189376680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9811] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9811/stat : 9811 (java) S 9802 9805 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3990799 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640188324136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9812] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9812/stat : 9812 (java) S 9802 9805 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3990799 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640187272104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9813] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9813/stat : 9813 (java) S 9802 9805 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3990799 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640186219560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9814] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9814/stat : 9814 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990799 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640185166504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9815] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9815/stat : 9815 (java) S 9802 9805 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3990799 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640184113960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9816] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9816/stat : 9816 (java) S 9802 9805 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3990800 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640171915624 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9817] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9817/stat : 9817 (java) S 9802 9805 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990801 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640170861944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9818] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9818/stat : 9818 (java) S 9802 9805 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3990801 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640169808776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9819] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9819/stat : 9819 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640168757520 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9820] ppid=9802 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/9805/task/9820/stat : 9820 (java) S 9802 9805 5767 0 -1 4202560 11102 0 0 0 87 2 0 0 20 0 22 0 3990803 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640167705400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9821] ppid=9802 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/9805/task/9821/stat : 9821 (java) S 9802 9805 5767 0 -1 4202560 7039 0 0 0 88 1 0 0 20 0 22 0 3990803 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640166652856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9822] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9822/stat : 9822 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640165599992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9823] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9823/stat : 9823 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640164547656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9824] ppid=9802 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/9805/task/9824/stat : 9824 (java) R 9802 9805 5767 0 -1 4202560 31 0 0 0 129 0 0 0 20 0 22 0 3990813 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640163443448 139640208597424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9825] ppid=9802 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/9805/task/9825/stat : 9825 (java) R 9802 9805 5767 0 -1 4202560 95 0 0 0 129 2 0 0 20 0 22 0 3990813 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640162389432 139640208992226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9826] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9826/stat : 9826 (java) S 9802 9805 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990813 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640161338152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9827] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9827/stat : 9827 (java) S 9802 9805 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990813 10060525568 49085 33554432000 1073741824 1073778376 140736864527488 139640160285608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.89 4.03 4.00 5/219 9827
/proc/meminfo: memFree=30528436/32872528 swapFree=248296/248296
[pid=9805] ppid=9802 vsize=9824732 CPUtime=8.25 cores=1,3,5,7
/proc/9805/stat : 9805 (java) S 9802 9805 5767 0 -1 4202496 22323 0 1 0 811 14 0 0 20 0 22 0 3990798 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 140736864518624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9805/statm: 2456183 88633 2277 9 0 2446860 0
[pid=9805/tid=9806] ppid=9802 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9805/task/9806/stat : 9806 (java) S 9802 9805 5767 0 -1 4202560 2407 0 1 0 12 0 0 0 20 0 22 0 3990799 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640347689848 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9808] ppid=9802 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9805/task/9808/stat : 9808 (java) S 9802 9805 5767 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 3990799 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640191482280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9809] ppid=9802 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9805/task/9809/stat : 9809 (java) S 9802 9805 5767 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 3990799 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640190429736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9810] ppid=9802 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9805/task/9810/stat : 9810 (java) S 9802 9805 5767 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 3990799 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640189376680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9811] ppid=9802 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9805/task/9811/stat : 9811 (java) S 9802 9805 5767 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 3990799 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640188324136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9812] ppid=9802 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9805/task/9812/stat : 9812 (java) S 9802 9805 5767 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 3990799 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640187272104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9813] ppid=9802 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9805/task/9813/stat : 9813 (java) S 9802 9805 5767 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 3990799 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640186219560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9814] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9814/stat : 9814 (java) S 9802 9805 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3990799 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640185166504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9815] ppid=9802 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9805/task/9815/stat : 9815 (java) S 9802 9805 5767 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 3990799 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640184113960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9816] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9816/stat : 9816 (java) S 9802 9805 5767 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 22 0 3990800 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640171915624 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9817] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9817/stat : 9817 (java) S 9802 9805 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990801 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640170861944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9818] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9818/stat : 9818 (java) S 9802 9805 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3990801 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640169808776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9819] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9819/stat : 9819 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640168757520 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9820] ppid=9802 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/9805/task/9820/stat : 9820 (java) S 9802 9805 5767 0 -1 4202560 11103 0 0 0 115 3 0 0 20 0 22 0 3990803 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640167705400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9821] ppid=9802 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/9805/task/9821/stat : 9821 (java) S 9802 9805 5767 0 -1 4202560 7039 0 0 0 92 2 0 0 20 0 22 0 3990803 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640166652856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9822] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9822/stat : 9822 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640165599992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9823] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9823/stat : 9823 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640164547656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9824] ppid=9802 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/9805/task/9824/stat : 9824 (java) R 9802 9805 5767 0 -1 4202560 34 0 0 0 281 0 0 0 20 0 22 0 3990813 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640163443280 139640208622905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9825] ppid=9802 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/9805/task/9825/stat : 9825 (java) R 9802 9805 5767 0 -1 4202560 148 0 0 0 279 4 0 0 20 0 22 0 3990813 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640162389520 139640208690344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9826] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9826/stat : 9826 (java) S 9802 9805 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990813 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640161338152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9827] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9827/stat : 9827 (java) S 9802 9805 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990813 10060525568 88633 33554432000 1073741824 1073778376 140736864527488 139640160285608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.90 4.03 4.00 5/219 9827
/proc/meminfo: memFree=29708960/32872528 swapFree=248296/248296
[pid=9805] ppid=9802 vsize=9824732 CPUtime=14.71 cores=1,3,5,7
/proc/9805/stat : 9805 (java) S 9802 9805 5767 0 -1 4202496 22816 0 1 0 1448 23 0 0 20 0 22 0 3990798 10060525568 190144 33554432000 1073741824 1073778376 140736864527488 140736864518624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9805/statm: 2456183 190144 2277 9 0 2446860 0
[pid=9805/tid=9806] ppid=9802 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9805/task/9806/stat : 9806 (java) S 9802 9805 5767 0 -1 4202560 2407 0 1 0 12 0 0 0 20 0 22 0 3990799 10060525568 190144 33554432000 1073741824 1073778376 140736864527488 139640347689848 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9808] ppid=9802 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9805/task/9808/stat : 9808 (java) S 9802 9805 5767 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 3990799 10060525568 190144 33554432000 1073741824 1073778376 140736864527488 139640191482280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9809] ppid=9802 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9805/task/9809/stat : 9809 (java) S 9802 9805 5767 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 3990799 10060525568 190144 33554432000 1073741824 1073778376 140736864527488 139640190429736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9810] ppid=9802 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9805/task/9810/stat : 9810 (java) S 9802 9805 5767 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 3990799 10060525568 190144 33554432000 1073741824 1073778376 140736864527488 139640189376680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9811] ppid=9802 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9805/task/9811/stat : 9811 (java) S 9802 9805 5767 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 3990799 10060525568 190144 33554432000 1073741824 1073778376 140736864527488 139640188324136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9812] ppid=9802 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9805/task/9812/stat : 9812 (java) S 9802 9805 5767 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 22 0 3990799 10060525568 190144 33554432000 1073741824 1073778376 140736864527488 139640187272104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9813] ppid=9802 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9805/task/9813/stat : 9813 (java) S 9802 9805 5767 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 22 0 3990799 10060525568 190144 33554432000 1073741824 1073778376 140736864527488 139640186219560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9814] ppid=9802 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9805/task/9814/stat : 9814 (java) S 9802 9805 5767 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 3990799 10060525568 190144 33554432000 1073741824 1073778376 140736864527488 139640185166504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9815] ppid=9802 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/9805/task/9810/stat : 9810 (java) S 9802 9805 5767 0 -1 4202560 346 0 0 0 283 6 0 0 20 0 22 0 3990799 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640189376680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9811] ppid=9802 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/9805/task/9811/stat : 9811 (java) S 9802 9805 5767 0 -1 4202560 421 0 0 0 295 8 0 0 20 0 22 0 3990799 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640188324136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9812] ppid=9802 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/9805/task/9812/stat : 9812 (java) S 9802 9805 5767 0 -1 4202560 383 0 0 0 289 9 0 0 20 0 22 0 3990799 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640187272104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9813] ppid=9802 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/9805/task/9813/stat : 9813 (java) S 9802 9805 5767 0 -1 4202560 384 0 0 0 280 8 0 0 20 0 22 0 3990799 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640186219560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9814] ppid=9802 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/9805/task/9814/stat : 9814 (java) S 9802 9805 5767 0 -1 4202560 354 0 0 0 284 7 0 0 20 0 22 0 3990799 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640185166504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9815] ppid=9802 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/9805/task/9815/stat : 9815 (java) S 9802 9805 5767 0 -1 4202560 363 0 0 0 285 9 0 0 20 0 22 0 3990799 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640184113960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9816] ppid=9802 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/9805/task/9816/stat : 9816 (java) S 9802 9805 5767 0 -1 4202560 1369 0 0 0 101 28 0 0 20 0 22 0 3990800 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640171915624 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9817] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9817/stat : 9817 (java) S 9802 9805 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990801 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640170861944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9818] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9818/stat : 9818 (java) S 9802 9805 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3990801 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640169808776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9819] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9819/stat : 9819 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640168757520 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9820] ppid=9802 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/9805/task/9820/stat : 9820 (java) S 9802 9805 5767 0 -1 4202560 16527 0 0 0 164 4 0 0 20 0 22 0 3990803 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640167705400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9821] ppid=9802 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/9805/task/9821/stat : 9821 (java) S 9802 9805 5767 0 -1 4202560 7040 0 0 0 99 2 0 0 20 0 22 0 3990803 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640166652856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9822] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9822/stat : 9822 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640165599992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9823] ppid=9802 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/9805/task/9823/stat : 9823 (java) S 9802 9805 5767 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 3990803 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640164547656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9824] ppid=9802 vsize=9824732 CPUtime=871.41 cores=1,3,5,7
/proc/9805/task/9824/stat : 9824 (java) R 9802 9805 5767 0 -1 4202560 321 0 0 0 87125 16 0 0 20 0 22 0 3990813 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640163442080 139640208583103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9825] ppid=9802 vsize=9824732 CPUtime=871.63 cores=1,3,5,7
/proc/9805/task/9825/stat : 9825 (java) R 9802 9805 5767 0 -1 4202560 1417 0 0 0 87109 54 0 0 20 0 22 0 3990813 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640162388720 139640208689743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9826] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9826/stat : 9826 (java) S 9802 9805 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990813 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640161338152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9827] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9827/stat : 9827 (java) S 9802 9805 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990813 10060525568 526810 33554432000 1073741824 1073778376 140736864527488 139640160285608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1775.05
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.701 s]
/proc/loadavg: 3.87 3.98 3.98 5/219 9919
/proc/meminfo: memFree=28965272/32872528 swapFree=248296/248296
[pid=9805] ppid=9802 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/9805/stat : 9805 (java) S 9802 9805 5767 0 -1 4202496 33426 0 1 0 179843 157 0 0 20 0 22 0 3990798 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 140736864518624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9805/statm: 2456183 524294 2286 9 0 2446860 0
[pid=9805/tid=9806] ppid=9802 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/9805/task/9806/stat : 9806 (java) S 9802 9805 5767 0 -1 4202560 2413 0 1 0 14 3 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640347689848 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9808] ppid=9802 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/9805/task/9808/stat : 9808 (java) S 9802 9805 5767 0 -1 4202560 404 0 0 0 283 7 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640191482280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9809] ppid=9802 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/9805/task/9809/stat : 9809 (java) S 9802 9805 5767 0 -1 4202560 361 0 0 0 275 7 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640190429736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9810] ppid=9802 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/9805/task/9810/stat : 9810 (java) S 9802 9805 5767 0 -1 4202560 346 0 0 0 290 6 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640189376680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9811] ppid=9802 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/9805/task/9811/stat : 9811 (java) S 9802 9805 5767 0 -1 4202560 421 0 0 0 301 8 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640188324136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9812] ppid=9802 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/9805/task/9812/stat : 9812 (java) S 9802 9805 5767 0 -1 4202560 383 0 0 0 295 9 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640187272104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9813] ppid=9802 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/9805/task/9813/stat : 9813 (java) S 9802 9805 5767 0 -1 4202560 384 0 0 0 286 8 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640186219560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9814] ppid=9802 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/9805/task/9814/stat : 9814 (java) S 9802 9805 5767 0 -1 4202560 354 0 0 0 289 7 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640185166504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9815] ppid=9802 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/9805/task/9815/stat : 9815 (java) S 9802 9805 5767 0 -1 4202560 363 0 0 0 290 9 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640184113960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9816] ppid=9802 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/9805/task/9816/stat : 9816 (java) S 9802 9805 5767 0 -1 4202560 1369 0 0 0 101 28 0 0 20 0 22 0 3990800 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640171915624 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9817] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9817/stat : 9817 (java) S 9802 9805 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990801 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640170861944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9818] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9818/stat : 9818 (java) S 9802 9805 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3990801 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640169808776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9819] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9819/stat : 9819 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640168757520 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9820] ppid=9802 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/9805/task/9820/stat : 9820 (java) S 9802 9805 5767 0 -1 4202560 16527 0 0 0 164 4 0 0 20 0 22 0 3990803 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640167705400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9821] ppid=9802 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/9805/task/9821/stat : 9821 (java) S 9802 9805 5767 0 -1 4202560 7040 0 0 0 99 2 0 0 20 0 22 0 3990803 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640166652856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9822] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9822/stat : 9822 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640165599992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9823] ppid=9802 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/9805/task/9823/stat : 9823 (java) S 9802 9805 5767 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 3990803 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640164547656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9824] ppid=9802 vsize=9824732 CPUtime=883.65 cores=1,3,5,7
/proc/9805/task/9824/stat : 9824 (java) R 9802 9805 5767 0 -1 4202560 326 0 0 0 88349 16 0 0 20 0 22 0 3990813 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640163442080 139640208521490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9825] ppid=9802 vsize=9824732 CPUtime=883.87 cores=1,3,5,7
/proc/9805/task/9825/stat : 9825 (java) R 9802 9805 5767 0 -1 4202560 1417 0 0 0 88332 55 0 0 20 0 22 0 3990813 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640162388720 139640208692470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9826] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9826/stat : 9826 (java) S 9802 9805 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990813 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640161338152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9827] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9827/stat : 9827 (java) S 9802 9805 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990813 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640160285608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 9805 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.701 s]
/proc/loadavg: 3.87 3.98 3.98 5/219 9919
/proc/meminfo: memFree=28965272/32872528 swapFree=248296/248296
[pid=9805] ppid=9802 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/9805/stat : 9805 (java) S 9802 9805 5767 0 -1 4202496 33426 0 1 0 179843 157 0 0 20 0 22 0 3990798 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 140736864518624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9805/statm: 2456183 524294 2286 9 0 2446860 0
[pid=9805/tid=9806] ppid=9802 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/9805/task/9806/stat : 9806 (java) S 9802 9805 5767 0 -1 4202560 2413 0 1 0 14 3 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640347689848 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9808] ppid=9802 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/9805/task/9808/stat : 9808 (java) S 9802 9805 5767 0 -1 4202560 404 0 0 0 283 7 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640191482280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9809] ppid=9802 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/9805/task/9809/stat : 9809 (java) S 9802 9805 5767 0 -1 4202560 361 0 0 0 275 7 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640190429736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9810] ppid=9802 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/9805/task/9810/stat : 9810 (java) S 9802 9805 5767 0 -1 4202560 346 0 0 0 290 6 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640189376680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9811] ppid=9802 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/9805/task/9811/stat : 9811 (java) S 9802 9805 5767 0 -1 4202560 421 0 0 0 301 8 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640188324136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9812] ppid=9802 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/9805/task/9812/stat : 9812 (java) S 9802 9805 5767 0 -1 4202560 383 0 0 0 295 9 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640187272104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9813] ppid=9802 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/9805/task/9813/stat : 9813 (java) S 9802 9805 5767 0 -1 4202560 384 0 0 0 286 8 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640186219560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9814] ppid=9802 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/9805/task/9814/stat : 9814 (java) S 9802 9805 5767 0 -1 4202560 354 0 0 0 289 7 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640185166504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9815] ppid=9802 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/9805/task/9815/stat : 9815 (java) S 9802 9805 5767 0 -1 4202560 363 0 0 0 290 9 0 0 20 0 22 0 3990799 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640184113960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9805/tid=9816] ppid=9802 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/9805/task/9816/stat : 9816 (java) S 9802 9805 5767 0 -1 4202560 1369 0 0 0 101 28 0 0 20 0 22 0 3990800 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640171915624 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9817] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9817/stat : 9817 (java) S 9802 9805 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990801 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640170861944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9818] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9818/stat : 9818 (java) S 9802 9805 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3990801 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640169808776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9819] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9819/stat : 9819 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640168757520 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9820] ppid=9802 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/9805/task/9820/stat : 9820 (java) S 9802 9805 5767 0 -1 4202560 16527 0 0 0 164 4 0 0 20 0 22 0 3990803 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640167705400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9821] ppid=9802 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/9805/task/9821/stat : 9821 (java) S 9802 9805 5767 0 -1 4202560 7040 0 0 0 99 2 0 0 20 0 22 0 3990803 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640166652856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9822] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9822/stat : 9822 (java) S 9802 9805 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990803 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640165599992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9805/tid=9823] ppid=9802 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/9805/task/9823/stat : 9823 (java) S 9802 9805 5767 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 3990803 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640164547656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9824] ppid=9802 vsize=9824732 CPUtime=883.65 cores=1,3,5,7
/proc/9805/task/9824/stat : 9824 (java) R 9802 9805 5767 0 -1 4202560 326 0 0 0 88349 16 0 0 20 0 22 0 3990813 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640163442080 139640208521490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9805/tid=9825] ppid=9802 vsize=9824732 CPUtime=883.87 cores=1,3,5,7
/proc/9805/task/9825/stat : 9825 (java) R 9802 9805 5767 0 -1 4202560 1417 0 0 0 88332 55 0 0 20 0 22 0 3990813 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640162388720 139640208692470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9826] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9826/stat : 9826 (java) S 9802 9805 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990813 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640161338152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9805/tid=9827] ppid=9802 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9805/task/9827/stat : 9827 (java) S 9802 9805 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990813 10060525568 524294 33554432000 1073741824 1073778376 140736864527488 139640160285608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 9805 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=100255
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=101680
# CPU time returned by wait4() is 1796.2
# 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): 894.768
CPU time (s): 1800
CPU user time (s): 1798.43
CPU system time (s): 1.57
CPU usage (%): 201.169
Max. virtual memory (cumulated for all children) (KiB): 9825756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.1
system time used= 2.10168
maximum resident set size= 2848812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33470
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33482
involuntary context switches= 42543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.20321 second user time and 8.15376 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 21:36:44
IDJOB=4089828
IDBENCH=107462
IDSOLVER=2543
FILE ID=node103/4089828-1466019404
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v081-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089828-1466019404/watcher-4089828-1466019404 -o /tmp/evaluation-result-4089828-1466019404/solver-4089828-1466019404 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089828-1466019404.opb

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

MD5SUM BENCH= 81a826667ee52016133e00717cdeea19
RANDOM SEED=2044449375

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30882184 kB
Buffers:          130768 kB
Cached:           344620 kB
SwapCached:            0 kB
Active:           696068 kB
Inactive:         329332 kB
Active(anon):     552452 kB
Inactive(anon):        0 kB
Active(file):     143616 kB
Inactive(file):   329332 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1416 kB
Writeback:             0 kB
AnonPages:        756728 kB
Mapped:            21564 kB
Shmem:               204 kB
Slab:             575276 kB
SReclaimable:      18972 kB
SUnreclaim:       556304 kB
KernelStack:        1784 kB
PageTables:         5636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1301160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    450560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node103 at 2016-06-15 21:51:39