Trace number 4103695

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-cycle.opb
MD5SUMa4f456875ede4549ae03268180cd603c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables84737
Total number of constraints1802
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1802
Minimum length of a constraint11
Maximum length of a constraint1470
Number of terms in the objective function 9240
Biggest coefficient in the objective function 53687091200000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 1737924154969464
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 48888431614361600
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 779202693141814557
Number of bits of the biggest sum of numbers60
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.08/1800.40	c 
1800.08/1800.40	c *** TERMINATED *** by signal 15
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c _____________________________________________________________________________
1800.08/1800.40	c 
1800.08/1800.40	c std/band forms        : 73,54
1800.08/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.08/1800.40	c BDD/srt/adr Max costs : 7503,124634,114
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 13,0,93,20,1
1800.08/1800.40	c BDD nodes             : 1955773
1800.08/1800.40	c Es1/CC detections     : 0,0
1800.08/1800.40	c SAT/UNSAT calls       : 0,0
1800.08/1800.40	c restarts              : 0
1800.08/1800.40	c conflicts             : 0              (0 /sec)
1800.08/1800.40	c decisions             : 0              (0 /sec)
1800.08/1800.40	c propagations          : 0              (0 /sec)
1800.08/1800.40	c inspects              : 0              (0 /sec)
1800.08/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.08/1800.40	c Time for Opt-base     : 1578 s
1800.08/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-4103695-1466264985/watcher-4103695-1466264985 -o /tmp/evaluation-result-4103695-1466264985/solver-4103695-1466264985 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31739 --watchdog 1960 naps-1.02 HOME/instance-4103695-1466264985.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.31 3/258 31769
/proc/meminfo: memFree=31802636/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=7756 CPUtime=0 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 582 0 0 0 0 0 0 0 20 0 1 0 28543147 7942144 457 33554432000 4194304 5796924 140734976780576 140734976780576 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 1939 457 114 392 0 1538 0

[startup+0.100156 s]
/proc/loadavg: 1.00 1.03 1.31 3/258 31769
/proc/meminfo: memFree=31802636/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=12548 CPUtime=0.09 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 1794 0 0 0 9 0 0 0 20 0 1 0 28543147 12849152 1627 33554432000 4194304 5796924 140734976780576 140734976780576 4865437 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 3137 1627 128 392 0 2736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12548

[startup+0.200325 s]
/proc/loadavg: 1.00 1.03 1.31 3/258 31769
/proc/meminfo: memFree=31802636/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=16560 CPUtime=0.19 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 2703 0 0 0 19 0 0 0 20 0 1 0 28543147 16957440 2536 33554432000 4194304 5796924 140734976780576 140734976780576 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 4140 2536 128 392 0 3739 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16560

[startup+0.300282 s]
/proc/loadavg: 1.00 1.03 1.31 3/258 31769
/proc/meminfo: memFree=31802636/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=18988 CPUtime=0.29 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 3487 0 0 0 29 0 0 0 20 0 1 0 28543147 19443712 3237 33554432000 4194304 5796924 140734976780576 140734976779736 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 4747 3237 128 392 0 4346 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18988

[startup+0.700236 s]
/proc/loadavg: 1.00 1.03 1.31 3/258 31769
/proc/meminfo: memFree=31802636/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=32192 CPUtime=0.69 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 6653 0 0 0 68 1 0 0 20 0 1 0 28543147 32964608 6393 33554432000 4194304 5796924 140734976780576 140734976779736 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 8048 6394 128 392 0 7647 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32192

[startup+1.50023 s]
/proc/loadavg: 1.08 1.05 1.31 3/259 31770
/proc/meminfo: memFree=31762692/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=60952 CPUtime=1.49 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 13537 0 0 0 148 1 0 0 20 0 1 0 28543147 62414848 13095 33554432000 4194304 5796924 140734976780576 140734976778072 4805694 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 15238 13095 128 392 0 14837 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60952

[startup+3.1002 s]
/proc/loadavg: 1.08 1.05 1.31 3/259 31770
/proc/meminfo: memFree=31730204/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=101408 CPUtime=3.09 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 23752 0 0 0 306 3 0 0 20 0 1 0 28543147 103841792 22954 33554432000 4194304 5796924 140734976780576 140734976779736 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 25352 22954 128 392 0 24951 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101408

[startup+6.30023 s]
/proc/loadavg: 1.08 1.05 1.31 3/259 31770
/proc/meminfo: memFree=31685608/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=121924 CPUtime=6.29 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 29585 0 0 0 624 5 0 0 20 0 1 0 28543147 124850176 28124 33554432000 4194304 5796924 140734976780576 140734976776792 5087571 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 30481 28124 144 392 0 30080 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121924

[startup+12.7002 s]
/proc/loadavg: 1.22 1.08 1.32 3/259 31770
/proc/meminfo: memFree=31688984/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=121984 CPUtime=12.69 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 29600 0 0 0 1264 5 0 0 20 0 1 0 28543147 124911616 28139 33554432000 4194304 5796924 140734976780576 140734976776792 5087512 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 30496 28139 144 392 0 30095 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121984

[startup+25.5003 s]
/proc/loadavg: 1.34 1.11 1.32 3/260 31773
/proc/meminfo: memFree=31689188/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=121984 CPUtime=25.49 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 29600 0 0 0 2544 5 0 0 20 0 1 0 28543147 124911616 28139 33554432000 4194304 5796924 140734976780576 140734976776792 5092509 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 30496 28139 144 392 0 30095 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121984

[startup+51.1003 s]
/proc/loadavg: 1.56 1.18 1.34 3/260 31773
/proc/meminfo: memFree=31678120/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=134132 CPUtime=51.07 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 32610 0 0 0 5102 5 0 0 20 0 1 0 28543147 137351168 31180 33554432000 4194304 5796924 140734976780576 140734976776792 4805613 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 33533 31180 191 392 0 33132 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 134132

[startup+102.3 s]
/proc/loadavg: 1.82 1.31 1.38 3/259 31774
/proc/meminfo: memFree=31427248/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=370540 CPUtime=102.26 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 90614 0 0 0 10210 16 0 0 20 0 1 0 28543147 379432960 90643 33554432000 4194304 5796924 140734976780576 140734976777560 5092509 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 92635 90643 191 392 0 92234 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 370540

[startup+162.3 s]
/proc/loadavg: 1.93 1.44 1.41 3/259 31776
/proc/meminfo: memFree=31425288/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=372364 CPUtime=162.24 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 90825 0 0 0 16208 16 0 0 20 0 1 0 28543147 381300736 90849 33554432000 4194304 5796924 140734976780576 140734976777560 4840376 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 93091 90849 191 392 0 92690 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 372364

[startup+222.31 s]
/proc/loadavg: 1.97 1.54 1.45 3/259 31777
/proc/meminfo: memFree=31424928/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=372364 CPUtime=222.23 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 90829 0 0 0 22207 16 0 0 20 0 1 0 28543147 381300736 90849 33554432000 4194304 5796924 140734976780576 140734976777560 5087774 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 93091 90849 191 392 0 92690 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 372364

[startup+282.3 s]
/proc/loadavg: 2.06 1.63 1.48 3/259 31778
/proc/meminfo: memFree=31424636/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=372364 CPUtime=282.22 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 90829 0 0 0 28206 16 0 0 20 0 1 0 28543147 381300736 90849 33554432000 4194304 5796924 140734976780576 140734976777560 4261421 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 93091 90849 191 392 0 92690 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 372364

[startup+342.3 s]
/proc/loadavg: 2.02 1.70 1.51 3/259 31779
/proc/meminfo: memFree=31424856/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=372364 CPUtime=342.21 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 90836 0 0 0 34205 16 0 0 20 0 1 0 28543147 381300736 90856 33554432000 4194304 5796924 140734976780576 140734976777560 4861395 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 93091 90856 191 392 0 92690 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 372364

[startup+402.3 s]
/proc/loadavg: 2.01 1.75 1.54 3/259 31780
/proc/meminfo: memFree=31374744/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=423736 CPUtime=402.19 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 102647 0 0 0 40201 18 0 0 20 0 1 0 28543147 433905664 103393 33554432000 4194304 5796924 140734976780576 140734976775144 5100093 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 105934 103393 191 392 0 105533 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 423736

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.57 3/259 31782
/proc/meminfo: memFree=31374592/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=423736 CPUtime=462.18 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 102668 0 0 0 46200 18 0 0 20 0 1 0 28543147 433905664 103414 33554432000 4194304 5796924 140734976780576 140734976775144 5092651 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 105934 103414 191 392 0 105533 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 423736

[startup+522.3 s]
/proc/loadavg: 2.04 1.84 1.59 3/259 31783
/proc/meminfo: memFree=31373132/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=423736 CPUtime=522.18 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 102676 0 0 0 52200 18 0 0 20 0 1 0 28543147 433905664 103812 33554432000 4194304 5796924 140734976780576 140734976775144 4865544 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 105934 103812 191 392 0 105533 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 423736

[startup+582.3 s]
/proc/loadavg: 2.01 1.87 1.62 3/259 31784
/proc/meminfo: memFree=31372484/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=423736 CPUtime=582.17 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 102677 0 0 0 58199 18 0 0 20 0 1 0 28543147 433905664 103813 33554432000 4194304 5796924 140734976780576 140734976775144 4809393 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 105934 103813 191 392 0 105533 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 423736


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


[startup+882.31 s]
/proc/loadavg: 2.06 1.98 1.73 3/259 31816
/proc/meminfo: memFree=31368276/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=423736 CPUtime=882.13 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 102791 0 0 0 88195 18 0 0 20 0 1 0 28543147 433905664 103927 33554432000 4194304 5796924 140734976780576 140734976777560 5087772 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 105934 103927 191 392 0 105533 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 423736

[startup+942.3 s]
/proc/loadavg: 2.06 2.00 1.74 3/259 31817
/proc/meminfo: memFree=31368020/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=423736 CPUtime=942.11 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 102791 0 0 0 94193 18 0 0 20 0 1 0 28543147 433905664 103927 33554432000 4194304 5796924 140734976780576 140734976777560 5094663 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 105934 103927 191 392 0 105533 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 423736

[startup+1002.3 s]
/proc/loadavg: 2.11 2.03 1.77 3/259 31818
/proc/meminfo: memFree=31368196/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=423736 CPUtime=1002.1 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 102791 0 0 0 100192 18 0 0 20 0 1 0 28543147 433905664 103927 33554432000 4194304 5796924 140734976780576 140734976777560 4199797 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 105934 103927 191 392 0 105533 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 423736

[startup+1062.3 s]
/proc/loadavg: 2.08 2.03 1.78 3/259 31820
/proc/meminfo: memFree=31368056/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=423736 CPUtime=1062.09 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 102791 0 0 0 106191 18 0 0 20 0 1 0 28543147 433905664 103927 33554432000 4194304 5796924 140734976780576 140734976777560 5096660 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 105934 103927 191 392 0 105533 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 423736

[startup+1122.3 s]
/proc/loadavg: 2.07 2.04 1.80 3/259 31821
/proc/meminfo: memFree=31366136/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=423736 CPUtime=1122.08 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 102791 0 0 0 112190 18 0 0 20 0 1 0 28543147 433905664 103927 33554432000 4194304 5796924 140734976780576 140734976777560 5096680 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 105934 103927 191 392 0 105533 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 423736

[startup+1182.3 s]
/proc/loadavg: 2.06 2.04 1.82 3/259 31822
/proc/meminfo: memFree=31337564/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=456432 CPUtime=1182.07 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 107631 0 0 0 118187 20 0 0 20 0 1 0 28543147 467386368 111241 33554432000 4194304 5796924 140734976780576 140734976775144 5092502 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 114108 111241 191 392 0 113707 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 456432

[startup+1242.3 s]
/proc/loadavg: 2.06 2.05 1.83 3/260 31826
/proc/meminfo: memFree=31335636/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=457748 CPUtime=1242.07 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 107978 0 0 0 124187 20 0 0 20 0 1 0 28543147 468733952 111588 33554432000 4194304 5796924 140734976780576 140734976775064 5092545 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 114437 111588 191 392 0 114036 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 457748

[startup+1302.3 s]
/proc/loadavg: 2.14 2.07 1.85 3/259 31827
/proc/meminfo: memFree=31335380/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=457748 CPUtime=1302.06 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 107980 0 0 0 130186 20 0 0 20 0 1 0 28543147 468733952 111590 33554432000 4194304 5796924 140734976780576 140734976775064 4865437 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 114437 111590 191 392 0 114036 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 457748

[startup+1362.3 s]
/proc/loadavg: 2.05 2.05 1.85 3/259 31829
/proc/meminfo: memFree=31334792/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=457748 CPUtime=1362.04 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 108021 0 0 0 136184 20 0 0 20 0 1 0 28543147 468733952 111719 33554432000 4194304 5796924 140734976780576 140734976777560 5092643 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 114437 111719 191 392 0 114036 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 457748

[startup+1422.3 s]
/proc/loadavg: 2.06 2.06 1.86 3/259 31830
/proc/meminfo: memFree=31332292/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=457748 CPUtime=1422.04 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 108201 0 0 0 142184 20 0 0 20 0 1 0 28543147 468733952 112410 33554432000 4194304 5796924 140734976780576 140734976777560 4805857 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 114437 112410 191 392 0 114036 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 457748

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 1.87 3/259 31831
/proc/meminfo: memFree=31332272/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=457748 CPUtime=1482.03 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 108201 0 0 0 148183 20 0 0 20 0 1 0 28543147 468733952 112410 33554432000 4194304 5796924 140734976780576 140734976777560 5092423 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 114437 112410 191 392 0 114036 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 457748

[startup+1542.31 s]
/proc/loadavg: 2.02 2.05 1.88 3/259 31832
/proc/meminfo: memFree=31332452/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=457748 CPUtime=1542.03 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 108201 0 0 0 154183 20 0 0 20 0 1 0 28543147 468733952 112410 33554432000 4194304 5796924 140734976780576 140734976777560 5087516 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 114437 112410 191 392 0 114036 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 457748

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 1.89 3/259 31833
/proc/meminfo: memFree=31332192/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=457748 CPUtime=1602.01 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 108201 0 0 0 160181 20 0 0 20 0 1 0 28543147 468733952 112410 33554432000 4194304 5796924 140734976780576 140734976777560 5087606 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 114437 112410 191 392 0 114036 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 457748

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 1.89 3/259 31835
/proc/meminfo: memFree=31308980/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=481356 CPUtime=1662.01 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 114080 0 0 0 166179 22 0 0 20 0 1 0 28543147 492908544 118289 33554432000 4194304 5796924 140734976780576 140734976775064 4806751 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 120339 118289 191 392 0 119938 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 481356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.90 3/259 31836
/proc/meminfo: memFree=31307840/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=482380 CPUtime=1721.99 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 114261 0 0 0 172177 22 0 0 20 0 1 0 28543147 493957120 118470 33554432000 4194304 5796924 140734976780576 140734976775144 4199792 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 120595 118470 191 392 0 120194 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 482380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/259 31837
/proc/meminfo: memFree=31305564/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=483696 CPUtime=1781.99 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 114597 0 0 0 178177 22 0 0 20 0 1 0 28543147 495304704 118806 33554432000 4194304 5796924 140734976780576 140734976775064 5092509 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 120924 118806 191 392 0 120523 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 483696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.03 1.91 3/259 31837
/proc/meminfo: memFree=31306136/32872528 swapFree=7804/7804
[pid=31769] ppid=31766 vsize=483696 CPUtime=1800.08 cores=0-3,8-11
/proc/31769/stat : 31769 (naps-1.02) R 31766 31769 31723 0 -1 4202496 114597 0 0 0 179986 22 0 0 20 0 1 0 28543147 495304704 118806 33554432000 4194304 5796924 140734976780576 140734976775064 4261360 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/31769/statm: 120924 118806 191 392 0 120523 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 483696

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.09
CPU user time (s): 1799.87
CPU system time (s): 0.225965
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 483696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.225965
maximum resident set size= 475272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114609
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= 1852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76997 second user time and 9.62954 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 17:49:45
IDJOB=4103695
IDBENCH=2433
IDSOLVER=2544
FILE ID=node132/4103695-1466264985
RUNJOBID= node132-1466264985-31739
PBS_JOBID= 19918229
Free space on /tmp= 71724 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-cycle.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103695-1466264985/watcher-4103695-1466264985 -o /tmp/evaluation-result-4103695-1466264985/solver-4103695-1466264985 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31739 --watchdog 1960  naps-1.02 HOME/instance-4103695-1466264985.opb

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

MD5SUM BENCH= a4f456875ede4549ae03268180cd603c
RANDOM SEED=1884447974

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31802636 kB
Buffers:          108604 kB
Cached:           189868 kB
SwapCached:         1776 kB
Active:           103916 kB
Inactive:         208676 kB
Active(anon):      14372 kB
Inactive(anon):     2356 kB
Active(file):      89544 kB
Inactive(file):   206320 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:             16992 kB
Writeback:             0 kB
AnonPages:         22588 kB
Mapped:             7936 kB
Shmem:                 0 kB
Slab:             608160 kB
SReclaimable:      48184 kB
SUnreclaim:       559976 kB
KernelStack:        2088 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     141020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71720 MiB
End job on node132 at 2016-06-18 18:19:46