Trace number 4099656

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 7.55285 2.97211

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Icl2arity.ucl.opb
MD5SUMf83049a5e6f779c8a894a05e03ae7f50
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.834872
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23837
Total number of constraints67568
Number of constraints which are clauses64398
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3170
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 66
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4099656-1466206126.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.95/0.93	c ... done. Wall clock time 0.821s.
1.95/0.93	c declared #vars     23837
1.95/0.93	c #constraints  67568
1.95/0.94	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.95/0.94	c constraints type 
1.95/0.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20939
1.95/0.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.95/0.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43458
1.95/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3170
1.95/0.94	c 67568 constraints processed.
1.95/0.94	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.95/0.94	c constraints type 
1.95/0.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43458
1.95/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20939
1.95/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3170
1.95/0.94	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.95/0.94	c 67568 constraints processed.
7.43/2.91	c And the winner is solver0
7.43/2.96	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
7.43/2.96	c starts		: 7
7.43/2.96	c conflicts		: 2696
7.43/2.96	c decisions		: 5623
7.43/2.96	c propagations		: 3698149
7.43/2.96	c inspects		: 9937711
7.43/2.96	c shortcuts		: 0
7.43/2.96	c learnt literals	: 13
7.43/2.96	c learnt binary clauses	: 37
7.43/2.96	c learnt ternary clauses	: 51
7.43/2.96	c learnt constraints	: 2682
7.43/2.96	c ignored constraints	: 0
7.43/2.96	c root simplifications	: 0
7.43/2.96	c removed literals (reason simplification)	: 10946
7.43/2.96	c reason swapping (by a shorter reason)	: 0
7.43/2.96	c Calls to reduceDB	: 0
7.43/2.96	c Number of update (reduction) of LBD	: 1083
7.43/2.96	c Imported unit clauses	: 0
7.43/2.96	c number of reductions to clauses (during analyze)	: 0
7.43/2.96	c number of learned constraints concerned by reduction	: 0
7.43/2.96	c number of learning phase by resolution	: 0
7.43/2.96	c number of learning phase by cutting planes	: 0
7.43/2.96	c speed (assignments/second)	: 1855568.9914701455
7.43/2.96	c non guided choices	941
7.43/2.96	c learnt constraints type 
7.43/2.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
7.43/2.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2645
7.43/2.96	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
7.43/2.96	c starts		: 7
7.43/2.96	c conflicts		: 969
7.43/2.96	c decisions		: 3051
7.43/2.96	c propagations		: 1296014
7.43/2.96	c inspects		: 4007558
7.43/2.96	c shortcuts		: 0
7.43/2.96	c learnt literals	: 0
7.43/2.96	c learnt binary clauses	: 21
7.43/2.96	c learnt ternary clauses	: 11
7.43/2.96	c learnt constraints	: 968
7.43/2.96	c ignored constraints	: 0
7.43/2.96	c root simplifications	: 0
7.43/2.96	c removed literals (reason simplification)	: 0
7.43/2.96	c reason swapping (by a shorter reason)	: 0
7.43/2.96	c Calls to reduceDB	: 0
7.43/2.96	c Number of update (reduction) of LBD	: 0
7.43/2.96	c Imported unit clauses	: 0
7.43/2.96	c number of reductions to clauses (during analyze)	: 0
7.43/2.96	c number of learned constraints concerned by reduction	: 0
7.43/2.96	c number of learning phase by resolution	: 0
7.43/2.96	c number of learning phase by cutting planes	: 0
7.43/2.96	c speed (assignments/second)	: 649956.8706118355
7.43/2.96	c non guided choices	1087
7.43/2.96	c learnt constraints type 
7.43/2.96	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 93
7.43/2.96	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 21
7.43/2.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 854
7.43/2.96	s UNSATISFIABLE
7.43/2.96	c Total wall clock time (in seconds): 2.851

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-4099656-1466206126/watcher-4099656-1466206126 -o /tmp/evaluation-result-4099656-1466206126/solver-4099656-1466206126 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099656-1466206126.opb 

pid=24997
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: 2.11 0.71 0.25 2/169 25000
/proc/meminfo: memFree=31523136/32872528 swapFree=496868/529572
[pid=25000] ppid=24997 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/25000/stat : 25000 (java) S 24997 25000 22589 0 -1 4202496 1298 0 0 0 0 0 0 0 20 0 2 0 22658029 96370688 931 33554432000 1073741824 1073778376 140735537201696 140735537192832 211462160445 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25000/statm: 23544 939 712 9 0 16769 0
[pid=25000/tid=25001] ppid=24997 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25001/stat : 25001 (java) R 24997 25000 22589 0 -1 4202560 109 0 0 0 0 0 0 0 20 0 2 0 22658030 98635776 964 33554432000 1073741824 1073778376 140735537201696 140565306904104 211499892738 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.11 0.71 0.25 2/169 25000
/proc/meminfo: memFree=31523136/32872528 swapFree=496868/529572
[pid=25000] ppid=24997 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25000/stat : 25000 (java) S 24997 25000 22589 0 -1 4202496 4444 0 1 0 9 1 0 0 20 0 18 0 22658029 9787879424 6080 33554432000 1073741824 1073778376 140735537201696 140735537192832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25000/statm: 2389619 6080 2141 9 0 2380296 0
[pid=25000/tid=25001] ppid=24997 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25000/task/25001/stat : 25001 (java) R 24997 25000 22589 0 -1 4202560 2390 0 1 0 7 0 0 0 20 0 18 0 22658030 9787879424 6080 33554432000 1073741824 1073778376 140735537201696 140565306907552 140565314059775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200322 s]
/proc/loadavg: 2.11 0.71 0.25 2/169 25000
/proc/meminfo: memFree=31523136/32872528 swapFree=496868/529572
[pid=25000] ppid=24997 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/25000/stat : 25000 (java) S 24997 25000 22589 0 -1 4202496 4687 0 1 0 25 1 0 0 20 0 18 0 22658029 9787879424 6772 33554432000 1073741824 1073778376 140735537201696 140735537192832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25000/statm: 2389619 6772 2202 9 0 2380296 0
[pid=25000/tid=25001] ppid=24997 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/25000/task/25001/stat : 25001 (java) R 24997 25000 22589 0 -1 4202560 2402 0 1 0 18 0 0 0 20 0 18 0 22658030 9787879424 6772 33554432000 1073741824 1073778376 140735537201696 140565306907552 140565169693520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 2.11 0.71 0.25 2/169 25000
/proc/meminfo: memFree=31523136/32872528 swapFree=496868/529572
[pid=25000] ppid=24997 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/25000/stat : 25000 (java) S 24997 25000 22589 0 -1 4202496 5624 0 1 0 47 1 0 0 20 0 18 0 22658029 9787879424 9006 33554432000 1073741824 1073778376 140735537201696 140735537192832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25000/statm: 2389619 9006 2233 9 0 2380296 0
[pid=25000/tid=25001] ppid=24997 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/25000/task/25001/stat : 25001 (java) R 24997 25000 22589 0 -1 4202560 2405 0 1 0 28 0 0 0 20 0 18 0 22658030 9787879424 9006 33554432000 1073741824 1073778376 140735537201696 140565306908424 140565170025247 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700296 s]
/proc/loadavg: 2.11 0.71 0.25 2/169 25000
/proc/meminfo: memFree=31523136/32872528 swapFree=496868/529572
[pid=25000] ppid=24997 vsize=9558476 CPUtime=1.59 cores=0,2,4,6
/proc/25000/stat : 25000 (java) S 24997 25000 22589 0 -1 4202496 15896 0 1 0 154 5 0 0 20 0 18 0 22658029 9787879424 41261 33554432000 1073741824 1073778376 140735537201696 140735537192832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25000/statm: 2389619 41261 2249 9 0 2380296 0
[pid=25000/tid=25001] ppid=24997 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/25000/task/25001/stat : 25001 (java) R 24997 25000 22589 0 -1 4202560 2455 0 1 0 65 3 0 0 20 0 18 0 22658030 9787879424 41261 33554432000 1073741824 1073778376 140735537201696 140565306900416 140565169979397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 2.02 0.71 0.25 6/191 25022
/proc/meminfo: memFree=31332868/32872528 swapFree=496868/529572
[pid=25000] ppid=24997 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/25000/stat : 25000 (java) S 24997 25000 22589 0 -1 4202496 17212 0 1 0 397 10 0 0 20 0 22 0 22658029 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140735537192832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25000/statm: 2456183 56158 2280 9 0 2446860 0
[pid=25000/tid=25001] ppid=24997 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/25000/task/25001/stat : 25001 (java) S 24997 25000 22589 0 -1 4202560 2481 0 1 0 86 3 0 0 20 0 22 0 22658030 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565306909560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25003] ppid=24997 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25000/task/25003/stat : 25003 (java) S 24997 25000 22589 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 22658030 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565295971368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25004] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25004/stat : 25004 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565294918568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25005] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25005/stat : 25005 (java) S 24997 25000 22589 0 -1 4202560 151 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565293865768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25006] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25006/stat : 25006 (java) S 24997 25000 22589 0 -1 4202560 112 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565292812968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25007] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25007/stat : 25007 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658030 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565291760168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25008] ppid=24997 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25000/task/25008/stat : 25008 (java) S 24997 25000 22589 0 -1 4202560 113 0 0 0 2 1 0 0 20 0 22 0 22658030 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565290707368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25009] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25009/stat : 25009 (java) S 24997 25000 22589 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565289654568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25010] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25010/stat : 25010 (java) S 24997 25000 22589 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565288601768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25011] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25011/stat : 25011 (java) S 24997 25000 22589 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 22658031 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565130849256 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25012] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25012/stat : 25012 (java) S 24997 25000 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658032 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565129795320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25013] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25013/stat : 25013 (java) S 24997 25000 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658032 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565128742408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25014] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25014/stat : 25014 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565127690896 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25015] ppid=24997 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/25000/task/25015/stat : 25015 (java) R 24997 25000 22589 0 -1 4202560 6652 0 0 0 89 2 0 0 20 0 22 0 22658034 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565126638008 140565309516821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25016] ppid=24997 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/25000/task/25016/stat : 25016 (java) R 24997 25000 22589 0 -1 4202560 6264 0 0 0 98 2 0 0 20 0 22 0 22658034 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565125585208 140565312752567 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25017] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25017/stat : 25017 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565124532600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25018] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25018/stat : 25018 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565123480008 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25019] ppid=24997 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/25000/task/25019/stat : 25019 (java) R 24997 25000 22589 0 -1 4202560 22 0 0 0 51 0 0 0 20 0 22 0 22658123 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565122425864 140565170590884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25020] ppid=24997 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/25000/task/25020/stat : 25020 (java) R 24997 25000 22589 0 -1 4202560 22 0 0 0 49 0 0 0 20 0 22 0 22658123 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565121372872 140565170591019 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25021] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25021/stat : 25021 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658126 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565120320936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25022] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25022/stat : 25022 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658126 10060525568 56158 33554432000 1073741824 1073778376 140735537201696 140565119268136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9824732

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25000 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60106 s]
/proc/loadavg: 2.02 0.71 0.25 6/191 25022
/proc/meminfo: memFree=31332868/32872528 swapFree=496868/529572
[pid=25000] ppid=24997 vsize=9824732 CPUtime=4.3 cores=0,2,4,6
/proc/25000/stat : 25000 (java) S 24997 25000 22589 0 -1 4202496 17213 0 1 0 420 10 0 0 20 0 22 0 22658029 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140735537192832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25000/statm: 2456183 56159 2281 9 0 2446860 0
[pid=25000/tid=25001] ppid=24997 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/25000/task/25001/stat : 25001 (java) S 24997 25000 22589 0 -1 4202560 2481 0 1 0 86 3 0 0 20 0 22 0 22658030 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565306909560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25003] ppid=24997 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25000/task/25003/stat : 25003 (java) S 24997 25000 22589 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 22658030 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565295971368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25004] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25004/stat : 25004 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565294918568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25005] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25005/stat : 25005 (java) S 24997 25000 22589 0 -1 4202560 151 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565293865768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25006] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25006/stat : 25006 (java) S 24997 25000 22589 0 -1 4202560 112 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565292812968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25007] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25007/stat : 25007 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658030 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565291760168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25008] ppid=24997 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25000/task/25008/stat : 25008 (java) S 24997 25000 22589 0 -1 4202560 113 0 0 0 2 1 0 0 20 0 22 0 22658030 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565290707368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25009] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25009/stat : 25009 (java) S 24997 25000 22589 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565289654568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25010] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25010/stat : 25010 (java) S 24997 25000 22589 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565288601768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25011] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25011/stat : 25011 (java) S 24997 25000 22589 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 22658031 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565130849256 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25012] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25012/stat : 25012 (java) S 24997 25000 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658032 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565129795320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25013] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25013/stat : 25013 (java) S 24997 25000 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658032 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565128742408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25014] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25014/stat : 25014 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565127690896 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25015] ppid=24997 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/25000/task/25015/stat : 25015 (java) R 24997 25000 22589 0 -1 4202560 6653 0 0 0 90 2 0 0 20 0 22 0 22658034 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565126638008 140565311000947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25016] ppid=24997 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/25000/task/25016/stat : 25016 (java) R 24997 25000 22589 0 -1 4202560 6264 0 0 0 100 2 0 0 20 0 22 0 22658034 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565125585208 140565311000569 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25017] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25017/stat : 25017 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565124532600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25018] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25018/stat : 25018 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565123480008 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25019] ppid=24997 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/25000/task/25019/stat : 25019 (java) R 24997 25000 22589 0 -1 4202560 22 0 0 0 61 0 0 0 20 0 22 0 22658123 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565122425736 140565170590884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25020] ppid=24997 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/25000/task/25020/stat : 25020 (java) R 24997 25000 22589 0 -1 4202560 22 0 0 0 59 0 0 0 20 0 22 0 22658123 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565121372552 140565170543605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25021] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25021/stat : 25021 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658126 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565120320936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25022] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25022/stat : 25022 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658126 10060525568 56159 33554432000 1073741824 1073778376 140735537201696 140565119268136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9824732

[startup+2.40091 s]
/proc/loadavg: 2.02 0.71 0.25 4/191 25022
/proc/meminfo: memFree=31171916/32872528 swapFree=496868/529572
[pid=25000] ppid=24997 vsize=9824732 CPUtime=6.29 cores=0,2,4,6
/proc/25000/stat : 25000 (java) S 24997 25000 22589 0 -1 4202496 19467 0 1 0 614 15 0 0 20 0 22 0 22658029 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140735537192832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25000/statm: 2456183 89591 2281 9 0 2446860 0
[pid=25000/tid=25001] ppid=24997 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/25000/task/25001/stat : 25001 (java) S 24997 25000 22589 0 -1 4202560 2482 0 1 0 86 3 0 0 20 0 22 0 22658030 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565306909560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25003] ppid=24997 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25000/task/25003/stat : 25003 (java) S 24997 25000 22589 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 22658030 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565295971368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25004] ppid=24997 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25000/task/25004/stat : 25004 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 22658030 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565294918568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25005] ppid=24997 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25000/task/25005/stat : 25005 (java) S 24997 25000 22589 0 -1 4202560 151 0 0 0 2 0 0 0 20 0 22 0 22658030 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565293865768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25006] ppid=24997 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25000/task/25006/stat : 25006 (java) S 24997 25000 22589 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 22 0 22658030 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565292812968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25007] ppid=24997 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25000/task/25007/stat : 25007 (java) S 24997 25000 22589 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 22658030 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565291760168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25008] ppid=24997 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/25000/task/25008/stat : 25008 (java) S 24997 25000 22589 0 -1 4202560 125 0 0 0 5 1 0 0 20 0 22 0 22658030 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565290707368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25009] ppid=24997 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25000/task/25009/stat : 25009 (java) S 24997 25000 22589 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 22 0 22658030 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565289654568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25010] ppid=24997 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25000/task/25010/stat : 25010 (java) S 24997 25000 22589 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 22658030 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565288601768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25011] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25011/stat : 25011 (java) S 24997 25000 22589 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22658031 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565130849256 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25012] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25012/stat : 25012 (java) S 24997 25000 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658032 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565129795320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25013] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25013/stat : 25013 (java) S 24997 25000 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658032 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565128742408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25014] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25014/stat : 25014 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565127690896 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25015] ppid=24997 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/25000/task/25015/stat : 25015 (java) S 24997 25000 22589 0 -1 4202560 6653 0 0 0 104 2 0 0 20 0 22 0 22658034 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565126638008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25016] ppid=24997 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/25000/task/25016/stat : 25016 (java) S 24997 25000 22589 0 -1 4202560 8276 0 0 0 119 2 0 0 20 0 22 0 22658034 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565125585208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25017] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25017/stat : 25017 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565124532600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25018] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25018/stat : 25018 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565123480008 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25019] ppid=24997 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/25000/task/25019/stat : 25019 (java) R 24997 25000 22589 0 -1 4202560 22 0 0 0 137 0 0 0 20 0 22 0 22658123 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565122424016 140565170590884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25020] ppid=24997 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/25000/task/25020/stat : 25020 (java) R 24997 25000 22589 0 -1 4202560 77 0 0 0 133 2 0 0 20 0 22 0 22658123 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565121371960 140565170621499 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25021] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25021/stat : 25021 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658126 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565120320936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25022] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25022/stat : 25022 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658126 10060525568 89591 33554432000 1073741824 1073778376 140735537201696 140565119268136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9824732

[startup+2.80087 s]
/proc/loadavg: 2.02 0.71 0.25 4/191 25022
/proc/meminfo: memFree=31171916/32872528 swapFree=496868/529572
[pid=25000] ppid=24997 vsize=9824732 CPUtime=7.16 cores=0,2,4,6
/proc/25000/stat : 25000 (java) S 24997 25000 22589 0 -1 4202496 19524 0 1 0 699 17 0 0 20 0 22 0 22658029 10060525568 94227 33554432000 1073741824 1073778376 140735537201696 140735537192832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25000/statm: 2456183 94227 2283 9 0 2446860 0
[pid=25000/tid=25001] ppid=24997 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/25000/task/25001/stat : 25001 (java) S 24997 25000 22589 0 -1 4202560 2482 0 1 0 86 3 0 0 20 0 22 0 22658030 10060525568 94227 33554432000 1073741824 1073778376 140735537201696 140565306909560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25003] ppid=24997 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25000/task/25003/stat : 25003 (java) R 24997 25000 22589 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 22658030 10060525568 94227 33554432000 1073741824 1073778376 140735537201696 140565295971544 140565313804960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25004] ppid=24997 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25000/task/25004/stat : 25004 (java) R 24997 25000 22589 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 22658030 10060525568 94227 33554432000 1073741824 1073778376 140735537201696 140565294918744 140565311070872 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25005] ppid=24997 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25000/task/25005/stat : 25005 (java) R 24997 25000 22589 0 -1 4202560 154 0 0 0 3 0 0 0 20 0 22 0 22658030 10060525568 94227 33554432000 1073741824 1073778376 140735537201696 140565293865768 140565310666703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25006] ppid=24997 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25000/task/25006/stat : 25006 (java) S 24997 25000 22589 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 22 0 22658030 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565292812968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25007] ppid=24997 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25000/task/25007/stat : 25007 (java) R 24997 25000 22589 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 22658030 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565291760168 140565310665911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25008] ppid=24997 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/25000/task/25008/stat : 25008 (java) R 24997 25000 22589 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 22 0 22658030 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565290707544 140565311084793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25009] ppid=24997 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25000/task/25009/stat : 25009 (java) R 24997 25000 22589 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 22 0 22658030 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565289654568 211462173756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25010] ppid=24997 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/25000/task/25010/stat : 25010 (java) R 24997 25000 22589 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 22658030 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565288601768 140565310187420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25011] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25011/stat : 25011 (java) S 24997 25000 22589 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22658031 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565130848136 211462173756 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25012] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25012/stat : 25012 (java) S 24997 25000 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658032 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565129795320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25013] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25013/stat : 25013 (java) S 24997 25000 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658032 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565128742408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25014] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25014/stat : 25014 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565127690896 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25015] ppid=24997 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/25000/task/25015/stat : 25015 (java) S 24997 25000 22589 0 -1 4202560 6653 0 0 0 104 2 0 0 20 0 22 0 22658034 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565126638008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25016] ppid=24997 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/25000/task/25016/stat : 25016 (java) S 24997 25000 22589 0 -1 4202560 8278 0 0 0 124 2 0 0 20 0 22 0 22658034 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565125576232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25017] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25017/stat : 25017 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565124532600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25018] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25018/stat : 25018 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565123480008 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25019] ppid=24997 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/25000/task/25019/stat : 25019 (java) S 24997 25000 22589 0 -1 4202560 22 0 0 0 175 0 0 0 20 0 22 0 22658123 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565122424120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25020] ppid=24997 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/25000/task/25020/stat : 25020 (java) S 24997 25000 22589 0 -1 4202560 78 0 0 0 170 2 0 0 20 0 22 0 22658123 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565121371720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25021] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25021/stat : 25021 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658126 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565120320936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25022] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25022/stat : 25022 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658126 10060525568 94228 33554432000 1073741824 1073778376 140735537201696 140565119268136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9824732

[startup+2.90091 s]
/proc/loadavg: 2.02 0.71 0.25 4/191 25022
/proc/meminfo: memFree=31171916/32872528 swapFree=496868/529572
[pid=25000] ppid=24997 vsize=9824732 CPUtime=7.43 cores=0,2,4,6
/proc/25000/stat : 25000 (java) S 24997 25000 22589 0 -1 4202496 19584 0 1 0 725 18 0 0 20 0 22 0 22658029 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140735537192832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25000/statm: 2456183 95604 2285 9 0 2446860 0
[pid=25000/tid=25001] ppid=24997 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/25000/task/25001/stat : 25001 (java) S 24997 25000 22589 0 -1 4202560 2482 0 1 0 86 3 0 0 20 0 22 0 22658030 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565306909560 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25003] ppid=24997 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25000/task/25003/stat : 25003 (java) S 24997 25000 22589 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 22658030 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565295971368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25004] ppid=24997 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25000/task/25004/stat : 25004 (java) S 24997 25000 22589 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 22 0 22658030 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565294918568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25005] ppid=24997 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25000/task/25005/stat : 25005 (java) S 24997 25000 22589 0 -1 4202560 155 0 0 0 3 0 0 0 20 0 22 0 22658030 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565293865768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25006] ppid=24997 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25000/task/25006/stat : 25006 (java) S 24997 25000 22589 0 -1 4202560 126 0 0 0 3 0 0 0 20 0 22 0 22658030 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565292812968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25007] ppid=24997 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25000/task/25007/stat : 25007 (java) S 24997 25000 22589 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 22658030 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565291760168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25008] ppid=24997 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/25000/task/25008/stat : 25008 (java) S 24997 25000 22589 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 22 0 22658030 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565290707368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25009] ppid=24997 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25000/task/25009/stat : 25009 (java) S 24997 25000 22589 0 -1 4202560 47 0 0 0 4 0 0 0 20 0 22 0 22658030 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565289654568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25010] ppid=24997 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25000/task/25010/stat : 25010 (java) S 24997 25000 22589 0 -1 4202560 57 0 0 0 5 3 0 0 20 0 22 0 22658030 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565288601768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25011] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25011/stat : 25011 (java) S 24997 25000 22589 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22658031 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565130849256 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25012] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25012/stat : 25012 (java) S 24997 25000 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658032 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565129795320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25013] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25013/stat : 25013 (java) S 24997 25000 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658032 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565128742408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25014] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25014/stat : 25014 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565127690896 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25015] ppid=24997 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/25000/task/25015/stat : 25015 (java) S 24997 25000 22589 0 -1 4202560 6653 0 0 0 104 2 0 0 20 0 22 0 22658034 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565126638008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25016] ppid=24997 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/25000/task/25016/stat : 25016 (java) S 24997 25000 22589 0 -1 4202560 8280 0 0 0 128 2 0 0 20 0 22 0 22658034 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565125585208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25000/tid=25017] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25017/stat : 25017 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565124532600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25018] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25018/stat : 25018 (java) S 24997 25000 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658034 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565123480008 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25019] ppid=24997 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/25000/task/25019/stat : 25019 (java) R 24997 25000 22589 0 -1 4202560 22 0 0 0 183 0 0 0 20 0 22 0 22658123 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565122424120 140565170634783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25000/tid=25020] ppid=24997 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/25000/task/25020/stat : 25020 (java) R 24997 25000 22589 0 -1 4202560 78 0 0 0 179 2 0 0 20 0 22 0 22658123 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565121372848 140565170462080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25000/tid=25021] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25021/stat : 25021 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658126 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565120320936 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25000/tid=25022] ppid=24997 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25000/task/25022/stat : 25022 (java) S 24997 25000 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658126 10060525568 95604 33554432000 1073741824 1073778376 140735537201696 140565119268136 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 2.97211
CPU time (s): 7.55285
CPU user time (s): 7.27989
CPU system time (s): 0.272958
CPU usage (%): 254.124
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.27989
system time used= 0.272958
maximum resident set size= 383236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19595
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 592
involuntary context switches= 780

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016997 second user time and 0.033994 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 01:28:46
IDJOB=4099656
IDBENCH=1466
IDSOLVER=2543
FILE ID=node141/4099656-1466206126
RUNJOBID= node141-1466206051-22605
PBS_JOBID= 19918136
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Icl2arity.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099656-1466206126/watcher-4099656-1466206126 -o /tmp/evaluation-result-4099656-1466206126/solver-4099656-1466206126 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099656-1466206126.opb

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

MD5SUM BENCH= f83049a5e6f779c8a894a05e03ae7f50
RANDOM SEED=804971213

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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.547
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.547
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:        31523672 kB
Buffers:           41536 kB
Cached:            68564 kB
SwapCached:         2552 kB
Active:            47380 kB
Inactive:          65696 kB
Active(anon):       3332 kB
Inactive(anon):     1984 kB
Active(file):      44048 kB
Inactive(file):    63712 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099000 kB
Dirty:              3124 kB
Writeback:             0 kB
AnonPages:        531228 kB
Mapped:             6168 kB
Shmem:                 0 kB
Slab:             574084 kB
SReclaimable:      16784 kB
SUnreclaim:       557300 kB
KernelStack:        1368 kB
PageTables:         4684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     625004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71724 MiB
End job on node141 at 2016-06-18 01:28:49