Trace number 4107889

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.01 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12037_7-sat.opb
MD5SUMc76ba3fc1d0a0f3a1a96791ffe6c4cf4
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 variables39204
Total number of constraints130975
Number of constraints which are clauses130331
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints644
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 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 714
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.00/1800.40	c 
1800.00/1800.40	c *** TERMINATED *** by signal 15
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c _____________________________________________________________________________
1800.00/1800.40	c 
1800.00/1800.40	c std/band forms        : 632,0
1800.00/1800.40	c 2cl/3cl ITE-codings   : 529188,0
1800.00/1800.40	c BDD/srt/adr Max costs : 1868,0,0
1800.00/1800.40	c BDDraw/bin/mul/srt/adr: 476,0,156,0,0
1800.00/1800.40	c BDD nodes             : 700506
1800.00/1800.40	c Es1/CC detections     : 0,0
1800.00/1800.40	c SAT/UNSAT calls       : 0,0
1800.00/1800.40	c restarts              : 0
1800.00/1800.40	c conflicts             : 0              (0 /sec)
1800.00/1800.40	c decisions             : 0              (0 /sec)
1800.00/1800.40	c propagations          : 0              (0 /sec)
1800.00/1800.40	c inspects              : 0              (0 /sec)
1800.00/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.00/1800.40	c Time for Opt-base     : 0.05399 s
1800.00/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-4107889-1466282090/watcher-4107889-1466282090 -o /tmp/evaluation-result-4107889-1466282090/solver-4107889-1466282090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31740 --watchdog 1960 naps-1.02 HOME/instance-4107889-1466282090.opb 

pid=2759
running on 8 cores: 4-7,12-15

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


[startup+0 s]
/proc/loadavg: 1.98 2.08 2.18 3/258 2762
/proc/meminfo: memFree=25078720/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=6680 CPUtime=0 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 30253591 6840320 235 33554432000 4194304 5796924 140737330241824 140734822304344 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 1670 235 128 392 0 1269 0

[startup+7.75719 s]
/proc/loadavg: 1.98 2.08 2.18 3/258 2762
/proc/meminfo: memFree=25078720/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=88260 CPUtime=7.74 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 14395 0 0 0 770 4 0 0 20 0 1 0 30253591 90378240 20484 33554432000 4194304 5796924 140737330241824 140737330132216 4425703 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 22065 20504 144 392 0 21664 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 88260

[startup+8.45717 s]
/proc/loadavg: 1.98 2.08 2.18 3/258 2762
/proc/meminfo: memFree=25078720/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=196196 CPUtime=8.45 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 36875 0 0 0 836 9 0 0 20 0 1 0 30253591 200904704 43556 33554432000 4194304 5796924 140737330241824 140737330132216 4601396 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 49049 43556 145 392 0 48648 0
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (KiB) 196196

[startup+8.52117 s]
/proc/loadavg: 1.98 2.08 2.18 3/258 2762
/proc/meminfo: memFree=25078720/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=212236 CPUtime=8.51 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 38996 0 0 0 842 9 0 0 20 0 1 0 30253591 217329664 47142 33554432000 4194304 5796924 140737330241824 140737330132216 5093145 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 53059 47143 145 392 0 52658 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 212236

[startup+8.96924 s]
/proc/loadavg: 1.98 2.08 2.18 3/258 2762
/proc/meminfo: memFree=25078720/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=379052 CPUtime=8.96 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 55324 0 0 0 883 13 0 0 20 0 1 0 30253591 388149248 81246 33554432000 4194304 5796924 140737330241824 140737330236296 4633208 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 94763 81246 150 392 0 94362 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 379052

[startup+9.04519 s]
/proc/loadavg: 1.98 2.08 2.18 3/258 2762
/proc/meminfo: memFree=25078720/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=379052 CPUtime=9.03 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 55325 0 0 0 890 13 0 0 20 0 1 0 30253591 388149248 81247 33554432000 4194304 5796924 140737330241824 140737330236296 4648525 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 94763 81247 151 392 0 94362 0
Current children cumulated CPU time (s) 9.03
Current children cumulated vsize (KiB) 379052

[startup+9.10112 s]
/proc/loadavg: 1.98 2.08 2.18 3/258 2762
/proc/meminfo: memFree=25078720/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=379052 CPUtime=9.09 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 55326 0 0 0 896 13 0 0 20 0 1 0 30253591 388149248 81248 33554432000 4194304 5796924 140737330241824 140737330236296 4573423 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 94763 81248 152 392 0 94362 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 379052

[startup+9.89306 s]
/proc/loadavg: 1.98 2.08 2.18 3/258 2762
/proc/meminfo: memFree=25078720/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=455304 CPUtime=9.89 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 63034 0 0 0 973 16 0 0 20 0 1 0 30253591 466231296 100100 33554432000 4194304 5796924 140737330241824 140737330238792 4648416 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 113826 100101 152 392 0 113425 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (KiB) 455304

[startup+15.5063 s]
/proc/loadavg: 1.98 2.08 2.18 3/259 2763
/proc/meminfo: memFree=24625492/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=563904 CPUtime=15.5 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 80930 0 0 0 1527 23 0 0 20 0 1 0 30253591 577437696 123085 33554432000 4194304 5796924 140737330241824 140737330238936 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 140976 123085 159 392 0 140575 0
Current children cumulated CPU time (s) 15.5
Current children cumulated vsize (KiB) 563904

[startup+57.9271 s]
/proc/loadavg: 1.98 2.07 2.18 3/259 2763
/proc/meminfo: memFree=24585996/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=570020 CPUtime=57.91 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 82442 0 0 0 5767 24 0 0 20 0 1 0 30253591 583700480 125619 33554432000 4194304 5796924 140737330241824 140737330238936 4607232 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 142505 125619 169 392 0 142104 0
Current children cumulated CPU time (s) 57.91
Current children cumulated vsize (KiB) 570020

[startup+87.5947 s]
/proc/loadavg: 1.98 2.07 2.18 3/259 2763
/proc/meminfo: memFree=24585996/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=571516 CPUtime=87.57 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 82807 0 0 0 8733 24 0 0 20 0 1 0 30253591 585232384 127517 33554432000 4194304 5796924 140737330241824 140737330239096 4607720 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 142879 127517 169 392 0 142478 0
Current children cumulated CPU time (s) 87.57
Current children cumulated vsize (KiB) 571516

[startup+118.186 s]
/proc/loadavg: 1.99 2.06 2.17 3/259 2764
/proc/meminfo: memFree=24564424/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=603392 CPUtime=118.16 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 83164 0 0 0 11791 25 0 0 20 0 1 0 30253591 617873408 128895 33554432000 4194304 5796924 140737330241824 140737330238936 4606567 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 150848 128895 169 392 0 150447 0
Current children cumulated CPU time (s) 118.16
Current children cumulated vsize (KiB) 603392

[startup+177.634 s]
/proc/loadavg: 1.99 2.04 2.16 3/258 2764
/proc/meminfo: memFree=24565472/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=574312 CPUtime=177.6 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 84187 0 0 0 17734 26 0 0 20 0 1 0 30253591 588095488 128233 33554432000 4194304 5796924 140737330241824 140737330238936 4606433 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 143578 128233 169 392 0 143177 0
Current children cumulated CPU time (s) 177.6
Current children cumulated vsize (KiB) 574312

[startup+237.91 s]
/proc/loadavg: 1.99 2.03 2.14 3/259 2766
/proc/meminfo: memFree=24554016/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=608000 CPUtime=237.87 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 84834 0 0 0 23760 27 0 0 20 0 1 0 30253591 622592000 130923 33554432000 4194304 5796924 140737330241824 140737330238872 4606531 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 152000 130923 169 392 0 151599 0
Current children cumulated CPU time (s) 237.87
Current children cumulated vsize (KiB) 608000

[startup+285.828 s]
/proc/loadavg: 1.99 2.02 2.13 3/259 2767
/proc/meminfo: memFree=24557632/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=577180 CPUtime=285.78 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 85435 0 0 0 28550 28 0 0 20 0 1 0 30253591 591032320 128303 33554432000 4194304 5796924 140737330241824 140737330239288 4606534 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 144295 128303 169 392 0 143894 0
Current children cumulated CPU time (s) 285.78
Current children cumulated vsize (KiB) 577180

[startup+342.3 s]
/proc/loadavg: 1.99 2.02 2.12 3/260 2771
/proc/meminfo: memFree=24553376/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=577640 CPUtime=342.24 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 86330 0 0 0 34195 29 0 0 20 0 1 0 30253591 591503360 128021 33554432000 4194304 5796924 140737330241824 140737330238936 4606495 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 144410 128021 169 392 0 144009 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 577640

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.11 3/259 2772
/proc/meminfo: memFree=24541312/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=609912 CPUtime=402.23 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 86775 0 0 0 40193 30 0 0 20 0 1 0 30253591 624549888 131019 33554432000 4194304 5796924 140737330241824 140737330238936 4606514 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 152478 131019 169 392 0 152077 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 609912

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.10 3/259 2774
/proc/meminfo: memFree=24543044/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=580052 CPUtime=462.22 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 87592 0 0 0 46191 31 0 0 20 0 1 0 30253591 593973248 130150 33554432000 4194304 5796924 140737330241824 140737330238936 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 145013 130150 169 392 0 144612 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 580052

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.09 3/259 2775
/proc/meminfo: memFree=24543328/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=580856 CPUtime=522.21 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 88495 0 0 0 52188 33 0 0 20 0 1 0 30253591 594796544 129365 33554432000 4194304 5796924 140737330241824 140737330238808 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 145214 129365 169 392 0 144813 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 580856

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.08 4/258 2822
/proc/meminfo: memFree=31145664/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=614468 CPUtime=582.2 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 88896 0 0 0 58186 34 0 0 20 0 1 0 30253591 629215232 131806 33554432000 4194304 5796924 140737330241824 140737330239464 4606744 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 153617 131806 169 392 0 153216 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 614468


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


[startup+882.3 s]
/proc/loadavg: 2.12 2.04 2.07 4/259 2829
/proc/meminfo: memFree=30767192/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=585684 CPUtime=882.05 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 91794 0 0 0 88162 43 0 0 20 0 1 0 30253591 599740416 132917 33554432000 4194304 5796924 140737330241824 140737330238936 4593716 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 146421 132917 169 392 0 146020 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 585684

[startup+942.311 s]
/proc/loadavg: 2.17 2.06 2.08 4/260 2833
/proc/meminfo: memFree=30755120/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=617164 CPUtime=942.04 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 92034 0 0 0 94160 44 0 0 20 0 1 0 30253591 631975936 136350 33554432000 4194304 5796924 140737330241824 140737330238936 4593555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 154291 136350 169 392 0 153890 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 617164

[startup+1002.3 s]
/proc/loadavg: 2.18 2.08 2.08 3/260 2834
/proc/meminfo: memFree=30751800/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=589844 CPUtime=1002.02 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 93160 0 0 0 100156 46 0 0 20 0 1 0 30253591 604000256 134555 33554432000 4194304 5796924 140737330241824 140737330239288 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 147461 134555 169 392 0 147060 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 589844

[startup+1062.3 s]
/proc/loadavg: 2.19 2.09 2.09 4/258 2835
/proc/meminfo: memFree=30745032/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=620664 CPUtime=1062.01 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 93232 0 0 0 106154 47 0 0 20 0 1 0 30253591 635559936 136670 33554432000 4194304 5796924 140737330241824 140737330239464 4606514 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 155166 136670 169 392 0 154765 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 620664

[startup+1122.3 s]
/proc/loadavg: 2.27 2.13 2.10 4/259 2837
/proc/meminfo: memFree=30739284/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=620664 CPUtime=1122 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 93342 0 0 0 112153 47 0 0 20 0 1 0 30253591 635559936 139335 33554432000 4194304 5796924 140737330241824 140737330239464 4583042 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 155166 139335 169 392 0 154765 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 620664

[startup+1182.3 s]
/proc/loadavg: 2.20 2.14 2.10 3/259 2838
/proc/meminfo: memFree=30740000/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=621296 CPUtime=1181.99 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 94293 0 0 0 118150 49 0 0 20 0 1 0 30253591 636207104 136038 33554432000 4194304 5796924 140737330241824 140737330239464 4606433 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 155324 136038 169 392 0 154923 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 621296

[startup+1242.3 s]
/proc/loadavg: 2.13 2.12 2.09 4/259 2839
/proc/meminfo: memFree=30735004/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=621296 CPUtime=1241.99 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 94297 0 0 0 124149 50 0 0 20 0 1 0 30253591 636207104 138086 33554432000 4194304 5796924 140737330241824 140737330239464 4583342 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 155324 138086 169 392 0 154923 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 621296

[startup+1302.3 s]
/proc/loadavg: 2.11 2.12 2.09 4/259 2840
/proc/meminfo: memFree=30737788/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=590880 CPUtime=1301.97 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 95036 0 0 0 130145 52 0 0 20 0 1 0 30253591 605061120 134577 33554432000 4194304 5796924 140737330241824 140737330239288 4606433 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 147720 134577 169 392 0 147319 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 590880

[startup+1362.3 s]
/proc/loadavg: 2.10 2.11 2.09 4/259 2841
/proc/meminfo: memFree=30736916/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=621968 CPUtime=1361.97 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 95169 0 0 0 136144 53 0 0 20 0 1 0 30253591 636895232 136752 33554432000 4194304 5796924 140737330241824 140737330238936 4606645 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 155492 136752 169 392 0 155091 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 621968

[startup+1422.3 s]
/proc/loadavg: 2.14 2.12 2.09 4/259 2843
/proc/meminfo: memFree=30713404/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=622916 CPUtime=1421.95 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 95411 0 0 0 142142 53 0 0 20 0 1 0 30253591 637865984 139666 33554432000 4194304 5796924 140737330241824 140737330238936 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 155729 139666 169 392 0 155328 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 622916

[startup+1482.3 s]
/proc/loadavg: 2.11 2.11 2.09 4/259 2844
/proc/meminfo: memFree=30740556/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=592764 CPUtime=1481.95 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 96185 0 0 0 148140 55 0 0 20 0 1 0 30253591 606990336 135680 33554432000 4194304 5796924 140737330241824 140737330239288 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 148191 135680 169 392 0 147790 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 592764

[startup+1542.3 s]
/proc/loadavg: 2.15 2.12 2.09 4/260 2848
/proc/meminfo: memFree=30718852/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=624112 CPUtime=1541.94 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 96361 0 0 0 154138 56 0 0 20 0 1 0 30253591 639090688 137899 33554432000 4194304 5796924 140737330241824 140737330238936 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 156028 137899 169 392 0 155627 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 624112

[startup+1602.31 s]
/proc/loadavg: 2.05 2.09 2.09 4/260 2872
/proc/meminfo: memFree=30718804/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=624648 CPUtime=1601.93 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 96513 0 0 0 160137 56 0 0 20 0 1 0 30253591 639639552 140606 33554432000 4194304 5796924 140737330241824 140737330238936 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 156162 140606 169 392 0 155761 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 624648

[startup+1662.3 s]
/proc/loadavg: 2.11 2.10 2.09 3/259 2873
/proc/meminfo: memFree=30727360/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=594496 CPUtime=1661.92 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 97265 0 0 0 166134 58 0 0 20 0 1 0 30253591 608763904 136086 33554432000 4194304 5796924 140737330241824 140737330239288 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 148624 136086 169 392 0 148223 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 594496

[startup+1722.3 s]
/proc/loadavg: 2.10 2.10 2.09 4/259 2875
/proc/meminfo: memFree=30705048/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=625448 CPUtime=1721.91 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 97392 0 0 0 172132 59 0 0 20 0 1 0 30253591 640458752 138257 33554432000 4194304 5796924 140737330241824 140737330238936 4606427 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 156362 138257 169 392 0 155961 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 625448

[startup+1782.3 s]
/proc/loadavg: 2.10 2.09 2.09 4/259 2876
/proc/meminfo: memFree=30712020/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=625844 CPUtime=1781.9 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 97489 0 0 0 178130 60 0 0 20 0 1 0 30253591 640864256 140398 33554432000 4194304 5796924 140737330241824 140737330238936 4607232 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 156461 140398 169 392 0 156060 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 625844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.08 2.09 4/259 2876
/proc/meminfo: memFree=30705824/32872528 swapFree=7804/7804
[pid=2762] ppid=2759 vsize=626244 CPUtime=1800 cores=4-7,12-15
/proc/2762/stat : 2762 (naps-1.02) R 2759 2762 31723 0 -1 4202496 97578 0 0 0 179940 60 0 0 20 0 1 0 30253591 641273856 141509 33554432000 4194304 5796924 140737330241824 140737330238936 4592981 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/2762/statm: 156561 141509 169 392 0 156160 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 626244

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.01
CPU user time (s): 1799.4
CPU system time (s): 0.608907
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 674636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.608907
maximum resident set size= 614224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97590
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= 138
involuntary context switches= 1972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38503 second user time and 9.38257 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 22:34:50
IDJOB=4107889
IDBENCH=73860
IDSOLVER=2544
FILE ID=node132/4107889-1466282090
RUNJOBID= node132-1466264985-31740
PBS_JOBID= 19918229
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= c76ba3fc1d0a0f3a1a96791ffe6c4cf4
RANDOM SEED=948701011

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:        25078720 kB
Buffers:          130540 kB
Cached:           242592 kB
SwapCached:         2088 kB
Active:          6737388 kB
Inactive:         270084 kB
Active(anon):    6633944 kB
Inactive(anon):     2740 kB
Active(file):     103444 kB
Inactive(file):   267344 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099440 kB
Dirty:              8240 kB
Writeback:             0 kB
AnonPages:       6643588 kB
Mapped:             8908 kB
Shmem:                 0 kB
Slab:             624140 kB
SReclaimable:      63148 kB
SUnreclaim:       560992 kB
KernelStack:        2496 kB
PageTables:        17220 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    7627800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3254272 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:04:50