Trace number 4107952

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12058_4-sat.opb
MD5SUMda4c22aa3836e09c7cdc382a7b6da5de
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 variables35332
Total number of constraints122962
Number of constraints which are clauses122382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints580
Minimum length of a constraint1
Maximum length of a constraint120
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 709
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.02/1800.40	c 
1800.02/1800.40	c *** TERMINATED *** by signal 15
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c _____________________________________________________________________________
1800.02/1800.40	c 
1800.02/1800.40	c std/band forms        : 558,0
1800.02/1800.40	c 2cl/3cl ITE-codings   : 448856,0
1800.02/1800.40	c BDD/srt/adr Max costs : 2027,0,0
1800.02/1800.40	c BDDraw/bin/mul/srt/adr: 339,0,219,0,0
1800.02/1800.40	c BDD nodes             : 571629
1800.02/1800.40	c Es1/CC detections     : 0,0
1800.02/1800.40	c SAT/UNSAT calls       : 0,0
1800.02/1800.40	c restarts              : 0
1800.02/1800.40	c conflicts             : 0              (0 /sec)
1800.02/1800.40	c decisions             : 0              (0 /sec)
1800.02/1800.40	c propagations          : 0              (0 /sec)
1800.02/1800.40	c inspects              : 0              (0 /sec)
1800.02/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.02/1800.40	c Time for Opt-base     : 0.07898 s
1800.02/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4107952-1466282666/watcher-4107952-1466282666 -o /tmp/evaluation-result-4107952-1466282666/solver-4107952-1466282666 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31739 --watchdog 1960 naps-1.02 HOME/instance-4107952-1466282666.opb 

pid=2818
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.00 2.01 2.08 3/257 2821
/proc/meminfo: memFree=31193552/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=6680 CPUtime=0 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 30311241 6840320 235 33554432000 4194304 5796924 140736734666176 140737276449896 5087771 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 1670 235 128 392 0 1269 0

[startup+0.100163 s]
/proc/loadavg: 2.00 2.01 2.08 3/257 2821
/proc/meminfo: memFree=31193552/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=9892 CPUtime=0.09 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 1186 0 0 0 9 0 0 0 20 0 1 0 30311241 10129408 1047 33554432000 4194304 5796924 140736734666176 140737276449896 4600776 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 2473 1047 128 392 0 2072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9892

[startup+0.200266 s]
/proc/loadavg: 2.00 2.01 2.08 3/257 2821
/proc/meminfo: memFree=31193552/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=13080 CPUtime=0.19 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 2031 0 0 0 19 0 0 0 20 0 1 0 30311241 13393920 1831 33554432000 4194304 5796924 140736734666176 140737276449896 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 3270 1831 128 392 0 2869 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13080

[startup+0.300248 s]
/proc/loadavg: 2.00 2.01 2.08 3/257 2821
/proc/meminfo: memFree=31193552/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=13780 CPUtime=0.29 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 2202 0 0 0 29 0 0 0 20 0 1 0 30311241 14110720 2495 33554432000 4194304 5796924 140736734666176 140736734665400 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 3445 2495 128 392 0 3044 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13780

[startup+0.700212 s]
/proc/loadavg: 2.00 2.01 2.08 3/257 2821
/proc/meminfo: memFree=31193552/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=17184 CPUtime=0.69 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 3077 0 0 0 69 0 0 0 20 0 1 0 30311241 17596416 3235 33554432000 4194304 5796924 140736734666176 140736734665400 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 4296 3235 128 392 0 3895 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17184

[startup+1.5002 s]
/proc/loadavg: 2.00 2.01 2.08 3/258 2822
/proc/meminfo: memFree=31174052/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=28692 CPUtime=1.49 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 6345 0 0 0 148 1 0 0 20 0 1 0 30311241 29380608 6134 33554432000 4194304 5796924 140736734666176 140736734662392 5092518 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 7173 6134 144 392 0 6772 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28692

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 2.08 3/258 2822
/proc/meminfo: memFree=31163388/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=40628 CPUtime=3.09 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 9032 0 0 0 308 1 0 0 20 0 1 0 30311241 41603072 8854 33554432000 4194304 5796924 140736734666176 140736734557992 4807957 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 10157 8854 144 392 0 9756 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40628

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.08 3/258 2822
/proc/meminfo: memFree=31143060/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=58772 CPUtime=6.29 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 12716 0 0 0 627 2 0 0 20 0 1 0 30311241 60182528 13264 33554432000 4194304 5796924 140736734666176 140736734598232 5096620 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 14693 13264 144 392 0 14292 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58772

[startup+12.7003 s]
/proc/loadavg: 2.08 2.03 2.09 4/258 2822
/proc/meminfo: memFree=30796164/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=419704 CPUtime=12.68 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 78412 0 0 0 1251 17 0 0 20 0 1 0 30311241 429776896 98344 33554432000 4194304 5796924 140736734666176 140736734663288 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 104926 98344 167 392 0 104525 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 419704

[startup+25.5004 s]
/proc/loadavg: 2.13 2.04 2.09 4/259 2823
/proc/meminfo: memFree=30790380/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=442244 CPUtime=25.49 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 79513 0 0 0 2531 18 0 0 20 0 1 0 30311241 452857856 99436 33554432000 4194304 5796924 140736734666176 140736734663816 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 110561 99436 169 392 0 110160 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 442244

[startup+51.1004 s]
/proc/loadavg: 2.08 2.04 2.09 4/259 2823
/proc/meminfo: memFree=30792628/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=443776 CPUtime=51.08 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 80279 0 0 0 5089 19 0 0 20 0 1 0 30311241 454426624 101214 33554432000 4194304 5796924 140736734666176 140736734663160 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 110944 101214 170 392 0 110543 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 443776

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 2.08 3/259 2824
/proc/meminfo: memFree=30778040/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=445640 CPUtime=102.28 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 81068 0 0 0 10208 20 0 0 20 0 1 0 30311241 456335360 101678 33554432000 4194304 5796924 140736734666176 140736734663288 4568998 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 111410 101678 170 392 0 111009 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 445640

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.08 4/259 2825
/proc/meminfo: memFree=30771856/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=448372 CPUtime=162.26 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 81596 0 0 0 16206 20 0 0 20 0 1 0 30311241 459132928 104761 33554432000 4194304 5796924 140736734666176 140736734663224 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 112093 104761 170 392 0 111692 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 448372

[startup+222.311 s]
/proc/loadavg: 2.00 2.02 2.07 4/259 2827
/proc/meminfo: memFree=30769104/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=448504 CPUtime=222.27 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 82348 0 0 0 22205 22 0 0 20 0 1 0 30311241 459268096 102962 33554432000 4194304 5796924 140736734666176 140736734663288 4607720 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 112126 102962 170 392 0 111725 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 448504

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.07 4/259 2828
/proc/meminfo: memFree=30774156/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=449988 CPUtime=282.25 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 83213 0 0 0 28202 23 0 0 20 0 1 0 30311241 460787712 103393 33554432000 4194304 5796924 140736734666176 140736734663288 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 112497 103393 170 392 0 112096 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 449988

[startup+342.3 s]
/proc/loadavg: 2.07 2.03 2.07 4/260 2832
/proc/meminfo: memFree=30763492/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=453112 CPUtime=342.24 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 84191 0 0 0 34200 24 0 0 20 0 1 0 30311241 463986688 103390 33554432000 4194304 5796924 140736734666176 140736734663640 4569014 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 113278 103390 170 392 0 112877 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 453112

[startup+402.3 s]
/proc/loadavg: 2.09 2.05 2.08 3/260 2833
/proc/meminfo: memFree=30739916/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=453112 CPUtime=402.22 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 84357 0 0 0 40198 24 0 0 20 0 1 0 30311241 463986688 105700 33554432000 4194304 5796924 140736734666176 140736734663640 4606828 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 113278 105700 170 392 0 112877 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 453112

[startup+462.3 s]
/proc/loadavg: 2.10 2.07 2.08 4/259 2834
/proc/meminfo: memFree=30753560/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=453112 CPUtime=462.18 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 84967 0 0 0 46193 25 0 0 20 0 1 0 30311241 463986688 105061 33554432000 4194304 5796924 140736734666176 140736734663640 4583342 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 113278 105061 170 392 0 112877 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 453112

[startup+522.3 s]
/proc/loadavg: 2.21 2.11 2.09 4/259 2836
/proc/meminfo: memFree=30732992/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=484900 CPUtime=522.15 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 85726 0 0 0 52189 26 0 0 20 0 1 0 30311241 496537600 107851 33554432000 4194304 5796924 140736734666176 140736734663288 4606744 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 121225 107851 170 392 0 120824 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 484900

[startup+582.3 s]
/proc/loadavg: 2.21 2.13 2.10 4/259 2837
/proc/meminfo: memFree=30750444/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=454880 CPUtime=582.13 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 86550 0 0 0 58187 26 0 0 20 0 1 0 30311241 465797120 106652 33554432000 4194304 5796924 140736734666176 140736734663288 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 113720 106652 170 392 0 113319 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 454880


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


[startup+882.311 s]
/proc/loadavg: 2.08 2.10 2.09 4/259 2843
/proc/meminfo: memFree=30723104/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=459380 CPUtime=882.09 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 90621 0 0 0 88178 31 0 0 20 0 1 0 30311241 470405120 106912 33554432000 4194304 5796924 140736734666176 140736734663640 4607255 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 114845 106912 170 392 0 114444 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 459380

[startup+942.3 s]
/proc/loadavg: 2.13 2.11 2.09 4/260 2847
/proc/meminfo: memFree=30728600/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=491652 CPUtime=942.08 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 91185 0 0 0 94176 32 0 0 20 0 1 0 30311241 503451648 110028 33554432000 4194304 5796924 140736734666176 140736734663816 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 122913 110028 170 392 0 122512 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 491652

[startup+1002.3 s]
/proc/loadavg: 2.08 2.10 2.09 4/260 2871
/proc/meminfo: memFree=30703264/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=491652 CPUtime=1002.07 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 91601 0 0 0 100175 32 0 0 20 0 1 0 30311241 503451648 112988 33554432000 4194304 5796924 140736734666176 140736734663816 4607258 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 122913 112988 170 392 0 122512 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 491652

[startup+1062.3 s]
/proc/loadavg: 2.08 2.10 2.09 3/259 2872
/proc/meminfo: memFree=30708576/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=461096 CPUtime=1062.05 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 92107 0 0 0 106172 33 0 0 20 0 1 0 30311241 472162304 109925 33554432000 4194304 5796924 140736734666176 140736734663288 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 115274 109925 170 392 0 114873 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 461096

[startup+1122.3 s]
/proc/loadavg: 2.06 2.09 2.09 4/259 2874
/proc/meminfo: memFree=30714552/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=492740 CPUtime=1122.05 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 92929 0 0 0 112171 34 0 0 20 0 1 0 30311241 504565760 113289 33554432000 4194304 5796924 140736734666176 140736734663288 4606779 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 123185 113289 170 392 0 122784 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 492740

[startup+1182.3 s]
/proc/loadavg: 2.06 2.08 2.09 4/259 2875
/proc/meminfo: memFree=30718612/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=464104 CPUtime=1182.04 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 93759 0 0 0 118169 35 0 0 20 0 1 0 30311241 475242496 109535 33554432000 4194304 5796924 140736734666176 140736734663640 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 116026 109535 170 392 0 115625 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 464104

[startup+1242.3 s]
/proc/loadavg: 2.05 2.08 2.09 3/259 2968
/proc/meminfo: memFree=31192016/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=494924 CPUtime=1242.03 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 94354 0 0 0 124167 36 0 0 20 0 1 0 30311241 506802176 112162 33554432000 4194304 5796924 140736734666176 140736734663816 4568998 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 123731 112162 170 392 0 123330 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 494924

[startup+1302.3 s]
/proc/loadavg: 2.02 2.06 2.08 3/259 2969
/proc/meminfo: memFree=30799664/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=496460 CPUtime=1302.02 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 94721 0 0 0 130166 36 0 0 20 0 1 0 30311241 508375040 115084 33554432000 4194304 5796924 140736734666176 140736734663224 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 124115 115084 170 392 0 123714 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 496460

[startup+1362.3 s]
/proc/loadavg: 2.08 2.08 2.08 3/259 2970
/proc/meminfo: memFree=30808488/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=465640 CPUtime=1362.01 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 95158 0 0 0 136164 37 0 0 20 0 1 0 30311241 476815360 110928 33554432000 4194304 5796924 140736734666176 140736734663640 4606844 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 116410 110928 170 392 0 116009 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 465640

[startup+1422.3 s]
/proc/loadavg: 2.03 2.06 2.08 3/259 2972
/proc/meminfo: memFree=30760520/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=496460 CPUtime=1422.01 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 95752 0 0 0 142163 38 0 0 20 0 1 0 30311241 508375040 113556 33554432000 4194304 5796924 140736734666176 140736734663816 4606531 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 124115 113556 170 392 0 123714 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 496460

[startup+1482.3 s]
/proc/loadavg: 2.08 2.08 2.08 3/259 2973
/proc/meminfo: memFree=30815276/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=466312 CPUtime=1481.99 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 96401 0 0 0 148160 39 0 0 20 0 1 0 30311241 477503488 109100 33554432000 4194304 5796924 140736734666176 140736734663640 4594171 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 116578 109100 170 392 0 116177 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 466312

[startup+1542.31 s]
/proc/loadavg: 2.09 2.07 2.08 3/260 2977
/proc/meminfo: memFree=30804308/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=497400 CPUtime=1541.99 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 96927 0 0 0 154159 40 0 0 20 0 1 0 30311241 509337600 111665 33554432000 4194304 5796924 140736734666176 140736734663816 4569010 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 124350 111665 170 392 0 123949 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 497400

[startup+1602.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/259 2978
/proc/meminfo: memFree=30790180/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=497804 CPUtime=1601.97 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 97165 0 0 0 160157 40 0 0 20 0 1 0 30311241 509751296 114457 33554432000 4194304 5796924 140736734666176 140736734663288 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 124451 114457 170 392 0 124050 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 497804

[startup+1662.3 s]
/proc/loadavg: 2.07 2.08 2.09 3/259 2979
/proc/meminfo: memFree=30758860/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=467980 CPUtime=1661.96 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 97851 0 0 0 166154 42 0 0 20 0 1 0 30311241 479211520 109526 33554432000 4194304 5796924 140736734666176 140736734663640 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 116995 109526 170 392 0 116594 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 467980

[startup+1722.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/259 2981
/proc/meminfo: memFree=30753132/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=498932 CPUtime=1721.95 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 98390 0 0 0 172153 42 0 0 20 0 1 0 30311241 510906368 112190 33554432000 4194304 5796924 140736734666176 140736734663816 4606531 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 124733 112190 170 392 0 124332 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 498932

[startup+1782.3 s]
/proc/loadavg: 2.06 2.08 2.08 3/259 2982
/proc/meminfo: memFree=30745996/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=499332 CPUtime=1781.93 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 98605 0 0 0 178150 43 0 0 20 0 1 0 30311241 511315968 115456 33554432000 4194304 5796924 140736734666176 140736734663288 4606507 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 124833 115456 170 392 0 124432 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 499332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.25 2.12 2.10 3/259 2982
/proc/meminfo: memFree=30735084/32872528 swapFree=7804/7804
[pid=2821] ppid=2818 vsize=499748 CPUtime=1800.02 cores=0-3,8-11
/proc/2821/stat : 2821 (naps-1.02) R 2818 2821 31723 0 -1 4202496 98712 0 0 0 179959 43 0 0 20 0 1 0 30311241 511741952 116575 33554432000 4194304 5796924 140736734666176 140736734663288 4595328 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/2821/statm: 124937 116575 170 392 0 124536 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 499748

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 2821 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.03
CPU user time (s): 1799.6
CPU system time (s): 0.437933
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 548120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.437933
maximum resident set size= 509472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98724
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= 122
involuntary context switches= 1849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27089 second user time and 9.8815 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 22:44:26
IDJOB=4107952
IDBENCH=74310
IDSOLVER=2544
FILE ID=node132/4107952-1466282666
RUNJOBID= node132-1466264985-31739
PBS_JOBID= 19918229
Free space on /tmp= 71724 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12058_4-sat.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107952-1466282666/watcher-4107952-1466282666 -o /tmp/evaluation-result-4107952-1466282666/solver-4107952-1466282666 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31739 --watchdog 1960  naps-1.02 HOME/instance-4107952-1466282666.opb

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

MD5SUM BENCH= da4c22aa3836e09c7cdc382a7b6da5de
RANDOM SEED=1272277041

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:        31193552 kB
Buffers:          130828 kB
Cached:           247432 kB
SwapCached:         2088 kB
Active:           635352 kB
Inactive:         271064 kB
Active(anon):     527936 kB
Inactive(anon):     2740 kB
Active(file):     107416 kB
Inactive(file):   268324 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099440 kB
Dirty:              7756 kB
Writeback:             0 kB
AnonPages:        674136 kB
Mapped:             8284 kB
Shmem:                 0 kB
Slab:             622592 kB
SReclaimable:      62964 kB
SUnreclaim:       559628 kB
KernelStack:        2184 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     736928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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 23:14:27