Trace number 4298252

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
cosoco 1.12? (exit code) 9.93618 9.94044

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-12-opt_c18.xml
MD5SUMb24da30490b9aa9e9d31246895b0c77d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34807
Best CPU time to get the best result obtained on this benchmark2520.14
Satisfiable
(Un)Satisfiability was proved
Number of variables4691
Number of constraints4527
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4011},{"size":6,"count":48},{"size":22,"count":40},{"size":24,"count":24},{"size":36,"count":134},{"size":42,"count":50},{"size":44,"count":384}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":4011},{"degree":5,"count":1},{"degree":6,"count":2},{"degree":7,"count":6},{"degree":8,"count":15},{"degree":9,"count":39},{"degree":10,"count":66},{"degree":11,"count":85},{"degree":12,"count":119},{"degree":13,"count":112},{"degree":14,"count":103},{"degree":15,"count":59},{"degree":16,"count":45},{"degree":17,"count":21},{"degree":18,"count":4},{"degree":19,"count":1},{"degree":20,"count":2}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":176},{"arity":2,"count":674},{"arity":3,"count":3677}]
Number of extensional constraints4351
Number of intensional constraints176
Distribution of constraint types[{"type":"extension","count":4351},{"type":"intension","count":176}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

8.38/8.45	c best=?? lower=0 upper=1012551 
9.89/9.91	Solution Error : constraint number 2364 (name ) is not valid
9.89/9.91	c
9.89/9.91	c This is cosoco 1.12 --  
9.89/9.91	c
9.89/9.91	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4298252-1532746716.xml 
9.89/9.91	c enable optimization
9.89/9.91	c ========================================[ Problem Statistics ]===========================================
9.89/9.91	c |                                                                                                       
9.89/9.91	c |  Parse time        :         8.37 s 
9.89/9.91	c |
9.89/9.91	c |               Variables: 4691
9.89/9.91	c |            Domain Sizes: 2..44
9.89/9.91	c |
9.89/9.91	c |             Constraints: 4528
9.89/9.91	c |                   Arity: 1..4011  -- Unary: 176  -- Binary: 674  -- Ternary: 3677
9.89/9.91	c | 
9.89/9.91	c |                   Types: 
9.89/9.91	c |                          Extension: 4351  (nb tuples: 6..1936) -- (shared: 2469)
9.89/9.91	c |                          Sum: 1
9.89/9.91	c |                          Unary: 176
9.89/9.91	c |                          
9.89/9.91	c |               Objective: Minimize Sum
9.89/9.91	
9.89/9.91	c =========================================================================================================
9.89/9.91	Constraint {STRNegE}  : [ x[32]  x[172]  za4[77] ]

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 (11551 MiB free)
  memory of node 1: 16384 MiB (15079 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298252-1532746716/watcher-4298252-1532746716 -o /tmp/evaluation-result-4298252-1532746716/solver-4298252-1532746716 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532739149-2862 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4298252-1532746716.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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=3841, runsolver pid=3838
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 2.01 2.03 2.05 6/204 3842
/proc/meminfo: memFree=27201276/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=45928 memory=22240 CPUtime=0.1 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 5726 0 0 0 10 0 0 0 20 0 1 0 92234739 47030272 5560 33554432000 4194304 6142532 140725280790464 140725280787096 140678809122720 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 11482 5560 795 476 0 4804 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 45928 KiB
Current children cumulated memory: 22240 KiB

[startup+0.209955 s]*
/proc/loadavg: 2.01 2.03 2.05 6/204 3842
/proc/meminfo: memFree=27184280/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=48636 memory=24880 CPUtime=0.21 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 6403 0 0 0 21 0 0 0 20 0 1 0 92234739 49803264 6220 33554432000 4194304 6142532 140725280790464 140725280787096 5403300 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 12159 6220 795 476 0 5481 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 48636 KiB
Current children cumulated memory: 24880 KiB

[startup+0.309377 s]*
/proc/loadavg: 2.01 2.03 2.05 5/204 3842
/proc/meminfo: memFree=27164416/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=50812 memory=26992 CPUtime=0.3 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 6939 0 0 0 30 0 0 0 20 0 1 0 92234739 52031488 6748 33554432000 4194304 6142532 140725280790464 140725280787096 5800076 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 12703 6748 795 476 0 6025 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 50812 KiB
Current children cumulated memory: 26992 KiB

[startup+0.700246 s]
/proc/loadavg: 2.01 2.03 2.05 3/204 3842
/proc/meminfo: memFree=27059816/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=58624 memory=34580 CPUtime=0.69 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 8856 0 0 0 69 0 0 0 20 0 1 0 92234739 60030976 8645 33554432000 4194304 6142532 140725280790464 140725280787112 5489252 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 14656 8645 795 476 0 7978 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 58624 KiB
Current children cumulated memory: 34580 KiB

[startup+1.50025 s]
/proc/loadavg: 2.01 2.03 2.05 3/204 3842
/proc/meminfo: memFree=26885072/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=74556 memory=50304 CPUtime=1.49 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 12751 0 0 0 148 1 0 0 20 0 1 0 92234739 76345344 12576 33554432000 4194304 6142532 140725280790464 140725280787112 5471587 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 18639 12576 795 476 0 11961 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 74556 KiB
Current children cumulated memory: 50304 KiB

[startup+3.10969 s]
/proc/loadavg: 1.93 2.01 2.04 3/207 3845
/proc/meminfo: memFree=26254768/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=107700 memory=82996 CPUtime=3.1 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 22008 0 0 0 307 3 0 0 20 0 1 0 92234739 110284800 20749 33554432000 4194304 6142532 140725280790464 140725280784968 5801097 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 26925 20749 795 476 0 20247 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 107700 KiB
Current children cumulated memory: 82996 KiB

[startup+6.30023 s]
/proc/loadavg: 1.93 2.01 2.04 3/191 3877
/proc/meminfo: memFree=27173984/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=174092 memory=148372 CPUtime=6.28 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 39579 0 0 0 624 4 0 0 20 0 1 0 92234739 178270208 37093 33554432000 4194304 6142532 140725280790464 140725280787112 5802387 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 43523 37093 797 476 0 36845 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 174092 KiB
Current children cumulated memory: 148372 KiB

[startup+9.94039 s]
# the end of solver process 3841 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.78518 s, system=0.151002 s

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

[startup+6.40025 s]
/proc/loadavg: 1.93 2.01 2.04 3/191 3877
/proc/meminfo: memFree=27173984/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=176236 memory=150484 CPUtime=6.38 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 40102 0 0 0 634 4 0 0 20 0 1 0 92234739 180465664 37621 33554432000 4194304 6142532 140725280790464 140725280787112 140678809143851 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 44059 37621 797 476 0 37381 0
Current children cumulated CPU time: 6.38 s
Current children cumulated vsize: 176236 KiB
Current children cumulated memory: 150484 KiB

[startup+8.00021 s]*
/proc/loadavg: 1.94 2.01 2.04 3/191 3877
/proc/meminfo: memFree=27128984/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=212820 memory=186364 CPUtime=7.99 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 49741 0 0 0 793 6 0 0 20 0 1 0 92234739 217927680 46591 33554432000 4194304 6142532 140725280790464 140725280787112 140678809144199 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 53205 46591 797 476 0 46527 0
Current children cumulated CPU time: 7.99 s
Current children cumulated vsize: 212820 KiB
Current children cumulated memory: 186364 KiB

[startup+8.80031 s]
/proc/loadavg: 1.94 2.01 2.04 3/191 3877
/proc/meminfo: memFree=27128984/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=266724 memory=240572 CPUtime=8.79 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 86959 0 0 0 870 9 0 0 20 0 1 0 92234739 273125376 60143 33554432000 4194304 6142532 140725280790464 140725280787320 140678809074661 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 66681 60143 855 476 0 60003 0
Current children cumulated CPU time: 8.79 s
Current children cumulated vsize: 266724 KiB
Current children cumulated memory: 240572 KiB

[startup+9.60031 s]
/proc/loadavg: 1.94 2.01 2.04 3/191 3877
/proc/meminfo: memFree=27061280/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=342144 memory=315112 CPUtime=9.59 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 105581 0 0 0 947 12 0 0 20 0 1 0 92234739 350355456 78778 33554432000 4194304 6142532 140725280790464 140725280787336 140678809143851 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 85536 78778 855 476 0 78858 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 342144 KiB
Current children cumulated memory: 315112 KiB

[startup+9.80031 s]
/proc/loadavg: 1.94 2.01 2.04 3/191 3877
/proc/meminfo: memFree=27061280/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=369704 memory=340740 CPUtime=9.78 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 111961 0 0 0 966 12 0 0 20 0 1 0 92234739 378576896 85185 33554432000 4194304 6142532 140725280790464 140725280787336 5016983 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 92426 85185 855 476 0 85748 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 369704 KiB
Current children cumulated memory: 340740 KiB

[startup+9.90031 s]
/proc/loadavg: 1.94 2.01 2.04 3/191 3877
/proc/meminfo: memFree=27061280/32770624 swapFree=67108860/67108860
[pid=3841] ppid=3838 vsize=386240 memory=355796 CPUtime=9.89 cores=1,3,5,7
/proc/3841/stat : 3841 (cosoco) R 3838 3841 2830 0 -1 4202496 115726 0 0 0 976 13 0 0 20 0 1 0 92234739 395509760 88949 33554432000 4194304 6142532 140725280790464 140725280787336 5168903 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 34234368 140725280793734 140725280793864 140725280793864 140725280796622 0
/proc/3841/statm: 96560 88949 855 476 0 89882 0
Current children cumulated CPU time: 9.89 s
Current children cumulated vsize: 386240 KiB
Current children cumulated memory: 355796 KiB

Child status: 1
Real time (s): 9.94044
CPU time (s): 9.93618
CPU user time (s): 9.78518
CPU system time (s): 0.151002
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 386240
Max. memory (cumulated for all children) (KiB): 355796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.78518
system time used= 0.151002
maximum resident set size= 357732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116215
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= 18
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 3841
#   total CPU time (s): 9.93618
#   total CPU user time (s): 9.78518
#   total CPU system time (s): 0.151002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060637 second user time and 0.103382 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-28 04:58:36
IDJOB=4298252
IDBENCH=141091
IDSOLVER=2761
FILE ID=node135/4298252-1532746716
RUNJOBID= node135-1532739149-2862
PBS_JOBID= 21022438
Free space on /tmp= 48324 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-12-opt_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298252-1532746716/watcher-4298252-1532746716 -o /tmp/evaluation-result-4298252-1532746716/solver-4298252-1532746716 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532739149-2862 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4298252-1532746716.xml

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

MD5SUM BENCH= b24da30490b9aa9e9d31246895b0c77d
RANDOM SEED=1883842687

node135.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.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		: 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.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		: 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.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		: 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.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		: 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:        27271372 kB
MemAvailable:   31900072 kB
Buffers:          183912 kB
Cached:          4677600 kB
SwapCached:            0 kB
Active:          1713036 kB
Inactive:        3235388 kB
Active(anon):      37660 kB
Inactive(anon):    76948 kB
Active(file):    1675376 kB
Inactive(file):  3158440 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25760 kB
Writeback:             0 kB
AnonPages:         70676 kB
Mapped:            52376 kB
Shmem:             25248 kB
Slab:             249564 kB
SReclaimable:     221440 kB
SUnreclaim:        28124 kB
KernelStack:        3648 kB
PageTables:         5304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1277556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48340 MiB
End job on node135 at 2018-07-28 04:58:46