Trace number 4084818

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1802.03 1741.23

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM08161da552551f1a32b034498343cbe2
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 variables10240998
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 constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
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 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
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 --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084818-1465268882.opb
0.10/0.11	c reading problem ... 
0.33/0.27	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-4084818-1465268882/watcher-4084818-1465268882 -o /tmp/evaluation-result-4084818-1465268882/solver-4084818-1465268882 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15101 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084818-1465268882.opb 

pid=16500
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.33 2.26 2.21 3/196 16503
/proc/meminfo: memFree=29404328/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 108821804 98570240 977 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 24065 977 743 9 0 16771 0
[pid=16503/tid=16504] ppid=16500 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) R 16500 16503 15085 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108821804 98570240 977 33554432000 1073741824 1073778376 140736429208416 139785575276072 215124624768 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.33 2.26 2.21 3/196 16503
/proc/meminfo: memFree=29404328/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 4425 0 1 0 9 1 0 0 20 0 18 0 108821804 9787879424 6050 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 2389619 6050 2140 9 0 2380296 0
[pid=16503/tid=16504] ppid=16500 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) R 16500 16503 15085 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 108821804 9787879424 6051 33554432000 1073741824 1073778376 140736429208416 139785575279520 215128007949 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.200276 s]
/proc/loadavg: 2.33 2.26 2.21 3/196 16503
/proc/meminfo: memFree=29404328/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 4674 0 1 0 27 6 0 0 20 0 18 0 108821804 9787879424 75763 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 2389619 75763 2179 9 0 2380296 0
[pid=16503/tid=16504] ppid=16500 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) S 16500 16503 15085 0 -1 4202560 2472 0 1 0 10 3 0 0 20 0 18 0 108821804 9787879424 75763 33554432000 1073741824 1073778376 140736429208416 139785575280136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9558476

[startup+0.300383 s]
/proc/loadavg: 2.33 2.26 2.21 3/196 16503
/proc/meminfo: memFree=29404328/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=9558476 CPUtime=0.61 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 4901 0 1 0 54 7 0 0 20 0 18 0 108821804 9787879424 84653 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 2389619 84654 2207 9 0 2380296 0
[pid=16503/tid=16504] ppid=16500 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) R 16500 16503 15085 0 -1 4202560 2477 0 1 0 14 4 0 0 20 0 18 0 108821804 9787879424 84654 33554432000 1073741824 1073778376 140736429208416 139785575280136 139785431790816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558476

[startup+0.700268 s]
/proc/loadavg: 2.33 2.26 2.21 3/196 16503
/proc/meminfo: memFree=29404328/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=9558476 CPUtime=1.42 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 5800 0 1 0 132 10 0 0 20 0 18 0 108821804 9787879424 114367 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 2389619 114367 2253 9 0 2380296 0
[pid=16503/tid=16504] ppid=16500 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) S 16500 16503 15085 0 -1 4202560 2499 0 1 0 42 4 0 0 20 0 18 0 108821804 9787879424 114367 33554432000 1073741824 1073778376 140736429208416 139785575279880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.33 2.26 2.21 3/214 16521
/proc/meminfo: memFree=28954856/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=9558476 CPUtime=2.21 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 6052 0 1 0 210 11 0 0 20 0 18 0 108821804 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 2389619 135058 2258 9 0 2380296 0
[pid=16503/tid=16504] ppid=16500 vsize=9558476 CPUtime=1.16 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) R 16500 16503 15085 0 -1 4202560 2540 0 1 0 111 5 0 0 20 0 18 0 108821804 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785575279880 215128007949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16506] ppid=16500 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15085 0 -1 4202560 46 0 0 0 7 0 0 0 20 0 18 0 108821805 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785553381544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16507] ppid=16500 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15085 0 -1 4202560 3 0 0 0 8 0 0 0 20 0 18 0 108821805 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785552329000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16508] ppid=16500 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15085 0 -1 4202560 30 0 0 0 7 1 0 0 20 0 18 0 108821805 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785551276456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16509] ppid=16500 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15085 0 -1 4202560 38 0 0 0 9 1 0 0 20 0 18 0 108821805 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785550223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16510] ppid=16500 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15085 0 -1 4202560 67 0 0 0 7 1 0 0 20 0 18 0 108821805 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785213569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16511] ppid=16500 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15085 0 -1 4202560 69 0 0 0 9 0 0 0 20 0 18 0 108821805 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785212517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16512] ppid=16500 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15085 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 18 0 108821805 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785211464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16513] ppid=16500 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15085 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 18 0 108821805 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785210412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16514] ppid=16500 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16503/task/16514/stat : 16514 (java) S 16500 16503 15085 0 -1 4202560 300 0 0 0 10 0 0 0 20 0 18 0 108821806 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785198000232 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16515] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785196946552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16516] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785195893896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16517] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785194842640 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16518] ppid=16500 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15085 0 -1 4202560 790 0 0 0 7 0 0 0 20 0 18 0 108821809 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785193790008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16519] ppid=16500 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15085 0 -1 4202560 889 0 0 0 7 0 0 0 20 0 18 0 108821809 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785192737464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16520] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785191685112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16521] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16521/stat : 16521 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 135058 33554432000 1073741824 1073778376 140736429208416 139785190632776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 2.33 2.26 2.21 3/214 16521
/proc/meminfo: memFree=28834268/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=9558476 CPUtime=4.2 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 6502 0 1 0 399 21 0 0 20 0 18 0 108821804 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 2389619 160960 2262 9 0 2380296 0
[pid=16503/tid=16504] ppid=16500 vsize=9558476 CPUtime=2.62 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) R 16500 16503 15085 0 -1 4202560 2553 0 1 0 256 6 0 0 20 0 18 0 108821804 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785575272320 215128007949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16506] ppid=16500 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15085 0 -1 4202560 186 0 0 0 15 2 0 0 20 0 18 0 108821805 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785553381544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16507] ppid=16500 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15085 0 -1 4202560 26 0 0 0 12 0 0 0 20 0 18 0 108821805 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785552329000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16508] ppid=16500 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15085 0 -1 4202560 61 0 0 0 11 2 0 0 20 0 18 0 108821805 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785551276456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16509] ppid=16500 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15085 0 -1 4202560 66 0 0 0 14 2 0 0 20 0 18 0 108821805 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785550223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16510] ppid=16500 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15085 0 -1 4202560 91 0 0 0 11 2 0 0 20 0 18 0 108821805 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785213569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16511] ppid=16500 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15085 0 -1 4202560 116 0 0 0 15 3 0 0 20 0 18 0 108821805 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785212517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16512] ppid=16500 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15085 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 18 0 108821805 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785211464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16513] ppid=16500 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15085 0 -1 4202560 59 0 0 0 13 1 0 0 20 0 18 0 108821805 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785210412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16514] ppid=16500 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16503/task/16514/stat : 16514 (java) S 16500 16503 15085 0 -1 4202560 376 0 0 0 10 0 0 0 20 0 18 0 108821806 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785198000232 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16515] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785196946552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16516] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785195893896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16517] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785194842640 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16518] ppid=16500 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15085 0 -1 4202560 790 0 0 0 7 0 0 0 20 0 18 0 108821809 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785193790008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16519] ppid=16500 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15085 0 -1 4202560 893 0 0 0 8 0 0 0 20 0 18 0 108821809 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785192737464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16520] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785191685112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16521] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16521/stat : 16521 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 160960 33554432000 1073741824 1073778376 140736429208416 139785190632776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9558476

[startup+6.30082 s]
/proc/loadavg: 2.30 2.25 2.21 3/214 16521
/proc/meminfo: memFree=28496228/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=9558476 CPUtime=8.41 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 7846 0 1 0 805 36 0 0 20 0 18 0 108821804 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 2389619 230415 2262 9 0 2380296 0
[pid=16503/tid=16504] ppid=16500 vsize=9558476 CPUtime=5.46 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) R 16500 16503 15085 0 -1 4202560 3019 0 1 0 537 9 0 0 20 0 18 0 108821804 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785575272480 139785432091704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16506] ppid=16500 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15085 0 -1 4202560 454 0 0 0 27 3 0 0 20 0 18 0 108821805 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785553381544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16507] ppid=16500 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15085 0 -1 4202560 63 0 0 0 24 2 0 0 20 0 18 0 108821805 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785552329000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16508] ppid=16500 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15085 0 -1 4202560 98 0 0 0 25 3 0 0 20 0 18 0 108821805 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785551276456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16509] ppid=16500 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15085 0 -1 4202560 139 0 0 0 31 4 0 0 20 0 18 0 108821805 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785550223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16510] ppid=16500 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15085 0 -1 4202560 147 0 0 0 26 3 0 0 20 0 18 0 108821805 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785213569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16511] ppid=16500 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15085 0 -1 4202560 223 0 0 0 35 4 0 0 20 0 18 0 108821805 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785212517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16512] ppid=16500 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15085 0 -1 4202560 92 0 0 0 26 3 0 0 20 0 18 0 108821805 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785211464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16513] ppid=16500 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15085 0 -1 4202560 93 0 0 0 29 2 0 0 20 0 18 0 108821805 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785210412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16514] ppid=16500 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16503/task/16514/stat : 16514 (java) S 16500 16503 15085 0 -1 4202560 561 0 0 0 10 0 0 0 20 0 18 0 108821806 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785198000232 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16515] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785196946552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16516] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785195893896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16517] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785194842640 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16518] ppid=16500 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15085 0 -1 4202560 790 0 0 0 7 0 0 0 20 0 18 0 108821809 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785193790008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16519] ppid=16500 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15085 0 -1 4202560 915 0 0 0 9 0 0 0 20 0 18 0 108821809 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785192737464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16520] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 230415 33554432000 1073741824 1073778376 140736429208416 139785191685112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16521] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6

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

[pid=16503/tid=16518] ppid=16500 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15085 0 -1 4202560 2538 0 0 0 21 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785193790008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16519] ppid=16500 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15085 0 -1 4202560 1660 0 0 0 29 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785192737464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16520] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785191685112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16521] ppid=16500 vsize=9558476 CPUtime=0.77 cores=0,2,4,6
/proc/16503/task/16521/stat : 16521 (java) S 16500 16503 15085 0 -1 4202560 101 0 0 0 39 38 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785190632776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 -16503
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16503 sig 9
??? end of watcher thread

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

[startup+1740 s]
/proc/loadavg: 2.27 2.25 2.25 3/214 16565
/proc/meminfo: memFree=20795596/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=9558476 CPUtime=1800.83 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 77648 0 1 0 179501 582 0 0 20 0 18 0 108821804 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 2389619 2061741 2276 9 0 2380296 0
[pid=16503/tid=16504] ppid=16500 vsize=9558476 CPUtime=78.67 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) S 16500 16503 15085 0 -1 4202560 3359 0 1 0 7838 29 0 0 20 0 18 0 108821804 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785575278536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16506] ppid=16500 vsize=9558476 CPUtime=10.21 cores=0,2,4,6
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15085 0 -1 4202560 5604 0 0 0 954 67 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785553381544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16507] ppid=16500 vsize=9558476 CPUtime=9.76 cores=0,2,4,6
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15085 0 -1 4202560 4226 0 0 0 916 60 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785552329000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16508] ppid=16500 vsize=9558476 CPUtime=9.7 cores=0,2,4,6
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15085 0 -1 4202560 6590 0 0 0 912 58 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785551276456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16509] ppid=16500 vsize=9558476 CPUtime=10 cores=0,2,4,6
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15085 0 -1 4202560 8942 0 0 0 931 69 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785550223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16510] ppid=16500 vsize=9558476 CPUtime=9.87 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15085 0 -1 4202560 4225 0 0 0 928 59 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785213569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16511] ppid=16500 vsize=9558476 CPUtime=10.02 cores=0,2,4,6
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15085 0 -1 4202560 6761 0 0 0 935 67 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785212517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16512] ppid=16500 vsize=9558476 CPUtime=10.37 cores=0,2,4,6
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15085 0 -1 4202560 4465 0 0 0 973 64 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785211464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16513] ppid=16500 vsize=9558476 CPUtime=10.59 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15085 0 -1 4202560 19991 0 0 0 997 62 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785210412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16514] ppid=16500 vsize=9558476 CPUtime=1636.22 cores=0,2,4,6
/proc/16503/task/16514/stat : 16514 (java) R 16500 16503 15085 0 -1 4202560 7935 0 0 0 163576 46 0 0 20 0 18 0 108821806 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785198000048 139785581407264 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16515] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785196946552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16516] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785195893896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16517] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785194842184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16518] ppid=16500 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15085 0 -1 4202560 2538 0 0 0 21 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785193790008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16519] ppid=16500 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15085 0 -1 4202560 1660 0 0 0 29 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785192737464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16520] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785191685112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16521] ppid=16500 vsize=9558476 CPUtime=0.77 cores=0,2,4,6
/proc/16503/task/16521/stat : 16521 (java) S 16500 16503 15085 0 -1 4202560 101 0 0 0 39 38 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785190632776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.83
Current children cumulated vsize (KiB) 9558476

[startup+1740.8 s]
/proc/loadavg: 2.25 2.25 2.25 3/214 16565
/proc/meminfo: memFree=20795596/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=9558476 CPUtime=1801.63 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 77648 0 1 0 179581 582 0 0 20 0 18 0 108821804 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 2389619 2061741 2276 9 0 2380296 0
[pid=16503/tid=16504] ppid=16500 vsize=9558476 CPUtime=78.67 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) S 16500 16503 15085 0 -1 4202560 3359 0 1 0 7838 29 0 0 20 0 18 0 108821804 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785575278536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16506] ppid=16500 vsize=9558476 CPUtime=10.21 cores=0,2,4,6
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15085 0 -1 4202560 5604 0 0 0 954 67 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785553381544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16507] ppid=16500 vsize=9558476 CPUtime=9.76 cores=0,2,4,6
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15085 0 -1 4202560 4226 0 0 0 916 60 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785552329000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16508] ppid=16500 vsize=9558476 CPUtime=9.7 cores=0,2,4,6
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15085 0 -1 4202560 6590 0 0 0 912 58 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785551276456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16509] ppid=16500 vsize=9558476 CPUtime=10 cores=0,2,4,6
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15085 0 -1 4202560 8942 0 0 0 931 69 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785550223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16510] ppid=16500 vsize=9558476 CPUtime=9.87 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15085 0 -1 4202560 4225 0 0 0 928 59 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785213569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16511] ppid=16500 vsize=9558476 CPUtime=10.02 cores=0,2,4,6
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15085 0 -1 4202560 6761 0 0 0 935 67 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785212517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16512] ppid=16500 vsize=9558476 CPUtime=10.37 cores=0,2,4,6
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15085 0 -1 4202560 4465 0 0 0 973 64 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785211464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16513] ppid=16500 vsize=9558476 CPUtime=10.59 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15085 0 -1 4202560 19991 0 0 0 997 62 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785210412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16514] ppid=16500 vsize=9558476 CPUtime=1637.01 cores=0,2,4,6
/proc/16503/task/16514/stat : 16514 (java) R 16500 16503 15085 0 -1 4202560 7935 0 0 0 163655 46 0 0 20 0 18 0 108821806 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785198000048 139785582135668 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16515] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785196946552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16516] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785195893896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16517] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785194842184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16518] ppid=16500 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15085 0 -1 4202560 2538 0 0 0 21 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785193790008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16519] ppid=16500 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15085 0 -1 4202560 1660 0 0 0 29 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785192737464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16520] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785191685112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16521] ppid=16500 vsize=9558476 CPUtime=0.77 cores=0,2,4,6
/proc/16503/task/16521/stat : 16521 (java) S 16500 16503 15085 0 -1 4202560 101 0 0 0 39 38 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785190632776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.63
Current children cumulated vsize (KiB) 9558476

[startup+1741.2 s]
/proc/loadavg: 2.25 2.25 2.25 3/214 16565
/proc/meminfo: memFree=20795596/32872528 swapFree=20720/1686580
[pid=16503] ppid=16500 vsize=9558476 CPUtime=1802.03 cores=0,2,4,6
/proc/16503/stat : 16503 (java) S 16500 16503 15085 0 -1 4202496 77648 0 1 0 179621 582 0 0 20 0 18 0 108821804 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 140736429199552 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16503/statm: 2389619 2061741 2276 9 0 2380296 0
[pid=16503/tid=16504] ppid=16500 vsize=9558476 CPUtime=78.67 cores=0,2,4,6
/proc/16503/task/16504/stat : 16504 (java) S 16500 16503 15085 0 -1 4202560 3359 0 1 0 7838 29 0 0 20 0 18 0 108821804 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785575278536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16506] ppid=16500 vsize=9558476 CPUtime=10.21 cores=0,2,4,6
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15085 0 -1 4202560 5604 0 0 0 954 67 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785553381544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16507] ppid=16500 vsize=9558476 CPUtime=9.76 cores=0,2,4,6
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15085 0 -1 4202560 4226 0 0 0 916 60 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785552329000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16508] ppid=16500 vsize=9558476 CPUtime=9.7 cores=0,2,4,6
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15085 0 -1 4202560 6590 0 0 0 912 58 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785551276456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16509] ppid=16500 vsize=9558476 CPUtime=10 cores=0,2,4,6
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15085 0 -1 4202560 8942 0 0 0 931 69 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785550223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16503/tid=16510] ppid=16500 vsize=9558476 CPUtime=9.87 cores=0,2,4,6
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15085 0 -1 4202560 4225 0 0 0 928 59 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785213569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16511] ppid=16500 vsize=9558476 CPUtime=10.02 cores=0,2,4,6
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15085 0 -1 4202560 6761 0 0 0 935 67 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785212517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16503/tid=16512] ppid=16500 vsize=9558476 CPUtime=10.37 cores=0,2,4,6
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15085 0 -1 4202560 4465 0 0 0 973 64 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785211464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16513] ppid=16500 vsize=9558476 CPUtime=10.59 cores=0,2,4,6
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15085 0 -1 4202560 19991 0 0 0 997 62 0 0 20 0 18 0 108821805 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785210412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16514] ppid=16500 vsize=9558476 CPUtime=1637.41 cores=0,2,4,6
/proc/16503/task/16514/stat : 16514 (java) R 16500 16503 15085 0 -1 4202560 7935 0 0 0 163695 46 0 0 20 0 18 0 108821806 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785198000048 139785582135337 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16515] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785196946552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16516] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108821807 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785195893896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16517] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785194842184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16518] ppid=16500 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15085 0 -1 4202560 2538 0 0 0 21 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785193790008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16503/tid=16519] ppid=16500 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15085 0 -1 4202560 1660 0 0 0 29 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785192737464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16520] ppid=16500 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785191685112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16503/tid=16521] ppid=16500 vsize=9558476 CPUtime=0.77 cores=0,2,4,6
/proc/16503/task/16521/stat : 16521 (java) S 16500 16503 15085 0 -1 4202560 101 0 0 0 39 38 0 0 20 0 18 0 108821809 9787879424 2061741 33554432000 1073741824 1073778376 140736429208416 139785190632776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 9558476

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16503 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=800604
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=351034
# CPU time returned by wait4() is 1798.15
# while last known CPU time is 1802.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1741.23
CPU time (s): 1802.03
CPU user time (s): 1796.21
CPU system time (s): 5.82
CPU usage (%): 103.492
Max. virtual memory (cumulated for all children) (KiB): 9558476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.8
system time used= 6.35103
maximum resident set size= 8246964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77648
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47313
involuntary context switches= 61579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.70452 second user time and 13.6519 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 05:08:17
IDJOB=4084818
IDBENCH=71894
IDSOLVER=2546
FILE ID=node135/4084818-1465268882
RUNJOBID= node135-1465261709-15101
PBS_JOBID= 19843293
Free space on /tmp= 71228 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084818-1465268882/watcher-4084818-1465268882 -o /tmp/evaluation-result-4084818-1465268882/solver-4084818-1465268882 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15101 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084818-1465268882.opb

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

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=1121937612

node135.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		: 2667.026
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	: 5334.05
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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:        29404468 kB
Buffers:          110484 kB
Cached:           682984 kB
SwapCached:         1764 kB
Active:           808980 kB
Inactive:         199068 kB
Active(anon):     215576 kB
Inactive(anon):     1376 kB
Active(file):     593404 kB
Inactive(file):   197692 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:            519472 kB
Writeback:             0 kB
AnonPages:       1919156 kB
Mapped:            15280 kB
Shmem:                 0 kB
Slab:             622076 kB
SReclaimable:      61452 kB
SUnreclaim:       560624 kB
KernelStack:        1584 kB
PageTables:         8012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2504280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1882112 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= 71228 MiB
End job on node135 at 2016-06-07 05:37:19