Trace number 4266748

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-sat 1.12? (TO) 240.01601 240.011

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-10-360-120.xml
MD5SUM76b33169874d58bfc9aedd730e623c3c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark251.91
Satisfiable
(Un)Satisfiability was proved
Number of variables3601
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size329
Distribution of domain sizes[{"size":2,"count":3600},{"size":329,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":3600},{"degree":46,"count":1}]
Minimum constraint arity360
Maximum constraint arity3600
Distribution of constraint arities[{"arity":360,"count":10},{"arity":721,"count":45},{"arity":3600,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.30/0.33	c SAT : Variables: 7529 -- Clauses: 61157
0.30/0.33	c best=?? lower=0 upper=328 
240.00/240.01	c
240.00/240.01	c This is cosoco 1.12 --  
240.00/240.01	c
240.00/240.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4266748-1502598898.xml 
240.00/240.01	c enable optimization
240.00/240.01	c ========================================[ Problem Statistics ]===========================================
240.00/240.01	c |                                                                                                       
240.00/240.01	c |  Parse time        :         0.32 s 
240.00/240.01	c |
240.00/240.01	c |               Variables: 3601
240.00/240.01	c |            Domain Sizes: 2..329
240.00/240.01	c |
240.00/240.01	c |             Constraints: 424
240.00/240.01	c |                   Arity: 1..721  -- Unary: 1
240.00/240.01	c | 
240.00/240.01	c |                   Types: 
240.00/240.01	c |                          Intension: 46
240.00/240.01	c |                          Lex: 368
240.00/240.01	c |                          Sum: 10
240.00/240.01	c |                          
240.00/240.01	c =========================================================================================================
240.00/240.01	
240.00/240.01	c *** INTERRUPTED ***
240.00/240.01	c restarts              : 0           
240.00/240.01	c conflicts             : 0            (0 /sec)
240.00/240.01	c decisions             : 616          (3 /sec)
240.00/240.01	c propagations          : 976         (4 /sec)
240.00/240.01	c root propagations     : 32          
240.00/240.01	c filter calls          : 8999           (38 /sec)
240.00/240.01	c useless filter calls  : 8994           (99 %)
240.00/240.01	c
240.00/240.01	c clauses               : 61157
240.00/240.01	c SAT propagations      : 0
240.00/240.01	c SAT conflicts         : 0 (0 learnts)
240.00/240.01	c Memory used           : 271.81 MB
240.00/240.01	c CPU time              : 239.865 s
240.00/240.01	
240.00/240.01	c No Bound found!
240.00/240.01	
240.00/240.01	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4266748-1502598898/watcher-4266748-1502598898 -o /tmp/evaluation-result-4266748-1502598898/solver-4266748-1502598898 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502596666-28963 --watchdog 300 cosoco -lc -model -restarts -sat HOME/instance-4266748-1502598898.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB
solver pid=30067, runsolver pid=30064


[startup+0.100109 s]*
/proc/loadavg: 1.92 1.98 2.15 3/188 30068
/proc/meminfo: memFree=30625208/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=32220 memory=8600 CPUtime=0.1 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 2356 0 0 0 10 0 0 0 20 0 1 0 92977603 32993280 2150 33554432000 4194304 5972588 140720334155536 140720334148504 140680107604965 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 8055 2150 805 435 0 1418 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32220 KiB
Current children cumulated memory: 8600 KiB

[startup+0.209497 s]*
/proc/loadavg: 1.92 1.98 2.15 3/188 30068
/proc/meminfo: memFree=30621984/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=35560 memory=12068 CPUtime=0.21 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 3187 0 0 0 21 0 0 0 20 0 1 0 92977603 36413440 3017 33554432000 4194304 5972588 140720334155536 140720334148504 140680111083742 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 8890 3017 805 435 0 2253 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 35560 KiB
Current children cumulated memory: 12068 KiB

[startup+0.309268 s]*
/proc/loadavg: 1.92 1.98 2.15 3/188 30068
/proc/meminfo: memFree=30618264/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=38520 memory=14772 CPUtime=0.3 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 3918 0 0 0 30 0 0 0 20 0 1 0 92977603 39444480 3693 33554432000 4194304 5972588 140720334155536 140720334148504 140680107674155 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 9630 3693 805 435 0 2993 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 38520 KiB
Current children cumulated memory: 14772 KiB

[startup+0.700234 s]
/proc/loadavg: 1.92 1.98 2.15 3/188 30068
/proc/meminfo: memFree=30604748/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=55248 memory=28204 CPUtime=0.69 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 7269 0 0 0 68 1 0 0 20 0 1 0 92977603 56573952 7051 33554432000 4194304 5972588 140720334155536 140720334152392 4965744 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 13812 7051 851 435 0 7175 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 55248 KiB
Current children cumulated memory: 28204 KiB

[startup+1.50025 s]
/proc/loadavg: 1.92 1.98 2.15 3/188 30068
/proc/meminfo: memFree=30599884/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=59736 memory=32692 CPUtime=1.49 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 8395 0 0 0 148 1 0 0 20 0 1 0 92977603 61169664 8173 33554432000 4194304 5972588 140720334155536 140720334152392 4962376 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 14934 8173 851 435 0 8297 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 59736 KiB
Current children cumulated memory: 32692 KiB

[startup+3.10941 s]
/proc/loadavg: 1.92 1.98 2.15 3/188 30068
/proc/meminfo: memFree=30579756/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=66732 memory=39704 CPUtime=3.1 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 10897 0 0 0 309 1 0 0 20 0 1 0 92977603 68333568 9926 33554432000 4194304 5972588 140720334155536 140720334152392 4965753 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 16683 9926 851 435 0 10046 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 66732 KiB
Current children cumulated memory: 39704 KiB

[startup+6.30035 s]
/proc/loadavg: 1.92 1.98 2.15 3/188 30068
/proc/meminfo: memFree=30547364/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=84816 memory=57792 CPUtime=6.29 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 16418 0 0 0 627 2 0 0 20 0 1 0 92977603 86851584 14448 33554432000 4194304 5972588 140720334155536 140720334152392 4965744 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 21204 14448 851 435 0 14567 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 84816 KiB
Current children cumulated memory: 57792 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 2.15 3/188 30068
/proc/meminfo: memFree=30484400/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=116760 memory=89816 CPUtime=12.69 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 25778 0 0 0 1265 4 0 0 20 0 1 0 92977603 119562240 22454 33554432000 4194304 5972588 140720334155536 140720334152392 140680107604965 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 29190 22454 852 435 0 22553 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 116760 KiB
Current children cumulated memory: 89816 KiB

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 2.14 3/188 30068
/proc/meminfo: memFree=30347452/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=184740 memory=157720 CPUtime=25.49 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 46523 0 0 0 2543 6 0 0 20 0 1 0 92977603 189173760 39430 33554432000 4194304 5972588 140720334155536 140720334152392 140680107604965 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 46185 39430 852 435 0 39548 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 184740 KiB
Current children cumulated memory: 157720 KiB

[startup+51.1097 s]
/proc/loadavg: 1.96 1.99 2.14 3/188 30068
/proc/meminfo: memFree=30110904/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=277272 memory=250428 CPUtime=51.1 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 123468 0 0 0 5097 13 0 0 20 0 1 0 92977603 283926528 62607 33554432000 4194304 5972588 140720334155536 140720334152392 4965420 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 69318 62607 855 435 0 62681 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 277272 KiB
Current children cumulated memory: 250428 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 1.99 2.13 3/188 30130
/proc/meminfo: memFree=31570800/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=277404 memory=250560 CPUtime=102.29 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 135597 0 0 0 10215 14 0 0 20 0 1 0 92977603 284061696 62640 33554432000 4194304 5972588 140720334155536 140720334152456 5071488 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 69351 62640 855 435 0 62714 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 277404 KiB
Current children cumulated memory: 250560 KiB

[startup+162.3 s]
/proc/loadavg: 1.93 1.97 2.12 3/188 30195
/proc/meminfo: memFree=31588368/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=277668 memory=250840 CPUtime=162.29 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 147068 0 0 0 16215 14 0 0 20 0 1 0 92977603 284332032 62710 33554432000 4194304 5972588 140720334155536 140720334152456 5071400 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 69417 62710 855 435 0 62780 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 277668 KiB
Current children cumulated memory: 250840 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.98 2.12 3/188 30259
/proc/meminfo: memFree=31583044/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=278328 memory=251588 CPUtime=222.29 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 147477 0 0 0 22215 14 0 0 20 0 1 0 92977603 285007872 62897 33554432000 4194304 5972588 140720334155536 140720334152312 4965753 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 69582 62897 855 435 0 62945 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 278328 KiB
Current children cumulated memory: 251588 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240 s]*
/proc/loadavg: 1.98 1.98 2.11 3/188 30260
/proc/meminfo: memFree=31582808/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=278328 memory=251596 CPUtime=240 cores=0,2,4,6
/proc/30067/stat : 30067 (cosoco) R 30064 30067 23522 0 -1 4202496 147743 0 0 0 23986 14 0 0 20 0 1 0 92977603 285007872 62899 33554432000 4194304 5972588 140720334155536 140720334152312 4965428 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 19591168 140720334156991 140720334157091 140720334157091 140720334159822 0
/proc/30067/statm: 69582 62899 855 435 0 62945 0
Current children cumulated CPU time: 240 s
Current children cumulated vsize: 278328 KiB
Current children cumulated memory: 251596 KiB

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

[startup+240.011 s]
# the end of solver process 30067 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=239.866 s, system=0.150005 s

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

Child status: 1
Real time (s): 240.011
CPU time (s): 240.016
CPU user time (s): 239.866
CPU system time (s): 0.150005
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 278328
Max. memory (cumulated for all children) (KiB): 251596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.866
system time used= 0.150005
maximum resident set size= 251692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147788
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= 15
involuntary context switches= 207


# summary of solver processes directly reported to runsolver:
#   pid: 30067
#   total CPU time (s): 240.016
#   total CPU user time (s): 239.866
#   total CPU system time (s): 0.150005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20011 second user time and 1.50131 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 06:20:40
IDJOB=4266748
IDBENCH=122969
IDSOLVER=2656
FILE ID=node112/4266748-1502598898
RUNJOBID= node112-1502596666-28963
PBS_JOBID= 20628283
Free space on /tmp= 61788 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-10-360-120.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4266748-1502598898/watcher-4266748-1502598898 -o /tmp/evaluation-result-4266748-1502598898/solver-4266748-1502598898 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502596666-28963 --watchdog 300  cosoco -lc -model -restarts -sat HOME/instance-4266748-1502598898.xml

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

MD5SUM BENCH= 76b33169874d58bfc9aedd730e623c3c
RANDOM SEED=301413291

node112.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.24
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.24
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.24
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.24
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:        30631272 kB
MemAvailable:   30773244 kB
Buffers:          101628 kB
Cached:           321300 kB
SwapCached:            0 kB
Active:          1575668 kB
Inactive:         107496 kB
Active(anon):    1209320 kB
Inactive(anon):    78968 kB
Active(file):     366348 kB
Inactive(file):    28528 kB
Unevictable:        6280 kB
Mlocked:            6280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2260 kB
Writeback:             0 kB
AnonPages:       1266512 kB
Mapped:            44704 kB
Shmem:             25224 kB
Slab:             151392 kB
SReclaimable:     125860 kB
SUnreclaim:        25532 kB
KernelStack:        3344 kB
PageTables:         7556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1562240 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node112 at 2017-08-13 06:24:40