Trace number 4258462

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.1? (TO) 240.04201 240.146

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-1.xml
MD5SUM36688640cc45f0157406ded158d596cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1510
Best CPU time to get the best result obtained on this benchmark1975.21
Satisfiable
(Un)Satisfiability was proved
Number of variables31773
Number of constraints1535
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":1513},{"size":4,"count":1513},{"size":25,"count":3026},{"size":44,"count":1513},{"size":45,"count":1513},{"size":73,"count":1513},{"size":78,"count":1513},{"size":87,"count":3026},{"size":102,"count":1513},{"size":107,"count":1513},{"size":130,"count":1513},{"size":131,"count":1513},{"size":132,"count":3026},{"size":139,"count":3026},{"size":170,"count":1513},{"size":175,"count":1513},{"size":195,"count":1513}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":31773}]
Minimum constraint arity21
Maximum constraint arity30260
Distribution of constraint arities[{"arity":21,"count":1513},{"arity":1513,"count":21},{"arity":30260,"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":1533}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.84/0.93	c best=?? lower=-1513 upper=0 
239.89/240.00	c
239.89/240.00	c This is cosoco 1.1 --  
239.89/240.00	c
239.89/240.00	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4258462-1501664704.xml 
239.89/240.00	c enable optimization
239.89/240.00	c ========================================[ Problem Statistics ]===========================================
239.89/240.00	c |                                                                                                       
239.89/240.00	c |  Parse time        :         0.70 s 
239.89/240.00	c |
239.89/240.00	c |               Variables: 31773
239.89/240.00	c |            Domain Sizes: 2..195
239.89/240.00	c |
239.89/240.00	c |             Constraints: 4558
239.89/240.00	c |                   Arity: 2..1513  -- Binary: 1512
239.89/240.00	c | 
239.89/240.00	c |                   Types: 
239.89/240.00	c |                          (X -Y <= k): 1512
239.89/240.00	c |                          Lex: 1512
239.89/240.00	c |                          Sum: 1534
239.89/240.00	c |                          
239.89/240.00	c =========================================================================================================
239.89/240.00	
239.89/240.00	c *** INTERRUPTED ***
239.89/240.00	c restarts              : 11          
239.89/240.00	c conflicts             : 1925         (8 /sec)
239.89/240.00	c decisions             : 237523       (995 /sec)
239.89/240.00	c propagations          : 13366284    (56012 /sec)
239.89/240.00	c root propagations     : 2976071     
239.89/240.00	c filter calls          : 5028824        (21074 /sec)
239.89/240.00	c useless filter calls  : 3636833        (72 %)
239.89/240.00	c Memory used           : 3168.82 MB
239.89/240.00	c CPU time              : 238.632 s
239.89/240.00	
239.89/240.00	c No Bound found!
239.89/240.00	
239.89/240.00	s UNKNOWN

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-4258462-1501664704/watcher-4258462-1501664704 -o /tmp/evaluation-result-4258462-1501664704/solver-4258462-1501664704 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501661197-22235 --watchdog 300 HOME/cosoco -lc -model -restarts HOME/instance-4258462-1501664704.xml 

pid=24389
running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.97 3/184 24392
/proc/meminfo: memFree=31777276/32770624 swapFree=0/250144
[pid=24392] ppid=24389 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/24392/stat : 24392 (runsolver) D 24389 24392 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14285726 24240128 108 18446744073709551615 4194304 4338465 140729389412400 140729389410040 140620086797015 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 29274112 140729389416606 140729389417030 140729389417030 140729389420490 0
/proc/24392/statm: 5918 108 54 36 0 2156 0

[startup+0.100107 s]
/proc/loadavg: 2.00 2.01 1.97 3/184 24392
/proc/meminfo: memFree=31777276/32770624 swapFree=0/250144
[pid=24392] ppid=24389 vsize=30412 CPUtime=0.04 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 1815 0 0 0 4 0 0 0 20 0 1 0 14285726 31141888 1610 18446744073709551615 4194304 5972556 140720833728608 140720833725256 5074435 0 0 1 0 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 7603 1610 709 435 0 966 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30412

[startup+0.200258 s]
/proc/loadavg: 2.00 2.01 1.97 3/184 24392
/proc/meminfo: memFree=31777276/32770624 swapFree=0/250144
[pid=24392] ppid=24389 vsize=66316 CPUtime=0.13 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 10797 0 0 0 12 1 0 0 20 0 1 0 14285726 67907584 10592 18446744073709551615 4194304 5972556 140720833728608 140720833723864 140327605570533 0 0 1 0 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 16579 10592 709 435 0 9942 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 66316

[startup+0.30031 s]
/proc/loadavg: 2.00 2.01 1.97 3/184 24392
/proc/meminfo: memFree=31777276/32770624 swapFree=0/250144
[pid=24392] ppid=24389 vsize=68740 CPUtime=0.23 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 11424 0 0 0 22 1 0 0 20 0 1 0 14285726 70389760 11186 18446744073709551615 4194304 5972556 140720833728608 140720833723864 5635556 0 0 1 0 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 17185 11186 742 435 0 10548 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 68740

[startup+0.700199 s]
/proc/loadavg: 2.00 2.01 1.97 3/184 24392
/proc/meminfo: memFree=31777276/32770624 swapFree=0/250144
[pid=24392] ppid=24389 vsize=225128 CPUtime=0.64 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 50537 0 0 0 58 6 0 0 20 0 1 0 14285726 230531072 50324 18446744073709551615 4194304 5972556 140720833728608 140720833723080 140327605618592 0 0 1 0 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 56282 50324 744 435 0 49645 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 225128

[startup+1.50019 s]
/proc/loadavg: 2.00 2.01 1.97 3/185 24393
/proc/meminfo: memFree=31162308/32770624 swapFree=0/249896
[pid=24392] ppid=24389 vsize=640468 CPUtime=1.44 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 154486 0 0 0 127 17 0 0 20 0 1 0 14285726 655839232 154206 18446744073709551615 4194304 5972556 140720833728608 140720833715816 5328455 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 160117 154206 761 435 0 153480 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 640468

[startup+3.10019 s]
/proc/loadavg: 2.00 2.01 1.97 3/185 24393
/proc/meminfo: memFree=31161688/32770624 swapFree=0/249896
[pid=24392] ppid=24389 vsize=640468 CPUtime=3.03 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 162689 0 0 0 286 17 0 0 20 0 1 0 14285726 655839232 154241 18446744073709551615 4194304 5972556 140720833728608 140720833715816 5328593 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 160117 154241 793 435 0 153480 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 640468

[startup+6.30026 s]
/proc/loadavg: 2.00 2.01 1.97 3/185 24393
/proc/meminfo: memFree=31077604/32770624 swapFree=0/249892
[pid=24392] ppid=24389 vsize=767348 CPUtime=6.23 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 237832 0 0 0 599 24 0 0 20 0 1 0 14285726 785764352 185959 18446744073709551615 4194304 5972556 140720833728608 140720833725208 4908940 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 191837 185959 795 435 0 185200 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 767348

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 1.97 3/185 24394
/proc/meminfo: memFree=30744168/32770624 swapFree=0/249896
[pid=24392] ppid=24389 vsize=1056884 CPUtime=12.63 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 391212 0 0 0 1223 40 0 0 20 0 1 0 14285726 1082249216 258341 18446744073709551615 4194304 5972556 140720833728608 140720833725208 5046264 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 264221 258341 795 435 0 257584 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 1056884

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 1.97 3/185 24394
/proc/meminfo: memFree=30436880/32770624 swapFree=0/249908
[pid=24392] ppid=24389 vsize=1381692 CPUtime=25.42 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 569374 0 0 0 2488 54 0 0 20 0 1 0 14285726 1414852608 335029 18446744073709551615 4194304 5972556 140720833728608 140720833725240 5039148 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 345423 335029 795 435 0 338786 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 1381692

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 1.97 3/185 24394
/proc/meminfo: memFree=30409304/32770624 swapFree=0/249916
[pid=24392] ppid=24389 vsize=1410896 CPUtime=51.01 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 639093 0 0 0 5042 59 0 0 20 0 1 0 14285726 1444757504 341927 18446744073709551615 4194304 5972556 140720833728608 140720833725368 5094356 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 352724 341927 795 435 0 346087 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 1410896

[startup+102.3 s]
/proc/loadavg: 2.03 2.02 1.97 3/185 24396
/proc/meminfo: memFree=28761016/32770624 swapFree=0/249956
[pid=24392] ppid=24389 vsize=3244868 CPUtime=102.21 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 1241214 0 0 0 10102 119 0 0 20 0 1 0 14285726 3322744832 752924 18446744073709551615 4194304 5972556 140720833728608 140720833725240 5094356 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 3244868

[startup+162.3 s]
/proc/loadavg: 2.08 2.04 1.98 3/186 24460
/proc/meminfo: memFree=28767056/32770624 swapFree=0/250004
[pid=24392] ppid=24389 vsize=3244868 CPUtime=162.19 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 1306941 0 0 0 16096 123 0 0 20 0 1 0 14285726 3322744832 752924 18446744073709551615 4194304 5972556 140720833728608 140720833725240 5338116 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 3244868

[startup+222.306 s]
/proc/loadavg: 2.03 2.03 1.98 3/187 24463
/proc/meminfo: memFree=28766748/32770624 swapFree=0/250056
[pid=24392] ppid=24389 vsize=3244868 CPUtime=222.19 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 1358149 0 0 0 22094 125 0 0 20 0 1 0 14285726 3322744832 752924 18446744073709551615 4194304 5972556 140720833728608 140720833725240 5338125 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 3244868



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240 s]
/proc/loadavg: 2.02 2.03 1.98 3/187 24463
/proc/meminfo: memFree=28766344/32770624 swapFree=0/250064
[pid=24392] ppid=24389 vsize=3244868 CPUtime=239.89 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202496 1368789 0 0 0 23863 126 0 0 20 0 1 0 14285726 3322744832 752924 18446744073709551615 4194304 5972556 140720833728608 140720833725240 5099600 0 0 1 8405026 0 0 0 17 1 0 0 5 0 0 8070896 8075904 36032512 140720833737160 140720833737290 140720833737290 140720833740750 0
/proc/24392/statm: 811217 752924 795 435 0 804580 0
Current children cumulated CPU time (s) 239.89
Current children cumulated vsize (KiB) 3244868

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

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

[startup+240.1 s]
/proc/loadavg: 2.02 2.03 1.98 3/187 24463
/proc/meminfo: memFree=28766344/32770624 swapFree=0/250064
[pid=24392] ppid=24389 vsize=0 CPUtime=239.99 cores=1,3,5,7
/proc/24392/stat : 24392 (cosoco) R 24389 24392 5228 0 -1 4202500 1368898 0 0 0 23863 136 0 0 20 0 1 0 14285726 0 0 18446744073709551615 0 0 0 0 0 0 16384 1 8405026 18446744073709551615 0 0 17 1 0 0 5 0 0 0 0 0 0 0 0 0 0
/proc/24392/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 239.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 240.146
CPU time (s): 240.042
CPU user time (s): 238.633
CPU system time (s): 1.40888
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 3244868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.633
system time used= 1.40888
maximum resident set size= 3011776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1368898
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= 51
involuntary context switches= 267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.590364 second user time and 1.05348 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 10:50:58
IDJOB=4258462
IDBENCH=124244
IDSOLVER=2644
FILE ID=node133/4258462-1501664704
RUNJOBID= node133-1501661197-22235
PBS_JOBID= 
Free space on /tmp= 61860 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-1.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258462-1501664704/watcher-4258462-1501664704 -o /tmp/evaluation-result-4258462-1501664704/solver-4258462-1501664704 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501661197-22235 --watchdog 300  HOME/cosoco -lc -model -restarts HOME/instance-4258462-1501664704.xml

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

MD5SUM BENCH= 36688640cc45f0157406ded158d596cc
RANDOM SEED=1232545312

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31777276 kB
MemAvailable:   31996388 kB
Buffers:          135664 kB
Cached:           362804 kB
SwapCached:            0 kB
Active:           321732 kB
Inactive:         258680 kB
Active(anon):      82040 kB
Inactive(anon):     8536 kB
Active(file):     239692 kB
Inactive(file):   250144 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2384 kB
Writeback:             4 kB
AnonPages:         80996 kB
Mapped:            32472 kB
Shmem:              8892 kB
Slab:             116284 kB
SReclaimable:      90220 kB
SUnreclaim:        26064 kB
KernelStack:        3280 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61860 MiB
End job on node133 at 2017-08-02 10:54:58