Trace number 4105711

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.07 1800.44

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650.opb
MD5SUM81173f844eee6ccc8bf148af6d43b94b
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.87271
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 variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376818271167362115627974489459407595858486846194981300150535267275
Number of bits of the biggest sum of numbers301
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.02/1800.40	c 
1800.02/1800.40	c *** TERMINATED *** by signal 15
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c _____________________________________________________________________________
1800.02/1800.40	c 
1800.02/1800.40	c std/band forms        : 0,1
1800.02/1800.40	c 2cl/3cl ITE-codings   : 0,1901498
1800.02/1800.40	c BDD/srt/adr Max costs : 1930870,0,0
1800.02/1800.40	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.02/1800.40	c BDD nodes             : 1930871
1800.02/1800.40	c Es1/CC detections     : 0,0
1800.02/1800.40	c SAT/UNSAT calls       : 0,0
1800.02/1800.40	c restarts              : 0
1800.02/1800.40	c conflicts             : 0              (0 /sec)
1800.02/1800.40	c decisions             : 0              (0 /sec)
1800.02/1800.40	c propagations          : 0              (0 /sec)
1800.02/1800.40	c inspects              : 0              (0 /sec)
1800.02/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.02/1800.40	c Time for Opt-base     : 0 s
1800.02/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-4105711-1467028530/watcher-4105711-1467028530 -o /tmp/evaluation-result-4105711-1467028530/solver-4105711-1467028530 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5905 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4105711-1467028530.opb 

pid=6970
running on 8 cores: 4-7,12-15

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.46 2.20 2.12 2/259 6973
/proc/meminfo: memFree=24844400/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=6560 CPUtime=0 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 338 0 0 0 0 0 0 0 20 0 1 0 35891201 6717440 211 33554432000 4194304 5796924 140733441350768 140733441350040 5093664 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 1640 211 128 392 0 1239 0

[startup+0.100145 s]
/proc/loadavg: 2.46 2.20 2.12 2/259 6973
/proc/meminfo: memFree=24844400/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=7864 CPUtime=0.09 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 687 0 0 0 9 0 0 0 20 0 1 0 35891201 8052736 542 33554432000 4194304 5796924 140733441350768 140733441350040 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 1966 542 128 392 0 1565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7864

[startup+0.20027 s]
/proc/loadavg: 2.46 2.20 2.12 2/259 6973
/proc/meminfo: memFree=24844400/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=9368 CPUtime=0.19 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 1103 0 0 0 19 0 0 0 20 0 1 0 35891201 9592832 932 33554432000 4194304 5796924 140733441350768 140733441350040 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 2342 932 128 392 0 1941 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9368

[startup+0.300252 s]
/proc/loadavg: 2.46 2.20 2.12 2/259 6973
/proc/meminfo: memFree=24844400/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=10908 CPUtime=0.29 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 1506 0 0 0 29 0 0 0 20 0 1 0 35891201 11169792 1311 33554432000 4194304 5796924 140733441350768 140733441350040 4600717 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 2727 1311 128 392 0 2326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10908

[startup+0.700203 s]
/proc/loadavg: 2.46 2.20 2.12 2/259 6973
/proc/meminfo: memFree=24844400/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=16200 CPUtime=0.69 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 2962 0 0 0 69 0 0 0 20 0 1 0 35891201 16588800 3110 33554432000 4194304 5796924 140733441350768 140733441349928 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 4050 3110 128 392 0 3649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16200

[startup+1.50018 s]
/proc/loadavg: 2.46 2.20 2.12 3/260 6974
/proc/meminfo: memFree=24820280/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=27868 CPUtime=1.49 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 6232 0 0 0 148 1 0 0 20 0 1 0 35891201 28536832 6016 33554432000 4194304 5796924 140733441350768 140733441349928 5087538 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 6967 6016 132 392 0 6566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27868

[startup+3.10028 s]
/proc/loadavg: 2.46 2.20 2.12 3/260 6974
/proc/meminfo: memFree=24765968/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=123884 CPUtime=3.09 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 30394 0 0 0 305 4 0 0 20 0 1 0 35891201 126857216 30013 33554432000 4194304 5796924 140733441350768 140733420425272 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 30971 30014 140 392 0 30570 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123884

[startup+6.30023 s]
/proc/loadavg: 2.42 2.19 2.12 3/260 6974
/proc/meminfo: memFree=24614936/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=268604 CPUtime=6.29 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 66526 0 0 0 619 10 0 0 20 0 1 0 35891201 275050496 66178 33554432000 4194304 5796924 140733441350768 140733423861320 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 67151 66180 140 392 0 66750 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 268604

[startup+12.7003 s]
/proc/loadavg: 2.55 2.22 2.12 3/260 6974
/proc/meminfo: memFree=24326360/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=552452 CPUtime=12.69 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 134834 0 0 0 1248 21 0 0 20 0 1 0 35891201 565710848 137175 33554432000 4194304 5796924 140733441350768 140733427981736 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 138113 137175 140 392 0 137712 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 552452

[startup+25.5004 s]
/proc/loadavg: 2.42 2.21 2.12 3/260 6974
/proc/meminfo: memFree=23751384/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=1104532 CPUtime=25.48 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 266089 0 0 0 2507 41 0 0 20 0 1 0 35891201 1131040768 274910 33554432000 4194304 5796924 140733441350768 140733435214760 5087700 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 276133 274910 140 392 0 275732 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1104532

[startup+51.1004 s]
/proc/loadavg: 2.28 2.19 2.12 3/260 6974
/proc/meminfo: memFree=22776228/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=51.08 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392645 0 0 0 5037 71 0 0 20 0 1 0 35891201 2227761152 516095 33554432000 4194304 5796924 140733441350768 140733441349160 4592059 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 516095 155 392 0 543486 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2175548

[startup+102.3 s]
/proc/loadavg: 2.22 2.19 2.12 3/259 6975
/proc/meminfo: memFree=22770780/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=102.29 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392647 0 0 0 10158 71 0 0 20 0 1 0 35891201 2227761152 517119 33554432000 4194304 5796924 140733441350768 140733441349160 4591895 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 517119 155 392 0 543486 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2175548

[startup+162.3 s]
/proc/loadavg: 2.17 2.18 2.12 3/259 6976
/proc/meminfo: memFree=22769140/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=162.27 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392648 0 0 0 16156 71 0 0 20 0 1 0 35891201 2227761152 517631 33554432000 4194304 5796924 140733441350768 140733441349160 4591861 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 517631 155 392 0 543486 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2175548

[startup+222.311 s]
/proc/loadavg: 2.20 2.19 2.12 3/259 6978
/proc/meminfo: memFree=22765396/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=222.27 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392650 0 0 0 22156 71 0 0 20 0 1 0 35891201 2227761152 518655 33554432000 4194304 5796924 140733441350768 140733441349160 4592560 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 518655 155 392 0 543486 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 2175548

[startup+282.3 s]
/proc/loadavg: 2.21 2.20 2.13 3/260 6982
/proc/meminfo: memFree=22762788/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=282.25 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392651 0 0 0 28154 71 0 0 20 0 1 0 35891201 2227761152 519167 33554432000 4194304 5796924 140733441350768 140733441349160 4591848 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 519167 155 392 0 543486 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2175548

[startup+342.3 s]
/proc/loadavg: 2.17 2.19 2.12 3/260 7006
/proc/meminfo: memFree=22760632/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=342.24 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392652 0 0 0 34153 71 0 0 20 0 1 0 35891201 2227761152 519679 33554432000 4194304 5796924 140733441350768 140733441349160 4592059 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 519679 155 392 0 543486 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2175548

[startup+402.3 s]
/proc/loadavg: 2.16 2.18 2.12 3/259 7007
/proc/meminfo: memFree=22758732/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=402.23 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392653 0 0 0 40152 71 0 0 20 0 1 0 35891201 2227761152 520191 33554432000 4194304 5796924 140733441350768 140733441349160 4592031 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 520191 155 392 0 543486 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2175548

[startup+462.3 s]
/proc/loadavg: 2.15 2.18 2.12 3/259 7008
/proc/meminfo: memFree=22756540/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=462.22 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392654 0 0 0 46151 71 0 0 20 0 1 0 35891201 2227761152 520703 33554432000 4194304 5796924 140733441350768 140733441349160 4592632 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 520703 155 392 0 543486 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2175548

[startup+522.3 s]
/proc/loadavg: 2.15 2.17 2.12 3/259 7010
/proc/meminfo: memFree=22754896/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=522.21 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392655 0 0 0 52150 71 0 0 20 0 1 0 35891201 2227761152 521215 33554432000 4194304 5796924 140733441350768 140733441349160 4592310 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 521215 155 392 0 543486 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2175548

[startup+582.3 s]
/proc/loadavg: 2.15 2.17 2.12 3/259 7011
/proc/meminfo: memFree=22752708/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=582.2 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392656 0 0 0 58149 71 0 0 20 0 1 0 35891201 2227761152 521727 33554432000 4194304 5796924 140733441350768 140733441349160 4592059 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 521727 155 392 0 543486 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2175548

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


[startup+882.311 s]
/proc/loadavg: 2.16 2.17 2.13 3/260 7021
/proc/meminfo: memFree=22735392/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=882.16 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392664 0 0 0 88145 71 0 0 20 0 1 0 35891201 2227761152 525823 33554432000 4194304 5796924 140733441350768 140733441349160 4591861 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 525823 155 392 0 543486 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 2175548

[startup+942.3 s]
/proc/loadavg: 2.15 2.17 2.13 3/259 7022
/proc/meminfo: memFree=22735648/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=942.14 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392672 0 0 0 94143 71 0 0 20 0 1 0 35891201 2227761152 525831 33554432000 4194304 5796924 140733441350768 140733441349160 4592023 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 525831 163 392 0 543486 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 2175548

[startup+1002.3 s]
/proc/loadavg: 2.15 2.17 2.12 3/259 7023
/proc/meminfo: memFree=22733860/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1002.13 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392673 0 0 0 100142 71 0 0 20 0 1 0 35891201 2227761152 526343 33554432000 4194304 5796924 140733441350768 140733441349160 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 526343 163 392 0 543486 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 2175548

[startup+1062.3 s]
/proc/loadavg: 2.15 2.16 2.12 3/259 7024
/proc/meminfo: memFree=22732044/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1062.12 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392674 0 0 0 106141 71 0 0 20 0 1 0 35891201 2227761152 526855 33554432000 4194304 5796924 140733441350768 140733441349160 4592073 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 526855 163 392 0 543486 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2175548

[startup+1122.3 s]
/proc/loadavg: 2.15 2.16 2.12 3/259 7026
/proc/meminfo: memFree=22732168/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1122.12 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392676 0 0 0 112141 71 0 0 20 0 1 0 35891201 2227761152 526857 33554432000 4194304 5796924 140733441350768 140733441349160 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 526857 165 392 0 543486 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2175548

[startup+1182.3 s]
/proc/loadavg: 2.15 2.16 2.12 3/259 7027
/proc/meminfo: memFree=22729348/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1182.11 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392677 0 0 0 118140 71 0 0 20 0 1 0 35891201 2227761152 527369 33554432000 4194304 5796924 140733441350768 140733441349160 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 527369 165 392 0 543486 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2175548

[startup+1242.3 s]
/proc/loadavg: 2.21 2.17 2.13 3/259 7073
/proc/meminfo: memFree=28647708/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1242.08 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392704 0 0 0 124137 71 0 0 20 0 1 0 35891201 2227761152 528393 33554432000 4194304 5796924 140733441350768 140733441349160 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 528393 165 392 0 543486 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 2175548

[startup+1302.3 s]
/proc/loadavg: 2.19 2.17 2.13 3/259 7074
/proc/meminfo: memFree=28638528/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1302.06 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 392895 0 0 0 130134 72 0 0 20 0 1 0 35891201 2227761152 528550 33554432000 4194304 5796924 140733441350768 140733441349160 4606721 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 528550 165 392 0 543486 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 2175548

[startup+1362.3 s]
/proc/loadavg: 2.12 2.15 2.12 3/259 7075
/proc/meminfo: memFree=28626260/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2307808 CPUtime=1362.04 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 393247 0 0 0 136131 73 0 0 20 0 1 0 35891201 2363195392 528894 33554432000 4194304 5796924 140733441350768 140733441348408 4591861 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 576952 528894 165 392 0 576551 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 2307808

[startup+1422.3 s]
/proc/loadavg: 2.04 2.12 2.11 3/259 7076
/proc/meminfo: memFree=28614060/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2307808 CPUtime=1422.03 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 393704 0 0 0 142130 73 0 0 20 0 1 0 35891201 2363195392 529331 33554432000 4194304 5796924 140733441350768 140733441348408 4592059 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 576952 529331 165 392 0 576551 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 2307808

[startup+1482.3 s]
/proc/loadavg: 2.06 2.11 2.10 3/260 7081
/proc/meminfo: memFree=28601632/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2307808 CPUtime=1482.01 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 393756 0 0 0 148128 73 0 0 20 0 1 0 35891201 2363195392 530394 33554432000 4194304 5796924 140733441350768 140733441348408 4591861 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 576952 530394 165 392 0 576551 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 2307808

[startup+1542.31 s]
/proc/loadavg: 2.07 2.11 2.09 3/259 7082
/proc/meminfo: memFree=28592796/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2307808 CPUtime=1542 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 393766 0 0 0 154127 73 0 0 20 0 1 0 35891201 2363195392 530394 33554432000 4194304 5796924 140733441350768 140733441348408 4606433 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 576952 530394 165 392 0 576551 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 2307808

[startup+1602.3 s]
/proc/loadavg: 2.07 2.10 2.09 3/259 7083
/proc/meminfo: memFree=28636364/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1601.98 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 394110 0 0 0 160121 77 0 0 20 0 1 0 35891201 2227761152 517642 33554432000 4194304 5796924 140733441350768 140733441348232 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 517642 166 392 0 543486 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 2175548

[startup+1662.3 s]
/proc/loadavg: 2.07 2.09 2.09 3/259 7084
/proc/meminfo: memFree=28623724/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1661.95 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 394140 0 0 0 166118 77 0 0 20 0 1 0 35891201 2227761152 518154 33554432000 4194304 5796924 140733441350768 140733441348232 4592073 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 518154 166 392 0 543486 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 2175548

[startup+1722.3 s]
/proc/loadavg: 2.13 2.10 2.09 3/259 7085
/proc/meminfo: memFree=28613632/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1721.94 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 394147 0 0 0 172117 77 0 0 20 0 1 0 35891201 2227761152 518666 33554432000 4194304 5796924 140733441350768 140733441348232 4607232 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 518666 166 392 0 543486 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 2175548

[startup+1782.3 s]
/proc/loadavg: 2.09 2.10 2.09 3/259 7087
/proc/meminfo: memFree=28602920/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1781.93 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 394156 0 0 0 178116 77 0 0 20 0 1 0 35891201 2227761152 519178 33554432000 4194304 5796924 140733441350768 140733441348232 4591861 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 519178 166 392 0 543486 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 2175548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.09 2.09 3/259 7088
/proc/meminfo: memFree=28598776/32872528 swapFree=7556/7556
[pid=6973] ppid=6970 vsize=2175548 CPUtime=1800.02 cores=4-7,12-15
/proc/6973/stat : 6973 (naps-1.02) R 6970 6973 5888 0 -1 4202496 394156 0 0 0 179925 77 0 0 20 0 1 0 35891201 2227761152 519178 33554432000 4194304 5796924 140733441350768 140733441348232 4592160 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6973/statm: 543887 519178 166 392 0 543486 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2175548

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

Child status: 0
Real time (s): 1800.44
CPU time (s): 1800.07
CPU user time (s): 1799.26
CPU system time (s): 0.811876
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 2519424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.811876
maximum resident set size= 2288252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394168
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= 180
involuntary context switches= 1845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.00593 second user time and 9.8555 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-27 13:55:30
IDJOB=4105711
IDBENCH=2986
IDSOLVER=2544
FILE ID=node132/4105711-1467028530
RUNJOBID= node132-1467020363-5905
PBS_JOBID= 19976984
Free space on /tmp= 71520 MiB

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

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

MD5SUM BENCH= 81173f844eee6ccc8bf148af6d43b94b
RANDOM SEED=5183228

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:        24844432 kB
Buffers:           96656 kB
Cached:           217532 kB
SwapCached:         2040 kB
Active:          7039688 kB
Inactive:         224584 kB
Active(anon):    6948264 kB
Inactive(anon):     3784 kB
Active(file):      91424 kB
Inactive(file):   220800 kB
Unevictable:        7556 kB
Mlocked:            7556 kB
SwapTotal:      67108856 kB
SwapFree:       67098872 kB
Dirty:              7348 kB
Writeback:             0 kB
AnonPages:       6958516 kB
Mapped:             8896 kB
Shmem:                 0 kB
Slab:             607064 kB
SReclaimable:      46616 kB
SUnreclaim:       560448 kB
KernelStack:        2176 kB
PageTables:        17844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    7114064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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 14:25:31