Trace number 4084806

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 Resolution PB16? (TO) 1800.1 1775.65

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-505615378-max.opb
MD5SUM37b8d6470d70c8bd94b60d5c165e51c9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-22
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569056391466495993868342803
Number of bits of the biggest sum of numbers121
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@37e893df
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 No 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.minisat.core.VoidTracing@41ac1fe4
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084806-1465246894.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.67/0.42	c ... done. Wall clock time 0.304s.
0.67/0.42	c declared #vars     3401
0.67/0.42	c #constraints  9842
0.67/0.42	c constraints type 
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
0.67/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.67/0.42	c 9842 constraints processed.
0.67/0.42	c objective function length is 41 literals
17.30/16.56	c cleaning 2498 clauses out of 5000 with flag 12062/5000
34.47/33.48	c cleaning 4251 clauses out of 8504 with flag 26854/11002
53.79/52.58	c cleaning 5625 clauses out of 11253 with flag 44362/18002
77.26/75.77	c cleaning 6810 clauses out of 13627 with flag 65170/26001
104.58/102.62	c cleaning 7902 clauses out of 15817 with flag 90272/35001
136.35/133.93	c cleaning 8946 clauses out of 17914 with flag 117624/45000
170.62/167.73	c cleaning 9972 clauses out of 19969 with flag 149173/56001
208.13/204.74	c cleaning 10985 clauses out of 21996 with flag 181845/68000
247.11/243.10	c cleaning 11997 clauses out of 24012 with flag 215848/81001
289.09/284.66	c cleaning 12996 clauses out of 26014 with flag 252312/95000
340.63/335.58	c cleaning 13995 clauses out of 28018 with flag 300740/110000
393.42/387.70	c cleaning 14997 clauses out of 30023 with flag 351308/126000
450.21/443.86	c cleaning 16000 clauses out of 32026 with flag 408181/143000
500.90/493.77	c cleaning 17005 clauses out of 34028 with flag 458199/161002
550.47/542.64	c cleaning 17999 clauses out of 36021 with flag 510787/180000
609.65/601.13	c cleaning 18991 clauses out of 38024 with flag 586607/200002
670.05/660.75	c cleaning 20009 clauses out of 40032 with flag 652976/221001
733.66/723.58	c cleaning 21004 clauses out of 42022 with flag 723262/243000
800.29/789.25	c cleaning 21998 clauses out of 44019 with flag 794328/266001
880.59/868.54	c cleaning 22993 clauses out of 46020 with flag 881596/290000
951.69/938.71	c cleaning 24007 clauses out of 48029 with flag 958993/315002
1030.28/1016.34	c cleaning 24996 clauses out of 50021 with flag 1040281/341001
1109.15/1094.12	c cleaning 25999 clauses out of 52027 with flag 1125789/368003
1198.21/1181.92	c cleaning 27006 clauses out of 54026 with flag 1223740/396001
1277.03/1259.74	c cleaning 28001 clauses out of 56020 with flag 1309457/425001
1355.88/1337.57	c cleaning 28997 clauses out of 58018 with flag 1390704/455000
1437.56/1418.01	c cleaning 29999 clauses out of 60022 with flag 1490434/486001
1519.47/1498.77	c cleaning 30997 clauses out of 62023 with flag 1574266/518001
1603.87/1581.95	c cleaning 32002 clauses out of 64025 with flag 1661509/551000
1698.59/1675.42	c cleaning 33000 clauses out of 66025 with flag 1773304/585002
1800.10/1775.62	c starts		: 90
1800.10/1775.62	c conflicts		: 618639
1800.10/1775.62	c decisions		: 731103
1800.10/1775.62	c propagations		: 68278707
1800.10/1775.62	c inspects		: 2101110681
1800.10/1775.62	c shortcuts		: 0
1800.10/1775.62	c learnt literals	: 0
1800.10/1775.62	c learnt binary clauses	: 0
1800.10/1775.62	c learnt ternary clauses	: 1
1800.10/1775.62	c learnt constraints	: 618639
1800.10/1775.62	c ignored constraints	: 0
1800.10/1775.62	c root simplifications	: 0
1800.10/1775.62	c removed literals (reason simplification)	: 0
1800.10/1775.62	c reason swapping (by a shorter reason)	: 0
1800.10/1775.62	c Calls to reduceDB	: 30
1800.10/1775.62	c Number of update (reduction) of LBD	: 61411
1800.10/1775.62	c Imported unit clauses	: 0
1800.10/1775.62	c number of reductions to clauses (during analyze)	: 0
1800.10/1775.62	c number of learned constraints concerned by reduction	: 0
1800.10/1775.62	c number of learning phase by resolution	: 0
1800.10/1775.62	c number of learning phase by cutting planes	: 0
1800.10/1775.62	c speed (assignments/second)	: 38462.74231899553
1800.10/1775.62	c non guided choices	28
1800.10/1775.62	c timeout
1800.10/1775.64	c learnt constraints type 
1800.10/1775.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66662
1800.10/1775.64	s UNKNOWN
1800.10/1775.64	c Total wall clock time (in seconds): 1775.525

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-4084806-1465246894/watcher-4084806-1465246894 -o /tmp/evaluation-result-4084806-1465246894/solver-4084806-1465246894 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8452 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084806-1465246894.opb 

pid=8663
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: 2.01 2.02 1.91 2/169 8666
/proc/meminfo: memFree=31546948/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=336 CPUtime=0 cores=1,3,5,7
/proc/8666/stat : 8666 (java) R 8663 8666 8435 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 106624295 344064 42 33554432000 1073741824 1073778376 140736097585568 140735771651656 235365560106 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.01 2.02 1.91 2/169 8666
/proc/meminfo: memFree=31546948/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8666/stat : 8666 (java) S 8663 8666 8435 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 106624295 9787879424 6043 33554432000 1073741824 1073778376 140736097585568 140736097576704 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 2.01 2.02 1.91 2/169 8666
/proc/meminfo: memFree=31546948/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/8666/stat : 8666 (java) S 8663 8666 8435 0 -1 4202496 4710 0 1 0 23 1 0 0 20 0 18 0 106624295 9787879424 6797 33554432000 1073741824 1073778376 140736097585568 140736097576704 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 2389619 6797 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.01 2.02 1.91 2/169 8666
/proc/meminfo: memFree=31546948/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/8666/stat : 8666 (java) S 8663 8666 8435 0 -1 4202496 5508 0 1 0 45 2 0 0 20 0 18 0 106624295 9787879424 8259 33554432000 1073741824 1073778376 140736097585568 140736097576704 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 2389619 8259 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700167 s]
/proc/loadavg: 2.01 2.02 1.91 2/169 8666
/proc/meminfo: memFree=31546948/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/8666/stat : 8666 (java) S 8663 8666 8435 0 -1 4202496 6988 0 1 0 116 3 0 0 20 0 19 0 106624295 9856040960 18025 33554432000 1073741824 1073778376 140736097585568 140736097576704 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 2406260 18025 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.01 2.02 1.91 3/211 8717
/proc/meminfo: memFree=31283116/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/8666/stat : 8666 (java) S 8663 8666 8435 0 -1 4202496 7060 0 1 0 196 4 0 0 20 0 19 0 106624295 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 140736097576704 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 2406260 40576 2275 9 0 2396937 0
[pid=8666/tid=8668] ppid=8663 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/8666/task/8668/stat : 8668 (java) R 8663 8666 8435 0 -1 4202560 2471 0 1 0 142 3 0 0 20 0 19 0 106624296 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139973357468624 139973202878882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8669] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8669/stat : 8669 (java) S 8663 8666 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139973329922856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8670] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8670/stat : 8670 (java) S 8663 8666 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139973328870056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8671] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8671/stat : 8671 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139973327817768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8672] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8672/stat : 8672 (java) S 8663 8666 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139973326764968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8673] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8673/stat : 8673 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139973325711656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8674] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8674/stat : 8674 (java) S 8663 8666 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139973324658856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8675] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8675/stat : 8675 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139973323606568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8676] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8676/stat : 8676 (java) S 8663 8666 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139973322553768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8677] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8677/stat : 8677 (java) S 8663 8666 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106624298 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139972711525096 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8678] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8678/stat : 8678 (java) S 8663 8666 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139972710471160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8679] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8679/stat : 8679 (java) S 8663 8666 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139972709418760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8680] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8680/stat : 8680 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139972708367248 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8681] ppid=8663 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8666/task/8681/stat : 8681 (java) S 8663 8666 8435 0 -1 4202560 2037 0 0 0 27 0 0 0 20 0 19 0 106624301 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139972707313848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8682] ppid=8663 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8666/task/8682/stat : 8682 (java) S 8663 8666 8435 0 -1 4202560 1257 0 0 0 22 0 0 0 20 0 19 0 106624301 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139972706261048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8683] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8683/stat : 8683 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139972705208952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8684] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8684/stat : 8684 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139972704156360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8689] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8689/stat : 8689 (java) S 8663 8666 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106624338 9856040960 40576 33554432000 1073741824 1073778376 140736097585568 139972703102376 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.01 2.02 1.91 5/211 8717
/proc/meminfo: memFree=31142240/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/8666/stat : 8666 (java) S 8663 8666 8435 0 -1 4202496 7080 0 1 0 359 5 0 0 20 0 19 0 106624295 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 140736097576704 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 2406260 43137 2275 9 0 2396937 0
[pid=8666/tid=8668] ppid=8663 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/8666/task/8668/stat : 8668 (java) R 8663 8666 8435 0 -1 4202560 2473 0 1 0 301 3 0 0 20 0 19 0 106624296 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139973357468808 139973202878967 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8669] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8669/stat : 8669 (java) S 8663 8666 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139973329922856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8670] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8670/stat : 8670 (java) S 8663 8666 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139973328870056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8671] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8671/stat : 8671 (java) S 8663 8666 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139973327817768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8672] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8672/stat : 8672 (java) S 8663 8666 8435 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139973326764968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8673] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8673/stat : 8673 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139973325711656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8674] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8674/stat : 8674 (java) S 8663 8666 8435 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139973324658856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8675] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8675/stat : 8675 (java) S 8663 8666 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139973323606568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8676] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8676/stat : 8676 (java) S 8663 8666 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139973322553768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8677] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8677/stat : 8677 (java) S 8663 8666 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106624298 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139972711525096 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8678] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8678/stat : 8678 (java) S 8663 8666 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139972710471160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8679] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8679/stat : 8679 (java) S 8663 8666 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139972709418760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8680] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8680/stat : 8680 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139972708367248 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8681] ppid=8663 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8666/task/8681/stat : 8681 (java) S 8663 8666 8435 0 -1 4202560 2037 0 0 0 29 0 0 0 20 0 19 0 106624301 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139972707313848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8682] ppid=8663 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8666/task/8682/stat : 8682 (java) S 8663 8666 8435 0 -1 4202560 1257 0 0 0 22 0 0 0 20 0 19 0 106624301 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139972706261048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8683] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8683/stat : 8683 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139972705208952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8684] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8684/stat : 8684 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139972704156360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8689] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8689/stat : 8689 (java) S 8663 8666 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106624338 9856040960 43137 33554432000 1073741824 1073778376 140736097585568 139972703102376 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.01 2.02 1.91 2/188 8748
/proc/meminfo: memFree=31357412/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=9625040 CPUtime=6.95 cores=1,3,5,7
/proc/8666/stat : 8666 (java) S 8663 8666 8435 0 -1 4202496 7201 0 1 0 688 7 0 0 20 0 19 0 106624295 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 140736097576704 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 2406260 45910 2275 9 0 2396937 0
[pid=8666/tid=8668] ppid=8663 vsize=9625040 CPUtime=6.19 cores=1,3,5,7
/proc/8666/task/8668/stat : 8668 (java) R 8663 8666 8435 0 -1 4202560 2478 0 1 0 616 3 0 0 20 0 19 0 106624296 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139973357468808 139973202878856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8669] ppid=8663 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8666/task/8669/stat : 8669 (java) S 8663 8666 8435 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 106624297 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139973329922856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8670] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8670/stat : 8670 (java) S 8663 8666 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139973328870056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8671] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8671/stat : 8671 (java) S 8663 8666 8435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106624297 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139973327817768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8672] ppid=8663 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8666/task/8672/stat : 8672 (java) S 8663 8666 8435 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 106624297 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139973326764968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8673] ppid=8663 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8666/task/8673/stat : 8673 (java) S 8663 8666 8435 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 106624297 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139973325711656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8674] ppid=8663 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8666/task/8674/stat : 8674 (java) S 8663 8666 8435 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106624297 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139973324658856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8675] ppid=8663 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8666/task/8675/stat : 8675 (java) S 8663 8666 8435 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 19 0 106624297 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139973323606568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8676] ppid=8663 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8666/task/8676/stat : 8676 (java) S 8663 8666 8435 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 106624297 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139973322553768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8677] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8677/stat : 8677 (java) S 8663 8666 8435 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 106624298 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139972711525096 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8678] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8678/stat : 8678 (java) S 8663 8666 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139972710471160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8679] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8679/stat : 8679 (java) S 8663 8666 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139972709418760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8680] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8680/stat : 8680 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139972708367248 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8681] ppid=8663 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8666/task/8681/stat : 8681 (java) S 8663 8666 8435 0 -1 4202560 2037 0 0 0 29 0 0 0 20 0 19 0 106624301 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139972707313848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8682] ppid=8663 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8666/task/8682/stat : 8682 (java) S 8663 8666 8435 0 -1 4202560 1257 0 0 0 23 0 0 0 20 0 19 0 106624301 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139972706261048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8683] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8683/stat : 8683 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139972705208952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8684] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8684/stat : 8684 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139972704156360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8689] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8689/stat : 8689 (java) S 8663 8666 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106624338 9856040960 45910 33554432000 1073741824 1073778376 140736097585568 139972703102376 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 9625040


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

[pid=8666/tid=8689] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8689/stat : 8689 (java) S 8663 8666 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106624338 9856040960 185013 33554432000 1073741824 1073778376 140736097585568 139972703102376 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1685.34
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 1.95 3/212 8891
/proc/meminfo: memFree=30102664/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=9625040 CPUtime=1746.06 cores=1,3,5,7
/proc/8666/stat : 8666 (java) S 8663 8666 8435 0 -1 4202496 76078 0 1 0 174280 326 0 0 20 0 19 0 106624295 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 140736097576704 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 2406260 174255 2292 9 0 2396937 0
[pid=8666/tid=8668] ppid=8663 vsize=9625040 CPUtime=1702.01 cores=1,3,5,7
/proc/8666/task/8668/stat : 8668 (java) R 8663 8666 8435 0 -1 4202560 38566 0 1 0 170133 68 0 0 20 0 19 0 106624296 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139973357468704 139973202878803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8669] ppid=8663 vsize=9625040 CPUtime=4.56 cores=1,3,5,7
/proc/8666/task/8669/stat : 8669 (java) S 8663 8666 8435 0 -1 4202560 4234 0 0 0 430 26 0 0 20 0 19 0 106624297 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139973329922856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8670] ppid=8663 vsize=9625040 CPUtime=4.66 cores=1,3,5,7
/proc/8666/task/8670/stat : 8670 (java) S 8663 8666 8435 0 -1 4202560 2765 0 0 0 439 27 0 0 20 0 19 0 106624297 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139973328870056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8671] ppid=8663 vsize=9625040 CPUtime=4.5 cores=1,3,5,7
/proc/8666/task/8671/stat : 8671 (java) S 8663 8666 8435 0 -1 4202560 3252 0 0 0 423 27 0 0 20 0 19 0 106624297 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139973327817768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8672] ppid=8663 vsize=9625040 CPUtime=4.63 cores=1,3,5,7
/proc/8666/task/8672/stat : 8672 (java) S 8663 8666 8435 0 -1 4202560 3593 0 0 0 436 27 0 0 20 0 19 0 106624297 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139973326764968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8673] ppid=8663 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/8666/task/8673/stat : 8673 (java) S 8663 8666 8435 0 -1 4202560 3282 0 0 0 435 27 0 0 20 0 19 0 106624297 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139973325711656 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8674] ppid=8663 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/8666/task/8674/stat : 8674 (java) S 8663 8666 8435 0 -1 4202560 2177 0 0 0 437 25 0 0 20 0 19 0 106624297 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139973324658856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8675] ppid=8663 vsize=9625040 CPUtime=4.48 cores=1,3,5,7
/proc/8666/task/8675/stat : 8675 (java) S 8663 8666 8435 0 -1 4202560 2669 0 0 0 424 24 0 0 20 0 19 0 106624297 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139973323606568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8676] ppid=8663 vsize=9625040 CPUtime=4.44 cores=1,3,5,7
/proc/8666/task/8676/stat : 8676 (java) S 8663 8666 8435 0 -1 4202560 3544 0 0 0 418 26 0 0 20 0 19 0 106624297 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139973322553768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8677] ppid=8663 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/8666/task/8677/stat : 8677 (java) S 8663 8666 8435 0 -1 4202560 3145 0 0 0 208 46 0 0 20 0 19 0 106624298 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139972711525096 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8678] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8678/stat : 8678 (java) S 8663 8666 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139972710471160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8679] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8679/stat : 8679 (java) S 8663 8666 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139972709418760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8680] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8680/stat : 8680 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139972708367248 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8681] ppid=8663 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8666/task/8681/stat : 8681 (java) S 8663 8666 8435 0 -1 4202560 3882 0 0 0 38 0 0 0 20 0 19 0 106624301 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139972707313848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8682] ppid=8663 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8666/task/8682/stat : 8682 (java) S 8663 8666 8435 0 -1 4202560 3617 0 0 0 35 2 0 0 20 0 19 0 106624301 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139972706261048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8683] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8683/stat : 8683 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139972705208952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8684] ppid=8663 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8666/task/8684/stat : 8684 (java) S 8663 8666 8435 0 -1 4202560 94 0 0 0 30 29 0 0 20 0 19 0 106624301 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139972704156360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8689] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8689/stat : 8689 (java) S 8663 8666 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106624338 9856040960 174255 33554432000 1073741824 1073778376 140736097585568 139972703102376 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1746.06
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.61 s]
/proc/loadavg: 2.02 2.02 1.95 3/211 8892
/proc/meminfo: memFree=30392128/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=9625040 CPUtime=1800.1 cores=1,3,5,7
/proc/8666/stat : 8666 (java) S 8663 8666 8435 0 -1 4202496 78117 0 1 0 179676 334 0 0 20 0 19 0 106624295 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 140736097576704 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 2406260 176330 2292 9 0 2396937 0
[pid=8666/tid=8668] ppid=8663 vsize=9625040 CPUtime=1754.69 cores=1,3,5,7
/proc/8666/task/8668/stat : 8668 (java) S 8663 8666 8435 0 -1 4202560 39754 0 1 0 175399 70 0 0 20 0 19 0 106624296 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973357468824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8669] ppid=8663 vsize=9625040 CPUtime=4.66 cores=1,3,5,7
/proc/8666/task/8669/stat : 8669 (java) S 8663 8666 8435 0 -1 4202560 4316 0 0 0 440 26 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973329922824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8670] ppid=8663 vsize=9625040 CPUtime=4.79 cores=1,3,5,7
/proc/8666/task/8670/stat : 8670 (java) S 8663 8666 8435 0 -1 4202560 3011 0 0 0 451 28 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973328870056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8671] ppid=8663 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/8666/task/8671/stat : 8671 (java) S 8663 8666 8435 0 -1 4202560 3481 0 0 0 435 27 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973327817768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8672] ppid=8663 vsize=9625040 CPUtime=4.77 cores=1,3,5,7
/proc/8666/task/8672/stat : 8672 (java) S 8663 8666 8435 0 -1 4202560 3600 0 0 0 449 28 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973326764968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8673] ppid=8663 vsize=9625040 CPUtime=4.79 cores=1,3,5,7
/proc/8666/task/8673/stat : 8673 (java) S 8663 8666 8435 0 -1 4202560 3294 0 0 0 451 28 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973325711512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8674] ppid=8663 vsize=9625040 CPUtime=4.76 cores=1,3,5,7
/proc/8666/task/8674/stat : 8674 (java) S 8663 8666 8435 0 -1 4202560 2301 0 0 0 450 26 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973324658856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8675] ppid=8663 vsize=9625040 CPUtime=4.61 cores=1,3,5,7
/proc/8666/task/8675/stat : 8675 (java) S 8663 8666 8435 0 -1 4202560 2673 0 0 0 437 24 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973323606568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8676] ppid=8663 vsize=9625040 CPUtime=4.61 cores=1,3,5,7
/proc/8666/task/8676/stat : 8676 (java) S 8663 8666 8435 0 -1 4202560 3551 0 0 0 435 26 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973322553768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8677] ppid=8663 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/8666/task/8677/stat : 8677 (java) S 8663 8666 8435 0 -1 4202560 3281 0 0 0 216 48 0 0 20 0 19 0 106624298 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972711523976 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8678] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8678/stat : 8678 (java) S 8663 8666 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972710471160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8679] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8679/stat : 8679 (java) S 8663 8666 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972709418760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8680] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8680/stat : 8680 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972708367248 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8681] ppid=8663 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8666/task/8681/stat : 8681 (java) S 8663 8666 8435 0 -1 4202560 3882 0 0 0 38 0 0 0 20 0 19 0 106624301 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972707313848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8682] ppid=8663 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8666/task/8682/stat : 8682 (java) S 8663 8666 8435 0 -1 4202560 3617 0 0 0 35 2 0 0 20 0 19 0 106624301 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972706261048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8683] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8683/stat : 8683 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972705208952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8684] ppid=8663 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/8666/task/8684/stat : 8684 (java) S 8663 8666 8435 0 -1 4202560 98 0 0 0 32 29 0 0 20 0 19 0 106624301 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972704156360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8689] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8689/stat : 8689 (java) S 8663 8666 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106624338 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972703102376 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

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 8666 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1775.61 s]
/proc/loadavg: 2.02 2.02 1.95 3/211 8892
/proc/meminfo: memFree=30392128/32872528 swapFree=13256/481332
[pid=8666] ppid=8663 vsize=9625040 CPUtime=1800.1 cores=1,3,5,7
/proc/8666/stat : 8666 (java) S 8663 8666 8435 0 -1 4202496 78117 0 1 0 179676 334 0 0 20 0 19 0 106624295 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 140736097576704 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8666/statm: 2406260 176330 2292 9 0 2396937 0
[pid=8666/tid=8668] ppid=8663 vsize=9625040 CPUtime=1754.69 cores=1,3,5,7
/proc/8666/task/8668/stat : 8668 (java) S 8663 8666 8435 0 -1 4202560 39754 0 1 0 175399 70 0 0 20 0 19 0 106624296 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973357468824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8669] ppid=8663 vsize=9625040 CPUtime=4.66 cores=1,3,5,7
/proc/8666/task/8669/stat : 8669 (java) S 8663 8666 8435 0 -1 4202560 4316 0 0 0 440 26 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973329922824 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8670] ppid=8663 vsize=9625040 CPUtime=4.79 cores=1,3,5,7
/proc/8666/task/8670/stat : 8670 (java) S 8663 8666 8435 0 -1 4202560 3011 0 0 0 451 28 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973328870056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8671] ppid=8663 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/8666/task/8671/stat : 8671 (java) S 8663 8666 8435 0 -1 4202560 3481 0 0 0 435 27 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973327817768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8672] ppid=8663 vsize=9625040 CPUtime=4.77 cores=1,3,5,7
/proc/8666/task/8672/stat : 8672 (java) S 8663 8666 8435 0 -1 4202560 3600 0 0 0 449 28 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973326764968 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8673] ppid=8663 vsize=9625040 CPUtime=4.79 cores=1,3,5,7
/proc/8666/task/8673/stat : 8673 (java) S 8663 8666 8435 0 -1 4202560 3294 0 0 0 451 28 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973325711512 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8674] ppid=8663 vsize=9625040 CPUtime=4.76 cores=1,3,5,7
/proc/8666/task/8674/stat : 8674 (java) S 8663 8666 8435 0 -1 4202560 2301 0 0 0 450 26 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973324658856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8666/tid=8675] ppid=8663 vsize=9625040 CPUtime=4.61 cores=1,3,5,7
/proc/8666/task/8675/stat : 8675 (java) S 8663 8666 8435 0 -1 4202560 2673 0 0 0 437 24 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973323606568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8666/tid=8676] ppid=8663 vsize=9625040 CPUtime=4.61 cores=1,3,5,7
/proc/8666/task/8676/stat : 8676 (java) S 8663 8666 8435 0 -1 4202560 3551 0 0 0 435 26 0 0 20 0 19 0 106624297 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139973322553768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8677] ppid=8663 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/8666/task/8677/stat : 8677 (java) S 8663 8666 8435 0 -1 4202560 3281 0 0 0 216 48 0 0 20 0 19 0 106624298 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972711523976 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8678] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8678/stat : 8678 (java) S 8663 8666 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972710471160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8679] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8679/stat : 8679 (java) S 8663 8666 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106624299 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972709418760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8680] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8680/stat : 8680 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972708367248 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8681] ppid=8663 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8666/task/8681/stat : 8681 (java) S 8663 8666 8435 0 -1 4202560 3882 0 0 0 38 0 0 0 20 0 19 0 106624301 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972707313848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8682] ppid=8663 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8666/task/8682/stat : 8682 (java) S 8663 8666 8435 0 -1 4202560 3617 0 0 0 35 2 0 0 20 0 19 0 106624301 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972706261048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8683] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8683/stat : 8683 (java) S 8663 8666 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106624301 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972705208952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8666/tid=8684] ppid=8663 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/8666/task/8684/stat : 8684 (java) S 8663 8666 8435 0 -1 4202560 98 0 0 0 32 29 0 0 20 0 19 0 106624301 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972704156360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8666/tid=8689] ppid=8663 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8666/task/8689/stat : 8689 (java) S 8663 8666 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106624338 9856040960 176330 33554432000 1073741824 1073778376 140736097585568 139972703102376 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8666 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=838447
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=771426
# CPU time returned by wait4() is 1796.61
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1775.65
CPU time (s): 1800.1
CPU user time (s): 1796.76
CPU system time (s): 3.34
CPU usage (%): 101.377
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.84
system time used= 3.77143
maximum resident set size= 814592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78149
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102933
involuntary context switches= 128298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4224 second user time and 12.5121 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-06 23:01:34
IDJOB=4084806
IDBENCH=2977
IDSOLVER=2546
FILE ID=node104/4084806-1465246894
RUNJOBID= node104-1465245095-8452
PBS_JOBID= 19843252
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-505615378-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084806-1465246894/watcher-4084806-1465246894 -o /tmp/evaluation-result-4084806-1465246894/solver-4084806-1465246894 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8452 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084806-1465246894.opb

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

MD5SUM BENCH= 37b8d6470d70c8bd94b60d5c165e51c9
RANDOM SEED=1861648630

node104.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.775
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31546980 kB
Buffers:           35892 kB
Cached:           107808 kB
SwapCached:         1720 kB
Active:            67912 kB
Inactive:          79392 kB
Active(anon):       3600 kB
Inactive(anon):     2356 kB
Active(file):      64312 kB
Inactive(file):    77036 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097232 kB
Dirty:              1292 kB
Writeback:             0 kB
AnonPages:        483488 kB
Mapped:             7000 kB
Shmem:                 0 kB
Slab:             566580 kB
SReclaimable:      10708 kB
SUnreclaim:       555872 kB
KernelStack:        1432 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     567732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    468992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node104 at 2016-06-06 23:31:10