Trace number 4082409

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.32 1800.65

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z12-s7.opb
MD5SUMf90862d191ee74c723e0b8b51b7e0fa9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-32138
Best CPU time to get the best result obtained on this benchmark1800
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10800
Total number of constraints319508
Number of constraints which are clauses319500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint10800
Number of terms in the objective function 10742
Biggest coefficient in the objective function 574
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1510061
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 3704832
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 26061465
Number of bits of the biggest sum of numbers25
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.40	c 
1800.06/1800.40	c *** TERMINATED *** by signal 15
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c _____________________________________________________________________________
1800.06/1800.40	c 
1800.06/1800.40	c std/band forms        : 16,0
1800.06/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.06/1800.40	c BDD/srt/adr Max costs : 0,0,105864
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 0,0,8,0,8
1800.06/1800.40	c BDD nodes             : 93335927
1800.06/1800.40	c Es1/CC detections     : 0,0
1800.06/1800.40	c SAT/UNSAT calls       : 0,0
1800.06/1800.40	c restarts              : 0
1800.06/1800.40	c conflicts             : 0              (0 /sec)
1800.06/1800.40	c decisions             : 0              (0 /sec)
1800.06/1800.40	c propagations          : 0              (0 /sec)
1800.06/1800.40	c inspects              : 0              (0 /sec)
1800.06/1800.40	c CPU time (solving tm) : 1796 s        (0 s)
1800.06/1800.40	c Time for Opt-base     : 77.67 s
1800.06/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-4082409-1467033417/watcher-4082409-1467033417 -o /tmp/evaluation-result-4082409-1467033417/solver-4082409-1467033417 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082409-1467033417.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.66 2.26 2.16 3/259 7464
/proc/meminfo: memFree=30748920/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=8916 CPUtime=0 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 852 0 0 0 0 0 0 0 20 0 1 0 36379869 9129984 727 33554432000 4194304 5796924 140736154334592 140736117077656 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 2229 727 114 392 0 1828 0

[startup+0.100145 s]
/proc/loadavg: 2.66 2.26 2.16 3/259 7464
/proc/meminfo: memFree=30748920/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=15352 CPUtime=0.09 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 2681 0 0 0 9 0 0 0 20 0 1 0 36379869 15720448 2324 33554432000 4194304 5796924 140736154334592 140736117077656 5087743 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 3838 2324 124 392 0 3437 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15352

[startup+0.200316 s]
/proc/loadavg: 2.66 2.26 2.16 3/259 7464
/proc/meminfo: memFree=30748920/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=19540 CPUtime=0.19 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 4963 0 0 0 19 0 0 0 20 0 1 0 36379869 20008960 3134 33554432000 4194304 5796924 140736154334592 140736117077656 4261421 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 4885 3134 124 392 0 4484 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19540

[startup+0.300305 s]
/proc/loadavg: 2.66 2.26 2.16 3/259 7464
/proc/meminfo: memFree=30748920/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=21232 CPUtime=0.29 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 6162 0 0 0 28 1 0 0 20 0 1 0 36379869 21741568 3338 33554432000 4194304 5796924 140736154334592 140736117077656 5092504 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 5308 3338 124 392 0 4907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21232

[startup+0.700262 s]
/proc/loadavg: 2.66 2.26 2.16 3/259 7464
/proc/meminfo: memFree=30748920/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=25160 CPUtime=0.69 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 11074 0 0 0 68 1 0 0 20 0 1 0 36379869 25763840 3276 33554432000 4194304 5796924 140736154334592 140736117077656 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 6290 3276 128 392 0 5889 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25160

[startup+1.50023 s]
/proc/loadavg: 2.66 2.26 2.16 3/260 7465
/proc/meminfo: memFree=30731528/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=30736 CPUtime=1.49 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 12649 0 0 0 147 2 0 0 20 0 1 0 36379869 31473664 5206 33554432000 4194304 5796924 140736154334592 140736154333864 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 7684 5206 128 392 0 7283 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30736

[startup+3.10023 s]
/proc/loadavg: 2.66 2.26 2.16 3/260 7465
/proc/meminfo: memFree=30722512/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=43524 CPUtime=3.09 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 16371 0 0 0 306 3 0 0 20 0 1 0 36379869 44568576 8688 33554432000 4194304 5796924 140736154334592 140736154333960 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 10881 8688 128 392 0 10480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43524

[startup+6.30023 s]
/proc/loadavg: 2.69 2.27 2.16 3/260 7465
/proc/meminfo: memFree=30707656/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=55560 CPUtime=6.29 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 18979 0 0 0 625 4 0 0 20 0 1 0 36379869 56893440 10253 33554432000 4194304 5796924 140736154334592 140736154328408 5096609 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 13890 10253 139 392 0 13489 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55560

[startup+12.7002 s]
/proc/loadavg: 2.63 2.27 2.16 3/260 7465
/proc/meminfo: memFree=30708380/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=55560 CPUtime=12.69 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 18980 0 0 0 1265 4 0 0 20 0 1 0 36379869 56893440 10254 33554432000 4194304 5796924 140736154334592 140736154328408 4865437 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 13890 10254 139 392 0 13489 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55560

[startup+25.5004 s]
/proc/loadavg: 2.49 2.26 2.16 3/260 7465
/proc/meminfo: memFree=30104880/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=669076 CPUtime=25.49 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 168899 0 0 0 2522 27 0 0 20 0 1 0 36379869 685133824 163406 33554432000 4194304 5796924 140736154334592 140736115557816 4802704 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 167269 163407 143 392 0 166868 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 669076

[startup+51.1004 s]
/proc/loadavg: 2.32 2.23 2.15 3/260 7465
/proc/meminfo: memFree=29057080/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=1731372 CPUtime=51.09 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 414163 0 0 0 5045 64 0 0 20 0 1 0 36379869 1772924928 427600 33554432000 4194304 5796924 140736154334592 140736113595320 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 432843 427600 143 392 0 432442 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1731372

[startup+102.3 s]
/proc/loadavg: 2.14 2.20 2.14 3/259 7466
/proc/meminfo: memFree=27005904/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=3770552 CPUtime=102.28 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 891332 0 0 0 10089 139 0 0 20 0 1 0 36379869 3861045248 934778 33554432000 4194304 5796924 140736154334592 140736114237960 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 942638 934778 143 392 0 942237 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3770552

[startup+162.3 s]
/proc/loadavg: 2.05 2.16 2.13 3/259 7467
/proc/meminfo: memFree=24757988/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=6028664 CPUtime=162.26 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1444725 0 0 0 16008 218 0 0 20 0 1 0 36379869 6173351936 1499924 33554432000 4194304 5796924 140736154334592 140736112511880 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1507166 1499924 143 392 0 1506765 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 6028664

[startup+222.31 s]
/proc/loadavg: 2.07 2.14 2.13 3/260 7471
/proc/meminfo: memFree=23520860/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240128 CPUtime=222.27 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1579578 0 0 0 21971 256 0 0 20 0 1 0 36379869 7413891072 1803590 33554432000 4194304 5796924 140736154334592 140736154330808 5092558 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810032 1803590 190 392 0 1809631 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 7240128

[startup+282.3 s]
/proc/loadavg: 2.02 2.11 2.11 3/259 7473
/proc/meminfo: memFree=23521408/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240128 CPUtime=282.25 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1579578 0 0 0 27969 256 0 0 20 0 1 0 36379869 7413891072 1803590 33554432000 4194304 5796924 140736154334592 140736154330808 4313557 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810032 1803590 190 392 0 1809631 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 7240128

[startup+342.3 s]
/proc/loadavg: 2.07 2.11 2.11 3/259 7474
/proc/meminfo: memFree=23520832/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240128 CPUtime=342.24 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1579622 0 0 0 33968 256 0 0 20 0 1 0 36379869 7413891072 1803634 33554432000 4194304 5796924 140736154334592 140736154330808 5092526 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810032 1803634 190 392 0 1809631 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 7240128

[startup+402.3 s]
/proc/loadavg: 2.02 2.08 2.10 3/259 7475
/proc/meminfo: memFree=23520204/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240240 CPUtime=402.23 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1660534 0 0 0 39953 270 0 0 20 0 1 0 36379869 7414005760 1803697 33554432000 4194304 5796924 140736154334592 140736154330808 5077770 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810060 1803697 190 392 0 1809659 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 7240240

[startup+462.3 s]
/proc/loadavg: 2.01 2.07 2.09 3/259 7476
/proc/meminfo: memFree=23519988/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240256 CPUtime=462.23 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1660538 0 0 0 45953 270 0 0 20 0 1 0 36379869 7414022144 1803701 33554432000 4194304 5796924 140736154334592 140736154330808 5087512 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810064 1803701 190 392 0 1809663 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 7240256

[startup+522.3 s]
/proc/loadavg: 2.00 2.05 2.08 3/259 7523
/proc/meminfo: memFree=24402204/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240256 CPUtime=522.21 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1660538 0 0 0 51951 270 0 0 20 0 1 0 36379869 7414022144 1803738 33554432000 4194304 5796924 140736154334592 140736154330808 5092526 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810064 1803738 190 392 0 1809663 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 7240256

[startup+582.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/259 7525
/proc/meminfo: memFree=20283156/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7555472 CPUtime=582.2 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1739342 0 0 0 57939 281 0 0 20 0 1 0 36379869 7736803328 1882542 33554432000 4194304 5796924 140736154334592 140736112232296 5077911 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1888868 1882542 190 392 0 1888467 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 7555472

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


[startup+942.3 s]
/proc/loadavg: 2.12 2.06 2.07 3/259 7535
/proc/meminfo: memFree=20426676/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7443704 CPUtime=942.14 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1872328 0 0 0 93911 303 0 0 20 0 1 0 36379869 7622352896 1855086 33554432000 4194304 5796924 140736154334592 140736113422744 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1860926 1855087 190 392 0 1860525 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 7443704

[startup+1002.3 s]
/proc/loadavg: 2.08 2.06 2.07 3/259 7536
/proc/meminfo: memFree=20603248/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240292 CPUtime=1002.12 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1903549 0 0 0 99902 310 0 0 20 0 1 0 36379869 7414059008 1804259 33554432000 4194304 5796924 140736154334592 140736154330808 5092526 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810073 1804259 190 392 0 1809672 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 7240292

[startup+1062.3 s]
/proc/loadavg: 2.06 2.06 2.07 3/259 7537
/proc/meminfo: memFree=20601448/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240292 CPUtime=1062.11 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1903550 0 0 0 105901 310 0 0 20 0 1 0 36379869 7414059008 1804259 33554432000 4194304 5796924 140736154334592 140736154330808 4432784 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810073 1804259 190 392 0 1809672 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 7240292

[startup+1122.3 s]
/proc/loadavg: 2.06 2.06 2.07 3/259 7538
/proc/meminfo: memFree=20594908/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240292 CPUtime=1122.1 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1903550 0 0 0 111900 310 0 0 20 0 1 0 36379869 7414059008 1804259 33554432000 4194304 5796924 140736154334592 140736154330808 4863664 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810073 1804259 190 392 0 1809672 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 7240292

[startup+1182.3 s]
/proc/loadavg: 2.05 2.06 2.07 3/259 7540
/proc/meminfo: memFree=18869744/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240292 CPUtime=1182.08 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1983977 0 0 0 117884 324 0 0 20 0 1 0 36379869 7414059008 1804771 33554432000 4194304 5796924 140736154334592 140736154330808 4313544 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810073 1804771 190 392 0 1809672 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 7240292

[startup+1242.3 s]
/proc/loadavg: 2.11 2.07 2.07 3/259 7541
/proc/meminfo: memFree=18820596/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240292 CPUtime=1242.07 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1983977 0 0 0 123883 324 0 0 20 0 1 0 36379869 7414059008 1804771 33554432000 4194304 5796924 140736154334592 140736154330808 5087664 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810073 1804771 190 392 0 1809672 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 7240292

[startup+1302.3 s]
/proc/loadavg: 2.04 2.06 2.06 3/259 7542
/proc/meminfo: memFree=18813820/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240292 CPUtime=1302.06 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 1983977 0 0 0 129882 324 0 0 20 0 1 0 36379869 7414059008 1804771 33554432000 4194304 5796924 140736154334592 140736154330808 4805694 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810073 1804771 190 392 0 1809672 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 7240292

[startup+1362.3 s]
/proc/loadavg: 2.05 2.06 2.06 3/259 7543
/proc/meminfo: memFree=18814676/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240292 CPUtime=1362.04 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 2060512 0 0 0 135866 338 0 0 20 0 1 0 36379869 7414059008 1804771 33554432000 4194304 5796924 140736154334592 140736154330984 4455952 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810073 1804771 190 392 0 1809672 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 7240292

[startup+1422.3 s]
/proc/loadavg: 2.09 2.06 2.06 3/260 7547
/proc/meminfo: memFree=18814432/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240292 CPUtime=1422.04 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 2060512 0 0 0 141866 338 0 0 20 0 1 0 36379869 7414059008 1804771 33554432000 4194304 5796924 140736154334592 140736154330808 5087747 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810073 1804771 190 392 0 1809672 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 7240292

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 2.06 3/259 7549
/proc/meminfo: memFree=18805856/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7240292 CPUtime=1482.03 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 2060515 0 0 0 147864 339 0 0 20 0 1 0 36379869 7414059008 1804771 33554432000 4194304 5796924 140736154334592 140736154330808 4805636 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1810073 1804771 190 392 0 1809672 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 7240292

[startup+1542.31 s]
/proc/loadavg: 2.02 2.05 2.06 3/260 7551
/proc/meminfo: memFree=18464916/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7579136 CPUtime=1542.02 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 2145231 0 0 0 153852 350 0 0 20 0 1 0 36379869 7761035264 1889482 33554432000 4194304 5796924 140736154334592 140736112385576 4443080 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1894784 1889482 190 392 0 1894383 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 7579136

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.06 3/259 7552
/proc/meminfo: memFree=18335992/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7749784 CPUtime=1601.99 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 2167204 0 0 0 159836 363 0 0 20 0 1 0 36379869 7935778816 1919674 33554432000 4194304 5796924 140736154334592 140736154332984 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1937446 1919674 216 392 0 1937045 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 7749784

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/259 7553
/proc/meminfo: memFree=18325664/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7749784 CPUtime=1661.98 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 2167209 0 0 0 165835 363 0 0 20 0 1 0 36379869 7935778816 1920186 33554432000 4194304 5796924 140736154334592 140736154332984 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1937446 1920186 216 392 0 1937045 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 7749784

[startup+1722.3 s]
/proc/loadavg: 2.11 2.06 2.06 3/258 7554
/proc/meminfo: memFree=18324856/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7749784 CPUtime=1721.97 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 2167213 0 0 0 171834 363 0 0 20 0 1 0 36379869 7935778816 1920186 33554432000 4194304 5796924 140736154334592 140736154332984 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1937446 1920186 216 392 0 1937045 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 7749784

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/259 7556
/proc/meminfo: memFree=18323344/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7749784 CPUtime=1781.97 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 2167220 0 0 0 177833 364 0 0 20 0 1 0 36379869 7935778816 1920186 33554432000 4194304 5796924 140736154334592 140736154332984 4606480 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1937446 1920186 216 392 0 1937045 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 7749784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.09 2.06 2.05 3/259 7557
/proc/meminfo: memFree=18323044/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=7749784 CPUtime=1800.06 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202496 2167223 0 0 0 179642 364 0 0 20 0 1 0 36379869 7935778816 1920186 33554432000 4194304 5796924 140736154334592 140736154332984 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 1937446 1920186 216 392 0 1937045 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 7749784

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

[startup+1800.6 s]
/proc/loadavg: 2.09 2.06 2.05 3/259 7557
/proc/meminfo: memFree=18323044/32872528 swapFree=7556/7556
[pid=7464] ppid=7461 vsize=0 CPUtime=1800.26 cores=0-3,8-11
/proc/7464/stat : 7464 (naps-1.02) R 7461 7464 5888 0 -1 4202500 2167234 0 0 0 179642 384 0 0 20 0 1 0 36379869 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/7464/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.32
CPU user time (s): 1796.43
CPU system time (s): 3.89141
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 7749784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.43
system time used= 3.89141
maximum resident set size= 7680788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2167234
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= 90
involuntary context switches= 1963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.77697 second user time and 9.59454 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-27 15:16:57
IDJOB=4082409
IDBENCH=89894
IDSOLVER=2544
FILE ID=node132/4082409-1467033417
RUNJOBID= node132-1467020363-5904
PBS_JOBID= 19976984
Free space on /tmp= 71516 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z12-s7.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082409-1467033417/watcher-4082409-1467033417 -o /tmp/evaluation-result-4082409-1467033417/solver-4082409-1467033417 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082409-1467033417.opb

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

MD5SUM BENCH= f90862d191ee74c723e0b8b51b7e0fa9
RANDOM SEED=83885718

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:        30748284 kB
Buffers:          101596 kB
Cached:           232912 kB
SwapCached:         2040 kB
Active:          1126372 kB
Inactive:         237736 kB
Active(anon):    1028188 kB
Inactive(anon):     3780 kB
Active(file):      98184 kB
Inactive(file):   233956 kB
Unevictable:        7556 kB
Mlocked:            7556 kB
SwapTotal:      67108856 kB
SwapFree:       67098872 kB
Dirty:             14652 kB
Writeback:             4 kB
AnonPages:       1040636 kB
Mapped:             8968 kB
Shmem:                 0 kB
Slab:             609016 kB
SReclaimable:      49056 kB
SUnreclaim:       559960 kB
KernelStack:        2200 kB
PageTables:         6820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1240784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71520 MiB
End job on node132 at 2016-06-27 15:46:58