Trace number 4100842

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.9 897.344

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-forplan.opb
MD5SUM4cdda58963f46d542400f05ed7600db2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12528
Total number of constraints155
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints155
Minimum length of a constraint27
Maximum length of a constraint9090
Number of terms in the objective function 9340
Biggest coefficient in the objective function 2973
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 531813
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531813
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4100842-1466211599.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.59/0.84	c ... done. Wall clock time 0.735s.
1.59/0.84	c declared #vars     12528
1.59/0.84	c #constraints  245
1.59/0.84	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.59/0.84	c constraints type 
1.59/0.84	c org.sat4j.specs.Constr$1 => 10
1.59/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 235
1.59/0.84	c 245 constraints processed.
1.59/0.84	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.59/0.84	c constraints type 
1.59/0.84	c org.sat4j.specs.Constr$1 => 10
1.59/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 235
1.59/0.84	c 245 constraints processed.
1.59/0.84	c objective function length is 9340 literals
3.84/1.50	c cleaning 2501 clauses out of 5003 with flag 10022/5003
5.35/2.11	c cleaning 4250 clauses out of 8500 with flag 22402/11001
6.35/2.68	c cleaning 5623 clauses out of 11250 with flag 36644/18001
9.89/4.10	c cleaning 6812 clauses out of 13624 with flag 54776/26000
17.06/7.50	c cleaning 7904 clauses out of 15813 with flag 73640/35001
27.32/12.43	c cleaning 8953 clauses out of 17910 with flag 93838/45002
38.98/18.17	c cleaning 9978 clauses out of 19956 with flag 115877/56001
52.48/24.81	c cleaning 10993 clauses out of 21986 with flag 139917/68009
66.79/31.95	c cleaning 11995 clauses out of 23989 with flag 165953/81005
81.57/39.34	c cleaning 12993 clauses out of 25998 with flag 194098/95009
98.52/47.71	c cleaning 13999 clauses out of 27997 with flag 224191/110001
115.53/56.24	c cleaning 14994 clauses out of 30001 with flag 256353/126004
133.88/65.33	c cleaning 15999 clauses out of 32005 with flag 290733/143002
155.30/76.08	c cleaning 17005 clauses out of 34018 with flag 326904/161014
179.07/87.85	c cleaning 17992 clauses out of 36002 with flag 364975/180003
204.66/100.67	c cleaning 18997 clauses out of 38007 with flag 407088/200000
230.99/113.77	c cleaning 20006 clauses out of 40012 with flag 452745/221002
259.58/128.05	c cleaning 21006 clauses out of 42011 with flag 497592/243007
289.25/142.82	c cleaning 22001 clauses out of 44002 with flag 543909/266004
318.11/157.24	c cleaning 22985 clauses out of 45997 with flag 592142/290000
352.91/174.63	c cleaning 24000 clauses out of 48016 with flag 642388/315004
391.03/193.64	c cleaning 24998 clauses out of 50012 with flag 694667/341000
432.79/214.86	c cleaning 26004 clauses out of 52018 with flag 750815/368004
472.64/234.76	c cleaning 26999 clauses out of 54013 with flag 809492/396003
511.08/253.96	c cleaning 28001 clauses out of 56016 with flag 869512/425005
552.23/274.42	c cleaning 29000 clauses out of 58011 with flag 942836/455001
591.01/293.78	c cleaning 29996 clauses out of 60010 with flag 1014602/486000
629.67/313.09	c cleaning 31001 clauses out of 62018 with flag 1097038/518004
672.63/334.50	c cleaning 31995 clauses out of 64014 with flag 1182516/551001
720.51/358.21	c cleaning 33020 clauses out of 66040 with flag 1271691/585022
744.06/369.99	c cleaning 33992 clauses out of 67996 with flag 1362903/620000
767.72/381.79	c cleaning 34998 clauses out of 70004 with flag 1455312/656001
787.78/391.71	c cleaning 35996 clauses out of 72004 with flag 1566755/693001
812.34/404.42	c cleaning 37002 clauses out of 74008 with flag 1721667/731001
839.63/418.05	c cleaning 37989 clauses out of 76005 with flag 1884852/770000
898.69/447.45	c cleaning 39005 clauses out of 78032 with flag 2006326/810017
996.68/496.37	c cleaning 39996 clauses out of 80017 with flag 2088591/851007
1090.31/543.06	c cleaning 40998 clauses out of 82017 with flag 2172880/893003
1185.29/590.34	c cleaning 41995 clauses out of 84018 with flag 2259221/936002
1283.91/639.56	c cleaning 43004 clauses out of 86022 with flag 2347662/980001
1387.31/691.51	c cleaning 43998 clauses out of 88022 with flag 2438177/1025005
1520.32/757.82	c cleaning 44998 clauses out of 90019 with flag 2530803/1071000
1655.79/825.32	c cleaning 45999 clauses out of 92023 with flag 2625530/1118002
1775.03/884.86	c cleaning 46994 clauses out of 94022 with flag 2722286/1166000
1800.16/897.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/897.30	c starts		: 4154
1800.16/897.30	c conflicts		: 1177076
1800.16/897.30	c decisions		: 1779204
1800.16/897.30	c propagations		: 432616522
1800.16/897.30	c inspects		: 9076769246
1800.16/897.30	c shortcuts		: 0
1800.16/897.30	c learnt literals	: 8
1800.16/897.30	c learnt binary clauses	: 48
1800.16/897.30	c learnt ternary clauses	: 100
1800.16/897.30	c learnt constraints	: 1177069
1800.16/897.30	c ignored constraints	: 0
1800.16/897.30	c root simplifications	: 0
1800.16/897.30	c removed literals (reason simplification)	: 8338323
1800.16/897.30	c reason swapping (by a shorter reason)	: 0
1800.16/897.30	c Calls to reduceDB	: 44
1800.16/897.30	c Number of update (reduction) of LBD	: 88564
1800.16/897.31	c Imported unit clauses	: 0
1800.16/897.31	c number of reductions to clauses (during analyze)	: 0
1800.16/897.31	c number of learned constraints concerned by reduction	: 0
1800.16/897.31	c number of learning phase by resolution	: 0
1800.16/897.31	c number of learning phase by cutting planes	: 0
1800.16/897.31	c speed (assignments/second)	: 482614.9535754646
1800.16/897.31	c non guided choices	13887
1800.16/897.33	c learnt constraints type 
1800.16/897.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
1800.16/897.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58057
1800.16/897.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/897.33	c starts		: 8
1800.16/897.33	c conflicts		: 3252
1800.16/897.33	c decisions		: 292507
1800.16/897.33	c propagations		: 607583
1800.16/897.33	c inspects		: 142158071
1800.16/897.33	c shortcuts		: 0
1800.16/897.33	c learnt literals	: 0
1800.16/897.33	c learnt binary clauses	: 0
1800.16/897.33	c learnt ternary clauses	: 0
1800.16/897.33	c learnt constraints	: 3252
1800.16/897.33	c ignored constraints	: 0
1800.16/897.33	c root simplifications	: 0
1800.16/897.33	c removed literals (reason simplification)	: 0
1800.16/897.33	c reason swapping (by a shorter reason)	: 0
1800.16/897.33	c Calls to reduceDB	: 0
1800.16/897.33	c Number of update (reduction) of LBD	: 0
1800.16/897.33	c Imported unit clauses	: 0
1800.16/897.33	c number of reductions to clauses (during analyze)	: 0
1800.16/897.33	c number of learned constraints concerned by reduction	: 0
1800.16/897.33	c number of learning phase by resolution	: 0
1800.16/897.33	c number of learning phase by cutting planes	: 0
1800.16/897.33	c speed (assignments/second)	: 677.7860452041057
1800.16/897.33	c non guided choices	0
1800.16/897.33	c learnt constraints type 
1800.16/897.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 39
1800.16/897.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3213
1800.16/897.33	s UNKNOWN
1800.16/897.33	c Total wall clock time (in seconds): 897.225

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-4100842-1466211599/watcher-4100842-1466211599 -o /tmp/evaluation-result-4100842-1466211599/solver-4100842-1466211599 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100842-1466211599.opb 

pid=15785
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: 4.37 4.11 4.04 4/197 15788
/proc/meminfo: memFree=28831736/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23209855 98570240 977 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 24065 978 744 9 0 16771 0
[pid=15788/tid=15789] ppid=15785 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) R 15785 15788 13538 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23209856 98570240 978 33554432000 1073741824 1073778376 140734081645168 140533652684328 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 4.37 4.11 4.04 4/197 15788
/proc/meminfo: memFree=28831736/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 4507 0 1 0 10 1 0 0 20 0 18 0 23209855 9787879424 6142 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 2389619 6142 2158 9 0 2380296 0
[pid=15788/tid=15789] ppid=15785 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) R 15785 15788 13538 0 -1 4202560 2391 0 1 0 6 2 0 0 20 0 18 0 23209856 9787879424 6142 33554432000 1073741824 1073778376 140734081645168 140533652687776 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200394 s]
/proc/loadavg: 4.37 4.11 4.04 4/197 15788
/proc/meminfo: memFree=28831736/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 5041 0 1 0 29 1 0 0 20 0 18 0 23209855 9787879424 7503 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 2389619 7503 2223 9 0 2380296 0
[pid=15788/tid=15789] ppid=15785 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) R 15785 15788 13538 0 -1 4202560 2407 0 1 0 16 2 0 0 20 0 18 0 23209856 9787879424 7503 33554432000 1073741824 1073778376 140734081645168 140533652688856 140533655974864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300294 s]
/proc/loadavg: 4.37 4.11 4.04 4/197 15788
/proc/meminfo: memFree=28831736/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 5370 0 1 0 48 1 0 0 20 0 18 0 23209855 9787879424 10158 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 2389619 10158 2236 9 0 2380296 0
[pid=15788/tid=15789] ppid=15785 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) R 15785 15788 13538 0 -1 4202560 2415 0 1 0 26 2 0 0 20 0 18 0 23209856 9787879424 10158 33554432000 1073741824 1073778376 140734081645168 140533652688856 140533494249020 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.70036 s]
/proc/loadavg: 4.37 4.11 4.04 4/197 15788
/proc/meminfo: memFree=28831736/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=9558476 CPUtime=1.38 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 15093 0 1 0 133 5 0 0 20 0 18 0 23209855 9787879424 40456 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 2389619 40456 2247 9 0 2380296 0
[pid=15788/tid=15789] ppid=15785 vsize=9558476 CPUtime=0.68 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) R 15785 15788 13538 0 -1 4202560 2462 0 1 0 65 3 0 0 20 0 18 0 23209856 9787879424 40456 33554432000 1073741824 1073778376 140734081645168 140533652687736 140533494611109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.37 4.11 4.04 7/219 15810
/proc/meminfo: memFree=28583592/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 19277 0 1 0 374 10 0 0 20 0 22 0 23209855 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 2456183 53260 2283 9 0 2446860 0
[pid=15788/tid=15789] ppid=15785 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) S 15785 15788 13538 0 -1 4202560 2487 0 1 0 75 4 0 0 20 0 22 0 23209856 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533652689784 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15791] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15791/stat : 15791 (java) S 15785 15788 13538 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23209856 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533614180904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15792] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15792/stat : 15792 (java) S 15785 15788 13538 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23209856 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533613128104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15793] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15793/stat : 15793 (java) S 15785 15788 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23209856 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533494180136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15794] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15794/stat : 15794 (java) S 15785 15788 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23209856 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533493127336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15795] ppid=15785 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15788/task/15795/stat : 15795 (java) S 15785 15788 13538 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23209856 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533492075560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15796] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15796/stat : 15796 (java) S 15785 15788 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23209856 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533491022760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15797] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15797/stat : 15797 (java) S 15785 15788 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23209856 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533489969960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15798] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15798/stat : 15798 (java) S 15785 15788 13538 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23209856 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533488917160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15799] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15799/stat : 15799 (java) S 15785 15788 13538 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23209857 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533006588392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15800] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15800/stat : 15800 (java) S 15785 15788 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23209858 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533005534456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15801] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15801/stat : 15801 (java) S 15785 15788 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23209858 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533004481544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15802] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15802/stat : 15802 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533003430032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15803] ppid=15785 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/15788/task/15803/stat : 15803 (java) S 15785 15788 13538 0 -1 4202560 8994 0 0 0 86 2 0 0 20 0 22 0 23209860 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533002378168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15804] ppid=15785 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/15788/task/15804/stat : 15804 (java) S 15785 15788 13538 0 -1 4202560 6325 0 0 0 70 2 0 0 20 0 22 0 23209860 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533001325368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15805] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15805/stat : 15805 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140533000272760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15806] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15806/stat : 15806 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140532999220168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15807] ppid=15785 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/15788/task/15807/stat : 15807 (java) R 15785 15788 13538 0 -1 4202560 24 0 0 0 62 0 0 0 20 0 22 0 23209940 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140532998163192 140533494210175 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15808] ppid=15785 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/15788/task/15808/stat : 15808 (java) R 15785 15788 13538 0 -1 4202560 23 0 0 0 63 0 0 0 20 0 22 0 23209940 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140532997112072 140533494267303 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15809] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15809/stat : 15809 (java) S 15785 15788 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23209946 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140532996060072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15810] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15810/stat : 15810 (java) S 15785 15788 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23209946 10060525568 53260 33554432000 1073741824 1073778376 140734081645168 140532995007272 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.37 4.11 4.04 5/220 15813
/proc/meminfo: memFree=28543192/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=9824732 CPUtime=7.4 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 20267 0 1 0 725 15 0 0 20 0 22 0 23209855 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 2456183 68976 2283 9 0 2446860 0
[pid=15788/tid=15789] ppid=15785 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) S 15785 15788 13538 0 -1 4202560 2487 0 1 0 75 4 0 0 20 0 22 0 23209856 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533652689784 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15791] ppid=15785 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15788/task/15791/stat : 15791 (java) S 15785 15788 13538 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 23209856 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533614180904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15792] ppid=15785 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15788/task/15792/stat : 15792 (java) S 15785 15788 13538 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 23209856 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533613128104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15793] ppid=15785 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15788/task/15793/stat : 15793 (java) S 15785 15788 13538 0 -1 4202560 116 0 0 0 1 1 0 0 20 0 22 0 23209856 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533494180136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15794] ppid=15785 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15788/task/15794/stat : 15794 (java) S 15785 15788 13538 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 23209856 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533493127336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15795] ppid=15785 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15788/task/15795/stat : 15795 (java) S 15785 15788 13538 0 -1 4202560 80 0 0 0 2 0 0 0 20 0 22 0 23209856 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533492075560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15796] ppid=15785 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15788/task/15796/stat : 15796 (java) S 15785 15788 13538 0 -1 4202560 42 0 0 0 2 0 0 0 20 0 22 0 23209856 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533491022760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15797] ppid=15785 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15788/task/15797/stat : 15797 (java) S 15785 15788 13538 0 -1 4202560 114 0 0 0 3 2 0 0 20 0 22 0 23209856 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533489969960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15798] ppid=15785 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15788/task/15798/stat : 15798 (java) S 15785 15788 13538 0 -1 4202560 94 0 0 0 2 0 0 0 20 0 22 0 23209856 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533488917160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15799] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15799/stat : 15799 (java) S 15785 15788 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23209857 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533006588392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15800] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15800/stat : 15800 (java) S 15785 15788 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23209858 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533005534456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15801] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15801/stat : 15801 (java) S 15785 15788 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23209858 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533004481544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15802] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15802/stat : 15802 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533003430032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15803] ppid=15785 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/15788/task/15803/stat : 15803 (java) S 15785 15788 13538 0 -1 4202560 8995 0 0 0 100 2 0 0 20 0 22 0 23209860 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533002378168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15804] ppid=15785 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/15788/task/15804/stat : 15804 (java) S 15785 15788 13538 0 -1 4202560 6876 0 0 0 84 2 0 0 20 0 22 0 23209860 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533001325368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15805] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15805/stat : 15805 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140533000272760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15806] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15806/stat : 15806 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140532999220168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15807] ppid=15785 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/15788/task/15807/stat : 15807 (java) R 15785 15788 13538 0 -1 4202560 27 0 0 0 218 0 0 0 20 0 22 0 23209940 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140532998163208 140533494743997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15808] ppid=15785 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/15788/task/15808/stat : 15808 (java) R 15785 15788 13538 0 -1 4202560 33 0 0 0 217 0 0 0 20 0 22 0 23209940 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140532997111824 140533495211024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15809] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15809/stat : 15809 (java) S 15785 15788 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23209946 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140532996060072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15810] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15810/stat : 15810 (java) S 15785 15788 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23209946 10060525568 68976 33554432000 1073741824 1073778376 140734081645168 140532995007272 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.42 4.13 4.05 11/220 15813
/proc/meminfo: memFree=28370564/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=9824732 CPUtime=14.63 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 23480 0 1 0 1438 25 0 0 20 0 22 0 23209855 10060525568 105708 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 2456183 105708 2283 9 0 2446860 0
[pid=15788/tid=15789] ppid=15785 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) S 15785 15788 13538 0 -1 4202560 2487 0 1 0 75 4 0 0 20 0 22 0 23209856 10060525568 105708 33554432000 1073741824 1073778376 140734081645168 140533652689784 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15791] ppid=15785 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15788/task/15791/stat : 15791 (java) S 15785 15788 13538 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 22 0 23209856 10060525568 105708 33554432000 1073741824 1073778376 140734081645168 140533614180904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15792] ppid=15785 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15788/task/15792/stat : 15792 (java) S 15785 15788 13538 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 22 0 23209856 10060525568 105708 33554432000 1073741824 1073778376 140734081645168 140533613128104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15793] ppid=15785 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15788/task/15793/stat : 15793 (java) S 15785 15788 13538 0 -1 4202560 127 0 0 0 3 2 0 0 20 0 22 0 23209856 10060525568 105708 33554432000 1073741824 1073778376 140734081645168 140533494180136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15794] ppid=15785 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/15788/task/15794/stat : 15794 (java) S 15785 15788 13538 0 -1 4202560 71 0 0 0 7 3 0 0 20 0 22 0 23209856 10060525568 105708 33554432000 1073741824 1073778376 140734081645168 140533493127336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15795] ppid=15785 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/15788/task/15795/stat : 15795 (java) S 15785 15788 13538 0 -1 4202560 102 0 0 0 7 3 0 0 20 0 22 0 23209856 10060525568 105708 33554432000 1073741824 1073778376 140734081645168 140533492075560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15796] ppid=15785 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15788/task/15796/stat : 15796 (java) S 15785 15788 13538 0 -1 4202560 65 0 0 0 3 1 0 0 20 0 22 0 23209856 10060525568 105708 33554432000 1073741824 1073778376 140734081645168 140533491022760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15797] ppid=15785 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/15788/task/15797/stat : 15797 (java) S 15785 15788 13538 0 -1 4202560 127 0 0 0 6 3 0 0 20 0 22 0 23209856 10060525568 105708 33554432000 1073741824 1073778376 140734081645168 140533489969960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15798] ppid=15785 vsize=9824732 CPUtime=0.12 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.07 4.11 4.09 5/219 16128
/proc/meminfo: memFree=28749364/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=9824732 CPUtime=1770.05 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 34307 0 1 0 176822 183 0 0 20 0 22 0 23209855 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 2456183 366914 2292 9 0 2446860 0
[pid=15788/tid=15789] ppid=15785 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) S 15785 15788 13538 0 -1 4202560 2492 0 1 0 78 5 0 0 20 0 22 0 23209856 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533652689784 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15791] ppid=15785 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/15788/task/15791/stat : 15791 (java) S 15785 15788 13538 0 -1 4202560 345 0 0 0 160 11 0 0 20 0 22 0 23209856 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533614180904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15792] ppid=15785 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/15788/task/15792/stat : 15792 (java) S 15785 15788 13538 0 -1 4202560 374 0 0 0 159 13 0 0 20 0 22 0 23209856 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533613128104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15793] ppid=15785 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/15788/task/15793/stat : 15793 (java) S 15785 15788 13538 0 -1 4202560 394 0 0 0 153 10 0 0 20 0 22 0 23209856 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533494180136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15794] ppid=15785 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/15788/task/15794/stat : 15794 (java) S 15785 15788 13538 0 -1 4202560 361 0 0 0 173 14 0 0 20 0 22 0 23209856 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533493127336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15795] ppid=15785 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/15788/task/15795/stat : 15795 (java) S 15785 15788 13538 0 -1 4202560 532 0 0 0 165 15 0 0 20 0 22 0 23209856 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533492075560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15796] ppid=15785 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/15788/task/15796/stat : 15796 (java) S 15785 15788 13538 0 -1 4202560 512 0 0 0 160 13 0 0 20 0 22 0 23209856 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533491022760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15797] ppid=15785 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/15788/task/15797/stat : 15797 (java) S 15785 15788 13538 0 -1 4202560 429 0 0 0 156 15 0 0 20 0 22 0 23209856 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533489969960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15798] ppid=15785 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/15788/task/15798/stat : 15798 (java) S 15785 15788 13538 0 -1 4202560 462 0 0 0 158 11 0 0 20 0 22 0 23209856 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533488917160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15799] ppid=15785 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/15788/task/15799/stat : 15799 (java) S 15785 15788 13538 0 -1 4202560 3446 0 0 0 261 20 0 0 20 0 22 0 23209857 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533006588392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15800] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15800/stat : 15800 (java) S 15785 15788 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23209858 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533005534456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15801] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15801/stat : 15801 (java) S 15785 15788 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23209858 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533004481544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15802] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15802/stat : 15802 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533003430032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15803] ppid=15785 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/15788/task/15803/stat : 15803 (java) S 15785 15788 13538 0 -1 4202560 13175 0 0 0 230 3 0 0 20 0 22 0 23209860 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533002378168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15804] ppid=15785 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/15788/task/15804/stat : 15804 (java) S 15785 15788 13538 0 -1 4202560 8357 0 0 0 105 2 0 0 20 0 22 0 23209860 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533001325368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15805] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15805/stat : 15805 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140533000272760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15806] ppid=15785 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/15788/task/15806/stat : 15806 (java) S 15785 15788 13538 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 22 0 23209860 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140532999220168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15807] ppid=15785 vsize=9824732 CPUtime=874.57 cores=1,3,5,7
/proc/15788/task/15807/stat : 15807 (java) R 15785 15788 13538 0 -1 4202560 1590 0 0 0 87419 38 0 0 20 0 22 0 23209940 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140532998163088 140533495140704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15808] ppid=15785 vsize=9824732 CPUtime=874.57 cores=1,3,5,7
/proc/15788/task/15808/stat : 15808 (java) R 15785 15788 13538 0 -1 4202560 521 0 0 0 87432 25 0 0 20 0 22 0 23209940 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140532997110832 140533495047271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15809] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15809/stat : 15809 (java) S 15785 15788 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23209946 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140532996060072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15810] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15810/stat : 15810 (java) S 15785 15788 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23209946 10060525568 366914 33554432000 1073741824 1073778376 140734081645168 140532995007272 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1770.05
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.301 s]
/proc/loadavg: 4.06 4.10 4.08 5/219 16129
/proc/meminfo: memFree=28531104/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 34335 0 1 0 179831 185 0 0 20 0 22 0 23209855 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 2456183 369824 2292 9 0 2446860 0
[pid=15788/tid=15789] ppid=15785 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) S 15785 15788 13538 0 -1 4202560 2492 0 1 0 78 5 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533652689784 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15791] ppid=15785 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/15788/task/15791/stat : 15791 (java) S 15785 15788 13538 0 -1 4202560 346 0 0 0 164 11 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533614180904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15792] ppid=15785 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/15788/task/15792/stat : 15792 (java) S 15785 15788 13538 0 -1 4202560 378 0 0 0 165 13 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533613128104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15793] ppid=15785 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/15788/task/15793/stat : 15793 (java) S 15785 15788 13538 0 -1 4202560 400 0 0 0 157 11 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533494180136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15794] ppid=15785 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/15788/task/15794/stat : 15794 (java) S 15785 15788 13538 0 -1 4202560 361 0 0 0 175 14 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533493127336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15795] ppid=15785 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/15788/task/15795/stat : 15795 (java) S 15785 15788 13538 0 -1 4202560 535 0 0 0 168 15 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533492075560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15796] ppid=15785 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/15788/task/15796/stat : 15796 (java) S 15785 15788 13538 0 -1 4202560 516 0 0 0 164 13 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533491022760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15797] ppid=15785 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/15788/task/15797/stat : 15797 (java) S 15785 15788 13538 0 -1 4202560 430 0 0 0 158 15 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533489969960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15798] ppid=15785 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/15788/task/15798/stat : 15798 (java) S 15785 15788 13538 0 -1 4202560 465 0 0 0 160 11 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533488917160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15799] ppid=15785 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/15788/task/15799/stat : 15799 (java) S 15785 15788 13538 0 -1 4202560 3446 0 0 0 261 21 0 0 20 0 22 0 23209857 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533006588392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15800] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15800/stat : 15800 (java) S 15785 15788 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23209858 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533005534456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15801] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15801/stat : 15801 (java) S 15785 15788 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23209858 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533004481544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15802] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15802/stat : 15802 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533003430032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15803] ppid=15785 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/15788/task/15803/stat : 15803 (java) S 15785 15788 13538 0 -1 4202560 13175 0 0 0 230 3 0 0 20 0 22 0 23209860 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533002378168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15804] ppid=15785 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/15788/task/15804/stat : 15804 (java) S 15785 15788 13538 0 -1 4202560 8357 0 0 0 105 2 0 0 20 0 22 0 23209860 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533001325368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15805] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15805/stat : 15805 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533000272760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15806] ppid=15785 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/15788/task/15806/stat : 15806 (java) S 15785 15788 13538 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 22 0 23209860 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140532999220168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15807] ppid=15785 vsize=9824732 CPUtime=889.48 cores=1,3,5,7
/proc/15788/task/15807/stat : 15807 (java) R 15785 15788 13538 0 -1 4202560 1590 0 0 0 88910 38 0 0 20 0 22 0 23209940 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140532998163984 140533495008284 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15808] ppid=15785 vsize=9824732 CPUtime=889.48 cores=1,3,5,7
/proc/15788/task/15808/stat : 15808 (java) R 15785 15788 13538 0 -1 4202560 527 0 0 0 88923 25 0 0 20 0 22 0 23209940 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140532997110288 140533495020710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15809] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15809/stat : 15809 (java) S 15785 15788 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23209946 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140532996060072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15810] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15810/stat : 15810 (java) S 15785 15788 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23209946 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140532995007272 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 15788 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.301 s]
/proc/loadavg: 4.06 4.10 4.08 5/219 16129
/proc/meminfo: memFree=28531104/32872528 swapFree=163656/177964
[pid=15788] ppid=15785 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13538 0 -1 4202496 34335 0 1 0 179831 185 0 0 20 0 22 0 23209855 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140734081636304 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15788/statm: 2456183 369824 2292 9 0 2446860 0
[pid=15788/tid=15789] ppid=15785 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/15788/task/15789/stat : 15789 (java) S 15785 15788 13538 0 -1 4202560 2492 0 1 0 78 5 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533652689784 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15791] ppid=15785 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/15788/task/15791/stat : 15791 (java) S 15785 15788 13538 0 -1 4202560 346 0 0 0 164 11 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533614180904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15792] ppid=15785 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/15788/task/15792/stat : 15792 (java) S 15785 15788 13538 0 -1 4202560 378 0 0 0 165 13 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533613128104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15793] ppid=15785 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/15788/task/15793/stat : 15793 (java) S 15785 15788 13538 0 -1 4202560 400 0 0 0 157 11 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533494180136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15794] ppid=15785 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/15788/task/15794/stat : 15794 (java) S 15785 15788 13538 0 -1 4202560 361 0 0 0 175 14 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533493127336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15795] ppid=15785 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/15788/task/15795/stat : 15795 (java) S 15785 15788 13538 0 -1 4202560 535 0 0 0 168 15 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533492075560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15796] ppid=15785 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/15788/task/15796/stat : 15796 (java) S 15785 15788 13538 0 -1 4202560 516 0 0 0 164 13 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533491022760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15797] ppid=15785 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/15788/task/15797/stat : 15797 (java) S 15785 15788 13538 0 -1 4202560 430 0 0 0 158 15 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533489969960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15798] ppid=15785 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/15788/task/15798/stat : 15798 (java) S 15785 15788 13538 0 -1 4202560 465 0 0 0 160 11 0 0 20 0 22 0 23209856 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533488917160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15799] ppid=15785 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/15788/task/15799/stat : 15799 (java) S 15785 15788 13538 0 -1 4202560 3446 0 0 0 261 21 0 0 20 0 22 0 23209857 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533006588392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15800] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15800/stat : 15800 (java) S 15785 15788 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23209858 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533005534456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15801] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15801/stat : 15801 (java) S 15785 15788 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23209858 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533004481544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15802] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15802/stat : 15802 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533003430032 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15803] ppid=15785 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/15788/task/15803/stat : 15803 (java) S 15785 15788 13538 0 -1 4202560 13175 0 0 0 230 3 0 0 20 0 22 0 23209860 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533002378168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15804] ppid=15785 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/15788/task/15804/stat : 15804 (java) S 15785 15788 13538 0 -1 4202560 8357 0 0 0 105 2 0 0 20 0 22 0 23209860 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533001325368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15788/tid=15805] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15805/stat : 15805 (java) S 15785 15788 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23209860 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140533000272760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15806] ppid=15785 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/15788/task/15806/stat : 15806 (java) S 15785 15788 13538 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 22 0 23209860 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140532999220168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15807] ppid=15785 vsize=9824732 CPUtime=889.48 cores=1,3,5,7
/proc/15788/task/15807/stat : 15807 (java) R 15785 15788 13538 0 -1 4202560 1590 0 0 0 88910 38 0 0 20 0 22 0 23209940 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140532998163984 140533495008284 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15788/tid=15808] ppid=15785 vsize=9824732 CPUtime=889.48 cores=1,3,5,7
/proc/15788/task/15808/stat : 15808 (java) R 15785 15788 13538 0 -1 4202560 527 0 0 0 88923 25 0 0 20 0 22 0 23209940 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140532997110288 140533495020710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15788/tid=15809] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15809/stat : 15809 (java) S 15785 15788 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23209946 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140532996060072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15788/tid=15810] ppid=15785 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15788/task/15810/stat : 15810 (java) S 15785 15788 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23209946 10060525568 369824 33554432000 1073741824 1073778376 140734081645168 140532995007272 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 897.344
CPU time (s): 1800.9
CPU user time (s): 1798.55
CPU system time (s): 2.34964
CPU usage (%): 200.692
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 2.34964
maximum resident set size= 2987692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34385
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28414
involuntary context switches= 33893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2009 second user time and 6.15806 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 02:59:59
IDJOB=4100842
IDBENCH=1668
IDSOLVER=2543
FILE ID=node105/4100842-1466211599
RUNJOBID= node105-1466206102-13555
PBS_JOBID= 19918167
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 4cdda58963f46d542400f05ed7600db2
RANDOM SEED=1863669242

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28832380 kB
Buffers:           40948 kB
Cached:            83140 kB
SwapCached:         1776 kB
Active:          3075496 kB
Inactive:          79172 kB
Active(anon):    3031832 kB
Inactive(anon):     1384 kB
Active(file):      43664 kB
Inactive(file):    77788 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097092 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:       3279632 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             570832 kB
SReclaimable:      14676 kB
SUnreclaim:       556156 kB
KernelStack:        1808 kB
PageTables:        10892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3662736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3065856 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= 71744 MiB
End job on node105 at 2016-06-18 03:14:57