Trace number 4239942

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: cosoco-sat 1.1? (MO) 32.7921 34.4592

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-50.xml
MD5SUMb46c08097c4951fbb159b9042bff535d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1196
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables5461
Number of constraints3008
Number of domains4
Minimum domain size2
Maximum domain size5409
Distribution of domain sizes[{"size":2,"count":2704},{"size":3,"count":2704},{"size":2501,"count":1},{"size":5409,"count":52}]
Minimum variable degree1
Maximum variable degree53
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":2701},{"degree":3,"count":55},{"degree":4,"count":200},{"degree":8,"count":196},{"degree":9,"count":2304},{"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity54
Distribution of constraint arities[{"arity":2,"count":252},{"arity":3,"count":200},{"arity":10,"count":2500},{"arity":52,"count":4},{"arity":53,"count":1},{"arity":54,"count":51}]
Number of extensional constraints2700
Number of intensional constraints251
Distribution of constraint types[{"type":"extension","count":2700},{"type":"intension","count":251},{"type":"sum","count":53},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data


Verifier Data

One s line expected

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-4239942-1500632904/watcher-4239942-1500632904 -o /tmp/evaluation-result-4239942-1500632904/solver-4239942-1500632904 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500623789-5345 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4239942-1500632904.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.91 2.00 2.04 3/186 11107
/proc/meminfo: memFree=32004524/32770624 swapFree=6312/28048
[pid=11107] ppid=11104 vsize=27120 CPUtime=0 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 968 0 0 0 0 0 0 0 20 0 1 0 18037449 27770880 802 33554432000 4194304 5970956 140721632047632 140721632044280 140134594182117 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 6780 802 698 434 0 144 0

[startup+0.100112 s]
/proc/loadavg: 1.91 2.00 2.04 3/186 11107
/proc/meminfo: memFree=32004524/32770624 swapFree=6312/28048
[pid=11107] ppid=11104 vsize=41708 CPUtime=0.08 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 4654 0 0 0 8 0 0 0 20 0 1 0 18037449 42708992 4435 33554432000 4194304 5970956 140721632047632 140721632044232 140134594182117 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 10427 4435 720 434 0 3791 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41708

[startup+0.200362 s]
/proc/loadavg: 1.91 2.00 2.04 3/186 11107
/proc/meminfo: memFree=32004524/32770624 swapFree=6312/28048
[pid=11107] ppid=11104 vsize=97768 CPUtime=0.19 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 18707 0 0 0 17 2 0 0 20 0 1 0 18037449 100114432 18493 33554432000 4194304 5970956 140721632047632 140721632042088 140134594173034 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 24442 18493 738 434 0 17806 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 97768

[startup+0.300285 s]
/proc/loadavg: 1.91 2.00 2.04 3/186 11107
/proc/meminfo: memFree=32004524/32770624 swapFree=6312/28048
[pid=11107] ppid=11104 vsize=101500 CPUtime=0.29 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 19659 0 0 0 27 2 0 0 20 0 1 0 18037449 103936000 19460 33554432000 4194304 5970956 140721632047632 140721632041064 140134594230176 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 25375 19460 792 434 0 18739 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101500

[startup+0.70024 s]
/proc/loadavg: 1.91 2.00 2.04 3/186 11107
/proc/meminfo: memFree=32004524/32770624 swapFree=6312/28048
[pid=11107] ppid=11104 vsize=255372 CPUtime=0.68 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 45951 0 0 0 62 6 0 0 20 0 1 0 18037449 261500928 54479 33554432000 4194304 5970956 140721632047632 140721632044456 5278108 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 63843 54479 839 434 0 57207 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 255372

[startup+1.50025 s]
/proc/loadavg: 1.91 2.00 2.04 3/187 11108
/proc/meminfo: memFree=31597808/32770624 swapFree=6312/28048
[pid=11107] ppid=11104 vsize=679900 CPUtime=1.48 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 96089 0 0 0 134 14 0 0 20 0 1 0 18037449 696217600 148019 33554432000 4194304 5970956 140721632047632 140721632044456 5251849 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 169975 148019 839 434 0 163339 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 679900

[startup+3.10024 s]
/proc/loadavg: 1.91 2.00 2.04 3/187 11108
/proc/meminfo: memFree=31090384/32770624 swapFree=6312/28048
[pid=11107] ppid=11104 vsize=1503864 CPUtime=3.08 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 196766 0 0 0 276 32 0 0 20 0 1 0 18037449 1539956736 334577 33554432000 4194304 5970956 140721632047632 140721632044456 5251805 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 375966 334577 839 434 0 369330 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1503864

[startup+6.30025 s]
/proc/loadavg: 1.91 2.00 2.04 3/187 11108
/proc/meminfo: memFree=29553800/32770624 swapFree=6312/28072
[pid=11107] ppid=11104 vsize=3417604 CPUtime=6.28 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 389613 0 0 0 557 71 0 0 20 0 1 0 18037449 3499626496 706453 33554432000 4194304 5970956 140721632047632 140721632044456 5251805 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 854401 706453 839 434 0 847765 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3417604

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 11108
/proc/meminfo: memFree=26486964/32770624 swapFree=6312/28072
[pid=11107] ppid=11104 vsize=6345352 CPUtime=12.68 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 752656 0 0 0 1129 139 0 0 20 0 1 0 18037449 6497640448 1443932 33554432000 4194304 5970956 140721632047632 140721632044456 140134594182117 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 1586338 1443932 839 434 0 1579702 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6345352

[startup+25.5003 s]
/proc/loadavg: 1.94 2.00 2.04 3/187 11108
/proc/meminfo: memFree=20509272/32770624 swapFree=6312/28092
[pid=11107] ppid=11104 vsize=14344440 CPUtime=25.48 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 1479571 0 0 0 2274 274 0 0 20 0 1 0 18037449 14688706560 2891159 33554432000 4194304 5970956 140721632047632 140721632044456 5251805 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 3586110 2891159 839 434 0 3579474 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14344440



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+31.7002 s]
/proc/loadavg: 1.94 2.00 2.04 3/187 11108
/proc/meminfo: memFree=18018172/32770624 swapFree=6312/28092
[pid=11107] ppid=11104 vsize=15897048 CPUtime=31.67 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 4202496 1822432 0 0 0 2830 337 0 0 20 0 1 0 18037449 16278577152 3591051 33554432000 4194304 5970956 140721632047632 140721632044456 140134594251307 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 3974262 3591051 839 434 0 3967626 0
Current children cumulated CPU time (s) 31.67
Current children cumulated vsize (KiB) 15897048

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

Sending SIGKILL to process tree (bottom up)

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

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

[startup+32.0069 s]
/proc/loadavg: 1.95 2.00 2.04 4/188 11109
/proc/meminfo: memFree=17532464/32770624 swapFree=6312/107136
[pid=11107] ppid=11104 vsize=15897200 CPUtime=31.73 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) S 11104 11107 5313 0 -1 512 1822499 0 0 0 2833 340 0 0 20 0 1 0 18037449 16278732800 3591110 33554432000 4194304 5970956 140721632047632 140721632044456 5095567 0 16384 4096 8404994 18446744071580971376 0 0 17 1 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 3974300 3591110 839 434 0 3967664 0
Current children cumulated CPU time (s) 31.73
Current children cumulated vsize (KiB) 15897200

[startup+32.8002 s]
/proc/loadavg: 1.95 2.00 2.04 4/188 11109
/proc/meminfo: memFree=17532464/32770624 swapFree=6312/107136
[pid=11107] ppid=11104 vsize=15897200 CPUtime=31.87 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) R 11104 11107 5313 0 -1 512 1822499 0 0 0 2843 344 0 0 20 0 1 0 18037449 16278732800 3591110 33554432000 4194304 5970956 140721632047632 140721632044456 5095567 0 16384 4096 8404994 0 0 0 17 7 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 3974300 3591110 839 434 0 3967664 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 15897200

[startup+33.2003 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 11109
/proc/meminfo: memFree=16955988/32770624 swapFree=6312/680956
[pid=11107] ppid=11104 vsize=15897200 CPUtime=31.94 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) S 11104 11107 5313 0 -1 512 1822499 0 0 0 2847 347 0 0 20 0 1 0 18037449 16278732800 3591110 33554432000 4194304 5970956 140721632047632 140721632044456 5095567 0 16384 4096 8404994 18446744071580971376 0 0 17 3 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 3974300 3591110 839 434 0 3967664 0
Current children cumulated CPU time (s) 31.94
Current children cumulated vsize (KiB) 15897200

[startup+33.6003 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 11109
/proc/meminfo: memFree=16955988/32770624 swapFree=6312/680956
[pid=11107] ppid=11104 vsize=15897200 CPUtime=32 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) S 11104 11107 5313 0 -1 512 1822499 0 0 0 2852 348 0 0 20 0 1 0 18037449 16278732800 3591110 33554432000 4194304 5970956 140721632047632 140721632044456 5095567 0 16384 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 3974300 3591110 839 434 0 3967664 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (KiB) 15897200

[startup+33.7003 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 11109
/proc/meminfo: memFree=16955988/32770624 swapFree=6312/680956
[pid=11107] ppid=11104 vsize=15897200 CPUtime=32.02 cores=1,3,5,7
/proc/11107/stat : 11107 (cosoco) S 11104 11107 5313 0 -1 512 1822499 0 0 0 2854 348 0 0 20 0 1 0 18037449 16278732800 3591110 33554432000 4194304 5970956 140721632047632 140721632044456 5095567 0 16384 4096 8404994 18446744071580971376 0 0 17 1 0 0 0 0 0 8070896 8075904 28446720 140721632052412 140721632052547 140721632052547 140721632055246 0
/proc/11107/statm: 3974300 3591110 839 434 0 3967664 0
Current children cumulated CPU time (s) 32.02
Current children cumulated vsize (KiB) 15897200

Child ended because it received signal 9 (SIGKILL)
Real time (s): 34.4592
CPU time (s): 32.7921
CPU user time (s): 28.5421
CPU system time (s): 4.24998
CPU usage (%): 95.1619
Max. virtual memory (cumulated for all children) (KiB): 15897200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.5421
system time used= 4.24998
maximum resident set size= 14364448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1822499
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= 139334
involuntary context switches= 1686

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.08956 second user time and 0.153893 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-21 12:28:24
IDJOB=4239942
IDBENCH=115882
IDSOLVER=2621
FILE ID=node104/4239942-1500632904
RUNJOBID= node104-1500623789-5345
PBS_JOBID= 20623023
Free space on /tmp= 62020 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-50.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4239942-1500632904/watcher-4239942-1500632904 -o /tmp/evaluation-result-4239942-1500632904/solver-4239942-1500632904 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500623789-5345 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4239942-1500632904.xml

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

MD5SUM BENCH= b46c08097c4951fbb159b9042bff535d
RANDOM SEED=1988285219

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 2267.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        32005108 kB
MemAvailable:   32002388 kB
Buffers:          129808 kB
Cached:           153436 kB
SwapCached:            0 kB
Active:           241364 kB
Inactive:          98964 kB
Active(anon):       5648 kB
Inactive(anon):    70916 kB
Active(file):     235716 kB
Inactive(file):    28048 kB
Unevictable:        6312 kB
Mlocked:            6312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3020 kB
Writeback:           156 kB
AnonPages:         67312 kB
Mapped:            34404 kB
Shmem:             17044 kB
Slab:             124804 kB
SReclaimable:      98700 kB
SUnreclaim:        26104 kB
KernelStack:        3568 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61524 MiB
End job on node104 at 2017-07-21 12:28:59