Trace number 4080184

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-02OPT3 4.64129 4.64228

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
roussel/factor-mod-B/factor-mod-size=6-P0=53-P1=41-P2=53-B.opb
MD5SUM0b8464e4861bc607bcf2ce7d185603df
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables36
Total number of constraints5
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)72
Sum of products size (including duplicates)144
Number of different products72
Sum of products size144

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-07T01:05:02+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-4080184-1465254302.opb"]
0.00/0.01	c use --random-gen="263419156 3312155599 399780220 430429828 4201912574 2486838748 324006456 2473179577 2309524481 2814356132 517579383 1276220600 2040049175 2775624119 544738634 668314946 3860480959 740687998 2167934037 3862381649 2636056312 3164207827 1052120734 3571991774 4082393 1817850042 870306481 1937121512 255616416 4207019722 81712340 3646471672 3098266293 1842270149 960089479 1635302880 746096925 652550306 2535105812 1508402428 1287730638 572854532 3571156466 2506561180 1290741919 615737564 860257379 1913867178 1730041960 3521554532 2696437961 1559934250 3490277425 4161521297 1595530493 530862770 3447916689 1996872778 3022048304 2543021688 1815370879 877889698 3084128550 2658841635 174801266 2954298206 942695280 659679454 506642742 1781052589 2638241674 3011853820 3617661192 2802375474 465558416 1804169574 2885917868 1076474224 2947463577 2133318766 4092626779 4287439917 20301037 2022301290 2874314081 3736465183 3942375784 261183272 3992130087 1791235328 861255853 391100661 1961430386 925434868 3111936378 3510732786 1204808268 2740421677 3239603284 1567045307 1928761328 907122180 1410691190 1250056707 2111402744 744822554 2389200033 1857754601 2190832940 4025955156 3602056350 3834607679 1922416510 1295206395 825069980 544071493 4124276339 518441391 705009060 1844403301 3979123640 2196844962 925328659 2852992063 2241538398 1716085798 3377345383 2500536937 4283538663 3549523948 2552083744 1661828450 878674346 2254763463 848165784 9504959 1123359264 2475254577 934583677 596018591 2213506020 2995164885 1716359048 1705984519 2214673110 2859107457 901744563 888717244 1798858636 3859078686 3174796776 3351141672 3448775782 148463521 1695485323 38031489 2782334187 1957865944 1635319938 705342181 2740992775 784045684 3369350096 2039245904 1840629257 2151371085 73462648 2530922196 3279919276 3283419458 3440890386 760344546 4081371497 2932221451 1672921697 2922897317 3343942967 3682064975 4205370383 3799002622 2081271730 390470898 2231184871 3268401690 1220557812 4193899134 1320069158 2972452824 27172398 2479898149 1736622502 2365866098 1811042508 2183895408 81685594 2579237571 4067088737 1956746279 700061416 2822555903 3026624539 2269704836 4262160975 2895946773 1264481027 597810014 2318214815 137303783 4107633672 1516647687 3049275455 1966751718 687829830 2449117132 253476810 672394535 3515612154 1046724851 2964304216 4224495811 2710509083 1760863086 3510163494 1950212468 944928328 2514141416 2979360043 3944714089 3394578071 35845786 2350396252 285086145 3148407189 494635788 1936725173 968825360 1395014714 1996808572 2451738682 1493284861 2411029033 597376849 3057095072 1503491637 1445871870 31357289 2013086680 4237059178 3744738767 1765111488 1504168363 158335636 2208235689 315395992 1334918387 3802266570 255 362436" option to reproduce the execution
0.00/0.01	c #vars 36
0.00/0.01	c #constraints 5
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |      110      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      112 |      100 |      110      0 |        0 |        0
0.00/0.06	c  0.0s |       2 |      287 |      250 |      122      1 |        0 |        0
0.00/0.07	c  0.1s |       2 |      382 |      333 |      135      2 |        0 |        0
0.00/0.07	c #cpu_time = 0.057s
0.00/0.07	c #wall_clock_time = 0.057s
0.00/0.07	c #decision = 382
0.00/0.07	c #random_decision = 0
0.00/0.07	c #conflict = 333
0.00/0.07	c #restart = 2
0.00/0.07	o 63
0.00/0.07	c BCD2: updating upper bound: 63 -> 62
0.00/0.07	c BCD2: 0 <= obj <= 62
0.00/0.07	c BCD2: #cores=0, #unrelaxed=6, #relaxed=0, #hardened=0
0.00/0.07	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |      135      0 |        0 |        0
0.00/0.07	c  0.0s |       0 |        4 |        0 |      135      1 |        0 |        0
0.00/0.07	c #cpu_time = 0.001s
0.00/0.07	c #wall_clock_time = 0.001s
0.00/0.07	c #decision = 4
0.00/0.07	c #random_decision = 0
0.00/0.07	c #conflict = 0
0.00/0.07	c #restart = 0
0.00/0.07	c BCD2: found a new core of size 5: cost of the new core is >=2
0.00/0.07	c lower bound updated to 2
0.00/0.07	c BCD2: 2 <= obj <= 62
0.00/0.07	c BCD2: #cores=1, #unrelaxed=1, #relaxed=5, #hardened=0
0.00/0.07	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |      135      0 |        0 |        0
0.00/0.08	c  0.0s |       1 |      122 |      100 |      135      0 |        0 |        0
0.09/0.11	c  0.0s |       2 |      315 |      250 |      149      2 |        0 |        0
0.09/0.15	c  0.1s |       3 |      574 |      475 |      149      4 |        0 |        0
0.19/0.20	c  0.1s |       4 |      948 |      813 |      164      6 |        0 |        0
0.19/0.27	c  0.2s |       5 |     1476 |     1320 |      181     11 |        0 |        0
0.39/0.40	c  0.3s |       6 |     2303 |     2081 |      200     17 |        0 |        0
0.49/0.59	c  0.5s |       7 |     3487 |     3223 |      221     25 |        0 |        0
0.79/0.88	c  0.8s |       8 |     5324 |     4936 |      244     37 |        0 |        0
1.19/1.28	c  1.2s |       9 |     8029 |     7506 |      269     54 |        0 |        0
1.69/1.71	c  1.6s |      10 |    12197 |    11361 |      296     78 |        0 |        0
2.29/2.40	c  2.3s |      11 |    18433 |    17144 |      326    111 |        0 |        0
3.39/3.48	c  3.4s |      12 |    28009 |    25819 |      359    158 |        0 |        0
4.49/4.54	c  4.5s |      12 |    37227 |    34372 |      359    201 |        0 |        0
4.49/4.54	c #cpu_time = 4.455s
4.49/4.54	c #wall_clock_time = 4.466s
4.49/4.54	c #decision = 37227
4.49/4.54	c #random_decision = 116
4.59/4.61	c #conflict = 34372
4.59/4.61	c #restart = 12
4.59/4.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
4.59/4.61	c lower bound updated to 3
4.59/4.61	c BCD2: 3 <= obj <= 62
4.59/4.61	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=0
4.59/4.61	c BCD2: #sat=1 #unsat=3 bias=3/4
4.59/4.61	c Solving starts ...
4.59/4.61	c ============================[ Search Statistics ]============================
4.59/4.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.61	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.61	c =============================================================================
4.59/4.61	c  0.0s |       0 |        0 |        0 |      359      0 |        1 |        0
4.59/4.61	c  0.0s |       1 |      182 |      100 |      359      0 |        1 |        1
4.59/4.61	c  0.0s |       2 |      367 |      250 |      359      1 |        1 |        1
4.59/4.61	c  0.0s |       2 |      434 |      301 |      359      1 |        1 |        1
4.59/4.61	c #cpu_time = 0.036s
4.59/4.61	c #wall_clock_time = 0.037s
4.59/4.61	c #decision = 434
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 301
4.59/4.61	c #restart = 2
4.59/4.61	o 41
4.59/4.61	c BCD2: updating upper bound: 62 -> 40
4.59/4.61	c BCD2: 3 <= obj <= 40
4.59/4.61	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=0
4.59/4.61	c BCD2: #sat=2 #unsat=3 bias=3/5
4.59/4.61	c Solving starts ...
4.59/4.61	c ============================[ Search Statistics ]============================
4.59/4.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.61	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.61	c =============================================================================
4.59/4.61	c  0.0s |       0 |        0 |        0 |      359      0 |        1 |        1
4.59/4.61	c  0.0s |       0 |       25 |        9 |      359      0 |        1 |        1
4.59/4.61	c #cpu_time = 0.002s
4.59/4.61	c #wall_clock_time = 0.002s
4.59/4.61	c #decision = 25
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 9
4.59/4.61	c #restart = 0
4.59/4.61	o 11
4.59/4.61	c BCD2: hardening fixes 2 literals
4.59/4.61	c BCD2: updating upper bound: 40 -> 10
4.59/4.61	c BCD2: 3 <= obj <= 10
4.59/4.61	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=2
4.59/4.61	c BCD2: #sat=3 #unsat=3 bias=3/6
4.59/4.61	c Solving starts ...
4.59/4.61	c ============================[ Search Statistics ]============================
4.59/4.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.61	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.61	c =============================================================================
4.59/4.61	c  0.0s |       0 |        0 |        0 |      359      0 |       17 |        4
4.59/4.61	c  0.0s |       0 |       22 |        3 |      359      0 |       17 |       41
4.59/4.61	c #cpu_time = 0.001s
4.59/4.61	c #wall_clock_time = 0.001s
4.59/4.61	c #decision = 22
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 3
4.59/4.61	c #restart = 0
4.59/4.61	o 3
4.59/4.61	s OPTIMUM FOUND
4.59/4.61	v x1 x2 -x3 -x4 -x5 -x6 x7 x8 -x9 -x10
4.59/4.61	v x11 -x12 x13 -x14 -x15 x16 -x17 x18 x19 -x20
4.59/4.61	v -x21 x22 x23 x24 -x25 -x26 -x27 -x28 -x29 -x30
4.59/4.61	v -x31 -x32 x33 -x34 -x35 x36
4.59/4.61	c total CPU time = 4.569s
4.59/4.61	c total wall clock time = 4.581s

Verifier Data

OK	3

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

pid=11286
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.15 2.16 2.16 3/179 11289
/proc/meminfo: memFree=29625856/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=686524 CPUtime=0 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202496 2554 0 0 0 0 0 0 0 20 0 4 0 107364733 703000576 3426 33554432000 4194304 16246674 140736134215456 140736134214880 15002730 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 172399 3435 441 2943 0 169293 0
[pid=11289/tid=11290] ppid=11286 vsize=703932 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (toysat) S 11286 11289 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107364733 720826368 3495 33554432000 4194304 16246674 140736134215456 140057495186672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11289/tid=11291] ppid=11286 vsize=709052 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (toysat) S 11286 11289 9895 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107364733 726069248 3512 33554432000 4194304 16246674 140736134215456 140057407106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=713148 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (toysat) S 11286 11289 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107364733 730263552 3529 33554432000 4194304 16246674 140736134215456 140057396632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.15 2.16 2.16 3/179 11289
/proc/meminfo: memFree=29625856/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202496 21897 0 0 0 5 4 0 0 20 0 4 0 107364733 1247350784 22756 33554432000 4194304 16246674 140736134215456 140736134214880 12875570 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 304529 22764 795 2943 0 301423 0
[pid=11289/tid=11290] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (toysat) S 11286 11289 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 22768 33554432000 4194304 16246674 140736134215456 140057495186672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11289/tid=11291] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (toysat) S 11286 11289 9895 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 22773 33554432000 4194304 16246674 140736134215456 140057407106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (toysat) S 11286 11289 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 22779 33554432000 4194304 16246674 140736134215456 140057396632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200534 s]
/proc/loadavg: 2.15 2.16 2.16 3/179 11289
/proc/meminfo: memFree=29625856/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202496 42148 0 0 0 12 7 0 0 20 0 4 0 107364733 1247350784 43008 33554432000 4194304 16246674 140736134215456 140736134214880 12477891 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 304529 43023 795 2943 0 301423 0
[pid=11289/tid=11290] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (toysat) S 11286 11289 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 43029 33554432000 4194304 16246674 140736134215456 140057495186672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11289/tid=11291] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (toysat) S 11286 11289 9895 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 43032 33554432000 4194304 16246674 140736134215456 140057407106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (toysat) S 11286 11289 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 43037 33554432000 4194304 16246674 140736134215456 140057396632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300492 s]
/proc/loadavg: 2.15 2.16 2.16 3/179 11289
/proc/meminfo: memFree=29625856/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202496 61103 0 0 0 20 9 0 0 20 0 4 0 107364733 1247350784 61962 33554432000 4194304 16246674 140736134215456 140736134214880 6021133 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 304529 61971 795 2943 0 301423 0
[pid=11289/tid=11290] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (toysat) S 11286 11289 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 61978 33554432000 4194304 16246674 140736134215456 140057495186672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11289/tid=11291] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (toysat) S 11286 11289 9895 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 61983 33554432000 4194304 16246674 140736134215456 140057407106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (toysat) S 11286 11289 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 61987 33554432000 4194304 16246674 140736134215456 140057396632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700418 s]
/proc/loadavg: 2.15 2.16 2.16 3/179 11289
/proc/meminfo: memFree=29625856/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202496 139860 0 0 0 50 19 0 0 20 0 4 0 107364733 1247350784 140719 33554432000 4194304 16246674 140736134215456 140736134197376 5677541 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 304529 140726 796 2943 0 301423 0
[pid=11289/tid=11290] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (toysat) S 11286 11289 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 140731 33554432000 4194304 16246674 140736134215456 140057495186672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11289/tid=11291] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (toysat) S 11286 11289 9895 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 140736 33554432000 4194304 16246674 140736134215456 140057407106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (toysat) S 11286 11289 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 140742 33554432000 4194304 16246674 140736134215456 140057396632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.15 2.16 2.16 3/183 11293
/proc/meminfo: memFree=28752356/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202496 245584 0 0 0 114 35 0 0 20 0 4 0 107364733 1247350784 246421 33554432000 4194304 16246674 140736134215456 140736134198456 5546116 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 304529 246421 852 2943 0 301423 0
[pid=11289/tid=11290] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (toysat) S 11286 11289 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 246421 33554432000 4194304 16246674 140736134215456 140057495186672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11289/tid=11291] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (toysat) S 11286 11289 9895 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 246421 33554432000 4194304 16246674 140736134215456 140057407106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (toysat) S 11286 11289 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107364733 1247350784 246421 33554432000 4194304 16246674 140736134215456 140057396632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10042 s]
/proc/loadavg: 2.15 2.16 2.16 3/183 11293
/proc/meminfo: memFree=28559288/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202496 267455 0 0 0 271 38 0 0 20 0 4 0 107364733 1337528320 268292 33554432000 4194304 16246674 140736134215456 140736134198456 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 326545 268292 854 2943 0 323439 0
[pid=11289/tid=11290] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (toysat) S 11286 11289 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268292 33554432000 4194304 16246674 140736134215456 140057495186672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11289/tid=11291] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (toysat) S 11286 11289 9895 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268292 33554432000 4194304 16246674 140736134215456 140057407106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (toysat) S 11286 11289 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268292 33554432000 4194304 16246674 140736134215456 140057396632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

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

[startup+3.20048 s]
/proc/loadavg: 2.15 2.16 2.16 3/183 11293
/proc/meminfo: memFree=28559288/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=1306180 CPUtime=3.19 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202496 267455 0 0 0 281 38 0 0 20 0 4 0 107364733 1337528320 268292 33554432000 4194304 16246674 140736134215456 140736134198456 12483354 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 326545 268292 854 2943 0 323439 0
[pid=11289/tid=11290] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (toysat) S 11286 11289 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268292 33554432000 4194304 16246674 140736134215456 140057495186672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11289/tid=11291] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (toysat) S 11286 11289 9895 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268292 33554432000 4194304 16246674 140736134215456 140057407106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (toysat) S 11286 11289 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268292 33554432000 4194304 16246674 140736134215456 140057396632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1306180

[startup+4.00043 s]
/proc/loadavg: 2.13 2.16 2.16 3/183 11293
/proc/meminfo: memFree=28552964/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=1306180 CPUtime=3.99 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202496 267460 0 0 0 361 38 0 0 20 0 4 0 107364733 1337528320 268297 33554432000 4194304 16246674 140736134215456 140736134197376 5712072 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 326545 268297 854 2943 0 323439 0
[pid=11289/tid=11290] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (toysat) S 11286 11289 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268297 33554432000 4194304 16246674 140736134215456 140057495186672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11289/tid=11291] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (toysat) S 11286 11289 9895 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268297 33554432000 4194304 16246674 140736134215456 140057407106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (toysat) S 11286 11289 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268297 33554432000 4194304 16246674 140736134215456 140057396632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1306180

[startup+4.4004 s]
/proc/loadavg: 2.13 2.16 2.16 3/183 11293
/proc/meminfo: memFree=28552596/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=1306180 CPUtime=4.39 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202496 267460 0 0 0 401 38 0 0 20 0 4 0 107364733 1337528320 268297 33554432000 4194304 16246674 140736134215456 140736134197376 5675579 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 326545 268297 854 2943 0 323439 0
[pid=11289/tid=11290] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (toysat) S 11286 11289 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268297 33554432000 4194304 16246674 140736134215456 140057495186672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11289/tid=11291] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (toysat) S 11286 11289 9895 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268297 33554432000 4194304 16246674 140736134215456 140057407106288 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (toysat) S 11286 11289 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107364733 1337528320 268297 33554432000 4194304 16246674 140736134215456 140057396632752 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 1306180

[startup+4.60039 s]
/proc/loadavg: 2.13 2.16 2.16 3/183 11293
/proc/meminfo: memFree=28552596/32872528 swapFree=12208/1156848
[pid=11289] ppid=11286 vsize=0 CPUtime=4.59 cores=1,3,5,7
/proc/11289/stat : 11289 (toysat) R 11286 11289 9895 0 -1 4202500 267465 0 0 0 419 40 0 0 20 0 1 0 107364733 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11289/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.64228
CPU time (s): 4.64129
CPU user time (s): 4.19236
CPU system time (s): 0.448931
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.19236
system time used= 0.448931
maximum resident set size= 1073200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267465
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= 19
involuntary context switches= 6

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.015997 second user time and 0.021996 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-07 01:05:02
IDJOB=4080184
IDBENCH=47921
IDSOLVER=2542
FILE ID=node114/4080184-1465254302
RUNJOBID= node114-1465241547-9912
PBS_JOBID= 19843245
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=53-P1=41-P2=53-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080184-1465254302/watcher-4080184-1465254302 -o /tmp/evaluation-result-4080184-1465254302/solver-4080184-1465254302 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465241547-9912 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080184-1465254302.opb

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

MD5SUM BENCH= 0b8464e4861bc607bcf2ce7d185603df
RANDOM SEED=1321500576

node114.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.852
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.70
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.852
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.852
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.852
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.852
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		: 2666.852
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.852
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.54
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.852
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:        29626376 kB
Buffers:           57516 kB
Cached:           214424 kB
SwapCached:         1724 kB
Active:          1233480 kB
Inactive:         152956 kB
Active(anon):    1115580 kB
Inactive(anon):     1200 kB
Active(file):     117900 kB
Inactive(file):   151756 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096600 kB
Dirty:             16356 kB
Writeback:             0 kB
AnonPages:       2270872 kB
Mapped:            10776 kB
Shmem:                 0 kB
Slab:             570156 kB
SReclaimable:      14164 kB
SUnreclaim:       555992 kB
KernelStack:        1464 kB
PageTables:         8240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2416008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2254848 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= 71704 MiB
End job on node114 at 2016-06-07 01:05:06