Trace number 4082257

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
NaPS 1.02? (MO) 346.204 346.258

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
345.34/345.40	c 
345.34/345.40	c *** TERMINATED *** by signal 15
345.34/345.40	s UNKNOWN
345.34/345.40	c _____________________________________________________________________________
345.34/345.40	c 
345.34/345.40	c std/band forms        : 46,47
345.34/345.40	c 2cl/3cl ITE-codings   : 0,0
345.34/345.40	c BDD/srt/adr Max costs : 59819,0,0
345.34/345.40	c BDDraw/bin/mul/srt/adr: 46,0,46,0,0
345.34/345.40	c BDD nodes             : 1046848
345.34/345.40	c Es1/CC detections     : 0,0
345.34/345.40	c SAT/UNSAT calls       : 0,0
345.34/345.40	c restarts              : 0
345.34/345.40	c conflicts             : 0              (0 /sec)
345.34/345.40	c decisions             : 0              (0 /sec)
345.34/345.40	c propagations          : 0              (0 /sec)
345.34/345.40	c inspects              : 0              (0 /sec)
345.34/345.40	c CPU time (solving tm) : 339.6 s        (0 s)
345.34/345.40	c Time for Opt-base     : 2.446 s
345.34/345.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

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-4082257-1467025572/watcher-4082257-1467025572 -o /tmp/evaluation-result-4082257-1467025572/solver-4082257-1467025572 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467023770-25717 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082257-1467025572.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.27 2.30 2.13 3/176 25908
/proc/meminfo: memFree=27011376/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=6992 CPUtime=0 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 447 0 0 0 0 0 0 0 20 0 1 0 35595880 7159808 322 33554432000 4194304 5796924 140735886033152 140735464872040 5151211 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 1748 323 124 392 0 1347 0

[startup+0.100167 s]
/proc/loadavg: 2.27 2.30 2.13 3/176 25908
/proc/meminfo: memFree=27011376/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=13668 CPUtime=0.09 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 2573 0 0 0 9 0 0 0 20 0 1 0 35595880 13996032 1791 33554432000 4194304 5796924 140735886033152 140735464872040 5087488 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 3417 1791 124 392 0 3016 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13668

[startup+0.200351 s]
/proc/loadavg: 2.27 2.30 2.13 3/176 25908
/proc/meminfo: memFree=27011376/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=14684 CPUtime=0.19 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 4030 0 0 0 19 0 0 0 20 0 1 0 35595880 15036416 1710 33554432000 4194304 5796924 140735886033152 140735464872040 5096588 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 3671 1710 124 392 0 3270 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14684

[startup+0.30031 s]
/proc/loadavg: 2.27 2.30 2.13 3/176 25908
/proc/meminfo: memFree=27011376/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=17348 CPUtime=0.29 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 5231 0 0 0 28 1 0 0 20 0 1 0 35595880 17764352 2288 33554432000 4194304 5796924 140735886033152 140735464872040 4361564 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 4337 2288 124 392 0 3936 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17348

[startup+0.700275 s]
/proc/loadavg: 2.27 2.30 2.13 3/176 25908
/proc/meminfo: memFree=27011376/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=29124 CPUtime=0.69 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 10223 0 0 0 67 2 0 0 20 0 1 0 35595880 29822976 4626 33554432000 4194304 5796924 140735886033152 140735464872040 5092432 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 7281 4626 124 392 0 6880 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29124

[startup+1.50028 s]
/proc/loadavg: 2.27 2.30 2.13 3/177 25909
/proc/meminfo: memFree=26981468/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=49340 CPUtime=1.49 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 20325 0 0 0 146 3 0 0 20 0 1 0 35595880 50524160 8490 33554432000 4194304 5796924 140735886033152 140735886030680 5100093 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 12335 8490 128 392 0 11934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49340

[startup+3.10026 s]
/proc/loadavg: 2.27 2.30 2.13 3/177 25909
/proc/meminfo: memFree=26961256/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=70640 CPUtime=3.09 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 29420 0 0 0 305 4 0 0 20 0 1 0 35595880 72335360 13545 33554432000 4194304 5796924 140735886033152 140735886029368 4809243 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 17660 13545 144 392 0 17259 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70640

[startup+6.30035 s]
/proc/loadavg: 2.25 2.29 2.13 4/177 25909
/proc/meminfo: memFree=26931336/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=114912 CPUtime=6.29 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 40909 0 0 0 623 6 0 0 20 0 1 0 35595880 117669888 24539 33554432000 4194304 5796924 140735886033152 140735881220152 4806845 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 28728 24539 144 392 0 28327 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 114912

[startup+12.7004 s]
/proc/loadavg: 2.23 2.29 2.13 3/177 25909
/proc/meminfo: memFree=26887428/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=142336 CPUtime=12.68 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 46417 0 0 0 1261 7 0 0 20 0 1 0 35595880 145752064 31136 33554432000 4194304 5796924 140735886033152 140735879116088 5087643 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 35584 31136 144 392 0 35183 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 142336

[startup+25.5004 s]
/proc/loadavg: 2.33 2.31 2.14 3/177 25909
/proc/meminfo: memFree=25673648/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=464940 CPUtime=25.49 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 124405 0 0 0 2531 18 0 0 20 0 1 0 35595880 476098560 112109 33554432000 4194304 5796924 140735886033152 140735866493416 5100646 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 116235 112109 144 392 0 115834 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 464940

[startup+51.1004 s]
/proc/loadavg: 2.28 2.30 2.14 3/177 25909
/proc/meminfo: memFree=18557044/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=1610040 CPUtime=51.09 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 410662 0 0 0 5051 58 0 0 20 0 1 0 35595880 1648680960 398366 33554432000 4194304 5796924 140735886033152 140735865838728 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 402510 398366 144 392 0 402109 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1610040

[startup+102.3 s]
/proc/loadavg: 2.17 2.26 2.13 3/177 25911
/proc/meminfo: memFree=13718092/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=4067484 CPUtime=102.28 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 1025026 0 0 0 10082 146 0 0 20 0 1 0 35595880 4165103616 1012730 33554432000 4194304 5796924 140735886033152 140735865941400 5087558 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 1016871 1012730 144 392 0 1016470 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4067484

[startup+162.3 s]
/proc/loadavg: 2.22 2.26 2.14 3/177 25912
/proc/meminfo: memFree=10491444/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=7040520 CPUtime=162.27 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 1768282 0 0 0 15976 251 0 0 20 0 1 0 35595880 7209492480 1755986 33554432000 4194304 5796924 140735886033152 140735865948840 4455147 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 1760130 1755986 144 392 0 1759729 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 7040520

[startup+222.307 s]
/proc/loadavg: 2.25 2.26 2.14 3/177 25913
/proc/meminfo: memFree=7475244/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=9976464 CPUtime=222.26 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 2502267 0 0 0 21871 355 0 0 20 0 1 0 35595880 10215899136 2489971 33554432000 4194304 5796924 140735886033152 140735866288072 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 2494116 2489973 144 392 0 2493715 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 9976464

[startup+282.3 s]
/proc/loadavg: 2.15 2.22 2.14 3/178 25917
/proc/meminfo: memFree=4608060/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=12862248 CPUtime=282.25 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 3223714 0 0 0 27769 456 0 0 20 0 1 0 35595880 13170941952 3211418 33554432000 4194304 5796924 140735886033152 140735866383304 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 3215562 3211418 144 392 0 3215161 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 12862248

[startup+342.3 s]
/proc/loadavg: 2.30 2.25 2.15 3/177 25918
/proc/meminfo: memFree=1713448/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=15725196 CPUtime=342.24 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 3939469 0 0 0 33653 571 0 0 20 0 1 0 35595880 16102600704 3927173 33554432000 4194304 5796924 140735886033152 140735865898248 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 3931299 3927173 144 392 0 3930898 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 15725196



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+345.4 s]
/proc/loadavg: 2.28 2.25 2.15 4/177 25918
/proc/meminfo: memFree=1557084/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=15872112 CPUtime=345.34 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202496 3976201 0 0 0 33958 576 0 0 20 0 1 0 35595880 16253042688 3963905 33554432000 4194304 5796924 140735886033152 140735865950296 4261418 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 3968028 3963905 144 392 0 3967627 0
Current children cumulated CPU time (s) 345.34
Current children cumulated vsize (KiB) 15872112

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 25908 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+345.6 s]
/proc/loadavg: 2.28 2.25 2.15 4/177 25918
/proc/meminfo: memFree=1557084/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=0 CPUtime=345.53 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202500 3976214 0 0 0 33958 595 0 0 20 0 1 0 35595880 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 345.53
Current children cumulated vsize (KiB) 0

[startup+346 s]
/proc/loadavg: 2.28 2.25 2.15 4/177 25918
/proc/meminfo: memFree=1557084/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=0 CPUtime=345.93 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202500 3976214 0 0 0 33958 635 0 0 20 0 1 0 35595880 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 345.93
Current children cumulated vsize (KiB) 0

[startup+346.2 s]
/proc/loadavg: 2.28 2.25 2.15 4/177 25918
/proc/meminfo: memFree=1557084/32872528 swapFree=1541156/1696500
[pid=25908] ppid=25905 vsize=0 CPUtime=346.13 cores=1,3,5,7
/proc/25908/stat : 25908 (naps-1.02) R 25905 25908 25700 0 -1 4202500 3976214 0 0 0 33958 655 0 0 20 0 1 0 35595880 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25908/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 346.13
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 346.258
CPU time (s): 346.204
CPU user time (s): 339.589
CPU system time (s): 6.61499
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 15872112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 339.589
system time used= 6.61499
maximum resident set size= 15855672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3976214
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= 3
involuntary context switches= 363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43078 second user time and 1.40878 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-27 13:06:12
IDJOB=4082257
IDBENCH=2366
IDSOLVER=2544
FILE ID=node125/4082257-1467025572
RUNJOBID= node125-1467023770-25717
PBS_JOBID= 19976985
Free space on /tmp= 71724 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082257-1467025572/watcher-4082257-1467025572 -o /tmp/evaluation-result-4082257-1467025572/solver-4082257-1467025572 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467023770-25717 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082257-1467025572.opb

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

MD5SUM BENCH= cbbc019f11b539634b02edfceafed9db
RANDOM SEED=1769458445

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.04
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
cpu MHz		: 2667.021
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2667.021
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 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 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 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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 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 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 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
cpu MHz		: 2667.021
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2667.021
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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 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 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 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:       32872528 kB
MemFree:        27011640 kB
Buffers:          112116 kB
Cached:           154176 kB
SwapCached:         2112 kB
Active:          3244908 kB
Inactive:         177660 kB
Active(anon):    3157384 kB
Inactive(anon):     1088 kB
Active(file):      87524 kB
Inactive(file):   176572 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098716 kB
Dirty:              6216 kB
Writeback:             0 kB
AnonPages:       4853912 kB
Mapped:             8964 kB
Shmem:                 0 kB
Slab:             600112 kB
SReclaimable:      43784 kB
SUnreclaim:       556328 kB
KernelStack:        1456 kB
PageTables:        13524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5021780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1449984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node125 at 2016-06-27 13:11:58