Trace number 4103602

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.62 896.953

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-maros.opb
MD5SUMa4588bb38746a3d57566a2a5df85a941
Bench CategoryOPT-BIGINT (optimisation, big 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 variables42240
Total number of constraints836
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 constraints836
Minimum length of a constraint30
Maximum length of a constraint4740
Number of terms in the objective function 10110
Biggest coefficient in the objective function 330175610880000000
Number of bits for the biggest coefficient in the objective function 59
Sum of the numbers in the objective function 14934064445704252926
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 330175610880000000
Number of bits of the biggest number in a constraint 59
Biggest sum of numbers in a constraint 14934064445704252926
Number of bits of the biggest sum of numbers64
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103602-1466243886.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
2.31/1.33	c ... done. Wall clock time 1.215s.
2.31/1.33	c declared #vars     42240
2.31/1.33	c #constraints  1158
2.31/1.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.31/1.33	c constraints type 
2.31/1.33	c org.sat4j.specs.Constr$1 => 13
2.31/1.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1145
2.31/1.33	c 1158 constraints processed.
2.31/1.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.31/1.33	c constraints type 
2.31/1.33	c org.sat4j.specs.Constr$1 => 13
2.31/1.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1145
2.31/1.33	c 1158 constraints processed.
2.31/1.33	c objective function length is 10110 literals
7.68/3.31	c cleaning 2480 clauses out of 4960 with flag 12831/5001
9.59/4.26	c cleaning 4239 clauses out of 8480 with flag 24899/11001
12.09/5.46	c cleaning 5621 clauses out of 11241 with flag 38909/18001
15.03/6.88	c cleaning 6805 clauses out of 13619 with flag 55028/26000
18.28/8.44	c cleaning 7906 clauses out of 15814 with flag 73795/35000
22.30/10.32	c cleaning 8952 clauses out of 17908 with flag 93814/45000
26.50/12.48	c cleaning 9975 clauses out of 19956 with flag 115847/56000
31.30/14.86	c cleaning 10991 clauses out of 21985 with flag 139868/68004
36.50/17.49	c cleaning 11994 clauses out of 23990 with flag 166083/81000
42.70/20.53	c cleaning 12992 clauses out of 25996 with flag 194169/95000
49.65/23.97	c cleaning 14002 clauses out of 28006 with flag 224229/110002
56.87/27.56	c cleaning 14998 clauses out of 30004 with flag 256451/126002
64.85/31.55	c cleaning 15997 clauses out of 32006 with flag 290826/143002
73.45/35.90	c cleaning 17004 clauses out of 34008 with flag 326863/161001
83.26/40.80	c cleaning 17998 clauses out of 36003 with flag 364897/180000
94.26/46.20	c cleaning 19002 clauses out of 38006 with flag 404936/200001
104.65/51.36	c cleaning 19999 clauses out of 40003 with flag 446970/221000
117.45/57.74	c cleaning 21004 clauses out of 42007 with flag 490986/243003
132.49/65.18	c cleaning 21996 clauses out of 44001 with flag 537097/266001
147.89/72.81	c cleaning 23001 clauses out of 46005 with flag 585362/290001
163.88/80.82	c cleaning 23997 clauses out of 48003 with flag 635589/315000
180.50/89.14	c cleaning 24999 clauses out of 50006 with flag 687934/341000
197.28/97.50	c cleaning 26001 clauses out of 52007 with flag 744221/368000
215.28/106.53	c cleaning 27000 clauses out of 54007 with flag 802816/396001
237.19/117.35	c cleaning 27999 clauses out of 56006 with flag 863813/425000
256.59/127.07	c cleaning 29004 clauses out of 58008 with flag 933692/455001
281.03/139.52	c cleaning 30000 clauses out of 60000 with flag 1000341/486000
298.64/148.39	c cleaning 31001 clauses out of 62002 with flag 1065455/518002
329.24/163.66	c cleaning 31999 clauses out of 63999 with flag 1132501/551000
357.46/177.69	c cleaning 32992 clauses out of 66001 with flag 1201649/585001
384.66/191.29	c cleaning 33998 clauses out of 68010 with flag 1273331/620002
408.22/202.92	c cleaning 34993 clauses out of 70010 with flag 1348458/656000
434.21/215.95	c cleaning 36009 clauses out of 72020 with flag 1432926/693003
464.94/231.24	c cleaning 36997 clauses out of 74010 with flag 1517265/731002
496.41/246.97	c cleaning 38000 clauses out of 76011 with flag 1604913/770000
535.61/266.55	c cleaning 39005 clauses out of 78011 with flag 1696449/810000
572.08/284.72	c cleaning 40002 clauses out of 80008 with flag 1778745/851002
605.78/301.56	c cleaning 40996 clauses out of 82004 with flag 1873212/893000
645.87/321.59	c cleaning 41998 clauses out of 84008 with flag 1962000/936000
691.80/344.43	c cleaning 43006 clauses out of 86011 with flag 2057289/980001
740.22/368.58	c cleaning 43996 clauses out of 88004 with flag 2155376/1025000
753.24/375.02	c cleaning 0 clauses out of 5001 with flag 0/5001
793.75/395.64	c cleaning 45001 clauses out of 90008 with flag 2257532/1071000
843.49/420.25	c cleaning 46001 clauses out of 92007 with flag 2354073/1118000
900.05/448.40	c cleaning 47003 clauses out of 94006 with flag 2453221/1166000
959.23/477.89	c cleaning 47996 clauses out of 96004 with flag 2551381/1215001
984.05/490.23	c cleaning 0 clauses out of 11000 with flag 0/11000
1019.61/507.93	c cleaning 49004 clauses out of 98007 with flag 2651461/1265000
1077.45/536.70	c cleaning 49999 clauses out of 100003 with flag 2753588/1316000
1143.99/569.98	c cleaning 50996 clauses out of 102005 with flag 2874942/1368001
1212.77/604.11	c cleaning 51998 clauses out of 104008 with flag 2997645/1421000
1287.41/641.22	c cleaning 53003 clauses out of 106012 with flag 3134405/1475002
1357.11/675.80	c cleaning 53997 clauses out of 108009 with flag 3257535/1530002
1437.96/716.01	c cleaning 54994 clauses out of 110010 with flag 3396813/1586000
1526.37/760.94	c cleaning 56005 clauses out of 112018 with flag 3520984/1643002
1618.96/806.95	c cleaning 57002 clauses out of 114011 with flag 3639253/1701000
1691.20/842.95	c cleaning 58003 clauses out of 116010 with flag 3772745/1760001
1691.80/843.26	c cleaning 0 clauses out of 18001 with flag 0/18001
1782.09/888.05	c cleaning 59000 clauses out of 118007 with flag 3904664/1820001
1800.13/896.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.90	c starts		: 92
1800.13/896.90	c conflicts		: 1839664
1800.13/896.90	c decisions		: 1906781
1800.13/896.90	c propagations		: 13468708
1800.13/896.90	c inspects		: 8574402933
1800.13/896.90	c shortcuts		: 0
1800.13/896.90	c learnt literals	: 44
1800.13/896.90	c learnt binary clauses	: 67
1800.13/896.90	c learnt ternary clauses	: 72
1800.13/896.90	c learnt constraints	: 1839620
1800.13/896.90	c ignored constraints	: 0
1800.13/896.90	c root simplifications	: 0
1800.13/896.90	c removed literals (reason simplification)	: 18836289
1800.13/896.90	c reason swapping (by a shorter reason)	: 0
1800.13/896.90	c Calls to reduceDB	: 56
1800.13/896.90	c Number of update (reduction) of LBD	: 14806
1800.13/896.90	c Imported unit clauses	: 0
1800.13/896.90	c number of reductions to clauses (during analyze)	: 0
1800.13/896.90	c number of learned constraints concerned by reduction	: 0
1800.13/896.90	c number of learning phase by resolution	: 0
1800.13/896.90	c number of learning phase by cutting planes	: 0
1800.13/896.90	c speed (assignments/second)	: 15041.239508092003
1800.13/896.90	c non guided choices	0
1800.13/896.93	c learnt constraints type 
1800.13/896.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67
1800.13/896.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78604
1800.13/896.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.93	c starts		: 44
1800.13/896.93	c conflicts		: 19005
1800.13/896.93	c decisions		: 218365
1800.13/896.93	c propagations		: 1072672
1800.13/896.93	c inspects		: 242207673
1800.13/896.93	c shortcuts		: 0
1800.13/896.93	c learnt literals	: 0
1800.13/896.93	c learnt binary clauses	: 0
1800.13/896.93	c learnt ternary clauses	: 0
1800.13/896.93	c learnt constraints	: 19005
1800.13/896.93	c ignored constraints	: 0
1800.13/896.93	c root simplifications	: 0
1800.13/896.93	c removed literals (reason simplification)	: 0
1800.13/896.93	c reason swapping (by a shorter reason)	: 0
1800.13/896.93	c Calls to reduceDB	: 3
1800.13/896.93	c Number of update (reduction) of LBD	: 0
1800.13/896.93	c Imported unit clauses	: 0
1800.13/896.93	c number of reductions to clauses (during analyze)	: 0
1800.13/896.93	c number of learned constraints concerned by reduction	: 0
1800.13/896.93	c number of learning phase by resolution	: 0
1800.13/896.93	c number of learning phase by cutting planes	: 0
1800.13/896.93	c speed (assignments/second)	: 1197.9593842415145
1800.13/896.93	c non guided choices	1230
1800.13/896.93	c learnt constraints type 
1800.13/896.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19005
1800.13/896.93	s UNKNOWN
1800.13/896.93	c Total wall clock time (in seconds): 896.824

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-4103602-1466243886/watcher-4103602-1466243886 -o /tmp/evaluation-result-4103602-1466243886/solver-4103602-1466243886 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18374 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103602-1466243886.opb 

pid=19876
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.35 4.33 4.24 3/197 19879
/proc/meminfo: memFree=29510812/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/19879/stat : 19879 (java) R 19876 19879 18358 0 -1 4202496 1053 0 0 0 0 0 0 0 20 0 1 0 26435437 23793664 703 33554432000 1073741824 1073778376 140737032141584 140737032130648 214360428987 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 5809 705 520 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 4.35 4.33 4.24 3/197 19879
/proc/meminfo: memFree=29510812/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19879/stat : 19879 (java) S 19876 19879 18358 0 -1 4202496 4452 0 1 0 8 1 0 0 20 0 18 0 26435437 9787879424 6081 33554432000 1073741824 1073778376 140737032141584 140737032132720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 2389619 6081 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 4.35 4.33 4.24 3/197 19879
/proc/meminfo: memFree=29510812/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/19879/stat : 19879 (java) S 19876 19879 18358 0 -1 4202496 5071 0 1 0 28 1 0 0 20 0 18 0 26435437 9787879424 7451 33554432000 1073741824 1073778376 140737032141584 140737032132720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 2389619 7451 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 4.35 4.33 4.24 3/197 19879
/proc/meminfo: memFree=29510812/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=9558736 CPUtime=0.53 cores=0,2,4,6
/proc/19879/stat : 19879 (java) S 19876 19879 18358 0 -1 4202496 6540 0 1 0 51 2 0 0 20 0 18 0 26435437 9788145664 10643 33554432000 1073741824 1073778376 140737032141584 140737032132720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 2389684 10643 2235 9 0 2380361 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558736

[startup+0.700179 s]
/proc/loadavg: 4.35 4.33 4.24 3/197 19879
/proc/meminfo: memFree=29510812/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/19879/stat : 19879 (java) S 19876 19879 18358 0 -1 4202496 14085 0 1 0 132 7 0 0 20 0 18 0 26435437 9787879424 48086 33554432000 1073741824 1073778376 140737032141584 140737032132720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 2389619 48086 2258 9 0 2380296 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9558476

[startup+1.50069 s]
/proc/loadavg: 4.35 4.33 4.24 11/215 19897
/proc/meminfo: memFree=29249416/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=9758168 CPUtime=2.95 cores=0,2,4,6
/proc/19879/stat : 19879 (java) S 19876 19879 18358 0 -1 4202496 15199 0 1 0 279 16 0 0 20 0 21 0 26435437 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140737032132720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 2439542 67791 2274 9 0 2430219 0
[pid=19879/tid=19881] ppid=19876 vsize=9758168 CPUtime=1.17 cores=0,2,4,6
/proc/19879/task/19881/stat : 19881 (java) S 19876 19879 18358 0 -1 4202560 2484 0 1 0 114 3 0 0 20 0 21 0 26435438 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449757004664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19882] ppid=19876 vsize=9758168 CPUtime=0.03 cores=0,2,4,6
/proc/19879/task/19882/stat : 19882 (java) S 19876 19879 18358 0 -1 4202560 103 0 0 0 2 1 0 0 20 0 21 0 26435439 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449729456296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19883] ppid=19876 vsize=9758168 CPUtime=0.04 cores=0,2,4,6
/proc/19879/task/19883/stat : 19883 (java) S 19876 19879 18358 0 -1 4202560 115 0 0 0 3 1 0 0 20 0 21 0 26435439 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449728403752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19884] ppid=19876 vsize=9758168 CPUtime=0.03 cores=0,2,4,6
/proc/19879/task/19884/stat : 19884 (java) S 19876 19879 18358 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 21 0 26435439 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449727351208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19885] ppid=19876 vsize=9758168 CPUtime=0.11 cores=0,2,4,6
/proc/19879/task/19885/stat : 19885 (java) S 19876 19879 18358 0 -1 4202560 146 0 0 0 8 3 0 0 20 0 21 0 26435439 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449597139496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19886] ppid=19876 vsize=9758168 CPUtime=0.05 cores=0,2,4,6
/proc/19879/task/19886/stat : 19886 (java) S 19876 19879 18358 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 21 0 26435439 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449596086952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19887] ppid=19876 vsize=9758168 CPUtime=0.03 cores=0,2,4,6
/proc/19879/task/19887/stat : 19887 (java) S 19876 19879 18358 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 21 0 26435439 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449595034408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19888] ppid=19876 vsize=9758168 CPUtime=0.04 cores=0,2,4,6
/proc/19879/task/19888/stat : 19888 (java) S 19876 19879 18358 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 21 0 26435439 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449593981864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19889] ppid=19876 vsize=9758168 CPUtime=0.04 cores=0,2,4,6
/proc/19879/task/19889/stat : 19889 (java) S 19876 19879 18358 0 -1 4202560 111 0 0 0 2 2 0 0 20 0 21 0 26435439 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449592929320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19890] ppid=19876 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19890/stat : 19890 (java) S 19876 19879 18358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 21 0 26435440 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449110415464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19891] ppid=19876 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19891/stat : 19891 (java) S 19876 19879 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 26435440 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449109361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19892] ppid=19876 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19892/stat : 19892 (java) S 19876 19879 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 26435440 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449108309128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19893] ppid=19876 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19893/stat : 19893 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 26435442 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449107257872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19894] ppid=19876 vsize=9758168 CPUtime=0.58 cores=0,2,4,6
/proc/19879/task/19894/stat : 19894 (java) R 19876 19879 18358 0 -1 4202560 8249 0 0 0 56 2 0 0 20 0 21 0 26435442 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449106205240 140449761121724 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19895] ppid=19876 vsize=9758168 CPUtime=0.35 cores=0,2,4,6
/proc/19879/task/19895/stat : 19895 (java) R 19876 19879 18358 0 -1 4202560 2518 0 0 0 35 0 0 0 20 0 21 0 26435442 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449105152696 140449763819412 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19896] ppid=19876 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19896/stat : 19896 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 26435442 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449104100344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19897] ppid=19876 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19897/stat : 19897 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 26435442 9992364032 67791 33554432000 1073741824 1073778376 140737032141584 140449103048008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 9758168

[startup+3.10086 s]
/proc/loadavg: 4.35 4.33 4.24 5/219 19901
/proc/meminfo: memFree=29200360/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=9824732 CPUtime=7.22 cores=0,2,4,6
/proc/19879/stat : 19879 (java) S 19876 19879 18358 0 -1 4202496 18561 0 1 0 696 26 0 0 20 0 22 0 26435437 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140737032132720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 2456183 109899 2279 9 0 2446860 0
[pid=19879/tid=19881] ppid=19876 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/19879/task/19881/stat : 19881 (java) S 19876 19879 18358 0 -1 4202560 2484 0 1 0 114 3 0 0 20 0 22 0 26435438 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449757004664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19882] ppid=19876 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19879/task/19882/stat : 19882 (java) S 19876 19879 18358 0 -1 4202560 144 0 0 0 4 2 0 0 20 0 22 0 26435439 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449729456296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19883] ppid=19876 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19879/task/19883/stat : 19883 (java) S 19876 19879 18358 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 22 0 26435439 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449728403752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19884] ppid=19876 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/19879/task/19884/stat : 19884 (java) S 19876 19879 18358 0 -1 4202560 59 0 0 0 9 3 0 0 20 0 22 0 26435439 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449727351208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19885] ppid=19876 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/19879/task/19885/stat : 19885 (java) S 19876 19879 18358 0 -1 4202560 172 0 0 0 10 4 0 0 20 0 22 0 26435439 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449597139496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19886] ppid=19876 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/19879/task/19886/stat : 19886 (java) S 19876 19879 18358 0 -1 4202560 60 0 0 0 10 4 0 0 20 0 22 0 26435439 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449596086952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19887] ppid=19876 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19879/task/19887/stat : 19887 (java) S 19876 19879 18358 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 22 0 26435439 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449595034408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19888] ppid=19876 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19879/task/19888/stat : 19888 (java) S 19876 19879 18358 0 -1 4202560 61 0 0 0 5 2 0 0 20 0 22 0 26435439 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449593981864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19889] ppid=19876 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19879/task/19889/stat : 19889 (java) S 19876 19879 18358 0 -1 4202560 123 0 0 0 4 2 0 0 20 0 22 0 26435439 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449592929320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19890] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19890/stat : 19890 (java) S 19876 19879 18358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449110415464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19891] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19891/stat : 19891 (java) S 19876 19879 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449109361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19892] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19892/stat : 19892 (java) S 19876 19879 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449108309128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19893] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19893/stat : 19893 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449107257872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19894] ppid=19876 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/19879/task/19894/stat : 19894 (java) S 19876 19879 18358 0 -1 4202560 8645 0 0 0 97 2 0 0 20 0 22 0 26435442 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449106205240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19895] ppid=19876 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/19879/task/19895/stat : 19895 (java) S 19876 19879 18358 0 -1 4202560 5097 0 0 0 84 0 0 0 20 0 22 0 26435442 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449105152696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19896] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19896/stat : 19896 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449104100344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19897] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19897/stat : 19897 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449103048008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19898] ppid=19876 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/19879/task/19898/stat : 19898 (java) R 19876 19879 18358 0 -1 4202560 27 0 0 0 166 0 0 0 20 0 22 0 26435571 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449101992376 140449608887007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19899] ppid=19876 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/19879/task/19899/stat : 19899 (java) R 19876 19879 18358 0 -1 4202560 72 0 0 0 163 2 0 0 20 0 22 0 26435571 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449100939400 140449608902793 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19900] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19900/stat : 19900 (java) S 19876 19879 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26435583 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449099887656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19901] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19901/stat : 19901 (java) S 19876 19879 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26435589 10060525568 109899 33554432000 1073741824 1073778376 140737032141584 140449098835112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 4.32 4.33 4.23 5/219 19901
/proc/meminfo: memFree=29035080/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=9824732 CPUtime=13.92 cores=0,2,4,6
/proc/19879/stat : 19879 (java) S 19876 19879 18358 0 -1 4202496 18706 0 1 0 1362 30 0 0 20 0 22 0 26435437 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140737032132720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 2456183 120673 2283 9 0 2446860 0
[pid=19879/tid=19881] ppid=19876 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/19879/task/19881/stat : 19881 (java) S 19876 19879 18358 0 -1 4202560 2484 0 1 0 114 3 0 0 20 0 22 0 26435438 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449757004664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19882] ppid=19876 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19879/task/19882/stat : 19882 (java) S 19876 19879 18358 0 -1 4202560 166 0 0 0 5 3 0 0 20 0 22 0 26435439 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449729456296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19883] ppid=19876 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19879/task/19883/stat : 19883 (java) S 19876 19879 18358 0 -1 4202560 137 0 0 0 7 3 0 0 20 0 22 0 26435439 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449728403752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19884] ppid=19876 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/19879/task/19884/stat : 19884 (java) S 19876 19879 18358 0 -1 4202560 93 0 0 0 14 3 0 0 20 0 22 0 26435439 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449727351208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19885] ppid=19876 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/19879/task/19885/stat : 19885 (java) S 19876 19879 18358 0 -1 4202560 180 0 0 0 12 4 0 0 20 0 22 0 26435439 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449597139496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19886] ppid=19876 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/19879/task/19886/stat : 19886 (java) S 19876 19879 18358 0 -1 4202560 80 0 0 0 13 4 0 0 20 0 22 0 26435439 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449596086952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19887] ppid=19876 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19879/task/19887/stat : 19887 (java) S 19876 19879 18358 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 26435439 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449595034408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19888] ppid=19876 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/19879/task/19888/stat : 19888 (java) S 19876 19879 18358 0 -1 4202560 71 0 0 0 7 2 0 0 20 0 22 0 26435439 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449593981864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19889] ppid=19876 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/19879/task/19889/stat : 19889 (java) S 19876 19879 18358 0 -1 4202560 134 0 0 0 6 3 0 0 20 0 22 0 26435439 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449592929320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19890] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19890/stat : 19890 (java) S 19876 19879 18358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449110415464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19891] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19891/stat : 19891 (java) S 19876 19879 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449109361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19892] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19892/stat : 19892 (java) S 19876 19879 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449108309128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19893] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19893/stat : 19893 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449107257872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19894] ppid=19876 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/19879/task/19894/stat : 19894 (java) S 19876 19879 18358 0 -1 4202560 8650 0 0 0 112 2 0 0 20 0 22 0 26435442 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449106205240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19895] ppid=19876 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/19879/task/19895/stat : 19895 (java) S 19876 19879 18358 0 -1 4202560 5098 0 0 0 92 0 0 0 20 0 22 0 26435442 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449105152696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19896] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19896/stat : 19896 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449104100344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19897] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19897/stat : 19897 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 120673 33554432000 1073741824 1073778376 140737032141584 140449103048008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19898] ppid=19876 vsize=9824732 CPUtime=4.8 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.17 4.21 4.18 5/219 20016
/proc/meminfo: memFree=26517268/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=9824732 CPUtime=1770.7 cores=0,2,4,6
/proc/19879/stat : 19879 (java) S 19876 19879 18358 0 -1 4202496 35485 0 1 0 176864 206 0 0 20 0 22 0 26435437 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140737032132720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 2456183 916428 2292 9 0 2446860 0
[pid=19879/tid=19881] ppid=19876 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/19879/task/19881/stat : 19881 (java) S 19876 19879 18358 0 -1 4202560 2493 0 1 0 117 4 0 0 20 0 22 0 26435438 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449757004664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19882] ppid=19876 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/19879/task/19882/stat : 19882 (java) S 19876 19879 18358 0 -1 4202560 903 0 0 0 168 14 0 0 20 0 22 0 26435439 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449729456296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19883] ppid=19876 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/19879/task/19883/stat : 19883 (java) S 19876 19879 18358 0 -1 4202560 528 0 0 0 169 16 0 0 20 0 22 0 26435439 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449728403752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19884] ppid=19876 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/19879/task/19884/stat : 19884 (java) S 19876 19879 18358 0 -1 4202560 665 0 0 0 217 21 0 0 20 0 22 0 26435439 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449727351208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19885] ppid=19876 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/19879/task/19885/stat : 19885 (java) S 19876 19879 18358 0 -1 4202560 1072 0 0 0 196 20 0 0 20 0 22 0 26435439 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449597139496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19886] ppid=19876 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/19879/task/19886/stat : 19886 (java) S 19876 19879 18358 0 -1 4202560 853 0 0 0 225 20 0 0 20 0 22 0 26435439 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449596086952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19887] ppid=19876 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/19879/task/19887/stat : 19887 (java) S 19876 19879 18358 0 -1 4202560 551 0 0 0 204 19 0 0 20 0 22 0 26435439 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449595034408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19888] ppid=19876 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/19879/task/19888/stat : 19888 (java) S 19876 19879 18358 0 -1 4202560 662 0 0 0 225 17 0 0 20 0 22 0 26435439 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449593981864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19889] ppid=19876 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/19879/task/19889/stat : 19889 (java) S 19876 19879 18358 0 -1 4202560 747 0 0 0 222 20 0 0 20 0 22 0 26435439 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449592929320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19890] ppid=19876 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/19879/task/19890/stat : 19890 (java) S 19876 19879 18358 0 -1 4202560 2734 0 0 0 396 8 0 0 20 0 22 0 26435440 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449110415464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19891] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19891/stat : 19891 (java) S 19876 19879 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449109361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19892] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19892/stat : 19892 (java) S 19876 19879 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449108309128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19893] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19893/stat : 19893 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449107257872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19894] ppid=19876 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/19879/task/19894/stat : 19894 (java) S 19876 19879 18358 0 -1 4202560 8658 0 0 0 134 2 0 0 20 0 22 0 26435442 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449106205240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19895] ppid=19876 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/19879/task/19895/stat : 19895 (java) S 19876 19879 18358 0 -1 4202560 12456 0 0 0 168 3 0 0 20 0 22 0 26435442 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449105152696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19896] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19896/stat : 19896 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449104100344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19897] ppid=19876 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19879/task/19897/stat : 19897 (java) S 19876 19879 18358 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 26435442 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449103048008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19898] ppid=19876 vsize=9824732 CPUtime=872.24 cores=0,2,4,6
/proc/19879/task/19898/stat : 19898 (java) R 19876 19879 18358 0 -1 4202560 147 0 0 0 87207 17 0 0 20 0 22 0 26435571 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449101991120 140449608927992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19899] ppid=19876 vsize=9824732 CPUtime=872.2 cores=0,2,4,6
/proc/19879/task/19899/stat : 19899 (java) R 19876 19879 18358 0 -1 4202560 1700 0 0 0 87178 42 0 0 20 0 22 0 26435571 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449100940008 140449608902363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19900] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19900/stat : 19900 (java) S 19876 19879 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26435583 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449099887656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19901] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19901/stat : 19901 (java) S 19876 19879 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26435589 10060525568 916428 33554432000 1073741824 1073778376 140737032141584 140449098835112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1770.7
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.21 4.21 4.18 5/219 20016
/proc/meminfo: memFree=26240548/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/19879/stat : 19879 (java) S 19876 19879 18358 0 -1 4202496 35527 0 1 0 179805 208 0 0 20 0 22 0 26435437 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140737032132720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 2456183 920553 2292 9 0 2446860 0
[pid=19879/tid=19881] ppid=19876 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/19879/task/19881/stat : 19881 (java) S 19876 19879 18358 0 -1 4202560 2493 0 1 0 117 4 0 0 20 0 22 0 26435438 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449757004664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19882] ppid=19876 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/19879/task/19882/stat : 19882 (java) S 19876 19879 18358 0 -1 4202560 909 0 0 0 174 14 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449729456296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19883] ppid=19876 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/19879/task/19883/stat : 19883 (java) S 19876 19879 18358 0 -1 4202560 544 0 0 0 176 16 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449728403752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19884] ppid=19876 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/19879/task/19884/stat : 19884 (java) S 19876 19879 18358 0 -1 4202560 666 0 0 0 223 21 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449727351208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19885] ppid=19876 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/19879/task/19885/stat : 19885 (java) S 19876 19879 18358 0 -1 4202560 1074 0 0 0 208 20 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449597139496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19886] ppid=19876 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/19879/task/19886/stat : 19886 (java) S 19876 19879 18358 0 -1 4202560 854 0 0 0 230 20 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449596086952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19887] ppid=19876 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/19879/task/19887/stat : 19887 (java) S 19876 19879 18358 0 -1 4202560 553 0 0 0 209 19 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449595034408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19888] ppid=19876 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/19879/task/19888/stat : 19888 (java) S 19876 19879 18358 0 -1 4202560 674 0 0 0 229 17 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449593981864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19889] ppid=19876 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/19879/task/19889/stat : 19889 (java) S 19876 19879 18358 0 -1 4202560 748 0 0 0 226 20 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449592929320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19890] ppid=19876 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/19879/task/19890/stat : 19890 (java) S 19876 19879 18358 0 -1 4202560 2734 0 0 0 396 8 0 0 20 0 22 0 26435440 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449110415464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19891] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19891/stat : 19891 (java) S 19876 19879 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449109361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19892] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19892/stat : 19892 (java) S 19876 19879 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449108309128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19893] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19893/stat : 19893 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449107257872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19894] ppid=19876 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/19879/task/19894/stat : 19894 (java) S 19876 19879 18358 0 -1 4202560 8658 0 0 0 134 2 0 0 20 0 22 0 26435442 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449106205240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19895] ppid=19876 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/19879/task/19895/stat : 19895 (java) S 19876 19879 18358 0 -1 4202560 12456 0 0 0 168 3 0 0 20 0 22 0 26435442 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449105152696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19896] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19896/stat : 19896 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449104100344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19897] ppid=19876 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/19879/task/19897/stat : 19897 (java) S 19876 19879 18358 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 26435442 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449103048008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19898] ppid=19876 vsize=9824732 CPUtime=886.71 cores=0,2,4,6
/proc/19879/task/19898/stat : 19898 (java) R 19876 19879 18358 0 -1 4202560 148 0 0 0 88654 17 0 0 20 0 22 0 26435571 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449101991120 140449608927997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19899] ppid=19876 vsize=9824732 CPUtime=886.67 cores=0,2,4,6
/proc/19879/task/19899/stat : 19899 (java) R 19876 19879 18358 0 -1 4202560 1700 0 0 0 88625 42 0 0 20 0 22 0 26435571 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449100937216 140449608968401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19900] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19900/stat : 19900 (java) S 19876 19879 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26435583 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449099887656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19901] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19901/stat : 19901 (java) S 19876 19879 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26435589 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449098835112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 19879 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.21 4.21 4.18 5/219 20016
/proc/meminfo: memFree=26240548/32872528 swapFree=1286400/1433568
[pid=19879] ppid=19876 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/19879/stat : 19879 (java) S 19876 19879 18358 0 -1 4202496 35527 0 1 0 179805 208 0 0 20 0 22 0 26435437 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140737032132720 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19879/statm: 2456183 920553 2292 9 0 2446860 0
[pid=19879/tid=19881] ppid=19876 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/19879/task/19881/stat : 19881 (java) S 19876 19879 18358 0 -1 4202560 2493 0 1 0 117 4 0 0 20 0 22 0 26435438 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449757004664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19882] ppid=19876 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/19879/task/19882/stat : 19882 (java) S 19876 19879 18358 0 -1 4202560 909 0 0 0 174 14 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449729456296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19883] ppid=19876 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/19879/task/19883/stat : 19883 (java) S 19876 19879 18358 0 -1 4202560 544 0 0 0 176 16 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449728403752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19884] ppid=19876 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/19879/task/19884/stat : 19884 (java) S 19876 19879 18358 0 -1 4202560 666 0 0 0 223 21 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449727351208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19885] ppid=19876 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/19879/task/19885/stat : 19885 (java) S 19876 19879 18358 0 -1 4202560 1074 0 0 0 208 20 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449597139496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19886] ppid=19876 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/19879/task/19886/stat : 19886 (java) S 19876 19879 18358 0 -1 4202560 854 0 0 0 230 20 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449596086952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19887] ppid=19876 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/19879/task/19887/stat : 19887 (java) S 19876 19879 18358 0 -1 4202560 553 0 0 0 209 19 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449595034408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19879/tid=19888] ppid=19876 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/19879/task/19888/stat : 19888 (java) S 19876 19879 18358 0 -1 4202560 674 0 0 0 229 17 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449593981864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19889] ppid=19876 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/19879/task/19889/stat : 19889 (java) S 19876 19879 18358 0 -1 4202560 748 0 0 0 226 20 0 0 20 0 22 0 26435439 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449592929320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19890] ppid=19876 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/19879/task/19890/stat : 19890 (java) S 19876 19879 18358 0 -1 4202560 2734 0 0 0 396 8 0 0 20 0 22 0 26435440 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449110415464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19891] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19891/stat : 19891 (java) S 19876 19879 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449109361784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19892] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19892/stat : 19892 (java) S 19876 19879 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26435440 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449108309128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19893] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19893/stat : 19893 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449107257872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19894] ppid=19876 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/19879/task/19894/stat : 19894 (java) S 19876 19879 18358 0 -1 4202560 8658 0 0 0 134 2 0 0 20 0 22 0 26435442 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449106205240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19879/tid=19895] ppid=19876 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/19879/task/19895/stat : 19895 (java) S 19876 19879 18358 0 -1 4202560 12456 0 0 0 168 3 0 0 20 0 22 0 26435442 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449105152696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19896] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19896/stat : 19896 (java) S 19876 19879 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26435442 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449104100344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19897] ppid=19876 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/19879/task/19897/stat : 19897 (java) S 19876 19879 18358 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 26435442 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449103048008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19898] ppid=19876 vsize=9824732 CPUtime=886.71 cores=0,2,4,6
/proc/19879/task/19898/stat : 19898 (java) R 19876 19879 18358 0 -1 4202560 148 0 0 0 88654 17 0 0 20 0 22 0 26435571 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449101991120 140449608927997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19899] ppid=19876 vsize=9824732 CPUtime=886.67 cores=0,2,4,6
/proc/19879/task/19899/stat : 19899 (java) R 19876 19879 18358 0 -1 4202560 1700 0 0 0 88625 42 0 0 20 0 22 0 26435571 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449100937216 140449608968401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19879/tid=19900] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19900/stat : 19900 (java) S 19876 19879 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26435583 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449099887656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19879/tid=19901] ppid=19876 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19879/task/19901/stat : 19901 (java) S 19876 19879 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26435589 10060525568 920553 33554432000 1073741824 1073778376 140737032141584 140449098835112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.953
CPU time (s): 1800.62
CPU user time (s): 1798.06
CPU system time (s): 2.56261
CPU usage (%): 200.748
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.06
system time used= 2.56261
maximum resident set size= 3682348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35575
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22595
involuntary context switches= 24058

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03508 second user time and 7.18391 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 11:58:07
IDJOB=4103602
IDBENCH=2406
IDSOLVER=2543
FILE ID=node130/4103602-1466243886
RUNJOBID= node130-1466240252-18374
PBS_JOBID= 19918180
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= a4588bb38746a3d57566a2a5df85a941
RANDOM SEED=1774240220

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.53
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.365
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.56
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.365
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:        29510968 kB
Buffers:            8152 kB
Cached:           108228 kB
SwapCached:         1904 kB
Active:          1137748 kB
Inactive:          57032 kB
Active(anon):    1076180 kB
Inactive(anon):     4060 kB
Active(file):      61568 kB
Inactive(file):    52972 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              5164 kB
Writeback:             0 kB
AnonPages:       2543472 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             597968 kB
SReclaimable:      41224 kB
SUnreclaim:       556744 kB
KernelStack:        1776 kB
PageTables:         9036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3569712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1189888 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= 71740 MiB
End job on node130 at 2016-06-18 12:13:04