Trace number 4101219

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? (TO) 1800.21 1800.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit1d.opb
MD5SUMba437a46cdfe6ecad707b12b94061ac9
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -20
Optimality of the best value was proved NO
Number of variables11514
Total number of constraints1050
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1050
Minimum length of a constraint11
Maximum length of a constraint11514
Number of terms in the objective function 11514
Biggest coefficient in the objective function 3344
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 531132
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 15548
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 531582
Number of bits of the biggest sum of numbers20
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.
1800.06/1800.50	c 
1800.06/1800.50	c *** TERMINATED *** by signal 15
1800.06/1800.50	s UNKNOWN
1800.06/1800.50	c _____________________________________________________________________________
1800.06/1800.50	c 
1800.06/1800.50	c std/band forms        : 1070,2
1800.06/1800.50	c 2cl/3cl ITE-codings   : 415563,0
1800.06/1800.50	c BDD/srt/adr Max costs : 275165,1734723,44043
1800.06/1800.50	c BDDraw/bin/mul/srt/adr: 24,0,1025,10,13
1800.06/1800.50	c BDD nodes             : 67323029
1800.06/1800.50	c Es1/CC detections     : 0,0
1800.06/1800.50	c SAT/UNSAT calls       : 0,0
1800.06/1800.50	c restarts              : 0
1800.06/1800.50	c conflicts             : 0              (0 /sec)
1800.06/1800.50	c decisions             : 0              (0 /sec)
1800.06/1800.50	c propagations          : 0              (0 /sec)
1800.06/1800.50	c inspects              : 0              (0 /sec)
1800.06/1800.50	c CPU time (solving tm) : 1798 s        (0 s)
1800.06/1800.50	c Time for Opt-base     : 215.2 s
1800.06/1800.50	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-4101219-1467023995/watcher-4101219-1467023995 -o /tmp/evaluation-result-4101219-1467023995/solver-4101219-1467023995 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4101219-1467023995.opb 

pid=6320
running on 8 cores: 0-3,8-11

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.02 2.01 1.97 4/258 6323
/proc/meminfo: memFree=31586932/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=9420 CPUtime=0 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 941 0 0 0 0 0 0 0 20 0 1 0 35437667 9646080 815 33554432000 4194304 5796924 140735868955568 140735868954936 5183584 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 2355 815 114 392 0 1954 0

[startup+0.100169 s]
/proc/loadavg: 2.02 2.01 1.97 4/258 6323
/proc/meminfo: memFree=31586932/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=15452 CPUtime=0.09 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 2540 0 0 0 9 0 0 0 20 0 1 0 35437667 15822848 2372 33554432000 4194304 5796924 140735868955568 140735868954936 5095032 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 3863 2376 124 392 0 3462 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15452

[startup+0.200325 s]
/proc/loadavg: 2.02 2.01 1.97 4/258 6323
/proc/meminfo: memFree=31586932/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=20480 CPUtime=0.19 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 4241 0 0 0 19 0 0 0 20 0 1 0 35437667 20971520 3634 33554432000 4194304 5796924 140735868955568 140735868954936 4261360 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 5120 3634 124 392 0 4719 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20480

[startup+0.300268 s]
/proc/loadavg: 2.02 2.01 1.97 4/258 6323
/proc/meminfo: memFree=31586932/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=19724 CPUtime=0.29 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 5518 0 0 0 29 0 0 0 20 0 1 0 35437667 20197376 3228 33554432000 4194304 5796924 140735868955568 140735868954936 5363594 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 4931 3228 124 392 0 4530 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19724

[startup+0.700269 s]
/proc/loadavg: 2.02 2.01 1.97 4/258 6323
/proc/meminfo: memFree=31586932/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=30760 CPUtime=0.69 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 11776 0 0 0 68 1 0 0 20 0 1 0 35437667 31498240 4793 33554432000 4194304 5796924 140735868955568 140735868954936 5087643 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 7690 4793 124 392 0 7289 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30760

[startup+1.50024 s]
/proc/loadavg: 2.02 2.01 1.97 3/259 6324
/proc/meminfo: memFree=31566164/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=38488 CPUtime=1.49 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 17933 0 0 0 147 2 0 0 20 0 1 0 35437667 39411712 5742 33554432000 4194304 5796924 140735868955568 140735868953064 4805651 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 9622 5742 143 392 0 9221 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38488

[startup+3.10022 s]
/proc/loadavg: 2.02 2.01 1.97 3/259 6324
/proc/meminfo: memFree=31566128/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=39988 CPUtime=3.09 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 18279 0 0 0 307 2 0 0 20 0 1 0 35437667 40947712 6088 33554432000 4194304 5796924 140735868955568 140735868951784 5087650 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 9997 6088 143 392 0 9596 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39988

[startup+6.30012 s]
/proc/loadavg: 2.10 2.03 1.97 3/259 6324
/proc/meminfo: memFree=31552820/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=43356 CPUtime=6.29 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 19648 0 0 0 627 2 0 0 20 0 1 0 35437667 44396544 6962 33554432000 4194304 5796924 140735868955568 140735868951784 5092526 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 10839 6962 143 392 0 10438 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43356

[startup+12.7002 s]
/proc/loadavg: 2.09 2.03 1.97 3/260 6327
/proc/meminfo: memFree=31546340/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=50120 CPUtime=12.69 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 21474 0 0 0 1266 3 0 0 20 0 1 0 35437667 51322880 8640 33554432000 4194304 5796924 140735868955568 140735868951784 4865437 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 12530 8640 143 392 0 12129 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50120

[startup+25.5004 s]
/proc/loadavg: 2.22 2.06 1.98 3/260 6327
/proc/meminfo: memFree=30962628/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=639288 CPUtime=25.49 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 165044 0 0 0 2524 25 0 0 20 0 1 0 35437667 654630912 155921 33554432000 4194304 5796924 140735868955568 140735852071944 5095032 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 159822 155921 143 392 0 159421 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 639288

[startup+51.1004 s]
/proc/loadavg: 2.15 2.05 1.98 3/260 6327
/proc/meminfo: memFree=29849364/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=1752064 CPUtime=51.08 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 432747 0 0 0 5042 66 0 0 20 0 1 0 35437667 1794113536 431637 33554432000 4194304 5796924 140735868955568 140735857275272 5091201 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 438016 431637 143 392 0 437615 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1752064

[startup+102.3 s]
/proc/loadavg: 2.06 2.04 1.98 3/259 6329
/proc/meminfo: memFree=27862984/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=102.28 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876319 0 0 0 10097 131 0 0 20 0 1 0 35437667 3784450048 912558 33554432000 4194304 5796924 140735868955568 140735862520648 5077846 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 912558 143 392 0 923537 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3695752

[startup+162.3 s]
/proc/loadavg: 2.06 2.05 1.99 3/260 6331
/proc/meminfo: memFree=27841968/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=162.26 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876366 0 0 0 16095 131 0 0 20 0 1 0 35437667 3784450048 912605 33554432000 4194304 5796924 140735868955568 140735868952552 5087579 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 912605 190 392 0 923537 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3695752

[startup+222.31 s]
/proc/loadavg: 2.40 2.14 2.02 3/260 6380
/proc/meminfo: memFree=27932212/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=222.26 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876369 0 0 0 22095 131 0 0 20 0 1 0 35437667 3784450048 912644 33554432000 4194304 5796924 140735868955568 140735868952552 4865437 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 912644 190 392 0 923537 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3695752

[startup+282.3 s]
/proc/loadavg: 2.14 2.11 2.02 3/259 6381
/proc/meminfo: memFree=27409704/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=282.24 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876371 0 0 0 28093 131 0 0 20 0 1 0 35437667 3784450048 912676 33554432000 4194304 5796924 140735868955568 140735868952552 4805636 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 912676 190 392 0 923537 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3695752

[startup+342.3 s]
/proc/loadavg: 2.09 2.10 2.02 3/259 6382
/proc/meminfo: memFree=27407572/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=342.23 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876372 0 0 0 34092 131 0 0 20 0 1 0 35437667 3784450048 912676 33554432000 4194304 5796924 140735868955568 140735868952552 4809129 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 912676 190 392 0 923537 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3695752

[startup+402.3 s]
/proc/loadavg: 2.18 2.13 2.03 3/259 6384
/proc/meminfo: memFree=16922388/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=402.22 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876374 0 0 0 40091 131 0 0 20 0 1 0 35437667 3784450048 912677 33554432000 4194304 5796924 140735868955568 140735868952552 4806802 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 912677 191 392 0 923537 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3695752

[startup+462.3 s]
/proc/loadavg: 2.10 2.12 2.03 3/259 6430
/proc/meminfo: memFree=28070556/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=462.21 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876374 0 0 0 46090 131 0 0 20 0 1 0 35437667 3784450048 912677 33554432000 4194304 5796924 140735868955568 140735868952552 4266566 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 912677 191 392 0 923537 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3695752

[startup+522.3 s]
/proc/loadavg: 2.07 2.11 2.03 3/259 6431
/proc/meminfo: memFree=26992440/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=522.21 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876409 0 0 0 52089 132 0 0 20 0 1 0 35437667 3784450048 915265 33554432000 4194304 5796924 140735868955568 140735868952552 5087774 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 915265 191 392 0 923537 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3695752

[startup+582.3 s]
/proc/loadavg: 2.12 2.11 2.03 3/259 6432
/proc/meminfo: memFree=24349916/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=582.2 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876412 0 0 0 58088 132 0 0 20 0 1 0 35437667 3784450048 915265 33554432000 4194304 5796924 140735868955568 140735868952552 5092432 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 915265 191 392 0 923537 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3695752

################
# More data... #
################


[startup+942.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/259 6488
/proc/meminfo: memFree=26343376/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=942.13 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876438 0 0 0 94081 132 0 0 20 0 1 0 35437667 3784450048 915265 33554432000 4194304 5796924 140735868955568 140735868952552 5092509 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 915265 191 392 0 923537 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 3695752

[startup+1002.3 s]
/proc/loadavg: 2.04 2.06 2.02 3/258 6489
/proc/meminfo: memFree=26338516/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3695752 CPUtime=1002.12 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876443 0 0 0 100080 132 0 0 20 0 1 0 35437667 3784450048 915265 33554432000 4194304 5796924 140735868955568 140735868952552 5087579 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 923938 915265 191 392 0 923537 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 3695752

[startup+1062.3 s]
/proc/loadavg: 2.11 2.08 2.03 3/259 6491
/proc/meminfo: memFree=26308404/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3742468 CPUtime=1062.1 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876973 0 0 0 106078 132 0 0 20 0 1 0 35437667 3832287232 921921 33554432000 4194304 5796924 140735868955568 140735868952552 5100093 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 935617 921921 191 392 0 935216 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 3742468

[startup+1122.3 s]
/proc/loadavg: 2.08 2.08 2.03 3/259 6492
/proc/meminfo: memFree=26281064/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=3742468 CPUtime=1122.09 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 876989 0 0 0 112077 132 0 0 20 0 1 0 35437667 3832287232 927041 33554432000 4194304 5796924 140735868955568 140735868952552 4805602 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 935617 927041 191 392 0 935216 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 3742468

[startup+1182.3 s]
/proc/loadavg: 2.06 2.07 2.03 3/259 6493
/proc/meminfo: memFree=23529600/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=6821696 CPUtime=1182.07 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 931659 0 0 0 118009 198 0 0 20 0 1 0 35437667 6985416704 1620108 33554432000 4194304 5796924 140735868955568 140735868952904 4639890 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1705424 1620108 201 392 0 1705023 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 6821696

[startup+1242.3 s]
/proc/loadavg: 2.11 2.09 2.03 3/260 6497
/proc/meminfo: memFree=23082452/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1242.04 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937138 0 0 0 123978 226 0 0 20 0 1 0 35437667 7631187968 1721834 33554432000 4194304 5796924 140735868955568 140735868953416 4606433 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1721834 218 392 0 1862682 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 7452332

[startup+1302.3 s]
/proc/loadavg: 2.07 2.08 2.03 3/260 6521
/proc/meminfo: memFree=23097804/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1302.02 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937158 0 0 0 129976 226 0 0 20 0 1 0 35437667 7631187968 1722346 33554432000 4194304 5796924 140735868955568 140735868953416 4607194 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1722346 218 392 0 1862682 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 7452332

[startup+1362.3 s]
/proc/loadavg: 2.06 2.08 2.03 3/259 6523
/proc/meminfo: memFree=23087340/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1362 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937181 0 0 0 135974 226 0 0 20 0 1 0 35437667 7631187968 1722858 33554432000 4194304 5796924 140735868955568 140735868953416 4606507 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1722858 218 392 0 1862682 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 7452332

[startup+1422.3 s]
/proc/loadavg: 2.06 2.08 2.03 3/259 6524
/proc/meminfo: memFree=23098852/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1422 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937206 0 0 0 141974 226 0 0 20 0 1 0 35437667 7631187968 1722858 33554432000 4194304 5796924 140735868955568 140735868953416 4606507 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1722858 218 392 0 1862682 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 7452332

[startup+1482.3 s]
/proc/loadavg: 2.05 2.08 2.03 3/259 6525
/proc/meminfo: memFree=23092652/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1481.97 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937231 0 0 0 147971 226 0 0 20 0 1 0 35437667 7631187968 1722858 33554432000 4194304 5796924 140735868955568 140735868953416 4606507 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1722858 218 392 0 1862682 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 7452332

[startup+1542.31 s]
/proc/loadavg: 2.13 2.09 2.04 3/259 6526
/proc/meminfo: memFree=23083864/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1541.95 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937257 0 0 0 153969 226 0 0 20 0 1 0 35437667 7631187968 1722858 33554432000 4194304 5796924 140735868955568 140735868953416 4606433 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1722858 218 392 0 1862682 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 7452332

[startup+1602.3 s]
/proc/loadavg: 2.08 2.08 2.04 3/259 6527
/proc/meminfo: memFree=23096576/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1601.92 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937277 0 0 0 159966 226 0 0 20 0 1 0 35437667 7631187968 1722859 33554432000 4194304 5796924 140735868955568 140735868953416 4606433 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1722859 219 392 0 1862682 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 7452332

[startup+1662.3 s]
/proc/loadavg: 2.06 2.08 2.03 3/259 6529
/proc/meminfo: memFree=23089956/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1661.91 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937293 0 0 0 165965 226 0 0 20 0 1 0 35437667 7631187968 1722859 33554432000 4194304 5796924 140735868955568 140735868953416 4606507 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1722859 219 392 0 1862682 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 7452332

[startup+1722.3 s]
/proc/loadavg: 2.12 2.09 2.04 3/259 6530
/proc/meminfo: memFree=23081940/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1721.88 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937318 0 0 0 171962 226 0 0 20 0 1 0 35437667 7631187968 1722859 33554432000 4194304 5796924 140735868955568 140735868953416 4606507 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1722859 219 392 0 1862682 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 7452332

[startup+1782.3 s]
/proc/loadavg: 2.08 2.09 2.04 3/259 6531
/proc/meminfo: memFree=23075192/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1781.87 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937342 0 0 0 177961 226 0 0 20 0 1 0 35437667 7631187968 1722859 33554432000 4194304 5796924 140735868955568 140735868953416 4606779 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1722859 219 392 0 1862682 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 7452332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.12 2.10 2.04 3/259 6531
/proc/meminfo: memFree=23096912/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=7452332 CPUtime=1800.06 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202496 937346 0 0 0 179780 226 0 0 20 0 1 0 35437667 7631187968 1722859 33554432000 4194304 5796924 140735868955568 140735868953416 4606507 0 0 4096 17954 0 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 1863083 1722859 219 392 0 1862682 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 7452332

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

[startup+1800.6 s]
/proc/loadavg: 2.12 2.10 2.04 3/259 6531
/proc/meminfo: memFree=23096912/32872528 swapFree=7556/7556
[pid=6323] ppid=6320 vsize=0 CPUtime=1800.16 cores=0-3,8-11
/proc/6323/stat : 6323 (naps-1.02) R 6320 6323 5888 0 -1 4202500 937357 0 0 0 179780 236 0 0 20 0 1 0 35437667 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/6323/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.63
CPU time (s): 1800.21
CPU user time (s): 1797.81
CPU system time (s): 2.40363
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 8360380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.81
system time used= 2.40363
maximum resident set size= 7651896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 937357
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= 303
involuntary context switches= 1824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13591 second user time and 9.40157 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-27 12:39:55
IDJOB=4101219
IDBENCH=1715
IDSOLVER=2544
FILE ID=node132/4101219-1467023995
RUNJOBID= node132-1467020363-5904
PBS_JOBID= 19976984
Free space on /tmp= 71516 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-fit1d.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101219-1467023995/watcher-4101219-1467023995 -o /tmp/evaluation-result-4101219-1467023995/solver-4101219-1467023995 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4101219-1467023995.opb

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

MD5SUM BENCH= ba437a46cdfe6ecad707b12b94061ac9
RANDOM SEED=1448348566

node132.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.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.06
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.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.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.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31591556 kB
Buffers:           88632 kB
Cached:           203684 kB
SwapCached:         2040 kB
Active:           329372 kB
Inactive:         204332 kB
Active(anon):     239348 kB
Inactive(anon):     3964 kB
Active(file):      90024 kB
Inactive(file):   200368 kB
Unevictable:        7556 kB
Mlocked:            7556 kB
SwapTotal:      67108856 kB
SwapFree:       67098868 kB
Dirty:             27124 kB
Writeback:             0 kB
AnonPages:        303240 kB
Mapped:             8744 kB
Shmem:                 0 kB
Slab:             600764 kB
SReclaimable:      41188 kB
SUnreclaim:       559576 kB
KernelStack:        2208 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     453928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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 node132 at 2016-06-27 13:09:56