Trace number 4094627

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 NameAnswerCPU timeWall clock time
NaPS 1.02? 248.802 248.849

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen08_wcsp.wbo
MD5SUMbbfd21207c093d43885742df561df69b
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables18100
Total number of constraints3332577
Number of soft constraints3332119
Number of constraints which are clauses3332119
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 12711
Min constraint cost 1
Max constraint cost 4
Sum of constraints costs 7905729
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.
248.34/248.43	c 
248.34/248.43	c *** TERMINATED *** by signal 11
248.34/248.43	s UNKNOWN
248.34/248.43	c _____________________________________________________________________________
248.34/248.43	c 
248.34/248.43	c std/band forms        : 458,0
248.34/248.43	c 2cl/3cl ITE-codings   : 17184,0
248.34/248.43	c BDD/srt/adr Max costs : 85,0,0
248.34/248.43	c BDDraw/bin/mul/srt/adr: 458,0,0,0,0
248.34/248.43	c BDD nodes             : 35284
248.34/248.43	c Es1/CC detections     : 0,0
248.34/248.43	c SAT/UNSAT calls       : 0,0
248.34/248.43	c restarts              : 0
248.34/248.43	c conflicts             : 0              (0 /sec)
248.34/248.43	c decisions             : 0              (0 /sec)
248.34/248.43	c propagations          : 0              (0 /sec)
248.34/248.43	c inspects              : 0              (0 /sec)
248.34/248.43	c CPU time (solving tm) : 244 s        (0 s)
248.34/248.43	c Time for Opt-base     : 10.24 s
248.34/248.43	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-4094627-1466105552/watcher-4094627-1466105552 -o /tmp/evaluation-result-4094627-1466105552/solver-4094627-1466105552 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466105353-16630 --watchdog 1960 naps-1.02 HOME/instance-4094627-1466105552.wbo 

pid=16708
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 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

[startup+0 s]
/proc/loadavg: 2.18 1.77 1.62 3/176 16711
/proc/meminfo: memFree=20182612/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/16711/stat : 16711 (runsolver) R 16708 15996 15996 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 1 0 12602564 24911872 50 33554432000 4194304 4338465 140733195617104 140733195614640 260190137282 0 0 4096 24578 0 0 0 17 7 0 0 0 0 0
/proc/16711/statm: 6082 50 4 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.100162 s]
/proc/loadavg: 2.18 1.77 1.62 3/176 16711
/proc/meminfo: memFree=20182612/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=11064 CPUtime=0.08 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 1468 0 0 0 8 0 0 0 20 0 1 0 12602564 11329536 1301 33554432000 4194304 5796924 140734815270560 140734815269720 5095032 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/16711/statm: 2766 1301 127 392 0 2365 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11064

[startup+0.200332 s]
/proc/loadavg: 2.18 1.77 1.62 3/176 16711
/proc/meminfo: memFree=20182612/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=15896 CPUtime=0.18 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 2714 0 0 0 18 0 0 0 20 0 1 0 12602564 16277504 2460 33554432000 4194304 5796924 140734815270560 140734815269720 5183584 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/16711/statm: 3974 2460 130 392 0 3573 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 15896

[startup+0.300322 s]
/proc/loadavg: 2.18 1.77 1.62 3/176 16711
/proc/meminfo: memFree=20182612/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=19612 CPUtime=0.28 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 3543 0 0 0 28 0 0 0 20 0 1 0 12602564 20082688 3265 33554432000 4194304 5796924 140734815270560 140734815269720 5183584 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/16711/statm: 4903 3267 130 392 0 4502 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19612

[startup+0.700242 s]
/proc/loadavg: 2.18 1.77 1.62 3/176 16711
/proc/meminfo: memFree=20182612/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=34288 CPUtime=0.68 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 7203 0 0 0 68 0 0 0 20 0 1 0 12602564 35110912 6635 33554432000 4194304 5796924 140734815270560 140734815269720 5095032 0 0 4096 17954 0 0 0 17 1 0 0 0 0 0
/proc/16711/statm: 8572 6635 130 392 0 8171 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34288

[startup+1.50025 s]
/proc/loadavg: 2.18 1.77 1.62 3/177 16712
/proc/meminfo: memFree=20133172/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=60692 CPUtime=1.48 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 14221 0 0 0 147 1 0 0 20 0 1 0 12602564 62148608 13632 33554432000 4194304 5796924 140734815270560 140734815269928 5091201 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 15173 13632 130 392 0 14772 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 60692

[startup+3.1002 s]
/proc/loadavg: 2.18 1.77 1.62 3/177 16712
/proc/meminfo: memFree=20089332/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=115336 CPUtime=3.08 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 27507 0 0 0 305 3 0 0 20 0 1 0 12602564 118104064 26845 33554432000 4194304 5796924 140734815270560 140734815269816 4335351 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 28834 26845 130 392 0 28433 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115336

[startup+6.30025 s]
/proc/loadavg: 2.24 1.79 1.63 3/176 16712
/proc/meminfo: memFree=19929204/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=245656 CPUtime=6.28 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 50080 0 0 0 619 9 0 0 20 0 1 0 12602564 251551744 55620 33554432000 4194304 5796924 140734815270560 140734815269784 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 61414 55620 130 392 0 61013 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 245656

[startup+12.7003 s]
/proc/loadavg: 2.22 1.79 1.63 4/176 16712
/proc/meminfo: memFree=19665024/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=515072 CPUtime=12.68 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 87646 0 0 0 1247 21 0 0 20 0 1 0 12602564 527433728 114661 33554432000 4194304 5796924 140734815270560 140734815269784 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 128768 114661 130 392 0 128367 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 515072

[startup+25.5003 s]
/proc/loadavg: 2.24 1.82 1.64 3/176 16713
/proc/meminfo: memFree=19250112/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=1015508 CPUtime=25.48 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 144579 0 0 0 2510 38 0 0 20 0 1 0 12602564 1039880192 229147 33554432000 4194304 5796924 140734815270560 140734815269928 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 253877 229147 130 392 0 253476 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1015508

[startup+51.1072 s]
/proc/loadavg: 2.29 1.86 1.66 3/176 16713
/proc/meminfo: memFree=16822200/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=3673196 CPUtime=51.08 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 623986 0 0 0 4989 119 0 0 20 0 1 0 12602564 3761352704 881156 33554432000 4194304 5796924 140734815270560 140734815267112 5087747 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 918299 881156 146 392 0 917898 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3673196

[startup+102.3 s]
/proc/loadavg: 2.18 1.90 1.68 3/177 16715
/proc/meminfo: memFree=15992760/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=4565772 CPUtime=102.26 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 842497 0 0 0 10045 181 0 0 20 0 1 0 12602564 4675350528 1097507 33554432000 4194304 5796924 140734815270560 140734815266584 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 1141443 1097507 157 392 0 1141042 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4565772

[startup+162.3 s]
/proc/loadavg: 2.20 1.96 1.71 3/177 16716
/proc/meminfo: memFree=10370132/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=10162680 CPUtime=162.25 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 1215895 0 0 0 15910 315 0 0 20 0 1 0 12602564 10406584320 2490765 33554432000 4194304 5796924 140734815270560 140734815266632 4245175 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 2540670 2490765 157 392 0 2540269 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 10162680

[startup+222.3 s]
/proc/loadavg: 2.21 2.01 1.74 3/177 16717
/proc/meminfo: memFree=9560240/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=11606992 CPUtime=222.25 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 1583450 0 0 0 21822 403 0 0 20 0 1 0 12602564 11885559808 2699207 33554432000 4194304 5796924 140734815270560 140734815266008 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 2901748 2699208 157 392 0 2901347 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 11606992

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

[startup+230.8 s]
/proc/loadavg: 2.25 2.02 1.75 4/177 16717
/proc/meminfo: memFree=9260424/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=11802872 CPUtime=230.75 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 1632447 0 0 0 22661 414 0 0 20 0 1 0 12602564 12086140928 2772221 33554432000 4194304 5796924 140734815270560 140734815265240 5091201 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 2950718 2772221 157 392 0 2950317 0
Current children cumulated CPU time (s) 230.75
Current children cumulated vsize (KiB) 11802872

[startup+237.2 s]
/proc/loadavg: 2.23 2.02 1.75 4/177 16717
/proc/meminfo: memFree=9020204/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=11957444 CPUtime=237.14 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 1671158 0 0 0 23291 423 0 0 20 0 1 0 12602564 12244422656 2829328 33554432000 4194304 5796924 140734815270560 140734815264856 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 2989394 2829329 157 392 0 2988993 0
Current children cumulated CPU time (s) 237.14
Current children cumulated vsize (KiB) 11957444

[startup+243.607 s]
/proc/loadavg: 2.29 2.04 1.76 3/177 16718
/proc/meminfo: memFree=8799848/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=12101316 CPUtime=243.55 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 1707136 0 0 0 23924 431 0 0 20 0 1 0 12602564 12391747584 2883191 33554432000 4194304 5796924 140734815270560 140734815266200 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 3025329 2883191 157 392 0 3024928 0
Current children cumulated CPU time (s) 243.55
Current children cumulated vsize (KiB) 12101316

[startup+246.8 s]
/proc/loadavg: 2.27 2.04 1.76 3/177 16718
/proc/meminfo: memFree=8690304/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=12171340 CPUtime=246.75 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 1724678 0 0 0 24239 436 0 0 20 0 1 0 12602564 12463452160 2909420 33554432000 4194304 5796924 140734815270560 140734815266392 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 3042835 2909420 157 392 0 3042434 0
Current children cumulated CPU time (s) 246.75
Current children cumulated vsize (KiB) 12171340

[startup+247.6 s]
/proc/loadavg: 2.27 2.04 1.76 3/177 16718
/proc/meminfo: memFree=8690304/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=12188244 CPUtime=247.54 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 1728903 0 0 0 24318 436 0 0 20 0 1 0 12602564 12480761856 2915689 33554432000 4194304 5796924 140734815270560 140734815264664 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 3047061 2915689 157 392 0 3046660 0
Current children cumulated CPU time (s) 247.54
Current children cumulated vsize (KiB) 12188244

[startup+248.4 s]
/proc/loadavg: 2.27 2.04 1.76 3/177 16718
/proc/meminfo: memFree=8656256/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=12205420 CPUtime=248.34 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202496 1733203 0 0 0 24397 437 0 0 20 0 1 0 12602564 12498350080 2922033 33554432000 4194304 5796924 140734815270560 140734815264664 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 3051355 2922033 157 392 0 3050954 0
Current children cumulated CPU time (s) 248.34
Current children cumulated vsize (KiB) 12205420

[startup+248.8 s]
/proc/loadavg: 2.27 2.04 1.76 3/177 16718
/proc/meminfo: memFree=8656256/32872528 swapFree=17100/1797424
[pid=16711] ppid=16708 vsize=0 CPUtime=248.75 cores=1,3,5,7
/proc/16711/stat : 16711 (naps-1.02) R 16708 16711 15996 0 -1 4202500 1733409 0 0 0 24401 474 0 0 20 0 1 0 12602564 0 0 33554432000 0 0 0 0 0 0 1024 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16711/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 248.75
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 248.849
CPU time (s): 248.802
CPU user time (s): 244.013
CPU system time (s): 4.78927
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 12205420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.013
system time used= 4.78927
maximum resident set size= 11688956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1733409
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= 291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.561914 second user time and 1.11283 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-16 21:32:34
IDJOB=4094627
IDBENCH=79566
IDSOLVER=2554
FILE ID=node123/4094627-1466105552
RUNJOBID= node123-1466105353-16630
PBS_JOBID= 19904045
Free space on /tmp= 71532 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen08_wcsp.wbo
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4094627-1466105552/watcher-4094627-1466105552 -o /tmp/evaluation-result-4094627-1466105552/solver-4094627-1466105552 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466105353-16630 --watchdog 1960  naps-1.02 HOME/instance-4094627-1466105552.wbo

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

MD5SUM BENCH= bbfd21207c093d43885742df561df69b
RANDOM SEED=124030017

node123.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		: 2666.791
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	: 5333.58
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		: 2666.791
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.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
cpu MHz		: 2666.791
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.56
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		: 2666.791
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.57
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		: 2666.791
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.56
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		: 2666.791
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		: 2666.791
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.56
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		: 2666.791
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:        20185428 kB
Buffers:           48196 kB
Cached:           208768 kB
SwapCached:         2184 kB
Active:         10069684 kB
Inactive:          91464 kB
Active(anon):    9905228 kB
Inactive(anon):     1392 kB
Active(file):     164456 kB
Inactive(file):    90072 kB
Unevictable:     1797424 kB
Mlocked:           17100 kB
SwapTotal:      67108856 kB
SwapFree:       67099016 kB
Dirty:            104084 kB
Writeback:             0 kB
AnonPages:      11694564 kB
Mapped:             7796 kB
Shmem:                 0 kB
Slab:             573724 kB
SReclaimable:      17680 kB
SUnreclaim:       556044 kB
KernelStack:        1440 kB
PageTables:        27044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   13373484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4206592 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= 71528 MiB
End job on node123 at 2016-06-16 21:36:43