Trace number 4079710

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 2.56961 2.58067

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_70_70.r.opb
MD5SUM53a568f0fdbc8cc091f9ceed6dccddf7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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.031994
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 variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint70
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-06T21:55:27+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-4079710-1465242926.opb"]
0.00/0.01	c use --random-gen="3952181550 2374535707 1085246832 244854627 1466409059 60107559 3323028265 2078408743 635892140 265691882 924452097 2696057806 1871119591 158460287 3734409954 1549487618 3240514255 544635668 1851483938 1531387299 1177624580 2443534756 1567154566 2473649447 611592361 2164277253 710164001 2046792425 1147052433 1833528472 57778838 2325168802 3357212525 3856295814 421795610 3862882865 1151888302 336776728 2390827093 1306644774 4225233468 1000137541 1485653378 587473158 3820951979 3151881044 3931235338 2321797468 514438169 196959628 2578383113 1864353738 518992302 2157845948 1209668132 383908010 457689472 192688175 3988091079 3364050938 727315389 606376807 3563789684 2286196679 1577558278 1234683640 174000894 2413685989 485478699 1044776095 2430749049 807068585 119276325 3066249380 2958813399 2192130019 293508558 1586519042 1490444405 3695531215 2103229466 4284591362 1542039734 2022256067 1187682310 3015176487 2937102420 4144444938 1955747660 3577813727 1772082242 2930316278 1435223939 2193069982 349827352 123483920 2002007027 2243349182 4006851807 4276705943 3321286185 3334122456 3236492274 3322707622 2441031787 3307938609 1011929007 1362522033 3891074722 2907544381 1185376583 3052317871 2120374611 3949522440 3527161412 1814505125 3525993848 2221645286 1384349537 3778121527 2703350198 924651813 1510389775 3597629540 2039539715 2022494743 2204805116 4106996256 895110144 1459341155 3568140398 347511443 1245023400 3177594150 1584779852 2984547607 1825634145 2863146260 67903284 1150257920 93112091 3299244999 3969972816 1807235909 1571662129 258588106 1389556740 2281606222 3805380014 1570342595 3578022794 33457150 4240597403 191599386 1603220562 605967452 1052751983 3868020224 4239028809 1070086839 536340086 303430677 681291116 4199159330 3852057782 4199263793 2566397211 2950541224 133352326 1751559060 2105345407 981361734 1015702469 3386518051 2334991554 2695458289 2429070837 2902237213 37229441 3046025207 1385781895 1269648127 2029224044 3679979823 1685517045 3392367042 1776204259 1851050857 271475092 4077279262 3340546405 3028618307 1515237501 2044008640 3439226504 3084185198 451055455 1885632693 147539409 3741965417 665830127 1193188696 3361688797 33528715 433387965 441806859 2578575113 1632886374 3986224045 2748514961 2721767673 3097641107 2749375729 926058021 3315146729 2492554264 2774418960 1262035562 3390185992 2508057344 957827647 1152546242 2940053657 3724280684 3010917181 3183631263 2264624091 1190359504 1591654991 2807863911 1290720787 1851474045 399221266 2520588772 2244296449 1639223729 2879954842 2514751618 2441631222 2317857246 456845828 488872354 3537659132 564988281 1985734516 510078050 648919869 879501493 3136646741 2256266420 1028166111 817858601 3903930304 4236619895 1528228758 771242675 255 362436" option to reproduce the execution
0.00/0.02	c #vars 100
0.00/0.02	c #constraints 100
0.00/0.04	c BCD2: Hardening is enabled.
0.00/0.04	c BCD2: BiasedSearch is enabled.
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       66      0 |        0 |        0
0.00/0.04	c  0.0s |       0 |      100 |        0 |       66      0 |        0 |        0
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 100
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	o 100
0.00/0.04	c BCD2: updating upper bound: 100 -> 99
0.00/0.04	c BCD2: 0 <= obj <= 99
0.00/0.04	c BCD2: #cores=0, #unrelaxed=100, #relaxed=0, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       66      0 |        0 |        0
0.00/0.04	c  0.0s |       0 |       94 |        0 |       66      0 |        0 |        0
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 94
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: found a new core of size 70: cost of the new core is >=1
0.00/0.04	c lower bound updated to 1
0.00/0.04	c BCD2: 1 <= obj <= 99
0.00/0.04	c BCD2: #cores=1, #unrelaxed=30, #relaxed=70, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       66      0 |        0 |        1
0.00/0.04	c  0.0s |       0 |       98 |        0 |       66      0 |        0 |        1
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 98
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	o 3
0.00/0.04	c BCD2: updating upper bound: 99 -> 2
0.00/0.05	c BCD2: 1 <= obj <= 2
0.00/0.05	c BCD2: #cores=1, #unrelaxed=30, #relaxed=70, #hardened=0
0.00/0.05	c BCD2: #sat=2 #unsat=2 bias=2/4
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |       66      0 |        0 |        2
0.00/0.06	c  0.0s |       1 |      185 |      100 |       66      0 |        0 |        2
0.00/0.09	c  0.0s |       2 |      396 |      250 |       73      3 |        0 |        2
0.09/0.13	c  0.1s |       3 |      741 |      475 |       81      6 |        0 |        2
0.19/0.20	c  0.2s |       4 |     1251 |      813 |       90     11 |        0 |        2
0.29/0.30	c  0.3s |       5 |     1904 |     1320 |      100     18 |        0 |        2
0.39/0.46	c  0.4s |       6 |     2920 |     2081 |      123     26 |        0 |        2
0.69/0.71	c  0.7s |       7 |     4398 |     3223 |      136     39 |        0 |        2
0.99/1.06	c  1.0s |       8 |     6730 |     4936 |      150     58 |        0 |        2
1.10/1.19	c  1.1s |       8 |     7989 |     5867 |      150     68 |        0 |        2
1.10/1.19	c #cpu_time = 1.139s
1.10/1.19	c #wall_clock_time = 1.142s
1.10/1.19	c #decision = 7989
1.10/1.19	c #random_decision = 33
1.10/1.19	c #conflict = 5867
1.10/1.19	c #restart = 8
1.10/1.19	c BCD2: relaxing 30 and merging with 1 cores into a new core of size 100: cost of the new core is >=2
1.10/1.19	c lower bound updated to 2
1.10/1.19	c BCD2: 2 <= obj <= 2
1.10/1.19	c BCD2: #cores=1, #unrelaxed=0, #relaxed=100, #hardened=0
1.10/1.19	c BCD2: #sat=2 #unsat=3 bias=3/5
1.10/1.19	c Solving starts ...
1.10/1.19	c ============================[ Search Statistics ]============================
1.10/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.19	c =============================================================================
1.10/1.19	c  0.0s |       0 |        0 |        0 |      150      0 |        2 |        2
1.20/1.21	c  0.0s |       1 |      184 |      100 |      150      0 |        2 |        5
1.20/1.23	c  0.0s |       2 |      442 |      250 |      150      1 |        2 |        5
1.20/1.26	c  0.1s |       3 |      808 |      475 |      150      4 |        2 |        5
1.29/1.32	c  0.1s |       4 |     1249 |      813 |      150      7 |        2 |        5
1.29/1.39	c  0.2s |       5 |     1919 |     1320 |      150     12 |        2 |        5
1.49/1.50	c  0.3s |       6 |     2929 |     2081 |      165     20 |        2 |        5
1.59/1.66	c  0.5s |       7 |     4365 |     3223 |      165     31 |        2 |        5
1.89/1.93	c  0.7s |       8 |     6588 |     4936 |      165     48 |        2 |        5
2.20/2.28	c  1.1s |       9 |     9899 |     7506 |      182     72 |        2 |        5
2.49/2.52	c  1.3s |       9 |    12386 |     9327 |      182     88 |        3 |        6
2.49/2.52	c #cpu_time = 1.323s
2.49/2.52	c #wall_clock_time = 1.327s
2.49/2.52	c #decision = 12386
2.49/2.52	c #random_decision = 53
2.49/2.52	c #conflict = 9327
2.49/2.52	c #restart = 9
2.49/2.52	c BCD2: updating lower bound of a core
2.49/2.52	c lower bound updated to 3
2.49/2.52	s OPTIMUM FOUND
2.49/2.52	v -x1 -x2 -x3 -x4 -x5 x6 -x7 x8 -x9 -x10
2.49/2.52	v -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20
2.49/2.52	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
2.49/2.52	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
2.49/2.52	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
2.49/2.52	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
2.49/2.52	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
2.49/2.52	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
2.49/2.52	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
2.49/2.52	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
2.49/2.52	c total CPU time = 2.513s
2.49/2.52	c total wall clock time = 2.519s

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

pid=7227
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.18 2.10 2.03 3/179 7230
/proc/meminfo: memFree=30669140/32872528 swapFree=11372/178980
[pid=7230] ppid=7227 vsize=785988 CPUtime=0 cores=1,3,5,7
/proc/7230/stat : 7230 (toysat) R 7227 7230 4590 0 -1 4202496 2944 0 0 0 0 0 0 0 20 0 4 0 106227320 804851712 3305 33554432000 4194304 16246674 140735556212352 140735556211776 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7230/statm: 197009 3314 442 2943 0 193903 0
[pid=7230/tid=7231] ppid=7227 vsize=803396 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7231/stat : 7231 (toysat) S 7227 7230 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106227320 822677504 3375 33554432000 4194304 16246674 140735556212352 140694415977712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7230/tid=7232] ppid=7227 vsize=807492 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (toysat) S 7227 7230 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106227320 826871808 3391 33554432000 4194304 16246674 140735556212352 140694337334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7230/tid=7233] ppid=7227 vsize=812612 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (toysat) S 7227 7230 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106227320 832114688 3408 33554432000 4194304 16246674 140735556212352 140694326860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.18 2.10 2.03 3/179 7230
/proc/meminfo: memFree=30669140/32872528 swapFree=11372/178980
[pid=7230] ppid=7227 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/7230/stat : 7230 (toysat) R 7227 7230 4590 0 -1 4202496 29798 0 0 0 5 4 0 0 20 0 4 0 106227320 1247350784 30145 33554432000 4194304 16246674 140735556212352 140735556211776 12874965 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7230/statm: 304529 30154 782 2943 0 301423 0
[pid=7230/tid=7231] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7231/stat : 7231 (toysat) S 7227 7230 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 30161 33554432000 4194304 16246674 140735556212352 140694415977712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7230/tid=7232] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (toysat) S 7227 7230 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 30168 33554432000 4194304 16246674 140735556212352 140694337334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7230/tid=7233] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (toysat) S 7227 7230 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 30174 33554432000 4194304 16246674 140735556212352 140694326860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200563 s]
/proc/loadavg: 2.18 2.10 2.03 3/179 7230
/proc/meminfo: memFree=30669140/32872528 swapFree=11372/178980
[pid=7230] ppid=7227 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/7230/stat : 7230 (toysat) R 7227 7230 4590 0 -1 4202496 52963 0 0 0 11 8 0 0 20 0 4 0 106227320 1247350784 53311 33554432000 4194304 16246674 140735556212352 140735556211776 13191638 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7230/statm: 304529 53319 782 2943 0 301423 0
[pid=7230/tid=7231] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7231/stat : 7231 (toysat) S 7227 7230 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 53324 33554432000 4194304 16246674 140735556212352 140694415977712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7230/tid=7232] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (toysat) S 7227 7230 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 53327 33554432000 4194304 16246674 140735556212352 140694337334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7230/tid=7233] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (toysat) S 7227 7230 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 53329 33554432000 4194304 16246674 140735556212352 140694326860976 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) 1218116

[startup+0.300501 s]
/proc/loadavg: 2.18 2.10 2.03 3/179 7230
/proc/meminfo: memFree=30669140/32872528 swapFree=11372/178980
[pid=7230] ppid=7227 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/7230/stat : 7230 (toysat) R 7227 7230 4590 0 -1 4202496 76087 0 0 0 18 11 0 0 20 0 4 0 106227320 1247350784 76434 33554432000 4194304 16246674 140735556212352 140735556211776 13954410 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7230/statm: 304529 76438 782 2943 0 301423 0
[pid=7230/tid=7231] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7231/stat : 7231 (toysat) S 7227 7230 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 76443 33554432000 4194304 16246674 140735556212352 140694415977712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7230/tid=7232] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (toysat) S 7227 7230 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 76453 33554432000 4194304 16246674 140735556212352 140694337334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7230/tid=7233] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (toysat) S 7227 7230 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 76462 33554432000 4194304 16246674 140735556212352 140694326860976 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) 1218116

[startup+0.700432 s]
/proc/loadavg: 2.18 2.10 2.03 3/179 7230
/proc/meminfo: memFree=30669140/32872528 swapFree=11372/178980
[pid=7230] ppid=7227 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/7230/stat : 7230 (toysat) R 7227 7230 4590 0 -1 4202496 172962 0 0 0 48 21 0 0 20 0 4 0 106227320 1247350784 173309 33554432000 4194304 16246674 140735556212352 140735556195352 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7230/statm: 304529 173328 782 2943 0 301423 0
[pid=7230/tid=7231] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7231/stat : 7231 (toysat) S 7227 7230 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 173341 33554432000 4194304 16246674 140735556212352 140694415977712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7230/tid=7232] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (toysat) S 7227 7230 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 173350 33554432000 4194304 16246674 140735556212352 140694337334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7230/tid=7233] ppid=7227 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (toysat) S 7227 7230 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106227320 1247350784 173356 33554432000 4194304 16246674 140735556212352 140694326860976 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) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.18 2.10 2.03 3/183 7234
/proc/meminfo: memFree=29686140/32872528 swapFree=11372/178980
[pid=7230] ppid=7227 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/7230/stat : 7230 (toysat) R 7227 7230 4590 0 -1 4202496 245748 0 0 0 119 30 0 0 20 0 4 0 106227320 1248399360 246073 33554432000 4194304 16246674 140735556212352 140735556195352 5829136 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7230/statm: 304785 246073 844 2943 0 301679 0
[pid=7230/tid=7231] ppid=7227 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7231/stat : 7231 (toysat) S 7227 7230 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106227320 1248399360 246073 33554432000 4194304 16246674 140735556212352 140694415977712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7230/tid=7232] ppid=7227 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (toysat) S 7227 7230 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106227320 1248399360 246073 33554432000 4194304 16246674 140735556212352 140694337334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7230/tid=7233] ppid=7227 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (toysat) S 7227 7230 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106227320 1248399360 246073 33554432000 4194304 16246674 140735556212352 140694326860976 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) 1219140

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

[startup+1.60058 s]
/proc/loadavg: 2.18 2.10 2.03 3/183 7234
/proc/meminfo: memFree=29686140/32872528 swapFree=11372/178980
[pid=7230] ppid=7227 vsize=1219140 CPUtime=1.59 cores=1,3,5,7
/proc/7230/stat : 7230 (toysat) R 7227 7230 4590 0 -1 4202496 245748 0 0 0 129 30 0 0 20 0 4 0 106227320 1248399360 246073 33554432000 4194304 16246674 140735556212352 140735556195352 6020488 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7230/statm: 304785 246073 844 2943 0 301679 0
[pid=7230/tid=7231] ppid=7227 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7231/stat : 7231 (toysat) S 7227 7230 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106227320 1248399360 246073 33554432000 4194304 16246674 140735556212352 140694415977712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7230/tid=7232] ppid=7227 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (toysat) S 7227 7230 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106227320 1248399360 246073 33554432000 4194304 16246674 140735556212352 140694337334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7230/tid=7233] ppid=7227 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (toysat) S 7227 7230 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106227320 1248399360 246073 33554432000 4194304 16246674 140735556212352 140694326860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1219140

[startup+2.00041 s]
/proc/loadavg: 2.18 2.10 2.03 3/183 7234
/proc/meminfo: memFree=29686140/32872528 swapFree=11372/178980
[pid=7230] ppid=7227 vsize=1305156 CPUtime=1.99 cores=1,3,5,7
/proc/7230/stat : 7230 (toysat) R 7227 7230 4590 0 -1 4202496 267343 0 0 0 166 33 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140735556195352 5675643 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7230/statm: 326289 267668 844 2943 0 323183 0
[pid=7230/tid=7231] ppid=7227 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7231/stat : 7231 (toysat) S 7227 7230 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140694415977712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7230/tid=7232] ppid=7227 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (toysat) S 7227 7230 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140694337334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7230/tid=7233] ppid=7227 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (toysat) S 7227 7230 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140694326860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1305156

[startup+2.40043 s]
/proc/loadavg: 2.18 2.10 2.03 3/183 7234
/proc/meminfo: memFree=29598968/32872528 swapFree=11372/178980
[pid=7230] ppid=7227 vsize=1305156 CPUtime=2.39 cores=1,3,5,7
/proc/7230/stat : 7230 (toysat) R 7227 7230 4590 0 -1 4202496 267343 0 0 0 206 33 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140735556195352 6012036 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7230/statm: 326289 267668 844 2943 0 323183 0
[pid=7230/tid=7231] ppid=7227 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7231/stat : 7231 (toysat) S 7227 7230 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140694415977712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7230/tid=7232] ppid=7227 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (toysat) S 7227 7230 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140694337334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7230/tid=7233] ppid=7227 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (toysat) S 7227 7230 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140694326860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1305156

[startup+2.50043 s]
/proc/loadavg: 2.18 2.10 2.03 3/183 7234
/proc/meminfo: memFree=29598968/32872528 swapFree=11372/178980
[pid=7230] ppid=7227 vsize=1305156 CPUtime=2.49 cores=1,3,5,7
/proc/7230/stat : 7230 (toysat) R 7227 7230 4590 0 -1 4202496 267343 0 0 0 216 33 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140735556195352 5667492 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7230/statm: 326289 267668 844 2943 0 323183 0
[pid=7230/tid=7231] ppid=7227 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7231/stat : 7231 (toysat) S 7227 7230 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140694415977712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7230/tid=7232] ppid=7227 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (toysat) S 7227 7230 4590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140694337334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7230/tid=7233] ppid=7227 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (toysat) S 7227 7230 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106227320 1336479744 267668 33554432000 4194304 16246674 140735556212352 140694326860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1305156

Child status: 0
Real time (s): 2.58067
CPU time (s): 2.56961
CPU user time (s): 2.18667
CPU system time (s): 0.382941
CPU usage (%): 99.5712
Max. virtual memory (cumulated for all children) (KiB): 1305156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.18667
system time used= 0.382941
maximum resident set size= 1070728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267359
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= 20
involuntary context switches= 4

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016997 second user time and 0.025996 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-06 21:55:27
IDJOB=4079710
IDBENCH=2857
IDSOLVER=2542
FILE ID=node105/4079710-1465242926
RUNJOBID= node105-1465220657-4607
PBS_JOBID= 19843223
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_70_70.r.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079710-1465242926/watcher-4079710-1465242926 -o /tmp/evaluation-result-4079710-1465242926/solver-4079710-1465242926 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465220657-4607 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079710-1465242926.opb

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

MD5SUM BENCH= 53a568f0fdbc8cc091f9ceed6dccddf7
RANDOM SEED=144513743

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.813
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.62
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.813
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.813
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.813
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.813
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.813
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		: 2666.813
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.813
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30670304 kB
Buffers:           45064 kB
Cached:           137904 kB
SwapCached:         1756 kB
Active:          1242512 kB
Inactive:          77940 kB
Active(anon):    1138344 kB
Inactive(anon):     1504 kB
Active(file):     104168 kB
Inactive(file):    76436 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098460 kB
Dirty:             16640 kB
Writeback:             4 kB
AnonPages:       1318084 kB
Mapped:            10784 kB
Shmem:                 0 kB
Slab:             570060 kB
SReclaimable:      13024 kB
SUnreclaim:       557036 kB
KernelStack:        1496 kB
PageTables:         6392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1460952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 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= 71708 MiB
End job on node105 at 2016-06-06 21:55:29