Trace number 4108885

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 NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.14 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-182.opb
MD5SUM378c188d79de101f4114d358aff291a2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables599527
Total number of constraints14097016
Number of constraints which are clauses12663693
Number of constraints which are cardinality constraints (but not clauses)44152
Number of constraints which are nor clauses,nor cardinality constraints1389171
Minimum length of a constraint2
Maximum length of a constraint3822
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3823
Number of bits of the biggest sum of numbers12
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.01/1800.40	c 
1800.01/1800.40	c *** TERMINATED *** by signal 15
1800.01/1800.40	s UNKNOWN
1800.01/1800.40	c _____________________________________________________________________________
1800.01/1800.40	c 
1800.01/1800.40	c std/band forms        : 1433322,1
1800.01/1800.40	c 2cl/3cl ITE-codings   : 1588130,19
1800.01/1800.40	c BDD/srt/adr Max costs : 30,0,0
1800.01/1800.40	c BDDraw/bin/mul/srt/adr: 1433323,0,0,0,0
1800.01/1800.40	c BDD nodes             : 8821278
1800.01/1800.40	c Es1/CC detections     : 0,0
1800.01/1800.40	c SAT/UNSAT calls       : 0,0
1800.01/1800.40	c restarts              : 0
1800.01/1800.40	c conflicts             : 0              (0 /sec)
1800.01/1800.40	c decisions             : 0              (0 /sec)
1800.01/1800.40	c propagations          : 0              (0 /sec)
1800.01/1800.40	c inspects              : 0              (0 /sec)
1800.01/1800.40	c CPU time (solving tm) : 1797 s        (0 s)
1800.01/1800.40	c Time for Opt-base     : 0 s
1800.01/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-4108885-1466288463/watcher-4108885-1466288463 -o /tmp/evaluation-result-4108885-1466288463/solver-4108885-1466288463 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31739 --watchdog 1960 naps-1.02 HOME/instance-4108885-1466288463.opb 

pid=3614
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: 2.03 2.02 2.00 3/258 3617
/proc/meminfo: memFree=28516692/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=6420 CPUtime=0 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 312 0 0 0 0 0 0 0 20 0 1 0 30892459 6574080 186 33554432000 4194304 5796924 140736812199568 140734197468936 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1605 187 127 392 0 1204 0

[startup+0.100093 s]
/proc/loadavg: 2.03 2.02 2.00 3/258 3617
/proc/meminfo: memFree=28516692/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=7668 CPUtime=0.09 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 634 0 0 0 9 0 0 0 20 0 1 0 30892459 7852032 500 33554432000 4194304 5796924 140736812199568 140736812198840 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1917 500 127 392 0 1516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7668

[startup+0.200231 s]
/proc/loadavg: 2.03 2.02 2.00 3/258 3617
/proc/meminfo: memFree=28516692/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=8672 CPUtime=0.19 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 954 0 0 0 19 0 0 0 20 0 1 0 30892459 8880128 799 33554432000 4194304 5796924 140736812199568 140736812198840 4404063 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 2168 799 127 392 0 1767 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8672

[startup+0.300225 s]
/proc/loadavg: 2.03 2.02 2.00 3/258 3617
/proc/meminfo: memFree=28516692/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=9668 CPUtime=0.29 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 1274 0 0 0 29 0 0 0 20 0 1 0 30892459 9900032 1104 33554432000 4194304 5796924 140736812199568 140736812198840 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 2417 1104 127 392 0 2016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9668

[startup+0.70023 s]
/proc/loadavg: 2.03 2.02 2.00 3/258 3617
/proc/meminfo: memFree=28516692/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=14556 CPUtime=0.69 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 2594 0 0 0 69 0 0 0 20 0 1 0 30892459 14905344 2367 33554432000 4194304 5796924 140736812199568 140736812198840 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 3639 2367 127 392 0 3238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14556

[startup+1.50023 s]
/proc/loadavg: 2.03 2.02 2.00 3/259 3618
/proc/meminfo: memFree=28500840/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=23164 CPUtime=1.49 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 5243 0 0 0 149 0 0 0 20 0 1 0 30892459 23719936 5316 33554432000 4194304 5796924 140736812199568 140736812198936 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 5791 5316 127 392 0 5390 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23164

[startup+3.10024 s]
/proc/loadavg: 2.03 2.02 2.00 3/259 3618
/proc/meminfo: memFree=28494120/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=44364 CPUtime=3.09 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 10364 0 0 0 308 1 0 0 20 0 1 0 30892459 45428736 10018 33554432000 4194304 5796924 140736812199568 140736812198792 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 11091 10018 127 392 0 10690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44364

[startup+6.30023 s]
/proc/loadavg: 2.03 2.02 2.00 3/259 3618
/proc/meminfo: memFree=28452644/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=86424 CPUtime=6.29 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 21114 0 0 0 625 4 0 0 20 0 1 0 30892459 88498176 20333 33554432000 4194304 5796924 140736812199568 140736812198792 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 21606 20333 127 392 0 21205 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86424

[startup+12.7002 s]
/proc/loadavg: 2.11 2.04 2.01 3/259 3618
/proc/meminfo: memFree=28367400/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=180156 CPUtime=12.69 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 39323 0 0 0 1262 7 0 0 20 0 1 0 30892459 184479744 40190 33554432000 4194304 5796924 140736812199568 140736812198792 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 45039 40191 127 392 0 44638 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180156

[startup+25.5003 s]
/proc/loadavg: 2.22 2.07 2.01 3/259 3618
/proc/meminfo: memFree=28197156/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=336620 CPUtime=25.49 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 72048 0 0 0 2534 15 0 0 20 0 1 0 30892459 344698880 81125 33554432000 4194304 5796924 140736812199568 140736812198728 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 84155 81125 127 392 0 83754 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 336620

[startup+51.1003 s]
/proc/loadavg: 2.15 2.06 2.01 3/259 3619
/proc/meminfo: memFree=27872372/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=711788 CPUtime=51.08 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 133813 0 0 0 5078 30 0 0 20 0 1 0 30892459 728870912 162148 33554432000 4194304 5796924 140736812199568 140736812198792 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 177947 162148 127 392 0 177546 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 711788

[startup+102.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/259 3619
/proc/meminfo: memFree=27206276/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=1399672 CPUtime=102.29 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 249748 0 0 0 10166 63 0 0 20 0 1 0 30892459 1433264128 323660 33554432000 4194304 5796924 140736812199568 140736812198824 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 349918 323660 127 392 0 349517 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1399672

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/258 3620
/proc/meminfo: memFree=26485152/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=2200068 CPUtime=162.26 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 380109 0 0 0 16126 100 0 0 20 0 1 0 30892459 2252869632 511475 33554432000 4194304 5796924 140736812199568 140736812198792 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 550017 511475 127 392 0 549616 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2200068

[startup+222.311 s]
/proc/loadavg: 2.01 2.03 2.00 3/259 3623
/proc/meminfo: memFree=25723728/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=3134448 CPUtime=222.27 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 508306 0 0 0 22086 141 0 0 20 0 1 0 30892459 3209674752 696663 33554432000 4194304 5796924 140736812199568 140736812198824 4404063 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 783612 696663 127 392 0 783211 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 3134448

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/259 3624
/proc/meminfo: memFree=25355160/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=3454548 CPUtime=282.25 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 598121 0 0 0 28060 165 0 0 20 0 1 0 30892459 3537457152 785784 33554432000 4194304 5796924 140736812199568 140736812193976 5092608 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 863637 785784 139 392 0 863236 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3454548

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/259 3625
/proc/meminfo: memFree=24358996/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4400956 CPUtime=342.24 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 619080 0 0 0 34038 186 0 0 20 0 1 0 30892459 4506578944 1030023 33554432000 4194304 5796924 140736812199568 140736812197960 4648295 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1100239 1030023 148 392 0 1099838 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 4400956

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3626
/proc/meminfo: memFree=24067800/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=402.23 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 621576 0 0 0 40029 194 0 0 20 0 1 0 30892459 4927991808 1110066 33554432000 4194304 5796924 140736812199568 140736812197288 4573424 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1110066 148 392 0 1202722 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 4812492

[startup+462.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/259 3627
/proc/meminfo: memFree=24239916/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4463244 CPUtime=462.22 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 622037 0 0 0 46017 205 0 0 20 0 1 0 30892459 4570361856 1063589 33554432000 4194304 5796924 140736812199568 140736812197416 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1115811 1063589 164 392 0 1115410 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 4463244

[startup+522.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/259 3629
/proc/meminfo: memFree=24225500/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4463244 CPUtime=522.21 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 622043 0 0 0 52016 205 0 0 20 0 1 0 30892459 4570361856 1064106 33554432000 4194304 5796924 140736812199568 140736812197416 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1115811 1064106 164 392 0 1115410 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 4463244

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/260 3633
/proc/meminfo: memFree=24237856/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4463244 CPUtime=582.2 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 622053 0 0 0 58014 206 0 0 20 0 1 0 30892459 4570361856 1068715 33554432000 4194304 5796924 140736812199568 140736812197416 4569014 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1115811 1068715 165 392 0 1115410 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 4463244


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


[startup+942.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/259 3686
/proc/meminfo: memFree=26444492/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=942.13 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 622645 0 0 0 94005 208 0 0 20 0 1 0 30892459 4927991808 1095341 33554432000 4194304 5796924 140736812199568 140736812197208 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1095341 165 392 0 1202722 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 4812492

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/259 3687
/proc/meminfo: memFree=26501496/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4463244 CPUtime=1002.11 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 622915 0 0 0 99996 215 0 0 20 0 1 0 30892459 4570361856 1073130 33554432000 4194304 5796924 140736812199568 140736812197032 4606704 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1115811 1073130 165 392 0 1115410 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 4463244

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 3688
/proc/meminfo: memFree=26499376/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1062.11 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 623146 0 0 0 105991 220 0 0 20 0 1 0 30892459 4927991808 1082038 33554432000 4194304 5796924 140736812199568 140736812197208 4606807 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1082038 165 392 0 1202722 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 4812492

[startup+1122.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/259 3690
/proc/meminfo: memFree=26421920/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1122.09 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 623195 0 0 0 111989 220 0 0 20 0 1 0 30892459 4927991808 1101498 33554432000 4194304 5796924 140736812199568 140736812197208 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1101498 165 392 0 1202722 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 4812492

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/260 3694
/proc/meminfo: memFree=26527800/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4463244 CPUtime=1182.07 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 623867 0 0 0 117976 231 0 0 20 0 1 0 30892459 4570361856 1071616 33554432000 4194304 5796924 140736812199568 140736812197032 4606410 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1115811 1071616 165 392 0 1115410 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 4463244

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 3695
/proc/meminfo: memFree=26464312/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4463244 CPUtime=1242.06 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 623900 0 0 0 123974 232 0 0 20 0 1 0 30892459 4570361856 1078279 33554432000 4194304 5796924 140736812199568 140736812197032 4607258 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1115811 1078279 165 392 0 1115410 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 4463244

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 3696
/proc/meminfo: memFree=26440588/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1302.03 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 624127 0 0 0 129967 236 0 0 20 0 1 0 30892459 4927991808 1083087 33554432000 4194304 5796924 140736812199568 140736812197208 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1083087 165 392 0 1202722 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 4812492

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 3697
/proc/meminfo: memFree=26373620/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1362.03 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 624174 0 0 0 135965 238 0 0 20 0 1 0 30892459 4927991808 1099988 33554432000 4194304 5796924 140736812199568 140736812197208 4569034 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1099988 165 392 0 1202722 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 4812492

[startup+1422.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/259 3699
/proc/meminfo: memFree=26348900/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1422.02 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 624203 0 0 0 141964 238 0 0 20 0 1 0 30892459 4927991808 1106661 33554432000 4194304 5796924 140736812199568 140736812197208 4606534 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1106661 165 392 0 1202722 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 4812492

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/259 3700
/proc/meminfo: memFree=26488688/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4463244 CPUtime=1481.99 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 624877 0 0 0 147950 249 0 0 20 0 1 0 30892459 4570361856 1072706 33554432000 4194304 5796924 140736812199568 140736812197032 4606514 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1115811 1072706 165 392 0 1115410 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 4463244

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 3701
/proc/meminfo: memFree=26478336/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1541.99 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 625113 0 0 0 153945 254 0 0 20 0 1 0 30892459 4927991808 1083692 33554432000 4194304 5796924 140736812199568 140736812197208 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1083692 165 392 0 1202722 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 4812492

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/259 3702
/proc/meminfo: memFree=26402996/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1601.96 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 625133 0 0 0 159942 254 0 0 20 0 1 0 30892459 4927991808 1089361 33554432000 4194304 5796924 140736812199568 140736812197208 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1089361 165 392 0 1202722 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 4812492

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/259 3703
/proc/meminfo: memFree=26364208/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1661.94 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 625172 0 0 0 165939 255 0 0 20 0 1 0 30892459 4927991808 1100691 33554432000 4194304 5796924 140736812199568 140736812197208 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1100691 165 392 0 1202722 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 4812492

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 3705
/proc/meminfo: memFree=26329068/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1721.94 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 625206 0 0 0 171938 256 0 0 20 0 1 0 30892459 4927991808 1112547 33554432000 4194304 5796924 140736812199568 140736812197208 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1112547 165 392 0 1202722 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 4812492

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/260 3709
/proc/meminfo: memFree=26281448/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1781.92 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 625231 0 0 0 177936 256 0 0 20 0 1 0 30892459 4927991808 1118467 33554432000 4194304 5796924 140736812199568 140736812197208 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1118467 165 392 0 1202722 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 4812492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/260 3710
/proc/meminfo: memFree=26332040/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=4812492 CPUtime=1800.01 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202496 625235 0 0 0 179745 256 0 0 20 0 1 0 30892459 4927991808 1120063 33554432000 4194304 5796924 140736812199568 140736812197208 4606847 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 1203123 1120063 165 392 0 1202722 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 4812492

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/260 3710
/proc/meminfo: memFree=26332040/32872528 swapFree=7804/7804
[pid=3617] ppid=3614 vsize=0 CPUtime=1800.11 cores=0-3,8-11
/proc/3617/stat : 3617 (naps-1.02) R 3614 3617 31723 0 -1 4202500 625247 0 0 0 179745 266 0 0 20 0 1 0 30892459 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/3617/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.14
CPU user time (s): 1797.46
CPU system time (s): 2.67959
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 5371292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.46
system time used= 2.67959
maximum resident set size= 4936060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 625247
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= 224
involuntary context switches= 1828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85196 second user time and 9.68053 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-19 00:21:19
IDJOB=4108885
IDBENCH=89647
IDSOLVER=2544
FILE ID=node132/4108885-1466288463
RUNJOBID= node132-1466264985-31739
PBS_JOBID= 19918229
Free space on /tmp= 71060 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-182.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108885-1466288463/watcher-4108885-1466288463 -o /tmp/evaluation-result-4108885-1466288463/solver-4108885-1466288463 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31739 --watchdog 1960  naps-1.02 HOME/instance-4108885-1466288463.opb

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

MD5SUM BENCH= 378c188d79de101f4114d358aff291a2
RANDOM SEED=572757440

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:        28517460 kB
Buffers:          134596 kB
Cached:           985072 kB
SwapCached:         2088 kB
Active:          3217720 kB
Inactive:         329868 kB
Active(anon):    2427576 kB
Inactive(anon):     2740 kB
Active(file):     790144 kB
Inactive(file):   327128 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099440 kB
Dirty:            684940 kB
Writeback:             0 kB
AnonPages:       2439276 kB
Mapped:             8900 kB
Shmem:                 0 kB
Slab:             648936 kB
SReclaimable:      85604 kB
SUnreclaim:       563332 kB
KernelStack:        2152 kB
PageTables:         8932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2894064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1167360 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= 71056 MiB
End job on node132 at 2016-06-19 00:51:19