Trace number 4105871

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.08 1800.4

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-520972534.opb
MD5SUM9a1c9dd98f3544399baaffc61b3b99d7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.26281
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919137542539254950202185769575159
Number of bits of the biggest sum of numbers151
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.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED *** by signal 15
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c _____________________________________________________________________________
1800.07/1800.40	c 
1800.07/1800.40	c std/band forms        : 0,1
1800.07/1800.40	c 2cl/3cl ITE-codings   : 0,227235
1800.07/1800.40	c BDD/srt/adr Max costs : 234447,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.07/1800.40	c BDD nodes             : 234448
1800.07/1800.40	c Es1/CC detections     : 0,0
1800.07/1800.40	c SAT/UNSAT calls       : 0,0
1800.07/1800.40	c restarts              : 0
1800.07/1800.40	c conflicts             : 0              (0 /sec)
1800.07/1800.40	c decisions             : 0              (0 /sec)
1800.07/1800.40	c propagations          : 0              (0 /sec)
1800.07/1800.40	c inspects              : 0              (0 /sec)
1800.07/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 0 s
1800.07/1800.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-4105871-1466276061/watcher-4105871-1466276061 -o /tmp/evaluation-result-4105871-1466276061/solver-4105871-1466276061 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31739 --watchdog 1960 naps-1.02 HOME/instance-4105871-1466276061.opb 

pid=472
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 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.05 2.01 2/258 475
/proc/meminfo: memFree=31672112/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=6420 CPUtime=0 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 314 0 0 0 0 0 0 0 20 0 1 0 29650704 6574080 188 33554432000 4194304 5796924 140736513070832 140734633686520 4623737 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 1640 191 128 392 0 1239 0

[startup+0.100135 s]
/proc/loadavg: 2.11 2.05 2.01 2/258 475
/proc/meminfo: memFree=31672112/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=7836 CPUtime=0.09 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 692 0 0 0 9 0 0 0 20 0 1 0 29650704 8024064 547 33554432000 4194304 5796924 140736513070832 140736513069272 4623737 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 1959 547 128 392 0 1558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7836

[startup+0.200253 s]
/proc/loadavg: 2.11 2.05 2.01 2/258 475
/proc/meminfo: memFree=31672112/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=9092 CPUtime=0.19 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 1060 0 0 0 19 0 0 0 20 0 1 0 29650704 9310208 894 33554432000 4194304 5796924 140736513070832 140736513069272 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 2273 894 128 392 0 1872 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9092

[startup+0.300211 s]
/proc/loadavg: 2.11 2.05 2.01 2/258 475
/proc/meminfo: memFree=31672112/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=11540 CPUtime=0.29 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 1708 0 0 0 29 0 0 0 20 0 1 0 29650704 11816960 1542 33554432000 4194304 5796924 140736513070832 140736513069272 5096680 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 2885 1542 132 392 0 2484 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11540

[startup+0.700267 s]
/proc/loadavg: 2.11 2.05 2.01 2/258 475
/proc/meminfo: memFree=31672112/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=40640 CPUtime=0.69 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 9071 0 0 0 68 1 0 0 20 0 1 0 29650704 41615360 8780 33554432000 4194304 5796924 140736513070832 140736508324760 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 10160 8780 140 392 0 9759 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40640

[startup+1.50028 s]
/proc/loadavg: 2.11 2.05 2.01 3/259 476
/proc/meminfo: memFree=31614296/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=86920 CPUtime=1.49 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 20554 0 0 0 146 3 0 0 20 0 1 0 29650704 89006080 20279 33554432000 4194304 5796924 140736513070832 140736508324760 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 21730 20281 140 392 0 21329 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86920

[startup+3.10024 s]
/proc/loadavg: 2.11 2.05 2.01 3/259 476
/proc/meminfo: memFree=31552728/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=175268 CPUtime=3.09 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 42667 0 0 0 303 6 0 0 20 0 1 0 29650704 179474432 42244 33554432000 4194304 5796924 140736513070832 140736511727848 4430409 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 43817 42244 140 392 0 43416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175268

[startup+6.30024 s]
/proc/loadavg: 2.10 2.05 2.01 3/259 476
/proc/meminfo: memFree=31419684/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=269832 CPUtime=6.29 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 59306 0 0 0 621 8 0 0 20 0 1 0 29650704 276307968 62266 33554432000 4194304 5796924 140736513070832 140736513069224 4592031 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 67458 62266 155 392 0 67057 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 269832

[startup+12.7003 s]
/proc/loadavg: 2.09 2.05 2.01 3/259 476
/proc/meminfo: memFree=31416804/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=269832 CPUtime=12.68 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 59316 0 0 0 1260 8 0 0 20 0 1 0 29650704 276307968 62274 33554432000 4194304 5796924 140736513070832 140736513069224 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 67458 62274 163 392 0 67057 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 269832

[startup+25.5004 s]
/proc/loadavg: 2.07 2.05 2.01 3/259 477
/proc/meminfo: memFree=31472540/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=269832 CPUtime=25.48 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 59324 0 0 0 2540 8 0 0 20 0 1 0 29650704 276307968 63811 33554432000 4194304 5796924 140736513070832 140736513069224 4592000 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 67458 63811 164 392 0 67057 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 269832

[startup+51.1004 s]
/proc/loadavg: 2.04 2.04 2.01 3/259 477
/proc/meminfo: memFree=31432548/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=288800 CPUtime=51.08 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 59847 0 0 0 5099 9 0 0 20 0 1 0 29650704 295731200 64844 33554432000 4194304 5796924 140736513070832 140736513068472 4595452 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 72200 64844 164 392 0 71799 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 288800

[startup+102.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/259 478
/proc/meminfo: memFree=31404240/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=288800 CPUtime=102.27 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 59892 0 0 0 10218 9 0 0 20 0 1 0 29650704 295731200 66413 33554432000 4194304 5796924 140736513070832 140736513068472 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 72200 66413 164 392 0 71799 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 288800

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/259 479
/proc/meminfo: memFree=31449744/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=288800 CPUtime=162.24 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 59910 0 0 0 16215 9 0 0 20 0 1 0 29650704 295731200 68819 33554432000 4194304 5796924 140736513070832 140736513068472 4592020 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 72200 68819 164 392 0 71799 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 288800

[startup+222.311 s]
/proc/loadavg: 2.16 2.06 2.01 3/259 480
/proc/meminfo: memFree=31388104/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=319620 CPUtime=222.24 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 60496 0 0 0 22214 10 0 0 20 0 1 0 29650704 327290880 72982 33554432000 4194304 5796924 140736513070832 140736513068472 4592059 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 79905 72982 164 392 0 79504 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 319620

[startup+282.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/259 481
/proc/meminfo: memFree=31333148/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=319620 CPUtime=282.22 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 60504 0 0 0 28212 10 0 0 20 0 1 0 29650704 327290880 77078 33554432000 4194304 5796924 140736513070832 140736513068472 4592031 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 79905 77078 164 392 0 79504 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 319620

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/260 486
/proc/meminfo: memFree=31396712/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=319620 CPUtime=342.21 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 61724 0 0 0 34209 12 0 0 20 0 1 0 29650704 327290880 69712 33554432000 4194304 5796924 140736513070832 140736513068472 4592031 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 79905 69712 165 392 0 79504 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 319620

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/260 512
/proc/meminfo: memFree=31340320/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=319620 CPUtime=402.21 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 61977 0 0 0 40208 13 0 0 20 0 1 0 29650704 327290880 76097 33554432000 4194304 5796924 140736513070832 140736513068472 4592059 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 79905 76097 165 392 0 79504 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 319620

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/259 513
/proc/meminfo: memFree=31390804/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=369708 CPUtime=462.19 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 62502 0 0 0 46206 13 0 0 20 0 1 0 29650704 378580992 83265 33554432000 4194304 5796924 140736513070832 140736513068472 4592438 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 92427 83265 165 392 0 92026 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 369708

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 514
/proc/meminfo: memFree=31393736/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=319620 CPUtime=522.19 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 63502 0 0 0 52204 15 0 0 20 0 1 0 29650704 327290880 71027 33554432000 4194304 5796924 140736513070832 140736513068472 4591899 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 79905 71027 165 392 0 79504 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 319620

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/258 515
/proc/meminfo: memFree=31372108/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=319620 CPUtime=582.18 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 63504 0 0 0 58203 15 0 0 20 0 1 0 29650704 327290880 72051 33554432000 4194304 5796924 140736513070832 140736513068472 4591861 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 79905 72051 165 392 0 79504 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 319620


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


[startup+882.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 522
/proc/meminfo: memFree=31428992/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=319620 CPUtime=882.13 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 64838 0 0 0 88194 19 0 0 20 0 1 0 29650704 327290880 73587 33554432000 4194304 5796924 140736513070832 140736513068472 4592128 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 79905 73587 165 392 0 79504 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 319620

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/260 527
/proc/meminfo: memFree=31351928/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=369708 CPUtime=942.1 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 65150 0 0 0 94190 20 0 0 20 0 1 0 29650704 378580992 77984 33554432000 4194304 5796924 140736513070832 140736513068472 4591861 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 92427 77984 165 392 0 92026 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 369708

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 529
/proc/meminfo: memFree=31327072/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=369708 CPUtime=1002.09 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 65157 0 0 0 100189 20 0 0 20 0 1 0 29650704 378580992 81568 33554432000 4194304 5796924 140736513070832 140736513068472 4591910 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 92427 81568 165 392 0 92026 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 369708

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 530
/proc/meminfo: memFree=31306924/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=369708 CPUtime=1062.09 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 65164 0 0 0 106188 21 0 0 20 0 1 0 29650704 378580992 85152 33554432000 4194304 5796924 140736513070832 140736513068472 4592620 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 92427 85152 165 392 0 92026 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 369708

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 531
/proc/meminfo: memFree=31286688/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=369708 CPUtime=1122.08 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 65172 0 0 0 112187 21 0 0 20 0 1 0 29650704 378580992 89248 33554432000 4194304 5796924 140736513070832 140736513068472 4606531 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 92427 89248 165 392 0 92026 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 369708

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 532
/proc/meminfo: memFree=31259132/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=451096 CPUtime=1182.07 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 65700 0 0 0 118185 22 0 0 20 0 1 0 29650704 461922304 93856 33554432000 4194304 5796924 140736513070832 140736513068472 4591910 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 112774 93856 165 392 0 112373 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 451096

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/259 533
/proc/meminfo: memFree=31221920/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=451096 CPUtime=1242.05 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 65717 0 0 0 124183 22 0 0 20 0 1 0 29650704 461922304 98464 33554432000 4194304 5796924 140736513070832 140736513068472 4592059 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 112774 98464 165 392 0 112373 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 451096

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/259 535
/proc/meminfo: memFree=31390812/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=319620 CPUtime=1302.04 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 66542 0 0 0 130181 23 0 0 20 0 1 0 29650704 327290880 71882 33554432000 4194304 5796924 140736513070832 140736513068472 4592031 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 79905 71882 165 392 0 79504 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 319620

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/259 536
/proc/meminfo: memFree=31353084/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=319620 CPUtime=1362.03 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 66549 0 0 0 136180 23 0 0 20 0 1 0 29650704 327290880 75466 33554432000 4194304 5796924 140736513070832 140736513068472 4606392 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 79905 75466 165 392 0 79504 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 319620

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 537
/proc/meminfo: memFree=31311764/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=369708 CPUtime=1422.03 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 67070 0 0 0 142180 23 0 0 20 0 1 0 29650704 378580992 79050 33554432000 4194304 5796924 140736513070832 140736513068472 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 92427 79050 165 392 0 92026 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 369708

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 538
/proc/meminfo: memFree=31270812/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=369708 CPUtime=1482.01 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 67077 0 0 0 148178 23 0 0 20 0 1 0 29650704 378580992 82634 33554432000 4194304 5796924 140736513070832 140736513068472 4591861 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 92427 82634 165 392 0 92026 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 369708

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/260 542
/proc/meminfo: memFree=31297560/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=369708 CPUtime=1542.02 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 67084 0 0 0 154178 24 0 0 20 0 1 0 29650704 378580992 86218 33554432000 4194304 5796924 140736513070832 140736513068472 4592010 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 92427 86218 165 392 0 92026 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 369708

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 590
/proc/meminfo: memFree=30929832/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=451096 CPUtime=1602 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 67486 0 0 0 160175 25 0 0 20 0 1 0 29650704 461922304 90196 33554432000 4194304 5796924 140736513070832 140736513068472 4606518 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 112774 90196 165 392 0 112373 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 451096

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 591
/proc/meminfo: memFree=30904808/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=451096 CPUtime=1661.98 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 67612 0 0 0 166173 25 0 0 20 0 1 0 29650704 461922304 94410 33554432000 4194304 5796924 140736513070832 140736513068472 4591865 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 112774 94410 165 392 0 112373 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 451096

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 592
/proc/meminfo: memFree=30895316/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=451096 CPUtime=1721.98 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 67619 0 0 0 172172 26 0 0 20 0 1 0 29650704 461922304 97994 33554432000 4194304 5796924 140736513070832 140736513068472 4591865 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 112774 97994 165 392 0 112373 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 451096

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/259 593
/proc/meminfo: memFree=30873260/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=451096 CPUtime=1781.97 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 67627 0 0 0 178171 26 0 0 20 0 1 0 29650704 461922304 102090 33554432000 4194304 5796924 140736513070832 140736513068472 4591865 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 112774 102090 165 392 0 112373 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 451096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/259 594
/proc/meminfo: memFree=30869380/32872528 swapFree=7804/7804
[pid=475] ppid=472 vsize=451096 CPUtime=1800.07 cores=0-3,8-11
/proc/475/stat : 475 (naps-1.02) R 472 475 31723 0 -1 4202496 67629 0 0 0 179981 26 0 0 20 0 1 0 29650704 461922304 103114 33554432000 4194304 5796924 140736513070832 140736513068472 4592023 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/475/statm: 112774 103114 165 392 0 112373 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 451096

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.08
CPU user time (s): 1799.81
CPU system time (s): 0.266959
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 500416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.266959
maximum resident set size= 437872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65
involuntary context switches= 1849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69898 second user time and 9.67353 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 20:54:21
IDJOB=4105871
IDBENCH=3045
IDSOLVER=2544
FILE ID=node132/4105871-1466276061
RUNJOBID= node132-1466264985-31739
PBS_JOBID= 19918229
Free space on /tmp= 71732 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=100-sizeP=51-sizeQ=100-520972534.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105871-1466276061/watcher-4105871-1466276061 -o /tmp/evaluation-result-4105871-1466276061/solver-4105871-1466276061 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31739 --watchdog 1960  naps-1.02 HOME/instance-4105871-1466276061.opb

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

MD5SUM BENCH= 9a1c9dd98f3544399baaffc61b3b99d7
RANDOM SEED=1817719406

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		: 2666.768
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	: 5333.53
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.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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.56
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		: 2666.768
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		: 2666.768
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		: 2666.768
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.54
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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:        31671740 kB
Buffers:          114088 kB
Cached:           195144 kB
SwapCached:         2088 kB
Active:           216916 kB
Inactive:         224368 kB
Active(anon):     131540 kB
Inactive(anon):     2740 kB
Active(file):      85376 kB
Inactive(file):   221628 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099440 kB
Dirty:              4416 kB
Writeback:             0 kB
AnonPages:        145052 kB
Mapped:             8844 kB
Shmem:                 0 kB
Slab:             609004 kB
SReclaimable:      49156 kB
SUnreclaim:       559848 kB
KernelStack:        2176 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     299500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 71728 MiB
End job on node132 at 2016-06-18 21:24:22