Trace number 4082276

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.22 1800.66

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
MD5SUM7e6b5d1bb2d5498810142d4e4cc2c6f4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45751
Total number of constraints135901
Number of constraints which are clauses135900
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 constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884415680534709393500410164485780207399841635394555886269312423583179230372744812869772975784
Number of bits of the biggest sum of numbers451
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.06/1800.50	c 
1800.06/1800.50	c *** TERMINATED *** by signal 15
1800.06/1800.50	s UNKNOWN
1800.06/1800.50	c _____________________________________________________________________________
1800.06/1800.50	c 
1800.06/1800.50	c std/band forms        : 0,1
1800.06/1800.50	c 2cl/3cl ITE-codings   : 0,0
1800.06/1800.50	c BDD/srt/adr Max costs : 0,0,0
1800.06/1800.50	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.06/1800.50	c BDD nodes             : 6088615
1800.06/1800.50	c Es1/CC detections     : 0,0
1800.06/1800.50	c SAT/UNSAT calls       : 0,0
1800.06/1800.50	c restarts              : 0
1800.06/1800.50	c conflicts             : 0              (0 /sec)
1800.06/1800.50	c decisions             : 0              (0 /sec)
1800.06/1800.50	c propagations          : 0              (0 /sec)
1800.06/1800.50	c inspects              : 0              (0 /sec)
1800.06/1800.50	c CPU time (solving tm) : 1798 s        (0 s)
1800.06/1800.50	c Time for Opt-base     : 0 s
1800.06/1800.50	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4082276-1467030331/watcher-4082276-1467030331 -o /tmp/evaluation-result-4082276-1467030331/solver-4082276-1467030331 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5905 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082276-1467030331.opb 

pid=7130
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.07 2.09 2.09 3/258 7133
/proc/meminfo: memFree=30675608/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=6552 CPUtime=0 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 341 0 0 0 0 0 0 0 20 0 1 0 36071308 6709248 214 33554432000 4194304 5796924 140733634600464 140733634599688 4623737 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1638 214 128 392 0 1237 0

[startup+0.100119 s]
/proc/loadavg: 2.07 2.09 2.09 3/258 7133
/proc/meminfo: memFree=30675608/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=7820 CPUtime=0.09 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 695 0 0 0 9 0 0 0 20 0 1 0 36071308 8007680 549 33554432000 4194304 5796924 140733634600464 140733634599688 4564240 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1955 549 128 392 0 1554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7820

[startup+0.200271 s]
/proc/loadavg: 2.07 2.09 2.09 3/258 7133
/proc/meminfo: memFree=30675608/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=9380 CPUtime=0.19 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1093 0 0 0 19 0 0 0 20 0 1 0 36071308 9605120 1436 33554432000 4194304 5796924 140733634600464 140733634599688 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 2345 1436 128 392 0 1944 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9380

[startup+0.300271 s]
/proc/loadavg: 2.07 2.09 2.09 3/258 7133
/proc/meminfo: memFree=30675608/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=10900 CPUtime=0.29 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1433 0 0 0 29 0 0 0 20 0 1 0 36071308 11161600 1759 33554432000 4194304 5796924 140733634600464 140733634599688 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 2725 1759 128 392 0 2324 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10900

[startup+0.70022 s]
/proc/loadavg: 2.07 2.09 2.09 3/258 7133
/proc/meminfo: memFree=30675608/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=16252 CPUtime=0.69 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 2759 0 0 0 69 0 0 0 20 0 1 0 36071308 16642048 2935 33554432000 4194304 5796924 140733634600464 140733634599688 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 4063 2935 128 392 0 3662 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16252

[startup+1.50025 s]
/proc/loadavg: 2.07 2.09 2.09 3/259 7134
/proc/meminfo: memFree=30658704/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=28796 CPUtime=1.48 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 6120 0 0 0 148 0 0 0 20 0 1 0 36071308 29487104 5721 33554432000 4194304 5796924 140733634600464 140733634599688 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 7199 5721 128 392 0 6798 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28796

[startup+3.10022 s]
/proc/loadavg: 2.07 2.09 2.09 3/259 7134
/proc/meminfo: memFree=30633572/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=59480 CPUtime=3.09 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 14726 0 0 0 307 2 0 0 20 0 1 0 36071308 60907520 13530 33554432000 4194304 5796924 140733634600464 140733634597016 4806956 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 14870 13530 132 392 0 14469 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59480

[startup+6.30028 s]
/proc/loadavg: 2.06 2.09 2.09 3/259 7134
/proc/meminfo: memFree=30522124/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=200828 CPUtime=6.29 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 50095 0 0 0 623 6 0 0 20 0 1 0 36071308 205647872 48899 33554432000 4194304 5796924 140733634600464 140733585197624 4806867 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 50207 48899 140 392 0 49806 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 200828

[startup+12.7003 s]
/proc/loadavg: 2.14 2.10 2.09 3/259 7134
/proc/meminfo: memFree=30187344/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=519744 CPUtime=12.69 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 128356 0 0 0 1251 18 0 0 20 0 1 0 36071308 532217856 128249 33554432000 4194304 5796924 140733634600464 140733592097688 4805680 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 129936 128251 140 392 0 129535 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 519744

[startup+25.5004 s]
/proc/loadavg: 2.10 2.10 2.09 3/259 7134
/proc/meminfo: memFree=29559252/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=1124216 CPUtime=25.49 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 271212 0 0 0 2509 40 0 0 20 0 1 0 36071308 1151197184 279548 33554432000 4194304 5796924 140733634600464 140733598693992 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 281054 279549 140 392 0 280653 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1124216

[startup+51.1004 s]
/proc/loadavg: 2.13 2.10 2.09 3/259 7134
/proc/meminfo: memFree=28387012/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=2309620 CPUtime=51.08 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 552933 0 0 0 5025 83 0 0 20 0 1 0 36071308 2365050880 575252 33554432000 4194304 5796924 140733634600464 140733610809288 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 577405 575253 140 392 0 577004 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2309620

[startup+102.3 s]
/proc/loadavg: 2.10 2.10 2.09 3/259 7135
/proc/meminfo: memFree=25914008/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=102.28 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133832 0 0 0 10058 170 0 0 20 0 1 0 36071308 4877733888 1184116 33554432000 4194304 5796924 140733634600464 140733629867384 5087632 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184116 140 392 0 1190452 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4763412

[startup+162.3 s]
/proc/loadavg: 2.08 2.09 2.09 3/259 7136
/proc/meminfo: memFree=25908008/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=162.26 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133837 0 0 0 16056 170 0 0 20 0 1 0 36071308 4877733888 1184121 33554432000 4194304 5796924 140733634600464 140733634597448 5092545 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184121 145 392 0 1190452 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 4763412

[startup+222.311 s]
/proc/loadavg: 2.08 2.09 2.09 3/259 7137
/proc/meminfo: memFree=25897916/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=222.26 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133837 0 0 0 22056 170 0 0 20 0 1 0 36071308 4877733888 1184121 33554432000 4194304 5796924 140733634600464 140733634597448 5100646 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184121 145 392 0 1190452 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 4763412

[startup+282.3 s]
/proc/loadavg: 2.13 2.10 2.09 3/260 7142
/proc/meminfo: memFree=25890352/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=282.24 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133837 0 0 0 28054 170 0 0 20 0 1 0 36071308 4877733888 1184121 33554432000 4194304 5796924 140733634600464 140733634597448 4806863 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184121 145 392 0 1190452 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 4763412

[startup+342.3 s]
/proc/loadavg: 2.09 2.09 2.09 3/259 7143
/proc/meminfo: memFree=25880940/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=342.23 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133837 0 0 0 34053 170 0 0 20 0 1 0 36071308 4877733888 1184121 33554432000 4194304 5796924 140733634600464 140733634597448 5093157 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184121 145 392 0 1190452 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 4763412

[startup+402.3 s]
/proc/loadavg: 2.08 2.09 2.09 3/259 7144
/proc/meminfo: memFree=25875068/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=402.22 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133837 0 0 0 40052 170 0 0 20 0 1 0 36071308 4877733888 1184121 33554432000 4194304 5796924 140733634600464 140733634597448 4865488 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184121 145 392 0 1190452 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 4763412

[startup+462.3 s]
/proc/loadavg: 2.08 2.08 2.09 3/259 7145
/proc/meminfo: memFree=25868736/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=462.21 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133837 0 0 0 46051 170 0 0 20 0 1 0 36071308 4877733888 1184121 33554432000 4194304 5796924 140733634600464 140733634597448 5100093 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184121 145 392 0 1190452 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 4763412

[startup+522.3 s]
/proc/loadavg: 2.15 2.10 2.09 3/259 7146
/proc/meminfo: memFree=25958388/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=522.21 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133837 0 0 0 52051 170 0 0 20 0 1 0 36071308 4877733888 1184121 33554432000 4194304 5796924 140733634600464 140733634597448 4865560 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184121 145 392 0 1190452 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 4763412

[startup+582.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/259 7148
/proc/meminfo: memFree=25954208/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=582.2 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133837 0 0 0 58050 170 0 0 20 0 1 0 36071308 4877733888 1184121 33554432000 4194304 5796924 140733634600464 140733634597448 5093664 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184121 145 392 0 1190452 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 4763412

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


[startup+942.3 s]
/proc/loadavg: 2.08 2.08 2.09 3/259 7158
/proc/meminfo: memFree=25934800/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=942.11 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133891 0 0 0 94041 170 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 5093296 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 4763412

[startup+1002.3 s]
/proc/loadavg: 2.16 2.10 2.09 3/260 7160
/proc/meminfo: memFree=25932648/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1002.09 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133913 0 0 0 100039 170 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 4809151 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 4763412

[startup+1062.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/259 7161
/proc/meminfo: memFree=25926540/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1062.07 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133935 0 0 0 106037 170 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 5092927 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 4763412

[startup+1122.3 s]
/proc/loadavg: 2.08 2.09 2.09 3/259 7162
/proc/meminfo: memFree=25924388/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1122.05 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133946 0 0 0 112035 170 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 4865437 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 4763412

[startup+1182.3 s]
/proc/loadavg: 2.08 2.08 2.09 3/259 7164
/proc/meminfo: memFree=25924420/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1182.03 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133967 0 0 0 118033 170 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 5087606 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 4763412

[startup+1242.3 s]
/proc/loadavg: 2.21 2.13 2.10 3/260 7258
/proc/meminfo: memFree=25534024/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1242.02 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1133981 0 0 0 124031 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 5093096 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 4763412

[startup+1302.3 s]
/proc/loadavg: 2.18 2.13 2.10 3/259 7259
/proc/meminfo: memFree=25525700/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1301.99 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1134007 0 0 0 130028 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 5093069 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 4763412

[startup+1362.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/259 7260
/proc/meminfo: memFree=25519296/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1361.98 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1134020 0 0 0 136027 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 5101325 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 4763412

[startup+1422.3 s]
/proc/loadavg: 2.09 2.11 2.09 3/259 7261
/proc/meminfo: memFree=25512648/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1421.97 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1134030 0 0 0 142026 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 4865560 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 4763412

[startup+1482.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/260 7265
/proc/meminfo: memFree=25506200/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1481.95 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1134044 0 0 0 148024 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 5093696 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 4763412

[startup+1542.31 s]
/proc/loadavg: 2.09 2.11 2.09 3/259 7267
/proc/meminfo: memFree=25500172/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1541.94 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1134059 0 0 0 154023 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 5096545 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 4763412

[startup+1602.3 s]
/proc/loadavg: 2.08 2.10 2.09 3/259 7268
/proc/meminfo: memFree=25494380/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1601.92 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1134075 0 0 0 160021 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 4865595 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 4763412

[startup+1662.3 s]
/proc/loadavg: 2.08 2.09 2.09 3/259 7269
/proc/meminfo: memFree=25488220/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1661.9 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1134088 0 0 0 166019 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 4865570 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 4763412

[startup+1722.3 s]
/proc/loadavg: 2.07 2.09 2.09 3/259 7270
/proc/meminfo: memFree=25483788/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1721.88 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1134106 0 0 0 172017 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 5077833 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 4763412

[startup+1782.3 s]
/proc/loadavg: 2.09 2.09 2.09 3/259 7271
/proc/meminfo: memFree=25477752/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1781.86 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1134119 0 0 0 178015 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 5077954 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 4763412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.08 2.08 3/259 7272
/proc/meminfo: memFree=25475548/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=4763412 CPUtime=1800.06 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202496 1134123 0 0 0 179835 171 0 0 20 0 1 0 36071308 4877733888 1184177 33554432000 4194304 5796924 140733634600464 140733634597448 4865437 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 1190853 1184177 145 392 0 1190452 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 4763412

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

[startup+1800.6 s]
/proc/loadavg: 2.06 2.08 2.08 3/259 7272
/proc/meminfo: memFree=25475548/32872528 swapFree=7556/7556
[pid=7133] ppid=7130 vsize=0 CPUtime=1800.16 cores=4-7,12-15
/proc/7133/stat : 7133 (naps-1.02) R 7130 7133 5888 0 -1 4202500 1134136 0 0 0 179835 181 0 0 20 0 1 0 36071308 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/7133/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.66
CPU time (s): 1800.22
CPU user time (s): 1798.35
CPU system time (s): 1.87171
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 4763412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.35
system time used= 1.87172
maximum resident set size= 4736760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1134136
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= 289
involuntary context switches= 1826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2511 second user time and 18.8061 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-27 14:25:31
IDJOB=4082276
IDBENCH=3012
IDSOLVER=2544
FILE ID=node132/4082276-1467030331
RUNJOBID= node132-1467020363-5905
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=300-sizeP=151-sizeQ=300-692949159-max.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082276-1467030331/watcher-4082276-1467030331 -o /tmp/evaluation-result-4082276-1467030331/solver-4082276-1467030331 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5905 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082276-1467030331.opb

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

MD5SUM BENCH= 7e6b5d1bb2d5498810142d4e4cc2c6f4
RANDOM SEED=967219912

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:        30675648 kB
Buffers:           97676 kB
Cached:           214012 kB
SwapCached:         2040 kB
Active:          1217164 kB
Inactive:         226556 kB
Active(anon):    1130580 kB
Inactive(anon):     3780 kB
Active(file):      86584 kB
Inactive(file):   222776 kB
Unevictable:        7556 kB
Mlocked:            7556 kB
SwapTotal:      67108856 kB
SwapFree:       67098872 kB
Dirty:             10700 kB
Writeback:             0 kB
AnonPages:       1142476 kB
Mapped:             9020 kB
Shmem:                 0 kB
Slab:             605344 kB
SReclaimable:      45728 kB
SUnreclaim:       559616 kB
KernelStack:        2200 kB
PageTables:         6620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1312652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71524 MiB
End job on node132 at 2016-06-27 14:55:32