Trace number 4098471

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
cdcl-cuttingplanes DEC 2016-05-01UNSAT 4.35134 4.35313

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110966688.opb
MD5SUM8e7a33f6f23050442c6613e25c3d2ac1
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 benchmark1.73473
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 1237
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.00/0.00	c * #variable= 169 #constraint= 101
0.00/0.09	c #Conflicts:       1000 | #Learnt:        999 | 0.003
0.00/0.09	c total clause space: 4.25031MB
0.00/0.09	c total #watches: 8062
0.19/0.20	c total #propagations: 36534 / total #impl: 626352 (eff. 0.058)
0.19/0.20	c #Conflicts:       2000 | #Learnt:       1999 | 0.002
0.19/0.20	c total clause space: 4.25031MB
0.19/0.20	c total #watches: 13510
0.29/0.32	c total #propagations: 76909 / total #impl: 1502802 (eff. 0.051)
0.29/0.32	c GARBAGE COLLECT
0.29/0.32	c #Conflicts:       3000 | #Learnt:       2003 | 0.001
0.29/0.32	c total clause space: 4.25031MB
0.29/0.32	c total #watches: 15629
0.39/0.49	c total #propagations: 114565 / total #impl: 2173214 (eff. 0.053)
0.39/0.49	c #Conflicts:       4000 | #Learnt:       3003 | 0.001
0.39/0.49	c total clause space: 6.90675MB
0.39/0.49	c total #watches: 20566
0.59/0.65	c total #propagations: 151807 / total #impl: 2967135 (eff. 0.051)
0.59/0.65	c GARBAGE COLLECT
0.59/0.65	c #Conflicts:       5000 | #Learnt:       2355 | 0.001
0.59/0.65	c total clause space: 6.90675MB
0.59/0.65	c total #watches: 19369
0.78/0.84	c total #propagations: 189949 / total #impl: 3742283 (eff. 0.051)
0.78/0.84	c #Conflicts:       6000 | #Learnt:       3355 | 0.001
0.78/0.84	c total clause space: 6.90675MB
0.78/0.84	c total #watches: 25211
0.98/1.07	c total #propagations: 227481 / total #impl: 4723753 (eff. 0.048)
0.98/1.07	c GARBAGE COLLECT
0.98/1.07	c #Conflicts:       7000 | #Learnt:       2229 | 0.000
0.98/1.07	c total clause space: 6.90675MB
0.98/1.07	c total #watches: 20675
1.20/1.26	c total #propagations: 266160 / total #impl: 5590053 (eff. 0.048)
1.20/1.26	c #Conflicts:       8000 | #Learnt:       3229 | 0.000
1.20/1.26	c total clause space: 6.90675MB
1.20/1.26	c total #watches: 26344
1.49/1.50	c total #propagations: 307817 / total #impl: 6551036 (eff. 0.047)
1.49/1.50	c #Conflicts:       9000 | #Learnt:       4229 | 0.001
1.49/1.50	c total clause space: 6.90675MB
1.49/1.50	c total #watches: 32976
1.69/1.76	c total #propagations: 348102 / total #impl: 7576516 (eff. 0.046)
1.69/1.76	c GARBAGE COLLECT
1.69/1.76	c #Conflicts:      10000 | #Learnt:       2718 | 0.001
1.69/1.76	c total clause space: 11.2235MB
1.69/1.76	c total #watches: 26129
1.99/2.00	c total #propagations: 388650 / total #impl: 8763806 (eff. 0.044)
1.99/2.00	c #Conflicts:      11000 | #Learnt:       3718 | 0.001
1.99/2.00	c total clause space: 11.2235MB
1.99/2.00	c total #watches: 32675
2.20/2.29	c total #propagations: 427215 / total #impl: 9765504 (eff. 0.044)
2.20/2.29	c #Conflicts:      12000 | #Learnt:       4718 | 0.001
2.20/2.29	c total clause space: 11.2235MB
2.20/2.29	c total #watches: 37844
2.59/2.61	c total #propagations: 467444 / total #impl: 10884029 (eff. 0.043)
2.59/2.61	c #Conflicts:      13000 | #Learnt:       5716 | 0.001
2.59/2.61	c total clause space: 11.2235MB
2.59/2.61	c total #watches: 44001
2.79/2.86	c total #propagations: 509532 / total #impl: 12287135 (eff. 0.041)
2.79/2.86	c GARBAGE COLLECT
2.79/2.86	c #Conflicts:      14000 | #Learnt:       3858 | 0.001
2.79/2.86	c total clause space: 11.2235MB
2.79/2.86	c total #watches: 35022
3.09/3.17	c total #propagations: 548399 / total #impl: 13428030 (eff. 0.041)
3.09/3.17	c #Conflicts:      15000 | #Learnt:       4858 | 0.001
3.09/3.17	c total clause space: 11.2235MB
3.09/3.17	c total #watches: 40451
3.49/3.50	c total #propagations: 586505 / total #impl: 14704983 (eff. 0.040)
3.49/3.50	c #Conflicts:      16000 | #Learnt:       5858 | 0.001
3.49/3.50	c total clause space: 11.2235MB
3.49/3.50	c total #watches: 46940
3.79/3.84	c total #propagations: 631273 / total #impl: 16290866 (eff. 0.039)
3.79/3.84	c GARBAGE COLLECT
3.79/3.84	c #Conflicts:      17000 | #Learnt:       3678 | 0.001
3.79/3.84	c total clause space: 11.2235MB
3.79/3.84	c total #watches: 34693
4.09/4.12	c total #propagations: 674096 / total #impl: 17699375 (eff. 0.038)
4.09/4.12	c #Conflicts:      18000 | #Learnt:       4678 | 0.001
4.09/4.12	c total clause space: 11.2235MB
4.09/4.12	c total #watches: 40190
4.29/4.35	c total #propagations: 715901 / total #impl: 19179314 (eff. 0.037)
4.29/4.35	c UNSATISFIABLE 1
4.29/4.35	c CPU time              : 4.33334 s
4.29/4.35	d decisions 18721
4.29/4.35	d conflicts 48194
4.29/4.35	s UNSATISFIABLE

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-4098471-1466240988/watcher-4098471-1466240988 -o /tmp/evaluation-result-4098471-1466240988/solver-4098471-1466240988 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466240967-5564 --watchdog 1960 --input HOME/instance-4098471-1466240988.opb ./cdcl-cuttingplanes-release 

pid=6512
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.28 1.24 1.58 3/176 6515
/proc/meminfo: memFree=31580516/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=29104 CPUtime=0 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 270 0 0 0 0 0 0 0 20 0 1 0 26148861 29802496 5261 33554432000 4194304 6199737 140736270328480 140733879106680 4209400 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 7276 5261 122 490 0 6777 0

[startup+0.100162 s]
/proc/loadavg: 1.28 1.24 1.58 3/176 6515
/proc/meminfo: memFree=31580516/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=33720 CPUtime=0.09 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 1134 0 0 0 9 0 0 0 20 0 1 0 26148861 34529280 6816 33554432000 4194304 6199737 140736270328480 140736270327176 4207822 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 8430 6816 155 490 0 7931 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33720

[startup+0.200326 s]
/proc/loadavg: 1.28 1.24 1.58 3/176 6515
/proc/meminfo: memFree=31580516/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=33852 CPUtime=0.19 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 1286 0 0 0 19 0 0 0 20 0 1 0 26148861 34664448 7425 33554432000 4194304 6199737 140736270328480 140736270327128 4213368 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 8463 7425 155 490 0 7964 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33852

[startup+0.300261 s]
/proc/loadavg: 1.28 1.24 1.58 3/176 6515
/proc/meminfo: memFree=31580516/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=33852 CPUtime=0.29 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 1304 0 0 0 29 0 0 0 20 0 1 0 26148861 34664448 7443 33554432000 4194304 6199737 140736270328480 140736270327592 4213306 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 8463 7443 161 490 0 7964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33852

[startup+0.700194 s]
/proc/loadavg: 1.28 1.24 1.58 3/176 6515
/proc/meminfo: memFree=31580516/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=36832 CPUtime=0.69 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 1870 0 0 0 69 0 0 0 20 0 1 0 26148861 37715968 7795 33554432000 4194304 6199737 140736270328480 140736270327592 4213381 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 9208 7795 161 490 0 8709 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36832

[startup+1.50023 s]
/proc/loadavg: 1.28 1.24 1.58 3/177 6608
/proc/meminfo: memFree=31560600/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=37096 CPUtime=1.49 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 2745 0 0 0 148 1 0 0 20 0 1 0 26148861 37986304 8328 33554432000 4194304 6199737 140736270328480 140736270327592 4207822 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 9274 8328 161 490 0 8775 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37096

[startup+3.10023 s]
/proc/loadavg: 1.28 1.24 1.58 3/177 6608
/proc/meminfo: memFree=31549312/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=41920 CPUtime=3.09 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 3330 0 0 0 308 1 0 0 20 0 1 0 26148861 42926080 9213 33554432000 4194304 6199737 140736270328480 140736270327592 4213803 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 10480 9213 161 490 0 9981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41920

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

[startup+3.20027 s]
/proc/loadavg: 1.28 1.24 1.58 3/177 6608
/proc/meminfo: memFree=31549312/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=41920 CPUtime=3.19 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 3331 0 0 0 318 1 0 0 20 0 1 0 26148861 42926080 9214 33554432000 4194304 6199737 140736270328480 140736270327592 4213814 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 10480 9214 161 490 0 9981 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 41920

[startup+4.00023 s]
/proc/loadavg: 1.28 1.24 1.58 3/177 6608
/proc/meminfo: memFree=31546412/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=42192 CPUtime=3.99 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 3858 0 0 0 398 1 0 0 20 0 1 0 26148861 43204608 9532 33554432000 4194304 6199737 140736270328480 140736270327592 4213414 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 10548 9532 161 490 0 10049 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 42192

[startup+4.20023 s]
/proc/loadavg: 1.28 1.24 1.58 3/177 6608
/proc/meminfo: memFree=31546412/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=42192 CPUtime=4.19 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 3858 0 0 0 418 1 0 0 20 0 1 0 26148861 43204608 9532 33554432000 4194304 6199737 140736270328480 140736270327592 4213314 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 10548 9532 161 490 0 10049 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 42192

[startup+4.30023 s]
/proc/loadavg: 1.28 1.24 1.58 3/177 6608
/proc/meminfo: memFree=31546412/32872528 swapFree=241348/274052
[pid=6515] ppid=6512 vsize=42192 CPUtime=4.29 cores=0,2,4,6
/proc/6515/stat : 6515 (cdcl-cuttingpla) R 6512 6515 5548 0 -1 4202496 3868 0 0 0 428 1 0 0 20 0 1 0 26148861 43204608 9542 33554432000 4194304 6199737 140736270328480 140736270327592 4213389 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6515/statm: 10548 9542 161 490 0 10049 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 42192

Child status: 20
Real time (s): 4.35313
CPU time (s): 4.35134
CPU user time (s): 4.33434
CPU system time (s): 0.016997
CPU usage (%): 99.9589
Max. virtual memory (cumulated for all children) (KiB): 42192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.33434
system time used= 0.016997
maximum resident set size= 38188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 59

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.012998 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-18 11:09:48
IDJOB=4098471
IDBENCH=1180
IDSOLVER=2548
FILE ID=node107/4098471-1466240988
RUNJOBID= node107-1466240967-5564
PBS_JOBID= 19918200
Free space on /tmp= 71712 MiB

SOLVER NAME= cdcl-cuttingplanes DEC 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110966688.opb
COMMAND LINE= ./cdcl-cuttingplanes-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098471-1466240988/watcher-4098471-1466240988 -o /tmp/evaluation-result-4098471-1466240988/solver-4098471-1466240988 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466240967-5564 --watchdog 1960 --input HOME/instance-4098471-1466240988.opb ./cdcl-cuttingplanes-release

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

MD5SUM BENCH= 8e7a33f6f23050442c6613e25c3d2ac1
RANDOM SEED=1928438950

node107.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.953
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.90
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.953
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.953
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.56
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.953
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.953
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.953
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.953
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.953
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31580880 kB
Buffers:           98880 kB
Cached:           137012 kB
SwapCached:         3136 kB
Active:           108896 kB
Inactive:         170408 kB
Active(anon):      43152 kB
Inactive(anon):     2864 kB
Active(file):      65744 kB
Inactive(file):   167544 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099620 kB
Dirty:              4936 kB
Writeback:             4 kB
AnonPages:        342424 kB
Mapped:             9960 kB
Shmem:                 0 kB
Slab:             608076 kB
SReclaimable:      50648 kB
SUnreclaim:       557428 kB
KernelStack:        1504 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     439252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71712 MiB
End job on node107 at 2016-06-18 11:09:53