Trace number 4098420

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 2.56461 1.83907

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110971363.opb
MD5SUM62c1bb0e6cb74df266ce43b83653f19a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.25866
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4098420-1466206059.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  no objective function found
0.06/0.18	c ... done. Wall clock time 0.051s.
0.06/0.18	c declared #vars     169
0.06/0.18	c #constraints  101
0.06/0.18	c constraints type 
0.06/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.06/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.06/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.06/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.06/0.18	c 101 constraints processed.
0.80/0.50	c cleaning 2500 clauses out of 5000 with flag 14891/5000
1.09/0.72	c cleaning 4247 clauses out of 8499 with flag 36042/11000
1.36/0.97	c cleaning 5624 clauses out of 11250 with flag 60493/18002
1.67/1.27	c cleaning 6800 clauses out of 13618 with flag 90252/26000
2.12/1.66	c cleaning 7905 clauses out of 15810 with flag 124034/35001
2.50/1.80	c starts		: 28
2.50/1.80	c conflicts		: 38611
2.50/1.80	c decisions		: 55028
2.50/1.80	c propagations		: 725981
2.50/1.80	c inspects		: 19481541
2.50/1.80	c shortcuts		: 0
2.50/1.80	c learnt literals	: 40
2.50/1.80	c learnt binary clauses	: 5
2.50/1.80	c learnt ternary clauses	: 14
2.50/1.80	c learnt constraints	: 38570
2.50/1.80	c ignored constraints	: 0
2.50/1.80	c root simplifications	: 0
2.50/1.80	c removed literals (reason simplification)	: 0
2.50/1.80	c reason swapping (by a shorter reason)	: 0
2.50/1.80	c Calls to reduceDB	: 5
2.50/1.80	c Number of update (reduction) of LBD	: 8054
2.50/1.80	c Imported unit clauses	: 0
2.50/1.80	c number of reductions to clauses (during analyze)	: 0
2.50/1.80	c number of learned constraints concerned by reduction	: 0
2.50/1.80	c number of learning phase by resolution	: 0
2.50/1.80	c number of learning phase by cutting planes	: 0
2.50/1.80	c speed (assignments/second)	: 447583.84710234276
2.50/1.80	c non guided choices	44
2.50/1.81	c learnt constraints type 
2.50/1.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
2.50/1.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11489
2.50/1.81	s UNSATISFIABLE
2.50/1.81	c Total wall clock time (in seconds): 1.681

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-4098420-1466206059/watcher-4098420-1466206059 -o /tmp/evaluation-result-4098420-1466206059/solver-4098420-1466206059 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4098420-1466206059.opb 

pid=11031
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: 0.24 0.17 0.15 3/171 11035
/proc/meminfo: memFree=30478552/32872528 swapFree=1402776/1580604
[pid=11035] ppid=11031 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/11035/stat : 11035 (java) S 11031 11035 10680 0 -1 4202496 1225 0 0 0 0 0 0 0 20 0 2 0 22651610 24780800 867 33554432000 1073741824 1073778376 140734433658128 140734433649264 248793563197 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11035/statm: 6050 867 654 9 0 385 0
[pid=11035/tid=11037] ppid=11031 vsize=89740 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11037/stat : 11037 (java) R 11031 11035 10680 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 22651610 91893760 886 33554432000 1073741824 1073778376 140734433658128 140734433647192 248790205824 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100158 s]
/proc/loadavg: 0.24 0.17 0.15 3/171 11035
/proc/meminfo: memFree=30478552/32872528 swapFree=1402776/1580604
[pid=11035] ppid=11031 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/11035/stat : 11035 (java) S 11031 11035 10680 0 -1 4202496 3788 0 1 0 5 1 0 0 20 0 18 0 22651610 9787879424 4918 33554432000 1073741824 1073778376 140734433658128 140734433649264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11035/statm: 2389619 4919 1949 9 0 2380296 0
[pid=11035/tid=11037] ppid=11031 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/11035/task/11037/stat : 11037 (java) R 11031 11035 10680 0 -1 4202560 2288 0 1 0 5 0 0 0 20 0 18 0 22651610 9787879424 4919 33554432000 1073741824 1073778376 140734433658128 140265876007584 140265883769683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200346 s]
/proc/loadavg: 0.24 0.17 0.15 3/171 11035
/proc/meminfo: memFree=30478552/32872528 swapFree=1402776/1580604
[pid=11035] ppid=11031 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/11035/stat : 11035 (java) S 11031 11035 10680 0 -1 4202496 4736 0 1 0 20 1 0 0 20 0 19 0 22651610 9856040960 6828 33554432000 1073741824 1073778376 140734433658128 140734433649264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11035/statm: 2406260 6828 2204 9 0 2396937 0
[pid=11035/tid=11037] ppid=11031 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/11035/task/11037/stat : 11037 (java) R 11031 11035 10680 0 -1 4202560 2405 0 1 0 14 1 0 0 20 0 19 0 22651610 9856040960 6828 33554432000 1073741824 1073778376 140734433658128 140265876005504 140265729940690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9625040

[startup+0.300359 s]
/proc/loadavg: 0.24 0.17 0.15 3/171 11035
/proc/meminfo: memFree=30478552/32872528 swapFree=1402776/1580604
[pid=11035] ppid=11031 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/11035/stat : 11035 (java) S 11031 11035 10680 0 -1 4202496 7461 0 1 0 48 3 0 0 20 0 19 0 22651610 9856040960 8135 33554432000 1073741824 1073778376 140734433658128 140734433649264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11035/statm: 2406260 8135 2244 9 0 2396937 0
[pid=11035/tid=11037] ppid=11031 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11035/task/11037/stat : 11037 (java) R 11031 11035 10680 0 -1 4202560 2406 0 1 0 24 1 0 0 20 0 19 0 22651610 9856040960 8135 33554432000 1073741824 1073778376 140734433658128 140265876005504 140265729909799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700214 s]
/proc/loadavg: 0.24 0.17 0.15 3/171 11035
/proc/meminfo: memFree=30478552/32872528 swapFree=1402776/1580604
[pid=11035] ppid=11031 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/11035/stat : 11035 (java) S 11031 11035 10680 0 -1 4202496 8996 0 1 0 106 3 0 0 20 0 19 0 22651610 9856040960 9743 33554432000 1073741824 1073778376 140734433658128 140734433649264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11035/statm: 2406260 9743 2259 9 0 2396937 0
[pid=11035/tid=11037] ppid=11031 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/11035/task/11037/stat : 11037 (java) R 11031 11035 10680 0 -1 4202560 2408 0 1 0 63 2 0 0 20 0 19 0 22651610 9856040960 9743 33554432000 1073741824 1073778376 140734433658128 140265876005352 140265730277907 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 0.24 0.17 0.15 5/213 11088
/proc/meminfo: memFree=30417312/32872528 swapFree=1402776/1580604
[pid=11035] ppid=11031 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/11035/stat : 11035 (java) S 11031 11035 10680 0 -1 4202496 10612 0 1 0 195 3 0 0 20 0 19 0 22651610 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140734433649264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11035/statm: 2406260 10845 2261 9 0 2396937 0
[pid=11035/tid=11037] ppid=11031 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/11035/task/11037/stat : 11037 (java) R 11031 11035 10680 0 -1 4202560 2412 0 1 0 143 2 0 0 20 0 19 0 22651610 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265876005272 140265730338297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11035/tid=11039] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11039/stat : 11039 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265848457896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11040] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11040/stat : 11040 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265718852392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11035/tid=11041] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11041/stat : 11041 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265717799848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11035/tid=11042] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11042/stat : 11042 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265716747304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11035/tid=11043] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11043/stat : 11043 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265715693736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11044] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11044/stat : 11044 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265714641192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11035/tid=11045] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11045/stat : 11045 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265377491368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11046] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11046/stat : 11046 (java) S 11031 11035 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265376438824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11047] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11047/stat : 11047 (java) S 11031 11035 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22651613 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265364241000 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11048] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11048/stat : 11048 (java) S 11031 11035 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22651613 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265363187320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11049] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11049/stat : 11049 (java) S 11031 11035 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651613 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265362134664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11050] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11050/stat : 11050 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651617 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265361083408 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11051] ppid=11031 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11035/task/11051/stat : 11051 (java) S 11031 11035 10680 0 -1 4202560 3090 0 0 0 22 2 0 0 20 0 19 0 22651617 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265360029752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11052] ppid=11031 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/11035/task/11052/stat : 11052 (java) S 11031 11035 10680 0 -1 4202560 3837 0 0 0 25 1 0 0 20 0 19 0 22651617 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265358977208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11035/tid=11053] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11053/stat : 11053 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651617 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265357924856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11035/tid=11054] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11054/stat : 11054 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651617 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265356872520 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11055] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11055/stat : 11055 (java) S 11031 11035 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651628 9856040960 10845 33554432000 1073741824 1073778376 140734433658128 140265355818280 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

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

[startup+1.60095 s]
/proc/loadavg: 0.24 0.17 0.15 5/213 11088
/proc/meminfo: memFree=30417312/32872528 swapFree=1402776/1580604
[pid=11035] ppid=11031 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/11035/stat : 11035 (java) S 11031 11035 10680 0 -1 4202496 10667 0 1 0 209 3 0 0 20 0 19 0 22651610 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140734433649264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11035/statm: 2406260 11360 2261 9 0 2396937 0
[pid=11035/tid=11037] ppid=11031 vsize=9625040 CPUtime=1.55 cores=1,3,5,7
/proc/11035/task/11037/stat : 11037 (java) R 11031 11035 10680 0 -1 4202560 2413 0 1 0 153 2 0 0 20 0 19 0 22651610 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265876005320 140265730338297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11035/tid=11039] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11039/stat : 11039 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265848457896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11040] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11040/stat : 11040 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265718852392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11035/tid=11041] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11041/stat : 11041 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265717799848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11035/tid=11042] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11042/stat : 11042 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265716747304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11035/tid=11043] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11043/stat : 11043 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265715693736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11044] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11044/stat : 11044 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265714641192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11035/tid=11045] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11045/stat : 11045 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265377491368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11046] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11046/stat : 11046 (java) S 11031 11035 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265376438824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11047] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11047/stat : 11047 (java) S 11031 11035 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22651613 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265364241000 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11048] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11048/stat : 11048 (java) S 11031 11035 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22651613 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265363187320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11049] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11049/stat : 11049 (java) S 11031 11035 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651613 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265362134664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11050] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11050/stat : 11050 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651617 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265361083408 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11051] ppid=11031 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11035/task/11051/stat : 11051 (java) S 11031 11035 10680 0 -1 4202560 3093 0 0 0 25 2 0 0 20 0 19 0 22651617 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265360029752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11052] ppid=11031 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11035/task/11052/stat : 11052 (java) S 11031 11035 10680 0 -1 4202560 3888 0 0 0 26 1 0 0 20 0 19 0 22651617 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265358977208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11035/tid=11053] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11053/stat : 11053 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651617 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265357924856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11035/tid=11054] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11054/stat : 11054 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651617 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265356872520 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11055] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11055/stat : 11055 (java) S 11031 11035 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651628 9856040960 11360 33554432000 1073741824 1073778376 140734433658128 140265355818280 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625040

[startup+1.80081 s]
/proc/loadavg: 0.24 0.17 0.15 5/213 11088
/proc/meminfo: memFree=30417312/32872528 swapFree=1402776/1580604
[pid=11035] ppid=11031 vsize=9625040 CPUtime=2.5 cores=1,3,5,7
/proc/11035/stat : 11035 (java) S 11031 11035 10680 0 -1 4202496 16547 0 1 0 246 4 0 0 20 0 19 0 22651610 9856040960 15296 33554432000 1073741824 1073778376 140734433658128 140734433649264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11035/statm: 2406260 15296 2261 9 0 2396937 0
[pid=11035/tid=11037] ppid=11031 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/11035/task/11037/stat : 11037 (java) R 11031 11035 10680 0 -1 4202560 2415 0 1 0 173 2 0 0 20 0 19 0 22651610 9856040960 15296 33554432000 1073741824 1073778376 140734433658128 140265876005320 140265730366631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11035/tid=11039] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11039/stat : 11039 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 15296 33554432000 1073741824 1073778376 140734433658128 140265848457896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11040] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11040/stat : 11040 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 15296 33554432000 1073741824 1073778376 140734433658128 140265718852392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11035/tid=11041] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11041/stat : 11041 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 15296 33554432000 1073741824 1073778376 140734433658128 140265717799848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11035/tid=11042] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11042/stat : 11042 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 15297 33554432000 1073741824 1073778376 140734433658128 140265716747304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11035/tid=11043] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11043/stat : 11043 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 15297 33554432000 1073741824 1073778376 140734433658128 140265715693736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11044] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11044/stat : 11044 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 15297 33554432000 1073741824 1073778376 140734433658128 140265714641192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11035/tid=11045] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11045/stat : 11045 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 15297 33554432000 1073741824 1073778376 140734433658128 140265377491368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11046] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11046/stat : 11046 (java) S 11031 11035 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22651612 9856040960 15298 33554432000 1073741824 1073778376 140734433658128 140265376438824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11047] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11047/stat : 11047 (java) S 11031 11035 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22651613 9856040960 15298 33554432000 1073741824 1073778376 140734433658128 140265364241000 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11048] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11048/stat : 11048 (java) S 11031 11035 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22651613 9856040960 15298 33554432000 1073741824 1073778376 140734433658128 140265363187320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11049] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11049/stat : 11049 (java) S 11031 11035 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651613 9856040960 15298 33554432000 1073741824 1073778376 140734433658128 140265362134664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11050] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11050/stat : 11050 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651617 9856040960 15298 33554432000 1073741824 1073778376 140734433658128 140265361083408 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11051] ppid=11031 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/11035/task/11051/stat : 11051 (java) R 11031 11035 10680 0 -1 4202560 8973 0 0 0 41 2 0 0 20 0 19 0 22651617 9856040960 15298 33554432000 1073741824 1073778376 140734433658128 140265360017032 140265882459892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11052] ppid=11031 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11035/task/11052/stat : 11052 (java) S 11031 11035 10680 0 -1 4202560 3888 0 0 0 27 1 0 0 20 0 19 0 22651617 9856040960 15298 33554432000 1073741824 1073778376 140734433658128 140265358977208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11035/tid=11053] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11053/stat : 11053 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651617 9856040960 15298 33554432000 1073741824 1073778376 140734433658128 140265357924856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11035/tid=11054] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11054/stat : 11054 (java) S 11031 11035 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22651617 9856040960 15298 33554432000 1073741824 1073778376 140734433658128 140265356872520 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11035/tid=11055] ppid=11031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11035/task/11055/stat : 11055 (java) S 11031 11035 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22651628 9856040960 15298 33554432000 1073741824 1073778376 140734433658128 140265355818280 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1.83907
CPU time (s): 2.56461
CPU user time (s): 2.48262
CPU system time (s): 0.081987
CPU usage (%): 139.451
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.48262
system time used= 0.081987
maximum resident set size= 62296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16995
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= 311
involuntary context switches= 25

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.013997 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 01:27:39
IDJOB=4098420
IDBENCH=1169
IDSOLVER=2546
FILE ID=node139/4098420-1466206059
RUNJOBID= node139-1466206053-10697
PBS_JOBID= 19918138
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110971363.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098420-1466206059/watcher-4098420-1466206059 -o /tmp/evaluation-result-4098420-1466206059/solver-4098420-1466206059 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4098420-1466206059.opb

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

MD5SUM BENCH= 62c1bb0e6cb74df266ce43b83653f19a
RANDOM SEED=1026201108

node139.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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
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.500
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.500
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.500
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.56
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.500
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.500
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.56
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.500
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.500
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:        30479624 kB
Buffers:           37376 kB
Cached:            64932 kB
SwapCached:         1904 kB
Active:            43916 kB
Inactive:          60876 kB
Active(anon):       3932 kB
Inactive(anon):     1416 kB
Active(file):      39984 kB
Inactive(file):    59460 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099420 kB
Dirty:              1884 kB
Writeback:            20 kB
AnonPages:       1582768 kB
Mapped:             7128 kB
Shmem:                 0 kB
Slab:             572608 kB
SReclaimable:      15364 kB
SUnreclaim:       557244 kB
KernelStack:        1392 kB
PageTables:         7464 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1684368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 71592 MiB
End job on node139 at 2016-06-18 01:27:41