Trace number 4105829

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 172.893 172.926

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=60-sizeP=31-sizeQ=60-472296155-max.opb
MD5SUM1a0de5b084bb5d3f897350b954f11e59
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-5339
Best CPU time to get the best result obtained on this benchmark1801.21
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -5
Optimality of the best value was proved NO
Number of variables1951
Total number of constraints5581
Number of constraints which are clauses5580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1860
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 618970019642690137449562112
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 2475880077443495339516213980
Number of bits of the biggest sum of numbers91
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 2016-06-18T15:34:28+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4105829-1466256868.opb"]
0.00/0.01	c use --random-gen="2710824981 1839114478 3472353041 974282048 1302361743 2176964910 45215370 1485754252 2174780826 713731317 1370762620 3345386120 3862736326 1369294272 563452537 4094797929 649457190 1328010380 1562647048 461226731 3562762721 986773780 3489279696 4180475084 2446385273 2620213316 1695037479 1023222178 16940946 3471395295 120894354 2847676353 276220216 1742540944 4197734771 99012173 1207777146 2281478867 1084389190 1826640797 2948759241 2102102981 939324216 4046934672 1238000102 2681806503 1013730802 910037188 4102122272 2496901853 2735278798 1077832292 645291451 3653006966 3158659738 3840663862 3499744330 105496045 2197295995 2972889927 1101674320 3248091837 2402176235 3005719935 1701633511 3269227957 308287018 3220255488 3412087948 339830611 3520482572 2560030349 1446483932 703185041 4045262562 623845159 2729382158 2344371695 2554137033 4115682494 2025668995 4217826746 2721116181 626167388 741497348 64398654 4029979642 3836020298 3104577453 1765960077 4180043496 3985383823 2611474171 2522939715 590849525 2158699037 596957732 3406353353 967916963 1158988907 4279160688 922504445 307950415 1804310960 930903852 1477267380 3722499415 2080068958 2347462956 3689593878 1105756035 4023375789 3163231771 876075823 3552101646 4286932205 1368912024 3628993173 687693965 763290493 3987737971 2440513733 797402864 3690606998 1939194916 1652818700 126054376 2610804129 1848534609 3530925822 1872417193 1945821830 4233364020 2758565253 105168024 2292730205 1858918296 2942756062 2393758579 520583071 2504619346 2799902735 1128623916 2892802248 887204370 2709307287 22441207 3859094125 359385355 1287055975 116865594 3627693106 3642293872 4048246843 724700514 2782856272 3515873781 3653886409 1151113497 3581351525 490546199 721694278 551254493 3892957842 2907352388 4231497278 224004238 516820503 1572866334 346225558 295945289 528104428 2425753667 1033506124 2260462366 1401940564 2289278539 1773630760 419109730 3702624082 2446879319 1964312247 1193798049 2997242630 970495536 3448305446 1387153991 690008309 2008742199 481335285 4080234510 3830453621 486913281 2166301873 1303372095 646561176 37748693 2773241526 3422159888 2812422220 2364912714 3470219263 976599109 214168054 2703687724 2824893481 3321909912 3033014579 2705728817 3317641050 3575059943 563145871 3167703934 1646556176 3662453592 4031076172 1209508752 2326967252 3071892137 4133625140 2032084733 907240555 3259679290 3062576723 957243288 3808743130 701257180 247590059 1898972524 735012845 2809466561 1640292620 1351354321 1071754372 3313730984 3097800511 1812975817 3117997034 709045226 3596147135 2413416876 2485631559 1479054544 904967794 2308569700 158600962 1781387140 2306698368 2033060112 935581657 2207894241 3840552216 1336325986 2332197881 3384722576 2751154496 255 362436" option to reproduce the execution
0.00/0.06	c #vars 1951
0.00/0.06	c #constraints 5581

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-4105829-1466256868/watcher-4105829-1466256868 -o /tmp/evaluation-result-4105829-1466256868/solver-4105829-1466256868 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20777 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105829-1466256868.opb 

pid=25126
running on 4 cores: 1,3,5,7

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.06 2.00 2.00 3/179 25129
/proc/meminfo: memFree=17674852/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=748988 CPUtime=0 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 2797 0 0 0 0 0 0 0 20 0 4 0 27736694 766963712 3158 33554432000 4194304 16246674 140736213213632 140736213213056 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 187759 3166 441 2943 0 184653 0
[pid=25129/tid=25130] ppid=25126 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 785838080 3228 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 790032384 3247 33554432000 4194304 16246674 140736213213632 140169237732592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=775612 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 27736694 794226688 3260 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 25129
/proc/meminfo: memFree=17674852/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=1220164 CPUtime=0.08 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 20301 0 0 0 6 2 0 0 20 0 4 0 27736694 1249447936 20600 33554432000 4194304 16246674 140736213213632 140736213212944 5875677 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 305041 20608 833 2943 0 301935 0
[pid=25129/tid=25130] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 20613 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 20618 33554432000 4194304 16246674 140736213213632 140169237732592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 20623 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1220164

[startup+0.200553 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 25129
/proc/meminfo: memFree=17674852/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=1220164 CPUtime=0.19 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 42951 0 0 0 14 5 0 0 20 0 4 0 27736694 1249447936 43249 33554432000 4194304 16246674 140736213213632 140736213212944 6958849 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 305041 43262 844 2943 0 301935 0
[pid=25129/tid=25130] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 43269 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 43276 33554432000 4194304 16246674 140736213213632 140169237732592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 43282 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1220164

[startup+0.300493 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 25129
/proc/meminfo: memFree=17674852/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=1220164 CPUtime=0.29 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 66008 0 0 0 21 8 0 0 20 0 4 0 27736694 1249447936 66306 33554432000 4194304 16246674 140736213213632 140736213212944 12449273 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 305041 66322 844 2943 0 301935 0
[pid=25129/tid=25130] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 66332 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 66341 33554432000 4194304 16246674 140736213213632 140169237732592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 66349 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1220164

[startup+0.700427 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 25129
/proc/meminfo: memFree=17674852/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=1220164 CPUtime=0.69 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 153747 0 0 0 50 19 0 0 20 0 4 0 27736694 1249447936 154045 33554432000 4194304 16246674 140736213213632 140736213212944 12429797 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 305041 154051 844 2943 0 301935 0
[pid=25129/tid=25130] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 154055 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 154058 33554432000 4194304 16246674 140736213213632 140169237732592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 1249447936 154062 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1220164

[startup+1.50041 s]
/proc/loadavg: 2.06 2.00 2.00 3/183 25133
/proc/meminfo: memFree=16664148/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=1405508 CPUtime=1.49 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 292457 0 0 0 110 39 0 0 20 0 4 0 27736694 1439240192 292755 33554432000 4194304 16246674 140736213213632 140736213212944 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 351377 292755 845 2943 0 348271 0
[pid=25129/tid=25130] ppid=25126 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 1439240192 292755 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 1439240192 292755 33554432000 4194304 16246674 140736213213632 140169237732592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 1439240192 292755 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1405508

[startup+3.10043 s]
/proc/loadavg: 2.06 2.00 2.00 3/183 25133
/proc/meminfo: memFree=16503800/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=1405508 CPUtime=3.09 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 292521 0 0 0 270 39 0 0 20 0 4 0 27736694 1439240192 292819 33554432000 4194304 16246674 140736213213632 140736213212944 6958832 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 351377 292819 845 2943 0 348271 0
[pid=25129/tid=25130] ppid=25126 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 1439240192 292819 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 1439240192 292819 33554432000 4194304 16246674 140736213213632 140169237732592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=1405508 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 1439240192 292819 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1405508

[startup+6.30042 s]
/proc/loadavg: 2.06 2.00 2.00 3/183 25133
/proc/meminfo: memFree=16306128/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=1753668 CPUtime=6.29 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 379353 0 0 0 579 50 0 0 20 0 4 0 27736694 1795756032 379651 33554432000 4194304 16246674 140736213213632 140736213212808 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 438417 379661 845 2943 0 435311 0
[pid=25129/tid=25130] ppid=25126 vsize=1753668 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 1795756032 379667 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=1753668 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 1795756032 379673 33554432000 4194304 16246674 140736213213632 140169237732592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=1753668 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 1795756032 379678 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1753668

[startup+12.7004 s]
/proc/loadavg: 2.05 2.00 2.00 3/183 25133
/proc/meminfo: memFree=15086960/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=2970180 CPUtime=12.69 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 683514 0 0 0 1178 91 0 0 20 0 4 0 27736694 3041464320 683813 33554432000 4194304 16246674 140736213213632 140736213212728 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 742545 683823 845 2943 0 739439 0
[pid=25129/tid=25130] ppid=25126 vsize=2970180 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 3041464320 683829 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=2970180 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 3041464320 683834 33554432000 4194304 16246674 140736213213632 140169237732368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=2970180 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 3041464320 683841 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2970180

[startup+25.5005 s]
/proc/loadavg: 2.04 2.00 2.00 3/183 25133
/proc/meminfo: memFree=11274808/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=5697092 CPUtime=25.49 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 1365418 0 0 0 2366 183 0 0 20 0 4 0 27736694 5833822208 1365716 33554432000 4194304 16246674 140736213213632 140736213212808 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 1424273 1365716 845 2943 0 1421167 0
[pid=25129/tid=25130] ppid=25126 vsize=5697092 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 5833822208 1365716 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=5697092 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 5833822208 1365716 33554432000 4194304 16246674 140736213213632 140169237732592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=5697092 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 5833822208 1365716 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5697092

[startup+51.1005 s]
/proc/loadavg: 2.03 2.00 2.00 3/183 25182
/proc/meminfo: memFree=17576064/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=10249796 CPUtime=51.08 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 2503354 0 0 0 4774 334 0 0 20 0 4 0 27736694 10495791104 2503653 33554432000 4194304 16246674 140736213213632 140736213212296 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 2562449 2503660 845 2943 0 2559343 0
[pid=25129/tid=25130] ppid=25126 vsize=10249796 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 10495791104 2503666 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=10249796 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 10495791104 2503671 33554432000 4194304 16246674 140736213213632 140169237732368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=10249796 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 10495791104 2503677 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10249796

[startup+102.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 25183
/proc/meminfo: memFree=8176640/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=12153412 CPUtime=102.28 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 2934112 0 0 0 9832 396 0 0 20 0 4 0 27736694 12445093888 2979378 33554432000 4194304 16246674 140736213213632 140736213211584 14013885 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 3038353 2979378 850 2943 0 3035247 0
[pid=25129/tid=25130] ppid=25126 vsize=12153412 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 12445093888 2979378 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=12153412 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 12445093888 2979378 33554432000 4194304 16246674 140736213213632 140169237732368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=12153412 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 12445093888 2979378 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12153412

[startup+162.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/183 25185
/proc/meminfo: memFree=5146896/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=13628996 CPUtime=162.26 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 3252463 0 0 0 15784 442 0 0 20 0 4 0 27736694 13956091904 3348318 33554432000 4194304 16246674 140736213213632 140736213211584 14013515 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 3407249 3348318 850 2943 0 3404143 0
[pid=25129/tid=25130] ppid=25126 vsize=13628996 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 13956091904 3348318 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=13628996 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 13956091904 3348318 33554432000 4194304 16246674 140736213213632 140169237732368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=13628996 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 13956091904 3348318 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 13628996



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+172.1 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 25185
/proc/meminfo: memFree=3130148/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=15872580 CPUtime=172.06 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) R 25126 25129 20760 0 -1 4202496 3813619 0 0 0 16683 523 0 0 20 0 4 0 27736694 16253521920 3909474 33554432000 4194304 16246674 140736213213632 140736213212728 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 3968145 3909474 850 2943 0 3965039 0
[pid=25129/tid=25130] ppid=25126 vsize=15872580 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25130/stat : 25130 (toysat) S 25126 25129 20760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 27736694 16253521920 3909474 33554432000 4194304 16246674 140736213213632 140169248222448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=15872580 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) S 25126 25129 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 27736694 16253521920 3909474 33554432000 4194304 16246674 140736213213632 140169237732592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25129/tid=25132] ppid=25126 vsize=15872580 CPUtime=0 cores=1,3,5,7
/proc/25129/task/25132/stat : 25132 (toysat) S 25126 25129 20760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 27736694 16253521920 3909474 33554432000 4194304 16246674 140736213213632 140169227259056 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 172.06
Current children cumulated vsize (KiB) 15872580

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

[startup+172.4 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 25185
/proc/meminfo: memFree=3130148/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=0 CPUtime=172.36 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) Z 25126 25129 20760 0 -1 4203532 3814161 0 0 0 16683 553 0 0 20 0 2 0 27736694 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 0 0 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) R 25126 25129 20760 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 27736694 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 172.36
Current children cumulated vsize (KiB) 0

[startup+172.808 s]
/proc/loadavg: 1.95 1.98 1.99 3/181 25185
/proc/meminfo: memFree=14017592/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=0 CPUtime=172.77 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) Z 25126 25129 20760 0 -1 4203532 3814161 0 0 0 16683 594 0 0 20 0 2 0 27736694 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 0 0 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=0 CPUtime=0.69 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) R 25126 25129 20760 0 -1 4203588 8 0 0 0 0 69 0 0 20 0 2 0 27736694 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 172.77
Current children cumulated vsize (KiB) 0

[startup+172.9 s]
/proc/loadavg: 1.95 1.98 1.99 3/181 25185
/proc/meminfo: memFree=14017592/32872528 swapFree=163656/177964
[pid=25129] ppid=25126 vsize=0 CPUtime=172.86 cores=1,3,5,7
/proc/25129/stat : 25129 (toysat) Z 25126 25129 20760 0 -1 4203532 3814161 0 0 0 16683 603 0 0 20 0 2 0 27736694 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25129/statm: 0 0 0 0 0 0 0
[pid=25129/tid=25131] ppid=25126 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/25129/task/25131/stat : 25131 (toysat) R 25126 25129 20760 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 27736694 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 172.86
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 172.926
CPU time (s): 172.893
CPU user time (s): 166.834
CPU system time (s): 6.05908
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 15872580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.834
system time used= 6.05908
maximum resident set size= 15640064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3814161
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= 75
involuntary context switches= 178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.887865 second user time and 0.858869 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 15:34:28
IDJOB=4105829
IDBENCH=3031
IDSOLVER=2542
FILE ID=node105/4105829-1466256868
RUNJOBID= node105-1466229502-20777
PBS_JOBID= 19918174
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=60-sizeP=31-sizeQ=60-472296155-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105829-1466256868/watcher-4105829-1466256868 -o /tmp/evaluation-result-4105829-1466256868/solver-4105829-1466256868 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466229502-20777 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105829-1466256868.opb

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

MD5SUM BENCH= 1a0de5b084bb5d3f897350b954f11e59
RANDOM SEED=397391951

node105.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.561
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	: 5333.12
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.561
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		: 2666.561
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		: 2666.561
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.55
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.561
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.54
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.561
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.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.561
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.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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        17675116 kB
Buffers:           94108 kB
Cached:           206040 kB
SwapCached:         1460 kB
Active:         14053416 kB
Inactive:         200976 kB
Active(anon):   13952036 kB
Inactive(anon):     4740 kB
Active(file):     101380 kB
Inactive(file):   196236 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             16316 kB
Writeback:            28 kB
AnonPages:      14132112 kB
Mapped:            10528 kB
Shmem:                 0 kB
Slab:             604728 kB
SReclaimable:      48304 kB
SUnreclaim:       556424 kB
KernelStack:        1480 kB
PageTables:        31896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   14274024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71716 MiB
End job on node105 at 2016-06-18 15:37:21