Trace number 4082268

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.11 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554.opb
MD5SUMb1249706e628878b014787592bd6d20f
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.68274
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 variables16651
Total number of constraints49141
Number of constraints which are clauses49140
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 constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
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.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 0,1
1800.09/1800.40	c 2cl/3cl ITE-codings   : 0,1376788
1800.09/1800.40	c BDD/srt/adr Max costs : 1400511,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.09/1800.40	c BDD nodes             : 1400512
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 0 s
1800.09/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-4082268-1467031541/watcher-4082268-1467031541 -o /tmp/evaluation-result-4082268-1467031541/solver-4082268-1467031541 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082268-1467031541.opb 

pid=7254
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.25 2.12 2.10 3/259 7257
/proc/meminfo: memFree=27054072/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=6560 CPUtime=0 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 339 0 0 0 0 0 0 0 20 0 1 0 36192291 6717440 212 33554432000 4194304 5796924 140734100157232 140734598265576 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 1640 212 128 392 0 1239 0

[startup+0.100141 s]
/proc/loadavg: 2.25 2.12 2.10 3/259 7257
/proc/meminfo: memFree=27054072/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=7780 CPUtime=0.09 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 691 0 0 0 9 0 0 0 20 0 1 0 36192291 7966720 546 33554432000 4194304 5796924 140734100157232 140734598265576 4623737 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 1945 546 128 392 0 1544 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7780

[startup+0.200273 s]
/proc/loadavg: 2.25 2.12 2.10 3/259 7257
/proc/meminfo: memFree=27054072/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=9452 CPUtime=0.19 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 1083 0 0 0 19 0 0 0 20 0 1 0 36192291 9678848 1426 33554432000 4194304 5796924 140734100157232 140734598265576 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 2363 1426 128 392 0 1962 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9452

[startup+0.300271 s]
/proc/loadavg: 2.25 2.12 2.10 3/259 7257
/proc/meminfo: memFree=27054072/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=10968 CPUtime=0.29 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 1421 0 0 0 29 0 0 0 20 0 1 0 36192291 11231232 1748 33554432000 4194304 5796924 140734100157232 140734598265576 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 2742 1748 128 392 0 2341 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10968

[startup+0.700229 s]
/proc/loadavg: 2.25 2.12 2.10 3/259 7257
/proc/meminfo: memFree=27054072/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=15436 CPUtime=0.69 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 2685 0 0 0 69 0 0 0 20 0 1 0 36192291 15806464 2882 33554432000 4194304 5796924 140734100157232 140734598265576 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 3859 2882 128 392 0 3458 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15436

[startup+1.50023 s]
/proc/loadavg: 2.25 2.12 2.10 3/260 7258
/proc/meminfo: memFree=27034432/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=55860 CPUtime=1.49 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 13058 0 0 0 147 2 0 0 20 0 1 0 36192291 57200640 13012 33554432000 4194304 5796924 140734100157232 140734100154392 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 13965 13012 140 392 0 13564 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55860

[startup+3.10027 s]
/proc/loadavg: 2.25 2.12 2.10 3/260 7258
/proc/meminfo: memFree=26967076/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=131880 CPUtime=3.09 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 32478 0 0 0 304 5 0 0 20 0 1 0 36192291 135045120 31937 33554432000 4194304 5796924 140734100157232 140734084192728 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 32970 31937 140 392 0 32569 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131880

[startup+6.30028 s]
/proc/loadavg: 2.23 2.12 2.10 3/260 7258
/proc/meminfo: memFree=26819832/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=273928 CPUtime=6.28 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 67790 0 0 0 617 11 0 0 20 0 1 0 36192291 280502272 67101 33554432000 4194304 5796924 140734100157232 140734086900888 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 68482 67103 140 392 0 68081 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 273928

[startup+12.7003 s]
/proc/loadavg: 2.29 2.14 2.10 3/260 7258
/proc/meminfo: memFree=26527576/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=558600 CPUtime=12.68 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 135197 0 0 0 1246 22 0 0 20 0 1 0 36192291 572006400 137708 33554432000 4194304 5796924 140734100157232 140734091056872 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 139650 137708 140 392 0 139249 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 558600

[startup+25.5004 s]
/proc/loadavg: 2.23 2.13 2.10 3/260 7258
/proc/meminfo: memFree=26017304/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1041900 CPUtime=25.49 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 250611 0 0 0 2509 40 0 0 20 0 1 0 36192291 1066905600 259091 33554432000 4194304 5796924 140734100157232 140734100068456 5077737 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 260475 259091 140 392 0 260074 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1041900

[startup+51.1004 s]
/proc/loadavg: 2.15 2.12 2.10 3/260 7258
/proc/meminfo: memFree=25532068/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1576420 CPUtime=51.08 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287101 0 0 0 5054 54 0 0 20 0 1 0 36192291 1614254080 380309 33554432000 4194304 5796924 140734100157232 140734100154536 4591848 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 394105 380309 155 392 0 393704 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1576420

[startup+102.3 s]
/proc/loadavg: 2.15 2.13 2.10 3/259 7259
/proc/meminfo: memFree=25525560/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1576420 CPUtime=102.28 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287104 0 0 0 10174 54 0 0 20 0 1 0 36192291 1614254080 381845 33554432000 4194304 5796924 140734100157232 140734100154536 4591861 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 394105 381845 155 392 0 393704 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1576420

[startup+162.3 s]
/proc/loadavg: 2.10 2.11 2.09 3/259 7260
/proc/meminfo: memFree=25519404/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1576420 CPUtime=162.27 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287107 0 0 0 16172 55 0 0 20 0 1 0 36192291 1614254080 383381 33554432000 4194304 5796924 140734100157232 140734100154536 4592061 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 394105 383381 155 392 0 393704 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1576420

[startup+222.311 s]
/proc/loadavg: 2.15 2.12 2.09 3/259 7261
/proc/meminfo: memFree=25510212/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1657808 CPUtime=222.26 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287353 0 0 0 22171 55 0 0 20 0 1 0 36192291 1697595392 385671 33554432000 4194304 5796924 140734100157232 140734100154872 4592014 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 414452 385671 155 392 0 414051 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1657808

[startup+282.3 s]
/proc/loadavg: 2.09 2.11 2.09 3/260 7266
/proc/meminfo: memFree=25504336/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1657808 CPUtime=282.25 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287356 0 0 0 28169 56 0 0 20 0 1 0 36192291 1697595392 387207 33554432000 4194304 5796924 140734100157232 140734100154872 4592593 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 414452 387207 155 392 0 414051 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1657808

[startup+342.3 s]
/proc/loadavg: 2.07 2.10 2.09 3/259 7267
/proc/meminfo: memFree=25498108/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1657808 CPUtime=342.24 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287359 0 0 0 34168 56 0 0 20 0 1 0 36192291 1697595392 388743 33554432000 4194304 5796924 140734100157232 140734100154872 4592031 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 414452 388743 155 392 0 414051 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1657808

[startup+402.3 s]
/proc/loadavg: 2.07 2.10 2.09 3/259 7268
/proc/meminfo: memFree=25494364/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1657808 CPUtime=402.23 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287361 0 0 0 40167 56 0 0 20 0 1 0 36192291 1697595392 389767 33554432000 4194304 5796924 140734100157232 140734100154872 4591895 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 414452 389767 155 392 0 414051 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1657808

[startup+462.3 s]
/proc/loadavg: 2.06 2.09 2.09 3/259 7269
/proc/meminfo: memFree=25488328/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1657808 CPUtime=462.22 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287364 0 0 0 46166 56 0 0 20 0 1 0 36192291 1697595392 391303 33554432000 4194304 5796924 140734100157232 140734100154872 4592645 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 414452 391303 155 392 0 414051 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1657808

[startup+522.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/259 7270
/proc/meminfo: memFree=25481848/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1657808 CPUtime=522.21 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287367 0 0 0 52165 56 0 0 20 0 1 0 36192291 1697595392 392839 33554432000 4194304 5796924 140734100157232 140734100154872 4591865 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 414452 392839 155 392 0 414051 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1657808

[startup+582.3 s]
/proc/loadavg: 2.07 2.08 2.09 3/259 7271
/proc/meminfo: memFree=25475688/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1657808 CPUtime=582.2 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287370 0 0 0 58164 56 0 0 20 0 1 0 36192291 1697595392 394375 33554432000 4194304 5796924 140734100157232 140734100154872 4592014 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 414452 394375 155 392 0 414051 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1657808

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


[startup+882.31 s]
/proc/loadavg: 2.07 2.08 2.09 3/260 7325
/proc/meminfo: memFree=29161704/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1657808 CPUtime=882.16 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287396 0 0 0 88159 57 0 0 20 0 1 0 36192291 1697595392 401040 33554432000 4194304 5796924 140734100157232 140734100154872 4591861 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 414452 401040 155 392 0 414051 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 1657808

[startup+942.3 s]
/proc/loadavg: 2.14 2.11 2.09 3/260 7349
/proc/meminfo: memFree=29156548/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1657808 CPUtime=942.13 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287402 0 0 0 94156 57 0 0 20 0 1 0 36192291 1697595392 402064 33554432000 4194304 5796924 140734100157232 140734100154872 4592135 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 414452 402064 155 392 0 414051 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 1657808

[startup+1002.3 s]
/proc/loadavg: 2.13 2.11 2.09 3/259 7350
/proc/meminfo: memFree=29150996/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1657808 CPUtime=1002.13 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287405 0 0 0 100155 58 0 0 20 0 1 0 36192291 1697595392 403600 33554432000 4194304 5796924 140734100157232 140734100154872 4592059 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 414452 403600 155 392 0 414051 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1657808

[startup+1062.3 s]
/proc/loadavg: 2.16 2.13 2.10 3/259 7351
/proc/meminfo: memFree=29144456/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1062.12 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287872 0 0 0 106153 59 0 0 20 0 1 0 36192291 1833029632 405089 33554432000 4194304 5796924 140734100157232 140734100154872 4592031 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 405089 155 392 0 447116 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1790068

[startup+1122.3 s]
/proc/loadavg: 2.14 2.14 2.10 3/259 7352
/proc/meminfo: memFree=29138412/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1122.11 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287882 0 0 0 112152 59 0 0 20 0 1 0 36192291 1833029632 406625 33554432000 4194304 5796924 140734100157232 140734100154872 4591910 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 406625 155 392 0 447116 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1790068

[startup+1182.3 s]
/proc/loadavg: 2.13 2.14 2.10 3/259 7353
/proc/meminfo: memFree=29133980/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1182.09 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287885 0 0 0 118150 59 0 0 20 0 1 0 36192291 1833029632 407649 33554432000 4194304 5796924 140734100157232 140734100154872 4591861 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 407649 155 392 0 447116 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 1790068

[startup+1242.3 s]
/proc/loadavg: 2.28 2.17 2.10 3/259 7355
/proc/meminfo: memFree=29129800/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1242.08 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287889 0 0 0 124149 59 0 0 20 0 1 0 36192291 1833029632 408673 33554432000 4194304 5796924 140734100157232 140734100154872 4592128 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 408673 155 392 0 447116 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1790068

[startup+1302.3 s]
/proc/loadavg: 2.22 2.18 2.11 3/259 7356
/proc/meminfo: memFree=29118296/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1302.07 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287893 0 0 0 130148 59 0 0 20 0 1 0 36192291 1833029632 411366 33554432000 4194304 5796924 140734100157232 140734100154872 4592071 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 411366 155 392 0 447116 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1790068

[startup+1362.3 s]
/proc/loadavg: 2.16 2.17 2.11 3/259 7357
/proc/meminfo: memFree=29112756/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1362.06 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287908 0 0 0 136146 60 0 0 20 0 1 0 36192291 1833029632 412902 33554432000 4194304 5796924 140734100157232 140734100154872 4591992 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 412902 155 392 0 447116 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1790068

[startup+1422.3 s]
/proc/loadavg: 2.33 2.22 2.12 3/259 7358
/proc/meminfo: memFree=29107400/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1422.06 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287911 0 0 0 142146 60 0 0 20 0 1 0 36192291 1833029632 414438 33554432000 4194304 5796924 140734100157232 140734100154872 4592014 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 414438 155 392 0 447116 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1790068

[startup+1482.3 s]
/proc/loadavg: 2.36 2.24 2.13 3/260 7362
/proc/meminfo: memFree=29103884/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1482.04 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287913 0 0 0 148144 60 0 0 20 0 1 0 36192291 1833029632 415462 33554432000 4194304 5796924 140734100157232 140734100154872 4592160 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 415462 155 392 0 447116 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1790068

[startup+1542.31 s]
/proc/loadavg: 2.33 2.25 2.14 3/259 7364
/proc/meminfo: memFree=29098948/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1542.04 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287915 0 0 0 154144 60 0 0 20 0 1 0 36192291 1833029632 416486 33554432000 4194304 5796924 140734100157232 140734100154872 4591848 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 416486 155 392 0 447116 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1790068

[startup+1602.3 s]
/proc/loadavg: 2.20 2.23 2.14 3/259 7365
/proc/meminfo: memFree=29092208/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1602.02 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287918 0 0 0 160142 60 0 0 20 0 1 0 36192291 1833029632 418022 33554432000 4194304 5796924 140734100157232 140734100154872 4591865 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 418022 155 392 0 447116 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1790068

[startup+1662.3 s]
/proc/loadavg: 2.15 2.21 2.14 3/259 7366
/proc/meminfo: memFree=29084576/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1662.01 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287924 0 0 0 166141 60 0 0 20 0 1 0 36192291 1833029632 420108 33554432000 4194304 5796924 140734100157232 140734100154872 4592059 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 420108 155 392 0 447116 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 1790068

[startup+1722.3 s]
/proc/loadavg: 2.12 2.19 2.13 3/259 7367
/proc/meminfo: memFree=29077644/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1722 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287927 0 0 0 172140 60 0 0 20 0 1 0 36192291 1833029632 421644 33554432000 4194304 5796924 140734100157232 140734100154872 4592023 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 421644 155 392 0 447116 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 1790068

[startup+1782.3 s]
/proc/loadavg: 2.08 2.17 2.13 3/259 7368
/proc/meminfo: memFree=29069192/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1781.99 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287931 0 0 0 178139 60 0 0 20 0 1 0 36192291 1833029632 423692 33554432000 4194304 5796924 140734100157232 140734100154872 4591861 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 423692 155 392 0 447116 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 1790068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.16 2.13 3/259 7369
/proc/meminfo: memFree=29067508/32872528 swapFree=7556/7556
[pid=7257] ppid=7254 vsize=1790068 CPUtime=1800.09 cores=0-3,8-11
/proc/7257/stat : 7257 (naps-1.02) R 7254 7257 5888 0 -1 4202496 287932 0 0 0 179949 60 0 0 20 0 1 0 36192291 1833029632 424204 33554432000 4194304 5796924 140734100157232 140734100154872 4592040 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7257/statm: 447517 424204 155 392 0 447116 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1790068

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.49
CPU system time (s): 0.614906
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 1790068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.614906
maximum resident set size= 1696864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287944
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= 45
involuntary context switches= 1990

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.99878 second user time and 11.7662 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-27 14:45:41
IDJOB=4082268
IDBENCH=3049
IDSOLVER=2544
FILE ID=node132/4082268-1467031541
RUNJOBID= node132-1467020363-5904
PBS_JOBID= 19976984
Free space on /tmp= 71528 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082268-1467031541/watcher-4082268-1467031541 -o /tmp/evaluation-result-4082268-1467031541/solver-4082268-1467031541 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082268-1467031541.opb

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

MD5SUM BENCH= b1249706e628878b014787592bd6d20f
RANDOM SEED=532913597

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:        27054072 kB
Buffers:           98940 kB
Cached:           216580 kB
SwapCached:         2040 kB
Active:          4826856 kB
Inactive:         229080 kB
Active(anon):    4739236 kB
Inactive(anon):     3780 kB
Active(file):      87620 kB
Inactive(file):   225300 kB
Unevictable:        7556 kB
Mlocked:            7556 kB
SwapTotal:      67108856 kB
SwapFree:       67098872 kB
Dirty:              7044 kB
Writeback:             0 kB
AnonPages:       4749464 kB
Mapped:             8896 kB
Shmem:                 0 kB
Slab:             607384 kB
SReclaimable:      46656 kB
SUnreclaim:       560728 kB
KernelStack:        2160 kB
PageTables:        13368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4888492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    933888 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= 71520 MiB
End job on node132 at 2016-06-27 15:15:42