Trace number 4251798

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-mini 1.1 (2017-06-27)UNSAT 26.6383 26.6415

General information on the benchmark

NameRandom/Random-m1-5-2X-05c/
rand-5-2X-05c-15.xml
MD5SUM5c93a58f751270bf50b32fbeed27ba19
Bench CategoryCSP (decision problem)
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 benchmark26.3015
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints112
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":12}]
Minimum variable degree35
Maximum variable degree53
Distribution of variable degrees[{"degree":35,"count":1},{"degree":43,"count":1},{"degree":45,"count":4},{"degree":47,"count":1},{"degree":49,"count":1},{"degree":50,"count":2},{"degree":53,"count":2}]
Minimum constraint arity5
Maximum constraint arity5
Distribution of constraint arities[{"arity":5,"count":112}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemNO
Type of objective

Solver Data

13.49/13.53	c root propagations     : 23          
13.49/13.53	c restarts enabled, print stats at every restarts
13.49/13.53	c
13.49/13.53	c
13.49/13.53	c
13.49/13.53	c This is cosoco 1.0 --  
13.49/13.53	c
13.49/13.53	c ========================================[ Problem Statistics ]===========================================
13.49/13.53	c |                                                                                                       
13.49/13.53	c |  Parse time        :        13.36 s 
13.49/13.53	c |
13.49/13.53	c |               Variables: 12
13.49/13.53	c |            Domain Sizes: 12..12
13.49/13.53	c |
13.49/13.53	c |             Constraints: 112
13.49/13.53	c |                   Arity: 5..5
13.49/13.53	c | 
13.49/13.53	c |                   Types: 
13.49/13.53	c |                          Extension: 112  (nb tuples: 24884..24884) -- (shared: 0)
13.49/13.53	c |                          
13.49/13.53	c =========================================================================================================
13.49/13.53	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
15.89/15.95	c 101            120            16629          8548           6              0              3   4   3      
18.29/18.33	c 211            253            33240          17546          6              0              3   4   3      
21.09/21.10	c 332            400            52444          27487          6              0              3   4   3      
23.99/24.05	c 465            565            73543          38541          6              0              3   4   3      
26.59/26.63	c restarts              : 4           
26.59/26.63	c conflicts             : 568          (21 /sec)
26.59/26.63	c decisions             : 699          (26 /sec)
26.59/26.63	c propagations          : 47515       (1789 /sec)
26.59/26.63	c root propagations     : 23          
26.59/26.63	c filter calls          : 91938          (3462 /sec)
26.59/26.63	c useless filter calls  : 77212          (83 %)
26.59/26.63	c Memory used           : 195.41 MB
26.59/26.63	c CPU time              : 26.5531 s
26.59/26.63	
26.59/26.63	s UNSATISFIABLE

Verifier Data


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-4251798-1500919752/watcher-4251798-1500919752 -o /tmp/evaluation-result-4251798-1500919752/solver-4251798-1500919752 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500914920-3754 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4251798-1500919752.xml 

pid=4583
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: 2.00 2.01 2.05 2/181 4586
/proc/meminfo: memFree=32043816/32770624 swapFree=5848/114800
[pid=4586] ppid=4583 vsize=26772 CPUtime=0 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 914 0 0 0 0 0 0 0 20 0 1 0 1564069 27414528 693 33554432000 4194304 5744392 140729469381312 140729469377960 140001073509888 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 6693 759 678 379 0 112 0

[startup+0.100105 s]
/proc/loadavg: 2.00 2.01 2.05 2/181 4586
/proc/meminfo: memFree=32043816/32770624 swapFree=5848/114800
[pid=4586] ppid=4583 vsize=28108 CPUtime=0.09 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 1357 0 0 0 9 0 0 0 20 0 1 0 1564069 28782592 1001 33554432000 4194304 5744392 140729469381312 140729469377960 140001061215232 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 7027 1001 691 379 0 446 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28108

[startup+0.200226 s]
/proc/loadavg: 2.00 2.01 2.05 2/181 4586
/proc/meminfo: memFree=32043816/32770624 swapFree=5848/114800
[pid=4586] ppid=4583 vsize=30100 CPUtime=0.19 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 2105 0 0 0 19 0 0 0 20 0 1 0 1564069 30822400 1555 33554432000 4194304 5744392 140729469381312 140729469377960 5177679 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 7525 1555 698 379 0 944 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30100

[startup+0.300218 s]
/proc/loadavg: 2.00 2.01 2.05 2/181 4586
/proc/meminfo: memFree=32043816/32770624 swapFree=5848/114800
[pid=4586] ppid=4583 vsize=32604 CPUtime=0.29 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 2687 0 0 0 29 0 0 0 20 0 1 0 1564069 33386496 2082 33554432000 4194304 5744392 140729469381312 140729469377960 5474207 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 8151 2082 698 379 0 1570 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32604

[startup+0.700174 s]
/proc/loadavg: 2.00 2.01 2.05 2/181 4586
/proc/meminfo: memFree=32043816/32770624 swapFree=5848/114800
[pid=4586] ppid=4583 vsize=36648 CPUtime=0.69 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 3566 0 0 0 69 0 0 0 20 0 1 0 1564069 37527552 3006 33554432000 4194304 5744392 140729469381312 140729469377960 5473781 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 9162 3006 698 379 0 2581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36648

[startup+1.50018 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4587
/proc/meminfo: memFree=32030268/32770624 swapFree=5848/114848
[pid=4586] ppid=4583 vsize=46080 CPUtime=1.49 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 5616 0 0 0 149 0 0 0 20 0 1 0 1564069 47185920 5052 33554432000 4194304 5744392 140729469381312 140729469377960 5474243 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 11520 5052 699 379 0 4939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46080

[startup+3.10019 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4587
/proc/meminfo: memFree=32008684/32770624 swapFree=5848/114852
[pid=4586] ppid=4583 vsize=63600 CPUtime=3.09 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 10193 0 0 0 308 1 0 0 20 0 1 0 1564069 65126400 8836 33554432000 4194304 5744392 140729469381312 140729469377960 5475501 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 15900 8836 699 379 0 9319 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63600

[startup+6.30018 s]
/proc/loadavg: 2.08 2.03 2.05 3/182 4587
/proc/meminfo: memFree=31986208/32770624 swapFree=5848/114864
[pid=4586] ppid=4583 vsize=99988 CPUtime=6.29 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 18871 0 0 0 627 2 0 0 20 0 1 0 1564069 102387712 16777 33554432000 4194304 5744392 140729469381312 140729469377960 5471248 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 24997 16777 699 379 0 18416 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99988

[startup+12.7002 s]
/proc/loadavg: 2.08 2.03 2.05 3/182 4587
/proc/meminfo: memFree=31920860/32770624 swapFree=5848/114872
[pid=4586] ppid=4583 vsize=172760 CPUtime=12.69 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 35458 0 0 0 1264 5 0 0 20 0 1 0 1564069 176906240 32569 33554432000 4194304 5744392 140729469381312 140729469377960 140001061215232 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 43190 32569 699 379 0 36609 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 172760

[startup+25.5003 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 4587
/proc/meminfo: memFree=31886604/32770624 swapFree=5848/114888
[pid=4586] ppid=4583 vsize=200096 CPUtime=25.49 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 94913 0 0 0 2542 7 0 0 20 0 1 0 1564069 204898304 39545 33554432000 4194304 5744392 140729469381312 140729469378712 4892782 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 50024 39545 747 379 0 43443 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 200096

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

[startup+25.6003 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 4587
/proc/meminfo: memFree=31886604/32770624 swapFree=5848/114888
[pid=4586] ppid=4583 vsize=200096 CPUtime=25.59 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 94913 0 0 0 2552 7 0 0 20 0 1 0 1564069 204898304 39545 33554432000 4194304 5744392 140729469381312 140729469378712 4891657 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 50024 39545 747 379 0 43443 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 200096

[startup+26.4003 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 4587
/proc/meminfo: memFree=31886604/32770624 swapFree=5848/114888
[pid=4586] ppid=4583 vsize=200096 CPUtime=26.39 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 94913 0 0 0 2632 7 0 0 20 0 1 0 1564069 204898304 39545 33554432000 4194304 5744392 140729469381312 140729469378712 4892782 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 50024 39545 747 379 0 43443 0
Current children cumulated CPU time (s) 26.39
Current children cumulated vsize (KiB) 200096

[startup+26.6003 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 4587
/proc/meminfo: memFree=31886604/32770624 swapFree=5848/114888
[pid=4586] ppid=4583 vsize=200096 CPUtime=26.59 cores=1,3,5,7
/proc/4586/stat : 4586 (cosoco) R 4583 4586 3722 0 -1 4202496 94913 0 0 0 2652 7 0 0 20 0 1 0 1564069 204898304 39545 33554432000 4194304 5744392 140729469381312 140729469378712 4892791 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 7841632 7846472 9007104 140729469383873 140729469384003 140729469384003 140729469386702 0
/proc/4586/statm: 50024 39545 747 379 0 43443 0
Current children cumulated CPU time (s) 26.59
Current children cumulated vsize (KiB) 200096

Child status: 0
Real time (s): 26.6415
CPU time (s): 26.6383
CPU user time (s): 26.5533
CPU system time (s): 0.085003
CPU usage (%): 99.9878
Max. virtual memory (cumulated for all children) (KiB): 200096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.5533
system time used= 0.085003
maximum resident set size= 158256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94953
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= 9
involuntary context switches= 25

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.07229 second user time and 0.109554 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-24 20:09:13
IDJOB=4251798
IDBENCH=121599
IDSOLVER=2633
FILE ID=node145/4251798-1500919752
RUNJOBID= node145-1500914920-3754
PBS_JOBID= 20625401
Free space on /tmp= 61652 MiB

SOLVER NAME= cosoco-mini 1.1
BENCH NAME= XCSP17/Random/Random-m1-5-2X-05c/rand-5-2X-05c-15.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4251798-1500919752/watcher-4251798-1500919752 -o /tmp/evaluation-result-4251798-1500919752/solver-4251798-1500919752 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500914920-3754 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4251798-1500919752.xml

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

MD5SUM BENCH= 5c93a58f751270bf50b32fbeed27ba19
RANDOM SEED=1492617429

node145.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.58
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.58
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.58
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.58
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:        32044140 kB
MemAvailable:   32009552 kB
Buffers:           32740 kB
Cached:           247356 kB
SwapCached:            0 kB
Active:           251668 kB
Inactive:         123440 kB
Active(anon):      97932 kB
Inactive(anon):     8572 kB
Active(file):     153736 kB
Inactive(file):   114868 kB
Unevictable:        5848 kB
Mlocked:            5848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             33848 kB
Writeback:             0 kB
AnonPages:        163860 kB
Mapped:            29608 kB
Shmem:              8848 kB
Slab:              49796 kB
SReclaimable:      25284 kB
SUnreclaim:        24512 kB
KernelStack:        3488 kB
PageTables:         4936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61652 MiB
End job on node145 at 2017-07-24 20:09:40