Trace number 4105744

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.94 1785.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-346995195-max.opb
MD5SUM7d90035947bf106909c324d346feadc0
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 variables45751
Total number of constraints135901
Number of constraints which are clauses135900
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 constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884442601547409146523709370688892119900517445885328649663330068882186640259952495850427021820
Number of bits of the biggest sum of numbers451
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version PB16.v20160501
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4105744-1466265085.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  objective function found
2.09/1.46	c ... done. Wall clock time 1.333s.
2.09/1.46	c declared #vars     45751
2.09/1.46	c #constraints  135902
2.09/1.46	c constraints type 
2.09/1.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
2.09/1.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
2.09/1.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.09/1.46	c 135902 constraints processed.
2.09/1.46	c objective function length is 151 literals
764.14/759.27	c cleaning 2494 clauses out of 5001 with flag 14273/5001
1710.66/1697.34	c cleaning 4247 clauses out of 8506 with flag 37983/11000
1800.02/1785.70	c starts		: 7
1800.02/1785.70	c conflicts		: 11700
1800.02/1785.70	c decisions		: 41249
1800.02/1785.70	c propagations		: 4640888
1800.02/1785.70	c inspects		: 26313273
1800.02/1785.70	c shortcuts		: 0
1800.02/1785.70	c learnt literals	: 0
1800.02/1785.70	c learnt binary clauses	: 0
1800.02/1785.70	c learnt ternary clauses	: 0
1800.02/1785.70	c learnt constraints	: 11700
1800.02/1785.70	c ignored constraints	: 0
1800.02/1785.70	c root simplifications	: 0
1800.02/1785.70	c removed literals (reason simplification)	: 0
1800.02/1785.70	c reason swapping (by a shorter reason)	: 0
1800.02/1785.70	c Calls to reduceDB	: 2
1800.02/1785.70	c Number of update (reduction) of LBD	: 1936
1800.02/1785.70	c Imported unit clauses	: 0
1800.02/1785.70	c number of reductions to clauses (during analyze)	: 0
1800.02/1785.70	c number of learned constraints concerned by reduction	: 0
1800.02/1785.70	c number of learning phase by resolution	: 0
1800.02/1785.70	c number of learning phase by cutting planes	: 0
1800.02/1785.70	c speed (assignments/second)	: 2601.10211797886
1800.02/1785.70	c non guided choices	136
1800.02/1785.71	c learnt constraints type 
1800.02/1785.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4959
1800.02/1785.71	s UNKNOWN
1800.02/1785.71	c Total wall clock time (in seconds): 1785.576

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

pid=26701
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: 1.10 1.24 1.63 3/172 26704
/proc/meminfo: memFree=31679476/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26704/stat : 26704 (java) D 26701 26704 26669 0 -1 4202496 324 0 2 0 0 0 0 0 20 0 1 0 28558462 9515008 182 33554432000 1073741824 1073778376 140734711719536 140734711710568 224922517173 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/26704/statm: 2323 182 140 9 0 71 0

[startup+0.103699 s]
/proc/loadavg: 1.10 1.24 1.63 3/172 26704
/proc/meminfo: memFree=31679476/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/26704/stat : 26704 (java) S 26701 26704 26669 0 -1 4202496 3957 0 11 0 5 1 0 0 20 0 18 0 28558462 9787879424 5099 33554432000 1073741824 1073778376 140734402337392 140734402328528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/26704/statm: 2389619 5103 2027 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 1.10 1.24 1.63 3/172 26704
/proc/meminfo: memFree=31679476/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/26704/stat : 26704 (java) S 26701 26704 26669 0 -1 4202496 4669 0 11 0 21 1 0 0 20 0 18 0 28558462 9787879424 6761 33554432000 1073741824 1073778376 140734402337392 140734402328528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/26704/statm: 2389619 6761 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 1.10 1.24 1.63 3/172 26704
/proc/meminfo: memFree=31679476/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/26704/stat : 26704 (java) S 26701 26704 26669 0 -1 4202496 5667 0 11 0 41 2 0 0 20 0 18 0 28558462 9787879424 8429 33554432000 1073741824 1073778376 140734402337392 140734402328528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/26704/statm: 2389619 8429 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.70029 s]
/proc/loadavg: 1.10 1.24 1.63 3/172 26704
/proc/meminfo: memFree=31679476/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9558476 CPUtime=1.09 cores=0,2,4,6
/proc/26704/stat : 26704 (java) S 26701 26704 26669 0 -1 4202496 7336 0 11 0 103 6 0 0 20 0 18 0 28558462 9787879424 41116 33554432000 1073741824 1073778376 140734402337392 140734402328528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/26704/statm: 2389619 41116 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9558476

[startup+1.50071 s]
/proc/loadavg: 1.10 1.24 1.63 3/211 26750
/proc/meminfo: memFree=31336204/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9558476 CPUtime=2.32 cores=0,2,4,6
/proc/26704/stat : 26704 (java) S 26701 26704 26669 0 -1 4202496 13416 0 11 0 224 8 0 0 20 0 18 0 28558462 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140734402328528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/26704/statm: 2389619 49535 2273 9 0 2380296 0
[pid=26704/tid=26706] ppid=26701 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/26704/task/26706/stat : 26706 (java) R 26701 26704 26669 0 -1 4202560 2467 0 5 0 135 3 0 0 20 0 18 0 28558465 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642340085424 224925891640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26707] ppid=26701 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/26704/task/26707/stat : 26707 (java) S 26701 26704 26669 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 28558466 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642329152552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26708] ppid=26701 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26708/stat : 26708 (java) S 26701 26704 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 28558466 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642182970280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26709] ppid=26701 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26709/stat : 26709 (java) S 26701 26704 26669 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 28558466 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642181917480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26710] ppid=26701 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26704/task/26710/stat : 26710 (java) S 26701 26704 26669 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 28558466 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642180864680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26711] ppid=26701 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/26704/task/26711/stat : 26711 (java) S 26701 26704 26669 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 28558466 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642179811880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26712] ppid=26701 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26704/task/26712/stat : 26712 (java) S 26701 26704 26669 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 28558466 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642178759080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26713] ppid=26701 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26704/task/26713/stat : 26713 (java) S 26701 26704 26669 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 28558466 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642177706280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26714] ppid=26701 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26714/stat : 26714 (java) S 26701 26704 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 28558466 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642176653480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26715] ppid=26701 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26715/stat : 26715 (java) S 26701 26704 26669 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 28558467 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642164243432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26716] ppid=26701 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26716/stat : 26716 (java) S 26701 26704 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 28558468 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642163189496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26717] ppid=26701 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26717/stat : 26717 (java) S 26701 26704 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 28558468 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642162136584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26718] ppid=26701 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26718/stat : 26718 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28558470 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642161085072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26719] ppid=26701 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/26704/task/26719/stat : 26719 (java) S 26701 26704 26669 0 -1 4202560 2023 0 0 0 28 0 0 0 20 0 18 0 28558470 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642160032184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26720] ppid=26701 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/26704/task/26720/stat : 26720 (java) R 26701 26704 26669 0 -1 4202560 7530 0 0 0 40 3 0 0 20 0 18 0 28558470 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642158979264 140642342827316 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26721] ppid=26701 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26721/stat : 26721 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28558470 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642157926776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26722] ppid=26701 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26722/stat : 26722 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28558470 9787879424 49535 33554432000 1073741824 1073778376 140734402337392 140642156874184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9558476

[startup+3.10077 s]
/proc/loadavg: 1.10 1.24 1.63 4/212 26751
/proc/meminfo: memFree=31181608/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9625040 CPUtime=4.32 cores=0,2,4,6
/proc/26704/stat : 26704 (java) S 26701 26704 26669 0 -1 4202496 15767 0 11 0 424 8 0 0 20 0 19 0 28558462 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140734402328528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/26704/statm: 2406260 49749 2277 9 0 2396937 0
[pid=26704/tid=26706] ppid=26701 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/26704/task/26706/stat : 26706 (java) R 26701 26704 26669 0 -1 4202560 2471 0 5 0 295 4 0 0 20 0 19 0 28558465 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642340090056 140642211373102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26707] ppid=26701 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26704/task/26707/stat : 26707 (java) S 26701 26704 26669 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 28558466 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642329152552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26708] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26708/stat : 26708 (java) S 26701 26704 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28558466 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642182970280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26709] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26709/stat : 26709 (java) S 26701 26704 26669 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 28558466 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642181917480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26710] ppid=26701 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26704/task/26710/stat : 26710 (java) S 26701 26704 26669 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 28558466 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642180864680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26711] ppid=26701 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26704/task/26711/stat : 26711 (java) S 26701 26704 26669 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 28558466 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642179811880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26712] ppid=26701 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26704/task/26712/stat : 26712 (java) S 26701 26704 26669 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 28558466 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642178759080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26713] ppid=26701 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26704/task/26713/stat : 26713 (java) S 26701 26704 26669 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 28558466 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642177706280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26714] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26714/stat : 26714 (java) S 26701 26704 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 28558466 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642176653480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26715] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26715/stat : 26715 (java) S 26701 26704 26669 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 28558467 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642164243432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26716] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26716/stat : 26716 (java) S 26701 26704 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642163189496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26717] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26717/stat : 26717 (java) S 26701 26704 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642162136584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26718] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26718/stat : 26718 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642161085072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26719] ppid=26701 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/26704/task/26719/stat : 26719 (java) S 26701 26704 26669 0 -1 4202560 4343 0 0 0 47 1 0 0 20 0 19 0 28558470 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642160032184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26720] ppid=26701 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/26704/task/26720/stat : 26720 (java) S 26701 26704 26669 0 -1 4202560 7543 0 0 0 60 3 0 0 20 0 19 0 28558470 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642158979384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26721] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26721/stat : 26721 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642157926776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26722] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26722/stat : 26722 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642156874184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26751] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26751/stat : 26751 (java) S 26701 26704 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28558613 9856040960 49749 33554432000 1073741824 1073778376 140734402337392 140642155820712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 1.25 1.27 1.64 3/193 26767
/proc/meminfo: memFree=31377776/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9625040 CPUtime=7.59 cores=0,2,4,6
/proc/26704/stat : 26704 (java) S 26701 26704 26669 0 -1 4202496 15819 0 11 0 749 10 0 0 20 0 19 0 28558462 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140734402328528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/26704/statm: 2406260 75300 2277 9 0 2396937 0
[pid=26704/tid=26706] ppid=26701 vsize=9625040 CPUtime=6.19 cores=0,2,4,6
/proc/26704/task/26706/stat : 26706 (java) R 26701 26704 26669 0 -1 4202560 2523 0 5 0 614 5 0 0 20 0 19 0 28558465 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642340089944 140642211373102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26707] ppid=26701 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26704/task/26707/stat : 26707 (java) S 26701 26704 26669 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 28558466 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642329152552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26708] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26708/stat : 26708 (java) S 26701 26704 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28558466 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642182970280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26709] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26709/stat : 26709 (java) S 26701 26704 26669 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 28558466 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642181917480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26710] ppid=26701 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26704/task/26710/stat : 26710 (java) S 26701 26704 26669 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 28558466 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642180864680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26711] ppid=26701 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26704/task/26711/stat : 26711 (java) S 26701 26704 26669 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 28558466 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642179811880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26712] ppid=26701 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26704/task/26712/stat : 26712 (java) S 26701 26704 26669 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 28558466 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642178759080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26713] ppid=26701 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26704/task/26713/stat : 26713 (java) S 26701 26704 26669 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 28558466 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642177706280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26714] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26714/stat : 26714 (java) S 26701 26704 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 28558466 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642176653480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26715] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26715/stat : 26715 (java) S 26701 26704 26669 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 28558467 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642164243432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26716] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26716/stat : 26716 (java) S 26701 26704 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642163189496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26717] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26717/stat : 26717 (java) S 26701 26704 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642162136584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26718] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26718/stat : 26718 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642161085072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26719] ppid=26701 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/26704/task/26719/stat : 26719 (java) S 26701 26704 26669 0 -1 4202560 4343 0 0 0 47 2 0 0 20 0 19 0 28558470 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642160032184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26720] ppid=26701 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/26704/task/26720/stat : 26720 (java) S 26701 26704 26669 0 -1 4202560 7543 0 0 0 66 3 0 0 20 0 19 0 28558470 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642158979384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26721] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26721/stat : 26721 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642157926776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26722] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26722/stat : 26722 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642156874184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26751] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26751/stat : 26751 (java) S 26701 26704 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28558613 9856040960 75300 33554432000 1073741824 1073778376 140734402337392 140642155820712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 1.31 1.28 1.64 3/213 26882

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

[pid=26704/tid=26716] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26716/stat : 26716 (java) S 26701 26704 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 482720 33554432000 1073741824 1073778376 140734402337392 140642163189496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26717] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26717/stat : 26717 (java) S 26701 26704 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 482720 33554432000 1073741824 1073778376 140734402337392 140642162136584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26718] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26718/stat : 26718 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 482720 33554432000 1073741824 1073778376 140734402337392 140642161085072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26719] ppid=26701 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/26704/task/26719/stat : 26719 (java) S 26701 26704 26669 0 -1 4202560 4347 0 0 0 49 2 0 0 20 0 19 0 28558470 9856040960 482720 33554432000 1073741824 1073778376 140734402337392 140642160032184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26720] ppid=26701 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/26704/task/26720/stat : 26720 (java) S 26701 26704 26669 0 -1 4202560 7596 0 0 0 77 3 0 0 20 0 19 0 28558470 9856040960 482720 33554432000 1073741824 1073778376 140734402337392 140642158979384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26721] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26721/stat : 26721 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 482720 33554432000 1073741824 1073778376 140734402337392 140642157926776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26722] ppid=26701 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/26704/task/26722/stat : 26722 (java) S 26701 26704 26669 0 -1 4202560 98 0 0 0 17 21 0 0 20 0 19 0 28558470 9856040960 482720 33554432000 1073741824 1073778376 140734402337392 140642156874184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26751] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26751/stat : 26751 (java) S 26701 26704 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28558613 9856040960 482720 33554432000 1073741824 1073778376 140734402337392 140642155820712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1735.91
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.11 2.04 1.94 4/192 26965
/proc/meminfo: memFree=29769956/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9625040 CPUtime=1796.59 cores=0,2,4,6
/proc/26704/stat : 26704 (java) S 26701 26704 26669 0 -1 4202496 29242 0 11 0 179479 180 0 0 20 0 19 0 28558462 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140734402328528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/26704/statm: 2406260 478708 2293 9 0 2396937 0
[pid=26704/tid=26706] ppid=26701 vsize=9625040 CPUtime=1774.34 cores=0,2,4,6
/proc/26704/task/26706/stat : 26706 (java) R 26701 26704 26669 0 -1 4202560 4635 0 5 0 177375 59 0 0 20 0 19 0 28558465 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642340088896 140642211374762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26707] ppid=26701 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/26704/task/26707/stat : 26707 (java) S 26701 26704 26669 0 -1 4202560 389 0 0 0 238 14 0 0 20 0 19 0 28558466 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642329152552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26708] ppid=26701 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/26704/task/26708/stat : 26708 (java) S 26701 26704 26669 0 -1 4202560 684 0 0 0 238 14 0 0 20 0 19 0 28558466 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642182970280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26709] ppid=26701 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/26704/task/26709/stat : 26709 (java) S 26701 26704 26669 0 -1 4202560 402 0 0 0 233 12 0 0 20 0 19 0 28558466 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642181917480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26710] ppid=26701 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/26704/task/26710/stat : 26710 (java) S 26701 26704 26669 0 -1 4202560 311 0 0 0 235 14 0 0 20 0 19 0 28558466 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642180864680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26711] ppid=26701 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/26704/task/26711/stat : 26711 (java) S 26701 26704 26669 0 -1 4202560 431 0 0 0 232 15 0 0 20 0 19 0 28558466 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642179811880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26712] ppid=26701 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/26704/task/26712/stat : 26712 (java) S 26701 26704 26669 0 -1 4202560 580 0 0 0 241 12 0 0 20 0 19 0 28558466 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642178759080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26713] ppid=26701 vsize=9625040 CPUtime=2.61 cores=0,2,4,6
/proc/26704/task/26713/stat : 26713 (java) S 26701 26704 26669 0 -1 4202560 597 0 0 0 245 16 0 0 20 0 19 0 28558466 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642177706280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26714] ppid=26701 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/26704/task/26714/stat : 26714 (java) S 26701 26704 26669 0 -1 4202560 364 0 0 0 234 15 0 0 20 0 19 0 28558466 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642176653480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26715] ppid=26701 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/26704/task/26715/stat : 26715 (java) S 26701 26704 26669 0 -1 4202560 7547 0 0 0 91 17 0 0 20 0 19 0 28558467 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642164243432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26716] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26716/stat : 26716 (java) S 26701 26704 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642163189496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26717] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26717/stat : 26717 (java) S 26701 26704 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642162136584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26718] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26718/stat : 26718 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642161085072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26719] ppid=26701 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/26704/task/26719/stat : 26719 (java) S 26701 26704 26669 0 -1 4202560 4347 0 0 0 49 2 0 0 20 0 19 0 28558470 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642160032184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26720] ppid=26701 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/26704/task/26720/stat : 26720 (java) S 26701 26704 26669 0 -1 4202560 7596 0 0 0 77 3 0 0 20 0 19 0 28558470 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642158979384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26721] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26721/stat : 26721 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642157926776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26722] ppid=26701 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/26704/task/26722/stat : 26722 (java) S 26701 26704 26669 0 -1 4202560 102 0 0 0 18 22 0 0 20 0 19 0 28558470 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642156874184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26751] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26751/stat : 26751 (java) S 26701 26704 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28558613 9856040960 478708 33554432000 1073741824 1073778376 140734402337392 140642155820712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.7 s]
/proc/loadavg: 2.10 2.04 1.94 3/213 27015
/proc/meminfo: memFree=29481320/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/26704/stat : 26704 (java) S 26701 26704 26669 0 -1 4202496 29247 0 11 0 179822 180 0 0 20 0 19 0 28558462 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140734402328528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/26704/statm: 2406260 478483 2293 9 0 2396937 0
[pid=26704/tid=26706] ppid=26701 vsize=9625040 CPUtime=1777.72 cores=0,2,4,6
/proc/26704/task/26706/stat : 26706 (java) R 26701 26704 26669 0 -1 4202560 4637 0 5 0 177712 60 0 0 20 0 19 0 28558465 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642340088832 140642211373102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26707] ppid=26701 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/26704/task/26707/stat : 26707 (java) S 26701 26704 26669 0 -1 4202560 389 0 0 0 239 14 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642329152552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26708] ppid=26701 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/26704/task/26708/stat : 26708 (java) S 26701 26704 26669 0 -1 4202560 684 0 0 0 238 14 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642182970280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26709] ppid=26701 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/26704/task/26709/stat : 26709 (java) S 26701 26704 26669 0 -1 4202560 402 0 0 0 234 12 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642181917480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26710] ppid=26701 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/26704/task/26710/stat : 26710 (java) S 26701 26704 26669 0 -1 4202560 311 0 0 0 236 14 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642180864680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26711] ppid=26701 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/26704/task/26711/stat : 26711 (java) S 26701 26704 26669 0 -1 4202560 432 0 0 0 233 15 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642179811880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26712] ppid=26701 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/26704/task/26712/stat : 26712 (java) S 26701 26704 26669 0 -1 4202560 580 0 0 0 242 12 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642178759080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26713] ppid=26701 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/26704/task/26713/stat : 26713 (java) S 26701 26704 26669 0 -1 4202560 598 0 0 0 246 16 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642177706280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26714] ppid=26701 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/26704/task/26714/stat : 26714 (java) S 26701 26704 26669 0 -1 4202560 365 0 0 0 235 15 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642176653480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26715] ppid=26701 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/26704/task/26715/stat : 26715 (java) S 26701 26704 26669 0 -1 4202560 7547 0 0 0 91 17 0 0 20 0 19 0 28558467 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642164243432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26716] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26716/stat : 26716 (java) S 26701 26704 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642163189496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26717] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26717/stat : 26717 (java) S 26701 26704 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642162136584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26718] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26718/stat : 26718 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642161085072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26719] ppid=26701 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/26704/task/26719/stat : 26719 (java) S 26701 26704 26669 0 -1 4202560 4347 0 0 0 49 2 0 0 20 0 19 0 28558470 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642160032184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26720] ppid=26701 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/26704/task/26720/stat : 26720 (java) S 26701 26704 26669 0 -1 4202560 7596 0 0 0 77 3 0 0 20 0 19 0 28558470 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642158979384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26721] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26721/stat : 26721 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642157926776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26722] ppid=26701 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/26704/task/26722/stat : 26722 (java) S 26701 26704 26669 0 -1 4202560 102 0 0 0 18 22 0 0 20 0 19 0 28558470 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642156874184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26751] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26751/stat : 26751 (java) S 26701 26704 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28558613 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642155820712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 26704 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1785.7 s]
/proc/loadavg: 2.10 2.04 1.94 3/213 27015
/proc/meminfo: memFree=29481320/32872528 swapFree=163656/177964
[pid=26704] ppid=26701 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/26704/stat : 26704 (java) S 26701 26704 26669 0 -1 4202496 29247 0 11 0 179822 180 0 0 20 0 19 0 28558462 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140734402328528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/26704/statm: 2406260 478483 2293 9 0 2396937 0
[pid=26704/tid=26706] ppid=26701 vsize=9625040 CPUtime=1777.72 cores=0,2,4,6
/proc/26704/task/26706/stat : 26706 (java) R 26701 26704 26669 0 -1 4202560 4637 0 5 0 177712 60 0 0 20 0 19 0 28558465 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642340088832 140642211373102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26707] ppid=26701 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/26704/task/26707/stat : 26707 (java) S 26701 26704 26669 0 -1 4202560 389 0 0 0 239 14 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642329152552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26708] ppid=26701 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/26704/task/26708/stat : 26708 (java) S 26701 26704 26669 0 -1 4202560 684 0 0 0 238 14 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642182970280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26709] ppid=26701 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/26704/task/26709/stat : 26709 (java) S 26701 26704 26669 0 -1 4202560 402 0 0 0 234 12 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642181917480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26710] ppid=26701 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/26704/task/26710/stat : 26710 (java) S 26701 26704 26669 0 -1 4202560 311 0 0 0 236 14 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642180864680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26711] ppid=26701 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/26704/task/26711/stat : 26711 (java) S 26701 26704 26669 0 -1 4202560 432 0 0 0 233 15 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642179811880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26712] ppid=26701 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/26704/task/26712/stat : 26712 (java) S 26701 26704 26669 0 -1 4202560 580 0 0 0 242 12 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642178759080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26713] ppid=26701 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/26704/task/26713/stat : 26713 (java) S 26701 26704 26669 0 -1 4202560 598 0 0 0 246 16 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642177706280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26714] ppid=26701 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/26704/task/26714/stat : 26714 (java) S 26701 26704 26669 0 -1 4202560 365 0 0 0 235 15 0 0 20 0 19 0 28558466 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642176653480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26704/tid=26715] ppid=26701 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/26704/task/26715/stat : 26715 (java) S 26701 26704 26669 0 -1 4202560 7547 0 0 0 91 17 0 0 20 0 19 0 28558467 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642164243432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26716] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26716/stat : 26716 (java) S 26701 26704 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642163189496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26717] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26717/stat : 26717 (java) S 26701 26704 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28558468 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642162136584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26718] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26718/stat : 26718 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642161085072 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26719] ppid=26701 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/26704/task/26719/stat : 26719 (java) S 26701 26704 26669 0 -1 4202560 4347 0 0 0 49 2 0 0 20 0 19 0 28558470 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642160032184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26704/tid=26720] ppid=26701 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/26704/task/26720/stat : 26720 (java) S 26701 26704 26669 0 -1 4202560 7596 0 0 0 77 3 0 0 20 0 19 0 28558470 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642158979384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26721] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26721/stat : 26721 (java) S 26701 26704 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28558470 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642157926776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26704/tid=26722] ppid=26701 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/26704/task/26722/stat : 26722 (java) S 26701 26704 26669 0 -1 4202560 102 0 0 0 18 22 0 0 20 0 19 0 28558470 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642156874184 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26704/tid=26751] ppid=26701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26704/task/26751/stat : 26751 (java) S 26701 26704 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28558613 9856040960 478483 33554432000 1073741824 1073778376 140734402337392 140642155820712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1785.72
CPU time (s): 1800.94
CPU user time (s): 1798.64
CPU system time (s): 2.30065
CPU usage (%): 100.852
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 2.30065
maximum resident set size= 2427384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29278
page faults= 11
swaps= 0
block input operations= 3304
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62451
involuntary context switches= 62590

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2024 second user time and 12.862 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 17:51:25
IDJOB=4105744
IDBENCH=2996
IDSOLVER=2546
FILE ID=node105/4105744-1466265085
RUNJOBID= node105-1466265085-26685
PBS_JOBID= 19918230
Free space on /tmp= 71736 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=300-sizeP=151-sizeQ=300-346995195-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105744-1466265085/watcher-4105744-1466265085 -o /tmp/evaluation-result-4105744-1466265085/solver-4105744-1466265085 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105744-1466265085.opb

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

MD5SUM BENCH= 7d90035947bf106909c324d346feadc0
RANDOM SEED=455358735

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31680864 kB
Buffers:           84364 kB
Cached:           185024 kB
SwapCached:         1684 kB
Active:            79852 kB
Inactive:         195508 kB
Active(anon):       5680 kB
Inactive(anon):     2976 kB
Active(file):      74172 kB
Inactive(file):   192532 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             12504 kB
Writeback:             0 kB
AnonPages:        183892 kB
Mapped:             6412 kB
Shmem:                 0 kB
Slab:             604664 kB
SReclaimable:      48224 kB
SUnreclaim:       556440 kB
KernelStack:        1344 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     278300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 71728 MiB
End job on node105 at 2016-06-18 18:21:11