Trace number 4266640

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.65601 240.67799

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-7.xml
MD5SUMd6761b054431b884cfc6d948dd81b50d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1808
Best CPU time to get the best result obtained on this benchmark1956.1
Satisfiable
(Un)Satisfiability was proved
Number of variables38010
Number of constraints1832
Number of domains20
Minimum domain size2
Maximum domain size187
Distribution of domain sizes[{"size":2,"count":1810},{"size":6,"count":3620},{"size":16,"count":1810},{"size":19,"count":1810},{"size":25,"count":1810},{"size":26,"count":1810},{"size":43,"count":1810},{"size":73,"count":1810},{"size":98,"count":1810},{"size":109,"count":1810},{"size":110,"count":1810},{"size":130,"count":1810},{"size":132,"count":1810},{"size":158,"count":1810},{"size":165,"count":1810},{"size":171,"count":1810},{"size":178,"count":1810},{"size":182,"count":1810},{"size":186,"count":1810},{"size":187,"count":1810}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":38010}]
Minimum constraint arity21
Maximum constraint arity36200
Distribution of constraint arities[{"arity":21,"count":1810},{"arity":1810,"count":21},{"arity":36200,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1830}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

22.17/22.28	c SAT : Variables: 3659820 -- Clauses: 263268120
22.17/22.28	c best=?? lower=-1810 upper=0 
239.98/240.01	c
239.98/240.01	c This is cosoco 1.12 --  
239.98/240.01	c
239.98/240.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4266640-1502599250.xml 
239.98/240.01	c enable optimization
239.98/240.01	c ========================================[ Problem Statistics ]===========================================
239.98/240.01	c |                                                                                                       
239.98/240.01	c |  Parse time        :        19.33 s 
239.98/240.01	c |
239.98/240.01	c |               Variables: 38010
239.98/240.01	c |            Domain Sizes: 2..187
239.98/240.01	c |
239.98/240.01	c |             Constraints: 5449
239.98/240.01	c |                   Arity: 2..1810  -- Binary: 1809
239.98/240.01	c | 
239.98/240.01	c |                   Types: 
239.98/240.01	c |                          (X -Y <= k): 1809
239.98/240.01	c |                          Lex: 1809
239.98/240.01	c |                          Sum: 1831
239.98/240.01	c |                          
239.98/240.01	c =========================================================================================================
239.98/240.01	
239.98/240.01	c *** INTERRUPTED ***
239.98/240.01	c restarts              : 44          
239.98/240.01	c conflicts             : 410          (2 /sec)
239.98/240.01	c decisions             : 196291       (831 /sec)
239.98/240.01	c propagations          : 6667191     (28217 /sec)
239.98/240.01	c root propagations     : 3563890     
239.98/240.01	c filter calls          : 2816874        (11922 /sec)
239.98/240.01	c useless filter calls  : 2112504        (74 %)
239.98/240.01	c
239.98/240.01	c clauses               : 263268310
239.98/240.01	c SAT propagations      : 99
239.98/240.01	c SAT conflicts         : 3 (0 learnts)
239.98/240.01	c Memory used           : 14907.75 MB
239.98/240.01	c CPU time              : 236.282 s
239.98/240.01	
239.98/240.01	c No Bound found!
239.98/240.01	
239.98/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 (12352 MiB free)
  memory of node 1: 16384 MiB (13675 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4266640-1502599250/watcher-4266640-1502599250 -o /tmp/evaluation-result-4266640-1502599250/solver-4266640-1502599250 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502597910-28410 --watchdog 300 cosoco -lc -model -restarts -sat HOME/instance-4266640-1502599250.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=28694, runsolver pid=28691

[startup+0.100151 s]*
/proc/loadavg: 1.88 2.15 2.13 3/189 28710
/proc/meminfo: memFree=26642124/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=34108 memory=9952 CPUtime=0.1 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 2786 0 0 0 10 0 0 0 20 0 1 0 92996695 34926592 2488 33554432000 4194304 5972588 140723749396160 140723749392808 140686808574949 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 8527 2488 711 435 0 1890 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34108 KiB
Current children cumulated memory: 9952 KiB

[startup+0.209592 s]*
/proc/loadavg: 1.88 2.15 2.13 3/189 28710
/proc/meminfo: memFree=26594136/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=76184 memory=52036 CPUtime=0.2 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 13292 0 0 0 19 1 0 0 20 0 1 0 92996695 78012416 13009 33554432000 4194304 5972588 140723749396160 140723749392808 5473287 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 19046 13009 738 435 0 12409 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 76184 KiB
Current children cumulated memory: 52036 KiB

[startup+0.309365 s]*
/proc/loadavg: 1.88 2.15 2.13 4/189 28710
/proc/meminfo: memFree=26592408/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=76776 memory=52564 CPUtime=0.3 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 13434 0 0 0 29 1 0 0 20 0 1 0 92996695 78618624 13141 33554432000 4194304 5972588 140723749396160 140723749392808 5404858 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 19194 13141 743 435 0 12557 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 76776 KiB
Current children cumulated memory: 52564 KiB

[startup+0.700269 s]
/proc/loadavg: 1.88 2.15 2.13 4/189 28710
/proc/meminfo: memFree=26589540/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=79260 memory=54940 CPUtime=0.68 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 14054 0 0 0 67 1 0 0 20 0 1 0 92996695 81162240 13735 33554432000 4194304 5972588 140723749396160 140723749392808 4884608 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 19815 13735 743 435 0 13178 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 79260 KiB
Current children cumulated memory: 54940 KiB

[startup+1.50032 s]
/proc/loadavg: 1.88 2.15 2.13 3/189 28710
/proc/meminfo: memFree=26240820/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=1022556 memory=996984 CPUtime=1.48 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 239917 0 0 0 120 28 0 0 20 0 1 0 92996695 1047097344 249246 33554432000 4194304 5972588 140723749396160 140723749391064 5280404 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 255639 249246 784 435 0 249002 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1022556 KiB
Current children cumulated memory: 996984 KiB

[startup+3.10942 s]
/proc/loadavg: 1.88 2.15 2.13 3/189 28710
/proc/meminfo: memFree=24820332/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=2130652 memory=1875004 CPUtime=3.09 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 357767 0 0 0 257 52 0 0 20 0 1 0 92996695 2181787648 468751 33554432000 4194304 5972588 140723749396160 140723749392952 140686808574949 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 532663 468751 784 435 0 526026 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2130652 KiB
Current children cumulated memory: 1875004 KiB

[startup+6.3003 s]
/proc/loadavg: 1.89 2.15 2.13 3/189 28771
/proc/meminfo: memFree=22705028/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=4084176 memory=3515840 CPUtime=6.28 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 579375 0 0 0 537 91 0 0 20 0 1 0 92996695 4182196224 878960 33554432000 4194304 5972588 140723749396160 140723749392952 5279804 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 1021044 878960 784 435 0 1014407 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 4084176 KiB
Current children cumulated memory: 3515840 KiB

[startup+12.7003 s]
/proc/loadavg: 1.89 2.15 2.13 3/189 28771
/proc/meminfo: memFree=16833376/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=7139880 memory=6788612 CPUtime=12.67 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 1001926 0 0 0 1099 168 0 0 20 0 1 0 92996695 7311237120 1697153 33554432000 4194304 5972588 140723749396160 140723749392952 140686808579465 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 1784970 1697153 784 435 0 1778333 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 7139880 KiB
Current children cumulated memory: 6788612 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.16 2.14 3/189 28771
/proc/meminfo: memFree=7157500/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=14180996 memory=11714892 CPUtime=25.47 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 1679648 0 0 0 2252 295 0 0 20 0 1 0 92996695 14521339904 2928723 33554432000 4194304 5972588 140723749396160 140723749393352 5323373 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 3545249 2928723 802 435 0 3538612 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 14180996 KiB
Current children cumulated memory: 11714892 KiB

[startup+51.1099 s]
/proc/loadavg: 2.34 2.22 2.16 3/189 28771
/proc/meminfo: memFree=6619504/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=14519008 memory=12051056 CPUtime=51.08 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 1843207 0 0 0 4796 312 0 0 20 0 1 0 92996695 14867464192 3012764 33554432000 4194304 5972588 140723749396160 140723749392920 5093063 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 3629752 3012764 802 435 0 3623115 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 14519008 KiB
Current children cumulated memory: 12051056 KiB

[startup+102.3 s]
/proc/loadavg: 2.40 2.27 2.18 3/187 28773
/proc/meminfo: memFree=6211400/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=14927844 memory=12451344 CPUtime=102.26 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 2091704 0 0 0 9893 333 0 0 20 0 1 0 92996695 15286112256 3112836 33554432000 4194304 5972588 140723749396160 140723749392920 5039164 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 3731961 3112836 802 435 0 3725324 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 14927844 KiB
Current children cumulated memory: 12451344 KiB

[startup+162.3 s]
/proc/loadavg: 2.15 2.22 2.16 3/187 28774
/proc/meminfo: memFree=6174156/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=14966900 memory=12489224 CPUtime=162.27 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 2241372 0 0 0 15883 344 0 0 20 0 1 0 92996695 15326105600 3122306 33554432000 4194304 5972588 140723749396160 140723749393016 5039167 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 3741725 3122306 802 435 0 3735088 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 14966900 KiB
Current children cumulated memory: 12489224 KiB

[startup+222.3 s]
/proc/loadavg: 2.68 2.32 2.20 3/187 28782
/proc/meminfo: memFree=6164536/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=14974580 memory=12497784 CPUtime=222.27 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 2393948 0 0 0 21875 352 0 0 20 0 1 0 92996695 15333969920 3124446 33554432000 4194304 5972588 140723749396160 140723749392760 5039701 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 3743645 3124446 802 435 0 3737008 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 14974580 KiB
Current children cumulated memory: 12497784 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240 s]*
/proc/loadavg: 2.77 2.37 2.22 3/187 28782
/proc/meminfo: memFree=5883532/32770624 swapFree=67108860/67108860
[pid=28694] ppid=28691 vsize=15265528 memory=12778360 CPUtime=239.98 cores=0,2,4,6
/proc/28694/stat : 28694 (cosoco) R 28691 28694 24318 0 -1 4202496 2618352 0 0 0 23628 370 0 0 20 0 1 0 92996695 15631900672 3194590 33554432000 4194304 5972588 140723749396160 140723749392760 5338151 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 23154688 140723749401791 140723749401891 140723749401891 140723749404622 0
/proc/28694/statm: 3816382 3194590 802 435 0 3809745 0
Current children cumulated CPU time: 239.98 s
Current children cumulated vsize: 15265528 KiB
Current children cumulated memory: 12778360 KiB

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

[startup+240.678 s]
# the end of solver process 28694 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=236.283 s, system=4.37231 s

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

[startup+240.4 s]
/proc/loadavg: 2.77 2.37 2.22 3/187 28782
/proc/meminfo: memFree=8040552/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+240.6 s]
/proc/loadavg: 2.77 2.37 2.22 3/187 28782
/proc/meminfo: memFree=8040552/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 240.678
CPU time (s): 240.656
CPU user time (s): 236.283
CPU system time (s): 4.37231
CPU usage (%): 99.9907
Max. virtual memory (cumulated for all children) (KiB): 15265528
Max. memory (cumulated for all children) (KiB): 12778360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 236.283
system time used= 4.37232
maximum resident set size= 12778480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2618397
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= 65
involuntary context switches= 158


# summary of solver processes directly reported to runsolver:
#   pid: 28694
#   total CPU time (s): 240.656
#   total CPU user time (s): 236.283
#   total CPU system time (s): 4.37231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.923368 second user time and 1.84921 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 06:26:32
IDJOB=4266640
IDBENCH=124204
IDSOLVER=2656
FILE ID=node105/4266640-1502599250
RUNJOBID= node105-1502597910-28410
PBS_JOBID= 20628286
Free space on /tmp= 60668 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-7.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4266640-1502599250/watcher-4266640-1502599250 -o /tmp/evaluation-result-4266640-1502599250/solver-4266640-1502599250 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502597910-28410 --watchdog 300  cosoco -lc -model -restarts -sat HOME/instance-4266640-1502599250.xml

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

MD5SUM BENCH= d6761b054431b884cfc6d948dd81b50d
RANDOM SEED=537031125

node105.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:        26652672 kB
MemAvailable:   31980152 kB
Buffers:          148128 kB
Cached:          5455988 kB
SwapCached:            0 kB
Active:           645488 kB
Inactive:        5011976 kB
Active(anon):      55932 kB
Inactive(anon):    25072 kB
Active(file):     589556 kB
Inactive(file):  4986904 kB
Unevictable:        6236 kB
Mlocked:            6236 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2384 kB
Writeback:             0 kB
AnonPages:         58732 kB
Mapped:            42776 kB
Shmem:             25228 kB
Slab:             159496 kB
SReclaimable:     133708 kB
SUnreclaim:        25788 kB
KernelStack:        3360 kB
PageTables:         5004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60660 MiB
End job on node105 at 2017-08-13 06:30:33