Trace number 4265982

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
cosoco-sat 1.12? (MO) 17.6674 17.756901

General information on the benchmark

NameBibd/Bibd-sc-open/
Bibd-sc-65-104-40-25-15.xml
MD5SUM221a96fe8d827ba40f627424420ef5aa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables446160
Number of constraints218570
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":223080}]
Minimum variable degree0
Maximum variable degree67
Distribution of variable degrees[{"degree":0,"count":223080},{"degree":2,"count":216320},{"degree":67,"count":6760}]
Minimum constraint arity3
Maximum constraint arity6760
Distribution of constraint arities[{"arity":3,"count":216320},{"arity":65,"count":104},{"arity":104,"count":2145},{"arity":6760,"count":1}]
Number of extensional constraints0
Number of intensional constraints216320
Distribution of constraint types[{"type":"intension","count":216320},{"type":"lex","count":1},{"type":"sum","count":2249}]
Optimization problemNO
Type of objective

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15017 MiB free)
  memory of node 1: 16384 MiB (15294 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265982-1502571282/watcher-4265982-1502571282 -o /tmp/evaluation-result-4265982-1502571282/solver-4265982-1502571282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502565190-8354 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265982-1502571282.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=9696, runsolver pid=9693
Current StackSize limit: 8192 KiB


[startup+0.10068 s]*
/proc/loadavg: 1.97 1.99 1.95 3/190 9697
/proc/meminfo: memFree=31038452/32770624 swapFree=67108860/67108860
[pid=9696] ppid=9693 vsize=29484 memory=5588 CPUtime=0.02 cores=1,3,5,7
/proc/9696/stat : 9696 (cosoco) R 9693 9696 8289 0 -1 4202496 1595 0 0 0 2 0 0 0 20 0 1 0 104943442 30191616 1397 18446744073709551615 4194304 5972588 140723104623712 140723104619016 139642594724837 0 0 1 0 0 0 0 17 5 0 0 8 0 0 8070896 8075904 14184448 140723104629188 140723104629288 140723104629288 140723104632782 0
/proc/9696/statm: 7404 1397 711 435 0 767 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 29484 KiB
Current children cumulated memory: 5588 KiB

[startup+0.209674 s]*
/proc/loadavg: 1.97 1.99 1.95 3/190 9697
/proc/meminfo: memFree=31025892/32770624 swapFree=67108860/67108860
[pid=9696] ppid=9693 vsize=41572 memory=17704 CPUtime=0.12 cores=1,3,5,7
/proc/9696/stat : 9696 (cosoco) R 9693 9696 8289 0 -1 4202496 4090 0 0 0 12 0 0 0 20 0 1 0 104943442 42569728 4426 18446744073709551615 4194304 5972588 140723104623712 140723104619016 139642594724837 0 0 1 0 0 0 0 17 5 0 0 8 0 0 8070896 8075904 14184448 140723104629188 140723104629288 140723104629288 140723104632782 0
/proc/9696/statm: 10393 4426 711 435 0 3756 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 41572 KiB
Current children cumulated memory: 17704 KiB

[startup+0.309888 s]*
/proc/loadavg: 1.97 1.99 1.95 3/190 9697
/proc/meminfo: memFree=31019316/32770624 swapFree=67108860/67108860
[pid=9696] ppid=9693 vsize=47844 memory=23976 CPUtime=0.22 cores=1,3,5,7
/proc/9696/stat : 9696 (cosoco) R 9693 9696 8289 0 -1 4202496 5665 0 0 0 22 0 0 0 20 0 1 0 104943442 48992256 5994 18446744073709551615 4194304 5972588 140723104623712 140723104618952 139642594724837 0 0 1 0 0 0 0 17 5 0 0 8 0 0 8070896 8075904 14184448 140723104629188 140723104629288 140723104629288 140723104632782 0
/proc/9696/statm: 11961 5994 711 435 0 5324 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 47844 KiB
Current children cumulated memory: 23976 KiB

[startup+0.700316 s]
/proc/loadavg: 1.97 1.99 1.95 3/190 9697
/proc/meminfo: memFree=31007044/32770624 swapFree=67108860/67108860
[pid=9696] ppid=9693 vsize=71908 memory=48040 CPUtime=0.6 cores=1,3,5,7
/proc/9696/stat : 9696 (cosoco) R 9693 9696 8289 0 -1 4202496 11690 0 0 0 59 1 0 0 20 0 1 0 104943442 73633792 12010 18446744073709551615 4194304 5972588 140723104623712 140723104618952 139642594724837 0 0 1 0 0 0 0 17 5 0 0 8 0 0 8070896 8075904 14184448 140723104629188 140723104629288 140723104629288 140723104632782 0
/proc/9696/statm: 17977 12010 711 435 0 11340 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 71908 KiB
Current children cumulated memory: 48040 KiB

[startup+1.50034 s]
/proc/loadavg: 1.97 1.99 1.95 3/190 9697
/proc/meminfo: memFree=30979144/32770624 swapFree=67108860/67108860
[pid=9696] ppid=9693 vsize=109780 memory=85908 CPUtime=1.41 cores=1,3,5,7
/proc/9696/stat : 9696 (cosoco) R 9693 9696 8289 0 -1 4202496 21131 0 0 0 138 3 0 0 20 0 1 0 104943442 112414720 21477 18446744073709551615 4194304 5972588 140723104623712 140723104618952 139642594724837 0 0 1 0 0 0 0 17 5 0 0 8 0 0 8070896 8075904 14184448 140723104629188 140723104629288 140723104629288 140723104632782 0
/proc/9696/statm: 27445 21477 711 435 0 20808 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 109780 KiB
Current children cumulated memory: 85908 KiB

[startup+3.10972 s]
/proc/loadavg: 1.97 1.99 1.95 3/190 9697
/proc/meminfo: memFree=30420608/32770624 swapFree=67108860/67108860
[pid=9696] ppid=9693 vsize=645872 memory=620756 CPUtime=3.01 cores=1,3,5,7
/proc/9696/stat : 9696 (cosoco) R 9693 9696 8289 0 -1 4202496 159791 0 0 0 280 21 0 0 20 0 1 0 104943442 661372928 155189 18446744073709551615 4194304 5972588 140723104623712 140723104618920 5401694 0 0 1 0 0 0 0 17 5 0 0 8 0 0 8070896 8075904 14184448 140723104629188 140723104629288 140723104629288 140723104632782 0
/proc/9696/statm: 161468 155189 743 435 0 154831 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 645872 KiB
Current children cumulated memory: 620756 KiB

[startup+6.3003 s]
/proc/loadavg: 1.97 1.99 1.95 3/190 9697
/proc/meminfo: memFree=30410160/32770624 swapFree=67108860/67108860
[pid=9696] ppid=9693 vsize=656000 memory=629860 CPUtime=6.2 cores=1,3,5,7
/proc/9696/stat : 9696 (cosoco) R 9693 9696 8289 0 -1 4202496 161956 0 0 0 598 22 0 0 20 0 1 0 104943442 671744000 157465 18446744073709551615 4194304 5972588 140723104623712 140723104620280 5391010 0 0 1 0 0 0 0 17 5 0 0 8 0 0 8070896 8075904 14184448 140723104629188 140723104629288 140723104629288 140723104632782 0
/proc/9696/statm: 164000 157465 743 435 0 157363 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 656000 KiB
Current children cumulated memory: 629860 KiB

[startup+12.7004 s]
/proc/loadavg: 1.97 1.99 1.95 3/190 9697
/proc/meminfo: memFree=22668968/32770624 swapFree=67108860/67108860
[pid=9696] ppid=9693 vsize=9464464 memory=9437340 CPUtime=12.61 cores=1,3,5,7
/proc/9696/stat : 9696 (cosoco) R 9693 9696 8289 0 -1 4202496 2364411 0 0 0 993 268 0 0 20 0 1 0 104943442 9691611136 2359269 18446744073709551615 4194304 5972588 140723104623712 140723104617208 139642594772896 0 0 1 0 0 0 0 17 5 0 0 8 0 0 8070896 8075904 14184448 140723104629188 140723104629288 140723104629288 140723104632782 0
/proc/9696/statm: 2366116 2359335 796 435 0 2359479 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 9464464 KiB
Current children cumulated memory: 9437340 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+16.9003 s]
/proc/loadavg: 1.98 1.99 1.95 3/190 9697
/proc/meminfo: memFree=16489040/32770624 swapFree=67108860/67108860
[pid=9696] ppid=9693 vsize=15889932 memory=15863748 CPUtime=16.8 cores=1,3,5,7
/proc/9696/stat : 9696 (cosoco) R 9693 9696 8289 0 -1 4202496 3971390 0 0 0 1224 456 0 0 20 0 1 0 104943442 16271290368 3965937 18446744073709551615 4194304 5972588 140723104623712 140723104617112 139642594772896 0 0 1 0 0 0 0 17 5 0 0 8 0 0 8070896 8075904 14184448 140723104629188 140723104629288 140723104629288 140723104632782 0
/proc/9696/statm: 3972483 3965937 796 435 0 3965846 0
Current children cumulated CPU time: 16.8 s
Current children cumulated vsize: 15889932 KiB
Current children cumulated memory: 15863748 KiB

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

[startup+17.7568 s]
# the end of solver process 9696 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.2431 s, system=5.42428 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+17.2002 s]
/proc/loadavg: 1.98 1.99 1.95 3/190 9697
/proc/meminfo: memFree=16992256/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+17.6002 s]
/proc/loadavg: 1.98 1.99 1.95 3/190 9697
/proc/meminfo: memFree=16992256/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+17.7002 s]
/proc/loadavg: 1.98 1.99 1.95 3/190 9697
/proc/meminfo: memFree=16992256/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 17.7569
CPU time (s): 17.6674
CPU user time (s): 12.2431
CPU system time (s): 5.42428
CPU usage (%): 99.4959
Max. virtual memory (cumulated for all children) (KiB): 15889932
Max. memory (cumulated for all children) (KiB): 15863748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.2431
system time used= 5.42428
maximum resident set size= 15863996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3971390
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= 20
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 9696
#   total CPU time (s): 17.6674
#   total CPU user time (s): 12.2431
#   total CPU system time (s): 5.42428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079077 second user time and 0.171154 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-12 22:40:35
IDJOB=4265982
IDBENCH=123943
IDSOLVER=2655
FILE ID=node133/4265982-1502571282
RUNJOBID= node133-1502565190-8354
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Bibd/Bibd-sc-open/Bibd-sc-65-104-40-25-15.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265982-1502571282/watcher-4265982-1502571282 -o /tmp/evaluation-result-4265982-1502571282/solver-4265982-1502571282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502565190-8354 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265982-1502571282.xml

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

MD5SUM BENCH= 221a96fe8d827ba40f627424420ef5aa
RANDOM SEED=1257984822

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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.17
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		: 2668.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		: 2668.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.17
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		: 2668.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		: 2668.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.17
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		: 2668.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		: 2668.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.17
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		: 2668.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:        31039852 kB
MemAvailable:   31956172 kB
Buffers:          308320 kB
Cached:           909240 kB
SwapCached:            0 kB
Active:           789260 kB
Inactive:         505172 kB
Active(anon):      77304 kB
Inactive(anon):    41304 kB
Active(file):     711956 kB
Inactive(file):   463868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             14112 kB
Writeback:            52 kB
AnonPages:         76820 kB
Mapped:            57528 kB
Shmem:             41660 kB
Slab:             139868 kB
SReclaimable:     112664 kB
SUnreclaim:        27204 kB
KernelStack:        3360 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node133 at 2017-08-12 22:40:53