Trace number 4090195

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 5.30119 3.95726

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l035-r034-n1.opb
MD5SUM5885d08ef5ec314e9e46995a0ea79823
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.608907
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
Total number of constraints4184
Number of constraints which are clauses3528
Number of constraints which are cardinality constraints (but not clauses)656
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4090195-1466038183.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  no objective function found
0.44/0.33	c ... done. Wall clock time 0.203s.
0.44/0.33	c declared #vars     1968
0.44/0.33	c #constraints  4840
0.44/0.33	c constraints type 
0.44/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
0.44/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 656
0.44/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3528
0.44/0.33	c 4840 constraints processed.
1.62/1.16	c cleaning 2501 clauses out of 5001 with flag 92513/5001
2.49/1.99	c cleaning 4247 clauses out of 8499 with flag 165249/11000
3.82/2.98	c cleaning 5621 clauses out of 11253 with flag 226042/18001
5.23/3.94	c starts		: 56
5.23/3.94	c conflicts		: 25289
5.23/3.94	c decisions		: 106193
5.23/3.94	c propagations		: 6435900
5.23/3.94	c inspects		: 33291759
5.23/3.94	c shortcuts		: 0
5.23/3.94	c learnt literals	: 11
5.23/3.94	c learnt binary clauses	: 11
5.23/3.94	c learnt ternary clauses	: 1569
5.23/3.94	c learnt constraints	: 25277
5.23/3.94	c ignored constraints	: 0
5.23/3.94	c root simplifications	: 0
5.23/3.94	c removed literals (reason simplification)	: 0
5.23/3.94	c reason swapping (by a shorter reason)	: 0
5.23/3.94	c Calls to reduceDB	: 3
5.23/3.94	c Number of update (reduction) of LBD	: 11580
5.23/3.94	c Imported unit clauses	: 0
5.23/3.94	c number of reductions to clauses (during analyze)	: 0
5.23/3.94	c number of learned constraints concerned by reduction	: 0
5.23/3.94	c number of learning phase by resolution	: 0
5.23/3.94	c number of learning phase by cutting planes	: 0
5.23/3.94	c speed (assignments/second)	: 1784280.565566953
5.23/3.94	c non guided choices	7338
5.23/3.95	c learnt constraints type 
5.23/3.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
5.23/3.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12897
5.23/3.95	s UNSATISFIABLE
5.23/3.95	c Total wall clock time (in seconds): 3.825

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-4090195-1466038183/watcher-4090195-1466038183 -o /tmp/evaluation-result-4090195-1466038183/solver-4090195-1466038183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466034510-12393 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090195-1466038183.opb 

pid=13007
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.10 2.02 3/194 13010
/proc/meminfo: memFree=30878616/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/13010/stat : 13010 (java) D 13007 13010 6207 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 5865155 2560000 46 33554432000 1073741824 1073778376 140734543132384 140734543129512 242158234919 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/13010/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.08 2.10 2.02 3/194 13010
/proc/meminfo: memFree=30878616/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13010/stat : 13010 (java) S 13007 13010 6207 0 -1 4202496 4149 0 1 0 6 1 0 0 20 0 18 0 5865155 9787879424 5277 33554432000 1073741824 1073778376 140733282253520 140733282244656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13010/statm: 2389619 5282 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200253 s]
/proc/loadavg: 2.08 2.10 2.02 3/194 13010
/proc/meminfo: memFree=30878616/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/13010/stat : 13010 (java) S 13007 13010 6207 0 -1 4202496 4674 0 1 0 21 1 0 0 20 0 18 0 5865155 9787879424 8276 33554432000 1073741824 1073778376 140733282253520 140733282244656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13010/statm: 2389619 8276 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300245 s]
/proc/loadavg: 2.08 2.10 2.02 3/194 13010
/proc/meminfo: memFree=30878616/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/13010/stat : 13010 (java) S 13007 13010 6207 0 -1 4202496 5553 0 1 0 42 2 0 0 20 0 18 0 5865155 9787879424 11033 33554432000 1073741824 1073778376 140733282253520 140733282244656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13010/statm: 2389619 11033 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700173 s]
/proc/loadavg: 2.08 2.10 2.02 3/194 13010
/proc/meminfo: memFree=30878616/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/13010/stat : 13010 (java) S 13007 13010 6207 0 -1 4202496 8101 0 1 0 120 2 0 0 20 0 19 0 5865155 9856040960 11930 33554432000 1073741824 1073778376 140733282253520 140733282244656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13010/statm: 2406260 11930 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.50065 s]
/proc/loadavg: 2.15 2.12 2.03 3/213 13029
/proc/meminfo: memFree=30835956/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13010/stat : 13010 (java) S 13007 13010 6207 0 -1 4202496 8177 0 1 0 203 2 0 0 20 0 19 0 5865155 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140733282244656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13010/statm: 2406260 12961 2260 9 0 2396937 0
[pid=13010/tid=13012] ppid=13007 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/13010/task/13012/stat : 13012 (java) R 13007 13010 6207 0 -1 4202560 2412 0 1 0 144 2 0 0 20 0 19 0 5865156 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282640223952 140282507611969 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13013] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13013/stat : 13013 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865157 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282629294888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13014] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13014/stat : 13014 (java) S 13007 13010 6207 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282628242088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13015] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13015/stat : 13015 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282627189800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13016] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13016/stat : 13016 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282626137000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13017] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13017/stat : 13017 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282479458600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13018] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13018/stat : 13018 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282478405800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13019] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13019/stat : 13019 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282477353512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13020] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13020/stat : 13020 (java) S 13007 13010 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282476300712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13021] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13021/stat : 13021 (java) S 13007 13010 6207 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282464103144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13022] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13022/stat : 13022 (java) S 13007 13010 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282463049208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13023] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13023/stat : 13023 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282461996808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13024] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13024/stat : 13024 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282460945296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13025] ppid=13007 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13010/task/13025/stat : 13025 (java) S 13007 13010 6207 0 -1 4202560 1984 0 0 0 30 0 0 0 20 0 19 0 5865162 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282459891896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13026] ppid=13007 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13010/task/13026/stat : 13026 (java) S 13007 13010 6207 0 -1 4202560 2509 0 0 0 26 0 0 0 20 0 19 0 5865162 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282458839096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13027] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13027/stat : 13027 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282457787000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13028] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13028/stat : 13028 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282456734408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13029] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13029/stat : 13029 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865188 9856040960 12961 33554432000 1073741824 1073778376 140733282253520 140282455680424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.15 2.12 2.03 4/213 13029
/proc/meminfo: memFree=30814684/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/13010/stat : 13010 (java) S 13007 13010 6207 0 -1 4202496 18506 0 1 0 414 3 0 0 20 0 19 0 5865155 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140733282244656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13010/statm: 2406260 20087 2262 9 0 2396937 0
[pid=13010/tid=13012] ppid=13007 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/13010/task/13012/stat : 13012 (java) R 13007 13010 6207 0 -1 4202560 2419 0 1 0 303 2 0 0 20 0 19 0 5865156 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282640232936 140282507696179 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13013] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13013/stat : 13013 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865157 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282629294888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13014] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13014/stat : 13014 (java) S 13007 13010 6207 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282628242088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13015] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13015/stat : 13015 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282627189800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13016] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13016/stat : 13016 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282626137000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13017] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13017/stat : 13017 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282479458600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13018] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13018/stat : 13018 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282478405800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13019] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13019/stat : 13019 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282477353512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13020] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13020/stat : 13020 (java) S 13007 13010 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282476300712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13021] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13021/stat : 13021 (java) S 13007 13010 6207 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282464103144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13022] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13022/stat : 13022 (java) S 13007 13010 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282463049208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13023] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13023/stat : 13023 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282461996808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13024] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13024/stat : 13024 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282460945296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13025] ppid=13007 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/13010/task/13025/stat : 13025 (java) R 13007 13010 6207 0 -1 4202560 5670 0 0 0 48 0 0 0 20 0 19 0 5865162 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282459891776 140282643138648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13026] ppid=13007 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/13010/task/13026/stat : 13026 (java) S 13007 13010 6207 0 -1 4202560 9144 0 0 0 60 1 0 0 20 0 19 0 5865162 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282458839096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13027] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13027/stat : 13027 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282457787000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13028] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13028/stat : 13028 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282456734408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13029] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13029/stat : 13029 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865188 9856040960 20087 33554432000 1073741824 1073778376 140733282253520 140282455680424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

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

[startup+3.20097 s]
/proc/loadavg: 2.15 2.12 2.03 4/213 13029
/proc/meminfo: memFree=30814684/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/13010/stat : 13010 (java) S 13007 13010 6207 0 -1 4202496 18518 0 1 0 434 3 0 0 20 0 19 0 5865155 9856040960 20611 33554432000 1073741824 1073778376 140733282253520 140733282244656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13010/statm: 2406260 20612 2262 9 0 2396937 0
[pid=13010/tid=13012] ppid=13007 vsize=9625040 CPUtime=3.14 cores=1,3,5,7
/proc/13010/task/13012/stat : 13012 (java) R 13007 13010 6207 0 -1 4202560 2420 0 1 0 312 2 0 0 20 0 19 0 5865156 9856040960 20613 33554432000 1073741824 1073778376 140733282253520 140282640232936 140282507660473 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13013] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13013/stat : 13013 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865157 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282629294888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13014] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13014/stat : 13014 (java) S 13007 13010 6207 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282628242088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13015] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13015/stat : 13015 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282627189800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13016] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13016/stat : 13016 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282626137000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13017] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13017/stat : 13017 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282479458600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13018] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13018/stat : 13018 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282478405800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13019] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13019/stat : 13019 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282477353512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13020] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13020/stat : 13020 (java) S 13007 13010 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282476300712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13021] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13021/stat : 13021 (java) S 13007 13010 6207 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282464103144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13022] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13022/stat : 13022 (java) S 13007 13010 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282463049208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13023] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13023/stat : 13023 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282461996808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13024] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13024/stat : 13024 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282460945296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13025] ppid=13007 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/13010/task/13025/stat : 13025 (java) R 13007 13010 6207 0 -1 4202560 5687 0 0 0 58 0 0 0 20 0 19 0 5865162 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282459870008 140282646076774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13026] ppid=13007 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/13010/task/13026/stat : 13026 (java) S 13007 13010 6207 0 -1 4202560 9144 0 0 0 60 1 0 0 20 0 19 0 5865162 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282458839096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13027] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13027/stat : 13027 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282457787000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13028] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13028/stat : 13028 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282456734408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13029] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13029/stat : 13029 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865188 9856040960 20616 33554432000 1073741824 1073778376 140733282253520 140282455680424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9625040

[startup+3.60076 s]
/proc/loadavg: 2.15 2.12 2.03 4/213 13029
/proc/meminfo: memFree=30802404/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=9625040 CPUtime=4.91 cores=1,3,5,7
/proc/13010/stat : 13010 (java) S 13007 13010 6207 0 -1 4202496 19311 0 1 0 487 4 0 0 20 0 19 0 5865155 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140733282244656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13010/statm: 2406260 20758 2262 9 0 2396937 0
[pid=13010/tid=13012] ppid=13007 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/13010/task/13012/stat : 13012 (java) R 13007 13010 6207 0 -1 4202560 2421 0 1 0 352 2 0 0 20 0 19 0 5865156 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282640232808 140282507598059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13013] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13013/stat : 13013 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865157 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282629294888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13014] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13014/stat : 13014 (java) S 13007 13010 6207 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282628242088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13015] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13015/stat : 13015 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282627189800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13016] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13016/stat : 13016 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282626137000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13017] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13017/stat : 13017 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282479458600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13018] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13018/stat : 13018 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282478405800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13019] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13019/stat : 13019 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282477353512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13020] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13020/stat : 13020 (java) S 13007 13010 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282476300712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13021] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13021/stat : 13021 (java) S 13007 13010 6207 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282464103144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13022] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13022/stat : 13022 (java) S 13007 13010 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282463049208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13023] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13023/stat : 13023 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282461996808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13024] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13024/stat : 13024 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282460945296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13025] ppid=13007 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13010/task/13025/stat : 13025 (java) S 13007 13010 6207 0 -1 4202560 6473 0 0 0 71 0 0 0 20 0 19 0 5865162 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282459891896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13026] ppid=13007 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/13010/task/13026/stat : 13026 (java) S 13007 13010 6207 0 -1 4202560 9144 0 0 0 60 1 0 0 20 0 19 0 5865162 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282458839096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13027] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13027/stat : 13027 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282457787000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13028] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13028/stat : 13028 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282456734408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13029] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13029/stat : 13029 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865188 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282455680424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 9625040

[startup+3.80082 s]
/proc/loadavg: 2.15 2.12 2.03 4/213 13029
/proc/meminfo: memFree=30802404/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=9625040 CPUtime=5.11 cores=1,3,5,7
/proc/13010/stat : 13010 (java) S 13007 13010 6207 0 -1 4202496 19311 0 1 0 507 4 0 0 20 0 19 0 5865155 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140733282244656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13010/statm: 2406260 20758 2262 9 0 2396937 0
[pid=13010/tid=13012] ppid=13007 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/13010/task/13012/stat : 13012 (java) R 13007 13010 6207 0 -1 4202560 2421 0 1 0 372 2 0 0 20 0 19 0 5865156 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282640232808 140282507696251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13013] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13013/stat : 13013 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865157 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282629294888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13014] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13014/stat : 13014 (java) S 13007 13010 6207 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282628242088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13015] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13015/stat : 13015 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282627189800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13016] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13016/stat : 13016 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282626137000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13017] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13017/stat : 13017 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282479458600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13018] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13018/stat : 13018 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282478405800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13019] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13019/stat : 13019 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282477353512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13020] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13020/stat : 13020 (java) S 13007 13010 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282476300712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13021] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13021/stat : 13021 (java) S 13007 13010 6207 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282464103144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13022] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13022/stat : 13022 (java) S 13007 13010 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282463049208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13023] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13023/stat : 13023 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282461996808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13024] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13024/stat : 13024 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282460945296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13025] ppid=13007 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13010/task/13025/stat : 13025 (java) S 13007 13010 6207 0 -1 4202560 6473 0 0 0 71 0 0 0 20 0 19 0 5865162 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282459891896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13026] ppid=13007 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/13010/task/13026/stat : 13026 (java) S 13007 13010 6207 0 -1 4202560 9144 0 0 0 60 1 0 0 20 0 19 0 5865162 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282458839096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13027] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13027/stat : 13027 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282457787000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13028] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13028/stat : 13028 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282456734408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13029] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13029/stat : 13029 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865188 9856040960 20758 33554432000 1073741824 1073778376 140733282253520 140282455680424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 9625040

[startup+3.90083 s]
/proc/loadavg: 2.15 2.12 2.03 4/213 13029
/proc/meminfo: memFree=30802404/32872528 swapFree=337904/354256
[pid=13010] ppid=13007 vsize=9625040 CPUtime=5.23 cores=1,3,5,7
/proc/13010/stat : 13010 (java) S 13007 13010 6207 0 -1 4202496 19318 0 1 0 519 4 0 0 20 0 19 0 5865155 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140733282244656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13010/statm: 2406260 20764 2262 9 0 2396937 0
[pid=13010/tid=13012] ppid=13007 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/13010/task/13012/stat : 13012 (java) R 13007 13010 6207 0 -1 4202560 2422 0 1 0 382 2 0 0 20 0 19 0 5865156 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282640230792 140282507625267 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13013] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13013/stat : 13013 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865157 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282629294888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13014] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13014/stat : 13014 (java) S 13007 13010 6207 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282628242088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13015] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13015/stat : 13015 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282627189800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13016] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13016/stat : 13016 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282626137000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13017] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13017/stat : 13017 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282479458600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13018] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13018/stat : 13018 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282478405800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13019] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13019/stat : 13019 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282477353512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13010/tid=13020] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13020/stat : 13020 (java) S 13007 13010 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865158 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282476300712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13021] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13021/stat : 13021 (java) S 13007 13010 6207 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282464103144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13022] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13022/stat : 13022 (java) S 13007 13010 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282463049208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13023] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13023/stat : 13023 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865159 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282461996808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13024] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13024/stat : 13024 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282460945296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13025] ppid=13007 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/13010/task/13025/stat : 13025 (java) S 13007 13010 6207 0 -1 4202560 6479 0 0 0 73 0 0 0 20 0 19 0 5865162 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282459891896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13010/tid=13026] ppid=13007 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/13010/task/13026/stat : 13026 (java) S 13007 13010 6207 0 -1 4202560 9144 0 0 0 60 1 0 0 20 0 19 0 5865162 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282458839096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13027] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13027/stat : 13027 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282457787000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13010/tid=13028] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13028/stat : 13028 (java) S 13007 13010 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865162 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282456734408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13010/tid=13029] ppid=13007 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13010/task/13029/stat : 13029 (java) S 13007 13010 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865188 9856040960 20764 33554432000 1073741824 1073778376 140733282253520 140282455680424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 3.95726
CPU time (s): 5.30119
CPU user time (s): 5.2412
CPU system time (s): 0.05999
CPU usage (%): 133.961
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2412
system time used= 0.05999
maximum resident set size= 85196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19348
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 425
involuntary context switches= 69

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.018997 second user time and 0.020996 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-16 02:49:43
IDJOB=4090195
IDBENCH=107514
IDSOLVER=2546
FILE ID=node126/4090195-1466038183
RUNJOBID= node126-1466034510-12393
PBS_JOBID= 19902818
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l035-r034-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090195-1466038183/watcher-4090195-1466038183 -o /tmp/evaluation-result-4090195-1466038183/solver-4090195-1466038183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466034510-12393 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090195-1466038183.opb

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

MD5SUM BENCH= 5885d08ef5ec314e9e46995a0ea79823
RANDOM SEED=2039825448

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        30879144 kB
Buffers:          107068 kB
Cached:           278840 kB
SwapCached:            0 kB
Active:           656196 kB
Inactive:         263296 kB
Active(anon):     525328 kB
Inactive(anon):    10680 kB
Active(file):     130868 kB
Inactive(file):   252616 kB
Unevictable:      354256 kB
Mlocked:          337904 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:        895824 kB
Mapped:            21044 kB
Shmem:               204 kB
Slab:             574220 kB
SReclaimable:      18420 kB
SUnreclaim:       555800 kB
KernelStack:        1768 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1103752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    538624 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= 71740 MiB
End job on node126 at 2016-06-16 02:49:47