Trace number 4094522

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? 182.95 183.001

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar6-sub4_wcsp.wbo
MD5SUMca9d0852ab5b196169871de07952f6ec
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables928
Total number of constraints353054
Number of soft constraints353032
Number of constraints which are clauses353032
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 69697
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 47779432
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.
182.34/182.49	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
182.34/182.49	c 
182.34/182.49	c *** TERMINATED *** by signal 6
182.34/182.49	s UNKNOWN
182.34/182.49	c _____________________________________________________________________________
182.34/182.49	c 
182.34/182.49	c std/band forms        : 23,0
182.34/182.49	c 2cl/3cl ITE-codings   : 884,0
182.34/182.49	c BDD/srt/adr Max costs : 85,60223940,0
182.34/182.49	c BDDraw/bin/mul/srt/adr: 22,0,0,1,0
182.34/182.49	c BDD nodes             : 1812
182.34/182.49	c Es1/CC detections     : 0,0
182.34/182.49	c SAT/UNSAT calls       : 0,0
182.34/182.49	c restarts              : 0
182.34/182.49	c conflicts             : 0              (0 /sec)
182.34/182.49	c decisions             : 0              (0 /sec)
182.34/182.49	c propagations          : 0              (0 /sec)
182.34/182.49	c inspects              : 0              (0 /sec)
182.34/182.49	c CPU time (solving tm) : 178.2 s        (0 s)
182.34/182.49	c Time for Opt-base     : 96.22 s
182.34/182.49	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-4094522-1466103655/watcher-4094522-1466103655 -o /tmp/evaluation-result-4094522-1466103655/solver-4094522-1466103655 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466098251-17004 --watchdog 1960 naps-1.02 HOME/instance-4094522-1466103655.wbo 

pid=17417
running on 4 cores: 0,2,4,6

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.02 2.02 2.02 3/177 17420
/proc/meminfo: memFree=30078944/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 294 0 0 0 0 0 0 0 20 0 1 0 12415639 6574080 168 33554432000 4194304 5796924 140736958587360 140733216362792 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 1605 168 127 392 0 1204 0

[startup+0.100158 s]
/proc/loadavg: 2.02 2.02 2.02 3/177 17420
/proc/meminfo: memFree=30078944/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=9564 CPUtime=0.09 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 1138 0 0 0 9 0 0 0 20 0 1 0 12415639 9793536 995 33554432000 4194304 5796924 140736958587360 140733216362792 4642386 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 2391 996 130 392 0 1990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9564

[startup+0.2003 s]
/proc/loadavg: 2.02 2.02 2.02 3/177 17420
/proc/meminfo: memFree=30078944/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=12644 CPUtime=0.19 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 2001 0 0 0 19 0 0 0 20 0 1 0 12415639 12947456 1792 33554432000 4194304 5796924 140736958587360 140733216362792 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 3161 1792 130 392 0 2760 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12644

[startup+0.300239 s]
/proc/loadavg: 2.02 2.02 2.02 3/177 17420
/proc/meminfo: memFree=30078944/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=16296 CPUtime=0.29 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 2994 0 0 0 29 0 0 0 20 0 1 0 12415639 16687104 2679 33554432000 4194304 5796924 140736958587360 140733216362792 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 4139 2694 130 392 0 3738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16296

[startup+0.700314 s]
/proc/loadavg: 2.02 2.02 2.02 3/177 17420
/proc/meminfo: memFree=30078944/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=30992 CPUtime=0.68 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 6716 0 0 0 67 1 0 0 20 0 1 0 12415639 31735808 6111 33554432000 4194304 5796924 140736958587360 140736958586520 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 7748 6111 130 392 0 7347 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30992

[startup+1.50024 s]
/proc/loadavg: 2.02 2.02 2.02 4/178 17467
/proc/meminfo: memFree=31367720/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=59800 CPUtime=1.49 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 13877 0 0 0 146 3 0 0 20 0 1 0 12415639 61235200 13257 33554432000 4194304 5796924 140736958587360 140736958586616 4564248 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 14950 13257 130 392 0 14549 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59800

[startup+3.10024 s]
/proc/loadavg: 2.02 2.02 2.02 3/178 17467
/proc/meminfo: memFree=31292700/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=112844 CPUtime=3.08 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 26533 0 0 0 303 5 0 0 20 0 1 0 12415639 115552256 26347 33554432000 4194304 5796924 140736958587360 140736958586584 4336504 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 28211 26348 130 392 0 27810 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 112844

[startup+6.30025 s]
/proc/loadavg: 2.02 2.02 2.02 3/178 17467
/proc/meminfo: memFree=30924900/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=395884 CPUtime=6.29 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 81126 0 0 0 614 15 0 0 20 0 1 0 12415639 405385216 94007 33554432000 4194304 5796924 140736958587360 140736958583880 5087780 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 98971 94007 146 392 0 98570 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 395884

[startup+12.7003 s]
/proc/loadavg: 2.02 2.02 2.02 3/178 17490
/proc/meminfo: memFree=30994064/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=349764 CPUtime=12.68 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 97173 0 0 0 1251 17 0 0 20 0 1 0 12415639 358158336 76070 33554432000 4194304 5796924 140736958587360 140736958581944 5087532 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 87441 76070 150 392 0 87040 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 349764

[startup+25.5004 s]
/proc/loadavg: 2.09 2.04 2.02 3/178 17490
/proc/meminfo: memFree=30996960/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=349764 CPUtime=25.48 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 97173 0 0 0 2531 17 0 0 20 0 1 0 12415639 358158336 76070 33554432000 4194304 5796924 140736958587360 140736958581944 4805632 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 87441 76070 150 392 0 87040 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 349764

[startup+51.1004 s]
/proc/loadavg: 2.12 2.05 2.03 3/178 17490
/proc/meminfo: memFree=30996660/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=349764 CPUtime=51.08 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 97173 0 0 0 5091 17 0 0 20 0 1 0 12415639 358158336 76244 33554432000 4194304 5796924 140736958587360 140736958581944 4199760 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 87441 76244 150 392 0 87040 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 349764

[startup+102.3 s]
/proc/loadavg: 2.09 2.05 2.03 3/177 17491
/proc/meminfo: memFree=30994792/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=349764 CPUtime=102.28 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 97176 0 0 0 10211 17 0 0 20 0 1 0 12415639 358158336 76810 33554432000 4194304 5796924 140736958587360 140736958581944 5092493 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 87441 76810 150 392 0 87040 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 349764

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.02 3/177 17493
/proc/meminfo: memFree=21031468/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=11348240 CPUtime=162.25 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 876699 0 0 0 15927 298 0 0 20 0 1 0 12415639 11620597760 2596444 33554432000 4194304 5796924 140736958587360 140736958540088 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 2837060 2596445 157 392 0 2836659 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 11348240

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17420 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+166.4 s]
/proc/loadavg: 2.03 2.04 2.02 3/177 17493
/proc/meminfo: memFree=19932236/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=12914496 CPUtime=166.35 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 946427 0 0 0 16309 326 0 0 20 0 1 0 12415639 13224443904 2849502 33554432000 4194304 5796924 140736958587360 140736958540136 4642172 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 3228624 2849502 157 392 0 3228223 0
Current children cumulated CPU time (s) 166.35
Current children cumulated vsize (KiB) 12914496

[startup+172.807 s]
/proc/loadavg: 2.11 2.06 2.03 4/177 17493
/proc/meminfo: memFree=18475492/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=14715576 CPUtime=172.75 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 1048667 0 0 0 16912 363 0 0 20 0 1 0 12415639 15068749824 3206070 33554432000 4194304 5796924 140736958587360 140736958519848 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 3678894 3206071 157 392 0 3678493 0
Current children cumulated CPU time (s) 172.75
Current children cumulated vsize (KiB) 14715576

[startup+179.2 s]
/proc/loadavg: 2.10 2.06 2.03 3/177 17493
/proc/meminfo: memFree=17439832/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=15088476 CPUtime=179.14 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 1142275 0 0 0 17515 399 0 0 20 0 1 0 12415639 15450599424 3507144 33554432000 4194304 5796924 140736958587360 140736958514888 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 3772119 3507145 157 392 0 3771718 0
Current children cumulated CPU time (s) 179.14
Current children cumulated vsize (KiB) 15088476

[startup+180.8 s]
/proc/loadavg: 2.09 2.05 2.03 4/177 17493
/proc/meminfo: memFree=17045748/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=15178368 CPUtime=180.74 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 1165399 0 0 0 17667 407 0 0 20 0 1 0 12415639 15542648832 3578813 33554432000 4194304 5796924 140736958587360 140736958517720 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 3794592 3578813 157 392 0 3794191 0
Current children cumulated CPU time (s) 180.74
Current children cumulated vsize (KiB) 15178368

[startup+182.4 s]
/proc/loadavg: 2.09 2.05 2.03 4/177 17494
/proc/meminfo: memFree=16841864/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=15265356 CPUtime=182.34 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202496 1190581 0 0 0 17819 415 0 0 20 0 1 0 12415639 15631724544 3644875 33554432000 4194304 5796924 140736958587360 140736958530872 5091201 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 3816339 3644883 157 392 0 3815938 0
Current children cumulated CPU time (s) 182.34
Current children cumulated vsize (KiB) 15265356

[startup+182.8 s]
/proc/loadavg: 2.09 2.05 2.03 4/177 17494
/proc/meminfo: memFree=19083492/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=0 CPUtime=182.74 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202500 1191391 0 0 0 17823 451 0 0 20 0 1 0 12415639 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 182.74
Current children cumulated vsize (KiB) 0

[startup+183 s]
/proc/loadavg: 2.09 2.05 2.03 4/177 17494
/proc/meminfo: memFree=19083492/32872528 swapFree=525044/557748
[pid=17420] ppid=17417 vsize=0 CPUtime=182.94 cores=0,2,4,6
/proc/17420/stat : 17420 (naps-1.02) R 17417 17420 16988 0 -1 4202500 1191391 0 0 0 17823 471 0 0 20 0 1 0 12415639 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17420/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 182.94
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 183.001
CPU time (s): 182.95
CPU user time (s): 178.234
CPU system time (s): 4.71628
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 15265356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 178.234
system time used= 4.71628
maximum resident set size= 14652028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1191391
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= 30
involuntary context switches= 250

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.492925 second user time and 0.678896 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-16 21:00:55
IDJOB=4094522
IDBENCH=79546
IDSOLVER=2554
FILE ID=node106/4094522-1466103655
RUNJOBID= node106-1466098251-17004
PBS_JOBID= 19904070
Free space on /tmp= 71688 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar6-sub4_wcsp.wbo
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4094522-1466103655/watcher-4094522-1466103655 -o /tmp/evaluation-result-4094522-1466103655/solver-4094522-1466103655 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466098251-17004 --watchdog 1960  naps-1.02 HOME/instance-4094522-1466103655.wbo

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

MD5SUM BENCH= ca9d0852ab5b196169871de07952f6ec
RANDOM SEED=2079880393

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30079960 kB
Buffers:           55808 kB
Cached:           141192 kB
SwapCached:         1840 kB
Active:          1445956 kB
Inactive:          85288 kB
Active(anon):    1335332 kB
Inactive(anon):     1072 kB
Active(file):     110624 kB
Inactive(file):    84216 kB
Unevictable:      557748 kB
Mlocked:          525044 kB
SwapTotal:      67108856 kB
SwapFree:       67098928 kB
Dirty:             14072 kB
Writeback:             4 kB
AnonPages:       1893016 kB
Mapped:             7808 kB
Shmem:                 0 kB
Slab:             569008 kB
SReclaimable:      13320 kB
SUnreclaim:       555688 kB
KernelStack:        1448 kB
PageTables:         7704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2210108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 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= 71680 MiB
End job on node106 at 2016-06-16 21:03:58