Trace number 4080736

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1802.65 1748.84

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.35/0.68	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.35/0.68	c Learn all clauses as in MiniSAT
0.35/0.68	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.68	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.35/0.68	c No reason simplification
0.35/0.68	c Armin Biere (Picosat) restarts strategy
0.35/0.68	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.35/0.68	c timeout=2147483s
0.35/0.68	c DB Simplification allowed=false
0.35/0.68	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.35/0.68	c --- End Solver configuration ---
0.35/0.68	c solving HOME/instance-4080736-1465261736.opb
0.35/0.68	c reading problem ... 
0.35/0.68	c  objective function found

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

pid=14484
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.32 1.38 1.71 3/195 14487
/proc/meminfo: memFree=31453392/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/14487/stat : 14487 (java) R 14484 14487 14331 0 -1 4202496 1057 0 0 0 0 0 0 0 20 0 1 0 108105521 23793664 708 33554432000 1073741824 1073778376 140735419423120 140735419412184 243756218448 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 5809 708 523 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 1.32 1.38 1.71 3/195 14487
/proc/meminfo: memFree=31453392/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 4451 0 1 0 8 1 0 0 20 0 18 0 108105521 9787879424 6057 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 6057 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 1.32 1.38 1.71 3/195 14487
/proc/meminfo: memFree=31453392/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 4718 0 1 0 30 5 0 0 20 0 18 0 108105521 9787879424 63536 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 63536 2180 9 0 2380296 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9558476

[startup+0.785105 s]
/proc/loadavg: 1.32 1.38 1.71 3/195 14487
/proc/meminfo: memFree=31453392/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=1.57 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 6085 0 1 0 147 10 0 0 20 0 18 0 108105521 9787879424 100809 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 100809 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9558476

[startup+0.800225 s]
/proc/loadavg: 1.32 1.38 1.71 3/195 14487
/proc/meminfo: memFree=31453392/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=1.58 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 6085 0 1 0 148 10 0 0 20 0 18 0 108105521 9787879424 100809 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 100809 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50024 s]
/proc/loadavg: 1.46 1.41 1.71 2/192 14509
/proc/meminfo: memFree=31131456/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=2.46 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 6411 0 1 0 229 17 0 0 20 0 18 0 108105521 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 144012 2256 9 0 2380296 0
[pid=14487/tid=14489] ppid=14484 vsize=9558476 CPUtime=1.1 cores=0,2,4,6
/proc/14487/task/14489/stat : 14489 (java) S 14484 14487 14331 0 -1 4202560 2530 0 1 0 105 5 0 0 20 0 18 0 108105522 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852780403928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14490] ppid=14484 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14487/task/14490/stat : 14490 (java) S 14484 14487 14331 0 -1 4202560 44 0 0 0 10 0 0 0 20 0 18 0 108105523 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852741896360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14492] ppid=14484 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/14487/task/14492/stat : 14492 (java) S 14484 14487 14331 0 -1 4202560 55 0 0 0 11 2 0 0 20 0 18 0 108105523 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852740843816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14493] ppid=14484 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14487/task/14493/stat : 14493 (java) S 14484 14487 14331 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 18 0 108105523 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852739791272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14494] ppid=14484 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/14487/task/14494/stat : 14494 (java) S 14484 14487 14331 0 -1 4202560 62 0 0 0 14 1 0 0 20 0 18 0 108105523 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852738738728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14495] ppid=14484 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/14487/task/14495/stat : 14495 (java) S 14484 14487 14331 0 -1 4202560 118 0 0 0 14 2 0 0 20 0 18 0 108105523 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852737686184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14496] ppid=14484 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/14487/task/14496/stat : 14496 (java) S 14484 14487 14331 0 -1 4202560 53 0 0 0 11 2 0 0 20 0 18 0 108105523 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852736633640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14497] ppid=14484 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/14487/task/14497/stat : 14497 (java) S 14484 14487 14331 0 -1 4202560 40 0 0 0 9 2 0 0 20 0 18 0 108105523 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852735581096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14498] ppid=14484 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14487/task/14498/stat : 14498 (java) S 14484 14487 14331 0 -1 4202560 291 0 0 0 9 0 0 0 20 0 18 0 108105523 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852734528552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14499] ppid=14484 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14487/task/14499/stat : 14499 (java) R 14484 14487 14331 0 -1 4202560 216 0 0 0 9 0 0 0 20 0 18 0 108105524 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852604486536 139852786913402 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14500] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14500/stat : 14500 (java) S 14484 14487 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852603434104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14501] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14501/stat : 14501 (java) S 14484 14487 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852602381448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14502] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14502/stat : 14502 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852601330192 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14503] ppid=14484 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14487/task/14503/stat : 14503 (java) S 14484 14487 14331 0 -1 4202560 777 0 0 0 7 0 0 0 20 0 18 0 108105527 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852600277560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14504] ppid=14484 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14487/task/14504/stat : 14504 (java) S 14484 14487 14331 0 -1 4202560 947 0 0 0 8 0 0 0 20 0 18 0 108105527 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852599225016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14505] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14505/stat : 14505 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852598172664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14506] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14506/stat : 14506 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 144012 33554432000 1073741824 1073778376 140735419423120 139852597120328 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 1.46 1.41 1.71 2/190 14537
/proc/meminfo: memFree=31065988/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=4.25 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 7108 0 1 0 402 23 0 0 20 0 18 0 108105521 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 160998 2263 9 0 2380296 0
[pid=14487/tid=14489] ppid=14484 vsize=9558476 CPUtime=2.57 cores=0,2,4,6
/proc/14487/task/14489/stat : 14489 (java) R 14484 14487 14331 0 -1 4202560 2532 0 1 0 251 6 0 0 20 0 18 0 108105522 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852780396336 243768812813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14490] ppid=14484 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/14487/task/14490/stat : 14490 (java) S 14484 14487 14331 0 -1 4202560 57 0 0 0 10 2 0 0 20 0 18 0 108105523 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852741896360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14492] ppid=14484 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/14487/task/14492/stat : 14492 (java) S 14484 14487 14331 0 -1 4202560 73 0 0 0 14 2 0 0 20 0 18 0 108105523 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852740843816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14493] ppid=14484 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/14487/task/14493/stat : 14493 (java) S 14484 14487 14331 0 -1 4202560 50 0 0 0 10 2 0 0 20 0 18 0 108105523 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852739791272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14494] ppid=14484 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/14487/task/14494/stat : 14494 (java) S 14484 14487 14331 0 -1 4202560 94 0 0 0 17 3 0 0 20 0 18 0 108105523 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852738738728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14495] ppid=14484 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/14487/task/14495/stat : 14495 (java) S 14484 14487 14331 0 -1 4202560 155 0 0 0 18 3 0 0 20 0 18 0 108105523 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852737686184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14496] ppid=14484 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/14487/task/14496/stat : 14496 (java) S 14484 14487 14331 0 -1 4202560 70 0 0 0 14 3 0 0 20 0 18 0 108105523 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852736633640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14497] ppid=14484 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/14487/task/14497/stat : 14497 (java) S 14484 14487 14331 0 -1 4202560 326 0 0 0 11 2 0 0 20 0 18 0 108105523 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852735581096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14498] ppid=14484 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/14487/task/14498/stat : 14498 (java) S 14484 14487 14331 0 -1 4202560 325 0 0 0 10 2 0 0 20 0 18 0 108105523 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852734528552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14499] ppid=14484 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/14487/task/14499/stat : 14499 (java) S 14484 14487 14331 0 -1 4202560 446 0 0 0 14 0 0 0 20 0 18 0 108105524 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852604487784 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14500] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14500/stat : 14500 (java) S 14484 14487 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852603434104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14501] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14501/stat : 14501 (java) S 14484 14487 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852602381448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14502] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14502/stat : 14502 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852601330192 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14503] ppid=14484 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14487/task/14503/stat : 14503 (java) S 14484 14487 14331 0 -1 4202560 781 0 0 0 7 0 0 0 20 0 18 0 108105527 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852600277560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14504] ppid=14484 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14487/task/14504/stat : 14504 (java) S 14484 14487 14331 0 -1 4202560 947 0 0 0 8 0 0 0 20 0 18 0 108105527 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852599225016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14505] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14505/stat : 14505 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852598172664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14506] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14506/stat : 14506 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 160998 33554432000 1073741824 1073778376 140735419423120 139852597120328 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9558476

[startup+6.30077 s]
/proc/loadavg: 1.46 1.41 1.71 6/216 14641
/proc/meminfo: memFree=30516780/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=8.2 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 8270 0 1 0 775 45 0 0 20 0 18 0 108105521 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 259512 2263 9 0 2380296 0
[pid=14487/tid=14489] ppid=14484 vsize=9558476 CPUtime=5.5 cores=0,2,4,6
/proc/14487/task/14489/stat : 14489 (java) R 14484 14487 14331 0 -1 4202560 2822 0 1 0 541 9 0 0 20 0 18 0 108105522 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852780396496 139852608064537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14490] ppid=14484 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/14487/task/14490/stat : 14490 (java) S 14484 14487 14331 0 -1 4202560 124 0 0 0 21 3 0 0 20 0 18 0 108105523 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852741896360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14492] ppid=14484 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/14487/task/14492/stat : 14492 (java) S 14484 14487 14331 0 -1 4202560 148 0 0 0 23 5 0 0 20 0 18 0 108105523 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852740843816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14493] ppid=14484 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/14487/task/14493/stat : 14493 (java) S 14484 14487 14331 0 -1 4202560 109 0 0 0 20 3 0 0 20 0 18 0 108105523 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852739791272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14494] ppid=14484 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/14487/task/14494/stat : 14494 (java) S 14484 14487 14331 0 -1 4202560 229 0 0 0 26 4 0 0 20 0 18 0 108105523 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852738738728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14495] ppid=14484 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/14487/task/14495/stat : 14495 (java) S 14484 14487 14331 0 -1 4202560 208 0 0 0 26 4 0 0 20 0 18 0 108105523 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852737686184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14496] ppid=14484 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/14487/task/14496/stat : 14496 (java) S 14484 14487 14331 0 -1 4202560 137 0 0 0 23 4 0 0 20 0 18 0 108105523 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852736633640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14497] ppid=14484 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/14487/task/14497/stat : 14497 (java) S 14484 14487 14331 0 -1 4202560 386 0 0 0 27 6 0 0 20 0 18 0 108105523 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852735581096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14498] ppid=14484 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/14487/task/14498/stat : 14498 (java) S 14484 14487 14331 0 -1 4202560 403 0 0 0 21 4 0 0 20 0 18 0 108105523 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852734528552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14499] ppid=14484 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/14487/task/14499/stat : 14499 (java) S 14484 14487 14331 0 -1 4202560 709 0 0 0 14 0 0 0 20 0 18 0 108105524 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852604487784 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14500] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14500/stat : 14500 (java) S 14484 14487 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852603434104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14501] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14501/stat : 14501 (java) S 14484 14487 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852602381448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14502] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14502/stat : 14502 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852601330192 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14503] ppid=14484 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14487/task/14503/stat : 14503 (java) S 14484 14487 14331 0 -1 4202560 781 0 0 0 8 0 0 0 20 0 18 0 108105527 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852600277560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14504] ppid=14484 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14487/task/14504/stat : 14504 (java) S 14484 14487 14331 0 -1 4202560 962 0 0 0 10 0 0 0 20 0 18 0 108105527 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852599225016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14505] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14505/stat : 14505 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852598172664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14506] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14506/stat : 14506 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 259512 33554432000 1073741824 1073778376 140735419423120 139852597120328 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 1.84 1.50 1.74 9/216 14659
/proc/meminfo: memFree=29200304/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=18.31 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 25962 0 1 0 1701 130 0 0 20 0 18 0 108105521 9787879424 605372 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 605372 2271 9 0 2380296 0

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

[pid=14487/tid=14496] ppid=14484 vsize=9558476 CPUtime=8.8 cores=0,2,4,6
/proc/14487/task/14496/stat : 14496 (java) S 14484 14487 14331 0 -1 4202560 6373 0 0 0 812 68 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852736633640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14497] ppid=14484 vsize=9558476 CPUtime=9.03 cores=0,2,4,6
/proc/14487/task/14497/stat : 14497 (java) S 14484 14487 14331 0 -1 4202560 9169 0 0 0 834 69 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852735581096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14498] ppid=14484 vsize=9558476 CPUtime=9.04 cores=0,2,4,6
/proc/14487/task/14498/stat : 14498 (java) S 14484 14487 14331 0 -1 4202560 4850 0 0 0 835 69 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852734528552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14499] ppid=14484 vsize=9558476 CPUtime=1692.35 cores=0,2,4,6
/proc/14487/task/14499/stat : 14499 (java) R 14484 14487 14331 0 -1 4202560 16288 0 0 0 169186 49 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852604487944 139852782600379 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14500] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14500/stat : 14500 (java) S 14484 14487 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852603434104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14501] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14501/stat : 14501 (java) S 14484 14487 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852602381448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14502] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14502/stat : 14502 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852601330192 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14503] ppid=14484 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/14487/task/14503/stat : 14503 (java) S 14484 14487 14331 0 -1 4202560 6824 0 0 0 52 1 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852600277560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14504] ppid=14484 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/14487/task/14504/stat : 14504 (java) S 14484 14487 14331 0 -1 4202560 1854 0 0 0 32 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852599225016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14505] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14505/stat : 14505 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852598172664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14506] ppid=14484 vsize=9558476 CPUtime=0.76 cores=0,2,4,6
/proc/14487/task/14506/stat : 14506 (java) S 14484 14487 14331 0 -1 4202560 101 0 0 0 39 37 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852597120328 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9558476

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14487
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14487 sig 9
??? end of watcher thread

Solver just ended.
Dumping a history of the last processes samples

[startup+1747.6 s]
/proc/loadavg: 3.03 2.66 2.42 4/216 14941
/proc/meminfo: memFree=20763632/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=1800.84 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 89945 0 1 0 179450 634 0 0 20 0 18 0 108105521 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 2072454 2280 9 0 2380296 0
[pid=14487/tid=14489] ppid=14484 vsize=9558476 CPUtime=36.8 cores=0,2,4,6
/proc/14487/task/14489/stat : 14489 (java) S 14484 14487 14331 0 -1 4202560 3652 0 1 0 3660 20 0 0 20 0 18 0 108105522 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852780402568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14490] ppid=14484 vsize=9558476 CPUtime=8.45 cores=0,2,4,6
/proc/14487/task/14490/stat : 14490 (java) S 14484 14487 14331 0 -1 4202560 6930 0 0 0 777 68 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852741896360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14492] ppid=14484 vsize=9558476 CPUtime=8.93 cores=0,2,4,6
/proc/14487/task/14492/stat : 14492 (java) S 14484 14487 14331 0 -1 4202560 11166 0 0 0 821 72 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852740843816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14493] ppid=14484 vsize=9558476 CPUtime=8.16 cores=0,2,4,6
/proc/14487/task/14493/stat : 14493 (java) S 14484 14487 14331 0 -1 4202560 6934 0 0 0 749 67 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852739791272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14494] ppid=14484 vsize=9558476 CPUtime=8.43 cores=0,2,4,6
/proc/14487/task/14494/stat : 14494 (java) S 14484 14487 14331 0 -1 4202560 6170 0 0 0 770 73 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852738738728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14495] ppid=14484 vsize=9558476 CPUtime=8.77 cores=0,2,4,6
/proc/14487/task/14495/stat : 14495 (java) S 14484 14487 14331 0 -1 4202560 8382 0 0 0 803 74 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852737686184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14496] ppid=14484 vsize=9558476 CPUtime=8.8 cores=0,2,4,6
/proc/14487/task/14496/stat : 14496 (java) S 14484 14487 14331 0 -1 4202560 6373 0 0 0 812 68 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852736633640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14497] ppid=14484 vsize=9558476 CPUtime=9.03 cores=0,2,4,6
/proc/14487/task/14497/stat : 14497 (java) S 14484 14487 14331 0 -1 4202560 9169 0 0 0 834 69 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852735581096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14498] ppid=14484 vsize=9558476 CPUtime=9.04 cores=0,2,4,6
/proc/14487/task/14498/stat : 14498 (java) S 14484 14487 14331 0 -1 4202560 4850 0 0 0 835 69 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852734528552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14499] ppid=14484 vsize=9558476 CPUtime=1693.15 cores=0,2,4,6
/proc/14487/task/14499/stat : 14499 (java) R 14484 14487 14331 0 -1 4202560 16288 0 0 0 169266 49 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852604487944 139852784541741 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14500] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14500/stat : 14500 (java) S 14484 14487 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852603434104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14501] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14501/stat : 14501 (java) S 14484 14487 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852602381448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14502] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14502/stat : 14502 (java) S 14484 14487 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852601329736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14503] ppid=14484 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/14487/task/14503/stat : 14503 (java) S 14484 14487 14331 0 -1 4202560 6824 0 0 0 52 1 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852600277560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14504] ppid=14484 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/14487/task/14504/stat : 14504 (java) S 14484 14487 14331 0 -1 4202560 1854 0 0 0 32 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852599225016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14505] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14505/stat : 14505 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852598172664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14506] ppid=14484 vsize=9558476 CPUtime=0.76 cores=0,2,4,6
/proc/14487/task/14506/stat : 14506 (java) S 14484 14487 14331 0 -1 4202560 101 0 0 0 39 37 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852597120328 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 9558476

[startup+1748.41 s]
/proc/loadavg: 3.03 2.66 2.42 4/216 14941
/proc/meminfo: memFree=20763632/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=1801.65 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 89945 0 1 0 179531 634 0 0 20 0 18 0 108105521 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 2072454 2280 9 0 2380296 0
[pid=14487/tid=14489] ppid=14484 vsize=9558476 CPUtime=36.8 cores=0,2,4,6
/proc/14487/task/14489/stat : 14489 (java) S 14484 14487 14331 0 -1 4202560 3652 0 1 0 3660 20 0 0 20 0 18 0 108105522 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852780402568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14490] ppid=14484 vsize=9558476 CPUtime=8.45 cores=0,2,4,6
/proc/14487/task/14490/stat : 14490 (java) S 14484 14487 14331 0 -1 4202560 6930 0 0 0 777 68 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852741896360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14492] ppid=14484 vsize=9558476 CPUtime=8.93 cores=0,2,4,6
/proc/14487/task/14492/stat : 14492 (java) S 14484 14487 14331 0 -1 4202560 11166 0 0 0 821 72 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852740843816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14493] ppid=14484 vsize=9558476 CPUtime=8.16 cores=0,2,4,6
/proc/14487/task/14493/stat : 14493 (java) S 14484 14487 14331 0 -1 4202560 6934 0 0 0 749 67 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852739791272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14494] ppid=14484 vsize=9558476 CPUtime=8.43 cores=0,2,4,6
/proc/14487/task/14494/stat : 14494 (java) S 14484 14487 14331 0 -1 4202560 6170 0 0 0 770 73 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852738738728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14495] ppid=14484 vsize=9558476 CPUtime=8.77 cores=0,2,4,6
/proc/14487/task/14495/stat : 14495 (java) S 14484 14487 14331 0 -1 4202560 8382 0 0 0 803 74 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852737686184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14496] ppid=14484 vsize=9558476 CPUtime=8.8 cores=0,2,4,6
/proc/14487/task/14496/stat : 14496 (java) S 14484 14487 14331 0 -1 4202560 6373 0 0 0 812 68 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852736633640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14497] ppid=14484 vsize=9558476 CPUtime=9.03 cores=0,2,4,6
/proc/14487/task/14497/stat : 14497 (java) S 14484 14487 14331 0 -1 4202560 9169 0 0 0 834 69 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852735581096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14498] ppid=14484 vsize=9558476 CPUtime=9.04 cores=0,2,4,6
/proc/14487/task/14498/stat : 14498 (java) S 14484 14487 14331 0 -1 4202560 4850 0 0 0 835 69 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852734528552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14499] ppid=14484 vsize=9558476 CPUtime=1693.96 cores=0,2,4,6
/proc/14487/task/14499/stat : 14499 (java) R 14484 14487 14331 0 -1 4202560 16288 0 0 0 169347 49 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852604487944 139852784542166 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14500] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14500/stat : 14500 (java) S 14484 14487 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852603434104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14501] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14501/stat : 14501 (java) S 14484 14487 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852602381448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14502] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14502/stat : 14502 (java) S 14484 14487 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852601329736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14503] ppid=14484 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/14487/task/14503/stat : 14503 (java) S 14484 14487 14331 0 -1 4202560 6824 0 0 0 52 1 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852600277560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14504] ppid=14484 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/14487/task/14504/stat : 14504 (java) S 14484 14487 14331 0 -1 4202560 1854 0 0 0 32 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852599225016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14505] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14505/stat : 14505 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852598172664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14506] ppid=14484 vsize=9558476 CPUtime=0.76 cores=0,2,4,6
/proc/14487/task/14506/stat : 14506 (java) S 14484 14487 14331 0 -1 4202560 101 0 0 0 39 37 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852597120328 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.65
Current children cumulated vsize (KiB) 9558476

[startup+1748.8 s]
/proc/loadavg: 3.03 2.66 2.42 4/216 14941
/proc/meminfo: memFree=20763632/32872528 swapFree=9100/9100
[pid=14487] ppid=14484 vsize=9558476 CPUtime=1802.04 cores=0,2,4,6
/proc/14487/stat : 14487 (java) S 14484 14487 14331 0 -1 4202496 89945 0 1 0 179570 634 0 0 20 0 18 0 108105521 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 140735419414256 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14487/statm: 2389619 2072454 2280 9 0 2380296 0
[pid=14487/tid=14489] ppid=14484 vsize=9558476 CPUtime=36.8 cores=0,2,4,6
/proc/14487/task/14489/stat : 14489 (java) S 14484 14487 14331 0 -1 4202560 3652 0 1 0 3660 20 0 0 20 0 18 0 108105522 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852780402568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14490] ppid=14484 vsize=9558476 CPUtime=8.45 cores=0,2,4,6
/proc/14487/task/14490/stat : 14490 (java) S 14484 14487 14331 0 -1 4202560 6930 0 0 0 777 68 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852741896360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14492] ppid=14484 vsize=9558476 CPUtime=8.93 cores=0,2,4,6
/proc/14487/task/14492/stat : 14492 (java) S 14484 14487 14331 0 -1 4202560 11166 0 0 0 821 72 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852740843816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14493] ppid=14484 vsize=9558476 CPUtime=8.16 cores=0,2,4,6
/proc/14487/task/14493/stat : 14493 (java) S 14484 14487 14331 0 -1 4202560 6934 0 0 0 749 67 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852739791272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14494] ppid=14484 vsize=9558476 CPUtime=8.43 cores=0,2,4,6
/proc/14487/task/14494/stat : 14494 (java) S 14484 14487 14331 0 -1 4202560 6170 0 0 0 770 73 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852738738728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14495] ppid=14484 vsize=9558476 CPUtime=8.77 cores=0,2,4,6
/proc/14487/task/14495/stat : 14495 (java) S 14484 14487 14331 0 -1 4202560 8382 0 0 0 803 74 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852737686184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14487/tid=14496] ppid=14484 vsize=9558476 CPUtime=8.8 cores=0,2,4,6
/proc/14487/task/14496/stat : 14496 (java) S 14484 14487 14331 0 -1 4202560 6373 0 0 0 812 68 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852736633640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14497] ppid=14484 vsize=9558476 CPUtime=9.03 cores=0,2,4,6
/proc/14487/task/14497/stat : 14497 (java) S 14484 14487 14331 0 -1 4202560 9169 0 0 0 834 69 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852735581096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14498] ppid=14484 vsize=9558476 CPUtime=9.04 cores=0,2,4,6
/proc/14487/task/14498/stat : 14498 (java) S 14484 14487 14331 0 -1 4202560 4850 0 0 0 835 69 0 0 20 0 18 0 108105523 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852734528552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14499] ppid=14484 vsize=9558476 CPUtime=1694.35 cores=0,2,4,6
/proc/14487/task/14499/stat : 14499 (java) R 14484 14487 14331 0 -1 4202560 16288 0 0 0 169386 49 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852604487944 139852782600329 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14487/tid=14500] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14500/stat : 14500 (java) S 14484 14487 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852603434104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14501] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14501/stat : 14501 (java) S 14484 14487 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108105524 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852602381448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14502] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14502/stat : 14502 (java) S 14484 14487 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852601329736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14503] ppid=14484 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/14487/task/14503/stat : 14503 (java) S 14484 14487 14331 0 -1 4202560 6824 0 0 0 52 1 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852600277560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14487/tid=14504] ppid=14484 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/14487/task/14504/stat : 14504 (java) S 14484 14487 14331 0 -1 4202560 1854 0 0 0 32 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852599225016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14505] ppid=14484 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14487/task/14505/stat : 14505 (java) S 14484 14487 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852598172664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14487/tid=14506] ppid=14484 vsize=9558476 CPUtime=0.76 cores=0,2,4,6
/proc/14487/task/14506/stat : 14506 (java) S 14484 14487 14331 0 -1 4202560 101 0 0 0 39 37 0 0 20 0 18 0 108105527 9787879424 2072454 33554432000 1073741824 1073778376 140735419423120 139852597120328 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 9558476

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1748.84
CPU time (s): 1802.65
CPU user time (s): 1795.82
CPU system time (s): 6.83096
CPU usage (%): 103.077
Max. virtual memory (cumulated for all children) (KiB): 9558476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.82
system time used= 6.83096
maximum resident set size= 8289816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89945
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48433
involuntary context switches= 56327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.41157 second user time and 13.7239 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 03:09:04
IDJOB=4080736
IDBENCH=71914
IDSOLVER=2543
FILE ID=node151/4080736-1465261736
RUNJOBID= node151-1465261736-14347
PBS_JOBID= 19843295
Free space on /tmp= 71496 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080736-1465261736/watcher-4080736-1465261736 -o /tmp/evaluation-result-4080736-1465261736/solver-4080736-1465261736 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080736-1465261736.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=623027157

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31453656 kB
Buffers:           26860 kB
Cached:           403032 kB
SwapCached:         2144 kB
Active:           580192 kB
Inactive:         102292 kB
Active(anon):     253588 kB
Inactive(anon):     1600 kB
Active(file):     326604 kB
Inactive(file):   100692 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098820 kB
Dirty:            258208 kB
Writeback:             0 kB
AnonPages:        261032 kB
Mapped:            16356 kB
Shmem:                 0 kB
Slab:             594160 kB
SReclaimable:      36696 kB
SUnreclaim:       557464 kB
KernelStack:        1584 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     829212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71492 MiB
End job on node151 at 2016-06-07 03:38:13