Trace number 4101489

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-02OPT262288 7.69783 7.70007

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc01.opb
MD5SUMc2934cbe264e98064d53d09fc14b43dc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark262288
Best CPU time to get the best result obtained on this benchmark0.240962
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262288
Optimality of the best value was proved YES
Number of variables113
Total number of constraints54
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints33
Minimum length of a constraint5
Maximum length of a constraint101
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524336
Number of bits of the biggest sum of numbers20
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-18T06:30:04+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-4101489-1466224204.opb"]
0.00/0.01	c use --random-gen="4062356083 3882167789 3112658188 1015410064 2930961876 1495438926 2552491923 1980185954 2335056194 1841106022 513805995 578879255 3252557101 2425990109 3088252586 1607469777 571165930 2318962972 865762572 2712708452 393172642 523352226 2608768212 579308457 3563890142 1530029847 3625561090 921239307 154179600 1270708073 1048243057 1569633943 3541250613 929729266 874571993 2815337377 26144118 3654836331 2981988649 1568173697 1268766107 2611107517 4026894598 742527605 2829776718 672269393 2331152361 2629321906 1565072975 106298085 3731620065 2327207685 934425411 3803573161 2749619015 806586010 781686203 1760972476 2584253982 3941572173 3019264199 725277388 2701183415 901020709 2099615247 794753227 481082120 2320829977 2681808594 4232392068 196304039 1374601051 1616395694 628433994 2424530564 1876588485 440203051 415435361 3447964247 2830833708 1202942046 3146943032 1884216331 1272404921 2501620094 4129006520 38833914 2012997556 1111972192 1007044355 2791852735 1807891584 54300892 946964697 324713461 164311665 3967215090 4288679543 950616563 1568194424 1098744795 2337185930 1410261296 1377974266 3449580267 1713311872 3613069931 249903943 488740439 1362663059 1572286884 3838061142 2253390173 1640032635 1710464953 1442332063 3438634074 1002093812 836930581 2412029585 2301563321 979695354 2861654509 3631079288 217355933 3759123932 2813291246 1815974522 268688707 168241251 3408724417 1108076110 2172480588 1940038558 4048025522 1948170757 439036240 1230482673 1556060649 2709732801 3707544748 1238597501 2561116781 399687443 3390962927 52017106 3903902272 1507717282 65235508 217743533 3862528644 186843510 3621939812 4071667254 3690041507 1310697474 1551065128 2062994480 877958137 388195561 3372850202 4218919188 1745494994 1177199853 1451110287 3473270480 2643396141 4092434408 527637590 3163864090 3616308052 1217248525 12518935 2981619747 2211990656 3793713897 17003502 3763125705 2683520134 1877145101 2629178001 1105732188 3718103155 2420816460 3805649133 684820459 887927342 952208077 3374164835 211151983 3113873591 566807042 1225225875 3070049697 3706295227 1625830442 2147598343 3039201563 1081324680 3519289459 1243511245 2914940083 1445536649 2149227915 3444713636 3421368305 3509411087 1428708904 2247329957 3425385925 1565084523 4285706527 4106483977 1961122781 1466431414 1846562944 2836460869 1770308698 1789722337 3059015492 4100848537 4042161147 1341685302 1567794669 3674480535 3291292265 2083328897 1231130214 3457467975 2725717999 2841335373 1244443858 332966780 378269501 947729141 3890066073 449191850 2843425033 62663165 2110738754 374563541 3729198190 3314495395 190088761 1162961502 2099021446 1715539323 1506926664 2359515449 984224582 2711524095 722989728 434767100 561283792 1102971073 2902465622 255 362436" option to reproduce the execution
0.00/0.01	c #vars 113
0.00/0.01	c #constraints 54
0.19/0.20	c BCD2: Hardening is enabled.
0.19/0.20	c BCD2: BiasedSearch is enabled.
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |       61      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |       50 |        5 |       61      0 |        1 |        0
0.19/0.20	c #cpu_time = 0.001s
0.19/0.20	c #wall_clock_time = 0.001s
0.19/0.20	c #decision = 50
0.19/0.20	c #random_decision = 0
0.19/0.20	c #conflict = 5
0.19/0.20	c #restart = 0
0.19/0.20	o 262341
0.29/0.33	c BCD2: updating upper bound: 524318 -> 262340
0.39/0.46	c BCD2: 0 <= obj <= 262340
0.39/0.46	c BCD2: #cores=0, #unrelaxed=31, #relaxed=0, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=1 bias=1/2
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |       61      0 |        1 |        0
0.39/0.46	c  0.0s |       0 |        1 |        0 |       61      0 |        1 |        0
0.39/0.46	c #cpu_time = 0.000s
0.39/0.46	c #wall_clock_time = 0.000s
0.39/0.46	c #decision = 1
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 0
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: found a new core of size 2: cost of the new core is >=131073
0.39/0.46	c lower bound updated to 131073
0.49/0.59	c BCD2: 131073 <= obj <= 262340
0.49/0.59	c BCD2: #cores=1, #unrelaxed=29, #relaxed=2, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=2 bias=2/3
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |       61      0 |        1 |        0
0.49/0.59	c  0.0s |       0 |        1 |        0 |       61      0 |        1 |        0
0.49/0.59	c #cpu_time = 0.000s
0.49/0.59	c #wall_clock_time = 0.000s
0.49/0.59	c #decision = 1
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 0
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=196610
0.49/0.59	c lower bound updated to 196610
0.69/0.72	c BCD2: 196610 <= obj <= 262340
0.69/0.72	c BCD2: #cores=1, #unrelaxed=28, #relaxed=3, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=3 bias=3/4
0.69/0.72	c Solving starts ...
0.69/0.72	c ============================[ Search Statistics ]============================
0.69/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.72	c =============================================================================
0.69/0.72	c  0.0s |       0 |        0 |        0 |       61      0 |        2 |        0
0.69/0.72	c  0.0s |       0 |        1 |        0 |       61      0 |        2 |        1
0.69/0.72	c #cpu_time = 0.000s
0.69/0.72	c #wall_clock_time = 0.000s
0.69/0.72	c #decision = 1
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 0
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=229379
0.69/0.72	c lower bound updated to 229379
0.79/0.85	c BCD2: 229379 <= obj <= 262340
0.79/0.85	c BCD2: #cores=1, #unrelaxed=27, #relaxed=4, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=4 bias=4/5
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |       61      0 |        3 |        1
0.79/0.85	c  0.0s |       0 |        1 |        0 |       61      0 |        3 |        2
0.79/0.85	c #cpu_time = 0.000s
0.79/0.85	c #wall_clock_time = 0.000s
0.79/0.85	c #decision = 1
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 0
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=245764
0.79/0.85	c lower bound updated to 245764
0.89/0.98	c BCD2: 245764 <= obj <= 262340
0.89/0.98	c BCD2: #cores=1, #unrelaxed=26, #relaxed=5, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=5 bias=5/6
0.89/0.98	c Solving starts ...
0.89/0.98	c ============================[ Search Statistics ]============================
0.89/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.98	c =============================================================================
0.89/0.98	c  0.0s |       0 |        0 |        0 |       61      0 |        4 |        2
0.89/0.98	c  0.0s |       0 |        1 |        0 |       61      0 |        4 |        3
0.89/0.98	c #cpu_time = 0.000s
0.89/0.98	c #wall_clock_time = 0.000s
0.89/0.98	c #decision = 1
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 0
0.89/0.98	c #restart = 0
0.89/0.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=253957
0.89/0.99	c lower bound updated to 253957
0.99/1.09	c BCD2: 253957 <= obj <= 262340
0.99/1.09	c BCD2: #cores=1, #unrelaxed=25, #relaxed=6, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=6 bias=6/7
0.99/1.09	c Solving starts ...
0.99/1.09	c ============================[ Search Statistics ]============================
0.99/1.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.09	c =============================================================================
0.99/1.09	c  0.0s |       0 |        0 |        0 |       61      0 |        5 |        3
0.99/1.09	c  0.0s |       0 |        1 |        0 |       61      0 |        5 |        4
0.99/1.09	c #cpu_time = 0.000s
0.99/1.09	c #wall_clock_time = 0.000s
0.99/1.09	c #decision = 1
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 0
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=258054
0.99/1.09	c lower bound updated to 258054
1.10/1.18	c BCD2: 258054 <= obj <= 262340
1.10/1.18	c BCD2: #cores=1, #unrelaxed=24, #relaxed=7, #hardened=0
1.10/1.18	c BCD2: #sat=1 #unsat=7 bias=7/8
1.10/1.18	c Solving starts ...
1.10/1.18	c ============================[ Search Statistics ]============================
1.10/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.18	c =============================================================================
1.10/1.18	c  0.0s |       0 |        0 |        0 |       61      0 |        6 |        4
1.10/1.18	c  0.0s |       0 |        1 |        0 |       61      0 |        6 |        5
1.10/1.18	c #cpu_time = 0.000s
1.10/1.18	c #wall_clock_time = 0.000s
1.10/1.18	c #decision = 1
1.10/1.18	c #random_decision = 0
1.10/1.18	c #conflict = 0
1.10/1.18	c #restart = 0
1.10/1.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=260103
1.10/1.18	c lower bound updated to 260103
1.20/1.26	c BCD2: 260103 <= obj <= 262340
1.20/1.26	c BCD2: #cores=1, #unrelaxed=23, #relaxed=8, #hardened=0
1.20/1.26	c BCD2: #sat=1 #unsat=8 bias=8/9
1.20/1.26	c Solving starts ...
1.20/1.26	c ============================[ Search Statistics ]============================
1.20/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.26	c =============================================================================
1.20/1.26	c  0.0s |       0 |        0 |        0 |       61      0 |        7 |        5
1.20/1.26	c  0.0s |       0 |        1 |        0 |       61      0 |        7 |        6
1.20/1.26	c #cpu_time = 0.000s
1.20/1.26	c #wall_clock_time = 0.000s
1.20/1.26	c #decision = 1
1.20/1.26	c #random_decision = 0
1.20/1.26	c #conflict = 0
1.20/1.26	c #restart = 0
1.20/1.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=261128
1.20/1.26	c lower bound updated to 261128
1.29/1.35	c BCD2: 261128 <= obj <= 262340
1.29/1.35	c BCD2: #cores=1, #unrelaxed=22, #relaxed=9, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=9 bias=9/10
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |       61      0 |        8 |        6
1.29/1.35	c  0.0s |       0 |        1 |        0 |       61      0 |        8 |        7
1.29/1.35	c #cpu_time = 0.000s
1.29/1.35	c #wall_clock_time = 0.000s
1.29/1.35	c #decision = 1
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 0
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=261641
1.29/1.35	c lower bound updated to 261641
1.39/1.44	c BCD2: 261641 <= obj <= 262340
1.39/1.44	c BCD2: #cores=1, #unrelaxed=21, #relaxed=10, #hardened=0
1.39/1.44	c BCD2: #sat=1 #unsat=10 bias=10/11
1.39/1.44	c Solving starts ...
1.39/1.44	c ============================[ Search Statistics ]============================
1.39/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.44	c =============================================================================
1.39/1.44	c  0.0s |       0 |        0 |        0 |       61      0 |        9 |        7
1.39/1.44	c  0.0s |       0 |        1 |        0 |       61      0 |        9 |        8
1.39/1.44	c #cpu_time = 0.000s
1.39/1.44	c #wall_clock_time = 0.000s
1.39/1.44	c #decision = 1
1.39/1.44	c #random_decision = 0
1.39/1.44	c #conflict = 0
1.39/1.44	c #restart = 0
1.39/1.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=261898
1.39/1.44	c lower bound updated to 261898
1.49/1.53	c BCD2: 261898 <= obj <= 262340
1.49/1.53	c BCD2: #cores=1, #unrelaxed=20, #relaxed=11, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=11 bias=11/12
1.49/1.53	c Solving starts ...
1.49/1.53	c ============================[ Search Statistics ]============================
1.49/1.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.53	c =============================================================================
1.49/1.53	c  0.0s |       0 |        0 |        0 |       61      0 |       10 |        8
1.49/1.53	c  0.0s |       0 |        1 |        0 |       61      0 |       10 |        9
1.49/1.53	c #cpu_time = 0.000s
1.49/1.53	c #wall_clock_time = 0.000s
1.49/1.53	c #decision = 1
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 0
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=262027
1.49/1.53	c lower bound updated to 262027
1.59/1.62	c BCD2: 262027 <= obj <= 262340
1.59/1.62	c BCD2: #cores=1, #unrelaxed=19, #relaxed=12, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=12 bias=12/13
1.59/1.62	c Solving starts ...
1.59/1.62	c ============================[ Search Statistics ]============================
1.59/1.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.62	c =============================================================================
1.59/1.62	c  0.0s |       0 |        0 |        0 |       61      0 |       11 |        9
1.59/1.62	c  0.0s |       0 |       19 |        1 |       61      0 |       11 |       10
1.59/1.62	c #cpu_time = 0.001s
1.59/1.62	c #wall_clock_time = 0.001s
1.59/1.62	c #decision = 19
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 1
1.59/1.62	c #restart = 0
1.79/1.82	c BCD2: relaxing 18 and merging with 1 cores into a new core of size 30: cost of the new core is >=262028
1.79/1.82	c lower bound updated to 262028
1.99/2.06	c BCD2: 262028 <= obj <= 262340
1.99/2.06	c BCD2: #cores=1, #unrelaxed=1, #relaxed=30, #hardened=0
1.99/2.06	c BCD2: #sat=1 #unsat=13 bias=13/14
2.19/2.24	c Solving starts ...
2.19/2.24	c ============================[ Search Statistics ]============================
2.19/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.24	c =============================================================================
2.19/2.24	c  0.0s |       0 |        0 |        0 |       61      0 |       12 |       10
2.19/2.25	c  0.0s |       1 |      184 |      100 |       68      0 |       12 |       11
2.19/2.26	c  0.0s |       2 |      345 |      250 |       75      2 |       12 |       11
2.19/2.27	c  0.0s |       2 |      448 |      341 |       75      3 |       12 |       11
2.19/2.27	c #cpu_time = 0.031s
2.19/2.27	c #wall_clock_time = 0.031s
2.19/2.27	c #decision = 448
2.19/2.27	c #random_decision = 1
2.19/2.27	c #conflict = 341
2.19/2.27	c #restart = 2
2.19/2.27	o 262317
2.19/2.28	c BCD2: updating upper bound: 262340 -> 262316
2.19/2.29	c BCD2: 262028 <= obj <= 262316
2.19/2.29	c BCD2: #cores=1, #unrelaxed=1, #relaxed=30, #hardened=0
2.19/2.29	c BCD2: #sat=2 #unsat=13 bias=13/15
2.59/2.62	c Solving starts ...
2.59/2.62	c ============================[ Search Statistics ]============================
2.59/2.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.62	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.62	c =============================================================================
2.59/2.62	c  0.0s |       0 |        0 |        0 |       75      0 |       12 |       11
2.59/2.63	c  0.0s |       1 |      194 |      100 |       75      2 |       12 |       11
2.59/2.64	c  0.0s |       2 |      425 |      250 |       83      4 |       12 |       11
2.59/2.67	c  0.0s |       3 |      732 |      475 |       92      8 |       12 |       11
2.89/2.96	c  0.1s |       4 |     1209 |      813 |       92     13 |       12 |       11
2.89/2.96	c  0.1s |       5 |     1957 |     1320 |      102     20 |       12 |       11
2.89/2.96	c  0.2s |       6 |     3139 |     2081 |      113     30 |       12 |       11
2.89/2.96	c  0.3s |       7 |     4834 |     3223 |      125     44 |       12 |       11
3.09/3.10	c  0.5s |       8 |     7179 |     4936 |      138     65 |       12 |       11
3.09/3.12	c  0.5s |       8 |     7358 |     5056 |      138     67 |       12 |       11
3.09/3.12	c #cpu_time = 0.498s
3.09/3.12	c #wall_clock_time = 0.500s
3.09/3.12	c #decision = 7358
3.09/3.12	c #random_decision = 17
3.09/3.12	c #conflict = 5056
3.09/3.12	c #restart = 8
3.19/3.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 31: cost of the new core is >=262029
3.19/3.27	c lower bound updated to 262029
3.40/3.48	c BCD2: 262029 <= obj <= 262316
3.40/3.48	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=0
3.40/3.48	c BCD2: #sat=2 #unsat=14 bias=14/16
3.59/3.66	c Solving starts ...
3.59/3.66	c ============================[ Search Statistics ]============================
3.59/3.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.66	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.66	c =============================================================================
3.59/3.66	c  0.0s |       0 |        0 |        0 |      138      0 |       14 |       11
3.59/3.67	c  0.0s |       1 |      177 |      100 |      138      0 |       14 |       14
3.59/3.68	c  0.0s |       2 |      363 |      250 |      138      2 |       14 |       14
3.69/3.70	c  0.0s |       3 |      684 |      475 |      138      5 |       14 |       14
3.69/3.74	c  0.1s |       4 |     1104 |      813 |      138      7 |       14 |       14
3.69/3.79	c  0.1s |       5 |     1843 |     1320 |      138     13 |       14 |       14
3.79/3.86	c  0.2s |       6 |     2937 |     2081 |      152     21 |       14 |       14
3.99/4.02	c  0.4s |       7 |     4614 |     3223 |      152     32 |       14 |       14
3.99/4.08	c  0.4s |       7 |     5498 |     3864 |      152     39 |       15 |       15
3.99/4.08	c #cpu_time = 0.425s
3.99/4.08	c #wall_clock_time = 0.427s
3.99/4.08	c #decision = 5498
3.99/4.08	c #random_decision = 15
3.99/4.08	c #conflict = 3864
3.99/4.08	c #restart = 7
3.99/4.08	c BCD2: updating lower bound of a core
3.99/4.08	c lower bound updated to 262282
3.99/4.09	c BCD2: 262282 <= obj <= 262316
3.99/4.09	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=0
3.99/4.09	c BCD2: #sat=2 #unsat=15 bias=15/17
3.99/4.09	c Solving starts ...
3.99/4.09	c ============================[ Search Statistics ]============================
3.99/4.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.09	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.09	c =============================================================================
3.99/4.09	c  0.0s |       0 |        0 |        0 |      152      0 |       26 |       15
4.09/4.10	c  0.0s |       1 |      138 |      100 |      152      0 |       26 |       28
4.09/4.11	c  0.0s |       2 |      328 |      250 |      152      2 |       26 |       28
4.09/4.12	c  0.0s |       2 |      527 |      382 |      152      2 |       26 |       28
4.09/4.12	c #cpu_time = 0.032s
4.09/4.12	c #wall_clock_time = 0.032s
4.09/4.12	c #decision = 527
4.09/4.12	c #random_decision = 0
4.09/4.12	c #conflict = 382
4.09/4.12	c #restart = 2
4.09/4.12	o 262310
4.19/4.21	c BCD2: updating upper bound: 262316 -> 262309
4.19/4.21	c BCD2: 262282 <= obj <= 262309
4.19/4.21	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=0
4.19/4.21	c BCD2: #sat=3 #unsat=15 bias=15/18
4.19/4.21	c Solving starts ...
4.19/4.21	c ============================[ Search Statistics ]============================
4.19/4.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.21	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.21	c =============================================================================
4.19/4.21	c  0.0s |       0 |        0 |        0 |      152      0 |       26 |       30
4.19/4.22	c  0.0s |       1 |      151 |      100 |      152      1 |       26 |       30
4.19/4.23	c  0.0s |       1 |      214 |      147 |      152      2 |       26 |       30
4.19/4.23	c #cpu_time = 0.015s
4.19/4.23	c #wall_clock_time = 0.015s
4.19/4.23	c #decision = 214
4.19/4.23	c #random_decision = 0
4.19/4.23	c #conflict = 147
4.19/4.23	c #restart = 1
4.19/4.23	o 262305
4.29/4.39	c BCD2: updating upper bound: 262309 -> 262304
4.29/4.39	c BCD2: 262282 <= obj <= 262304
4.29/4.39	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=0
4.29/4.39	c BCD2: #sat=4 #unsat=15 bias=15/19
4.29/4.39	c Solving starts ...
4.29/4.39	c ============================[ Search Statistics ]============================
4.29/4.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.39	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.39	c =============================================================================
4.29/4.39	c  0.0s |       0 |        0 |        0 |      152      0 |       26 |       30
4.29/4.40	c  0.0s |       1 |      174 |      100 |      152      1 |       26 |       30
4.40/4.41	c  0.0s |       1 |      288 |      198 |      152      1 |       26 |       30
4.40/4.41	c #cpu_time = 0.019s
4.40/4.41	c #wall_clock_time = 0.019s
4.40/4.41	c #decision = 288
4.40/4.41	c #random_decision = 0
4.40/4.41	c #conflict = 198
4.40/4.41	c #restart = 1
4.40/4.41	o 262298
4.50/4.57	c BCD2: updating upper bound: 262304 -> 262297
4.50/4.57	c BCD2: 262282 <= obj <= 262297
4.50/4.57	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=0
4.50/4.57	c BCD2: #sat=5 #unsat=15 bias=15/20
4.50/4.57	c Solving starts ...
4.50/4.57	c ============================[ Search Statistics ]============================
4.50/4.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.57	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.57	c =============================================================================
4.50/4.57	c  0.0s |       0 |        0 |        0 |      152      0 |       26 |       30
4.50/4.58	c  0.0s |       1 |      109 |      100 |      152      1 |       26 |       30
4.50/4.59	c  0.0s |       2 |      268 |      250 |      152      2 |       26 |       30
4.59/4.60	c  0.0s |       2 |      365 |      337 |      152      3 |       26 |       30
4.59/4.60	c #cpu_time = 0.037s
4.59/4.60	c #wall_clock_time = 0.037s
4.59/4.60	c #decision = 365
4.59/4.60	c #random_decision = 0
4.59/4.60	c #conflict = 337
4.59/4.60	c #restart = 2
4.59/4.60	o 262294
4.59/4.69	c BCD2: updating upper bound: 262297 -> 262293
4.59/4.69	c BCD2: 262282 <= obj <= 262293
4.59/4.69	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=0
4.59/4.69	c BCD2: #sat=6 #unsat=15 bias=15/21
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |      152      0 |       26 |       30
4.69/4.70	c  0.0s |       1 |      104 |      100 |      152      1 |       26 |       30
4.69/4.72	c  0.0s |       2 |      281 |      250 |      152      3 |       26 |       30
4.69/4.75	c  0.1s |       3 |      567 |      475 |      152      5 |       26 |       30
4.69/4.78	c  0.1s |       4 |     1028 |      813 |      152      7 |       26 |       30
4.79/4.83	c  0.1s |       4 |     1635 |     1316 |      168     11 |       26 |       30
4.79/4.83	c #cpu_time = 0.134s
4.79/4.83	c #wall_clock_time = 0.134s
4.79/4.83	c #decision = 1635
4.79/4.83	c #random_decision = 4
4.79/4.83	c #conflict = 1316
4.79/4.83	c #restart = 4
4.79/4.83	o 262290
4.89/4.98	c BCD2: updating upper bound: 262293 -> 262289
4.89/4.98	c BCD2: 262282 <= obj <= 262289
4.89/4.98	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=0
4.89/4.98	c BCD2: #sat=7 #unsat=15 bias=15/22
4.89/4.98	c Solving starts ...
4.89/4.98	c ============================[ Search Statistics ]============================
4.89/4.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.98	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.98	c =============================================================================
4.89/4.98	c  0.0s |       0 |        0 |        0 |      168      0 |       26 |       31
4.89/4.99	c  0.0s |       1 |      113 |      100 |      168      1 |       26 |       31
4.99/5.01	c  0.0s |       2 |      277 |      250 |      168      2 |       26 |       31
4.99/5.03	c  0.0s |       3 |      526 |      475 |      168      4 |       26 |       31
4.99/5.07	c  0.1s |       4 |      887 |      813 |      168      7 |       26 |       31
5.09/5.13	c  0.1s |       5 |     1422 |     1320 |      168     11 |       26 |       31
5.19/5.22	c  0.2s |       6 |     2295 |     2081 |      168     17 |       26 |       31
5.29/5.34	c  0.4s |       7 |     3858 |     3223 |      168     27 |       26 |       31
5.50/5.52	c  0.5s |       8 |     6046 |     4936 |      168     42 |       26 |       31
5.69/5.77	c  0.8s |       9 |     9122 |     7506 |      185     62 |       26 |       31
6.09/6.14	c  1.2s |      10 |    13470 |    11361 |      185     89 |       26 |       31
6.70/6.72	c  1.7s |      11 |    19692 |    17144 |      204    128 |       26 |       31
7.19/7.22	c  2.2s |      11 |    25295 |    22261 |      204    163 |       27 |       33
7.19/7.22	c #cpu_time = 2.227s
7.19/7.22	c #wall_clock_time = 2.233s
7.19/7.22	c #decision = 25295
7.19/7.22	c #random_decision = 48
7.19/7.22	c #conflict = 22261
7.19/7.22	c #restart = 11
7.19/7.22	c BCD2: updating lower bound of a core
7.19/7.22	c lower bound updated to 262288
7.39/7.43	c BCD2: 262288 <= obj <= 262289
7.39/7.43	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=0
7.39/7.43	c BCD2: #sat=7 #unsat=16 bias=16/23
7.39/7.43	c Solving starts ...
7.39/7.43	c ============================[ Search Statistics ]============================
7.39/7.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.43	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.43	c =============================================================================
7.39/7.43	c  0.0s |       0 |        0 |        0 |      204      0 |       27 |       34
7.39/7.44	c  0.0s |       1 |      179 |      100 |      204      0 |       27 |       34
7.39/7.45	c  0.0s |       1 |      306 |      198 |      204      1 |       27 |       34
7.39/7.45	c #cpu_time = 0.018s
7.39/7.45	c #wall_clock_time = 0.018s
7.39/7.45	c #decision = 306
7.39/7.45	c #random_decision = 0
7.39/7.45	c #conflict = 198
7.39/7.45	c #restart = 1
7.39/7.45	o 262289
7.39/7.47	c BCD2: updating upper bound: 262289 -> 262288
7.39/7.47	c BCD2: 262288 <= obj <= 262288
7.39/7.47	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=0
7.39/7.47	c BCD2: #sat=8 #unsat=16 bias=16/24
7.39/7.47	c Solving starts ...
7.39/7.47	c ============================[ Search Statistics ]============================
7.39/7.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.47	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.47	c =============================================================================
7.39/7.47	c  0.0s |       0 |        0 |        0 |      204      0 |       27 |       36
7.39/7.48	c  0.0s |       0 |       42 |       28 |      204      1 |       27 |       36
7.39/7.48	c #cpu_time = 0.003s
7.39/7.48	c #wall_clock_time = 0.003s
7.39/7.48	c #decision = 42
7.39/7.48	c #random_decision = 0
7.39/7.48	c #conflict = 28
7.39/7.48	c #restart = 0
7.39/7.48	o 262288
7.59/7.63	s OPTIMUM FOUND
7.59/7.63	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
7.59/7.63	v -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20
7.59/7.63	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
7.59/7.63	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
7.59/7.63	v x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
7.59/7.63	v -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
7.59/7.63	v -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
7.59/7.63	v -x71 -x72 x73 x74 x75 -x76 x77 -x78 -x79 x80
7.59/7.63	v -x81 x82 x83 x84 x85 x86 x87 x88 x89 x90
7.59/7.63	v x91 x92 x93 x94 x95 -x96 -x97 -x98 -x99 -x100
7.59/7.63	v -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
7.59/7.63	v -x111 -x112 x113
7.59/7.63	c total CPU time = 7.616s
7.59/7.63	c total wall clock time = 7.636s

Verifier Data

OK	262288

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

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.05 2.01 3/180 13558
/proc/meminfo: memFree=30584724/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=662972 CPUtime=0 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 2459 0 0 0 0 0 0 0 20 0 4 0 24470820 678883328 3330 33554432000 4194304 16246674 140734448015696 140734448015120 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 166255 3339 441 2943 0 163149 0
[pid=13558/tid=13559] ppid=13555 vsize=680380 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 696709120 3397 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=684476 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 700903424 3416 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=689596 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24470820 706146304 3432 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100215 s]
/proc/loadavg: 2.08 2.05 2.01 3/180 13558
/proc/meminfo: memFree=30584724/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 28773 0 0 0 6 3 0 0 20 0 4 0 24470820 1247350784 29635 33554432000 4194304 16246674 140734448015696 140734448015120 12653060 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 304529 29641 607 2943 0 301423 0
[pid=13558/tid=13559] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 29647 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 29653 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 29659 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200491 s]
/proc/loadavg: 2.08 2.05 2.01 3/180 13558
/proc/meminfo: memFree=30584724/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 52360 0 0 0 12 7 0 0 20 0 4 0 24470820 1247350784 53222 33554432000 4194304 16246674 140734448015696 140734448015120 12657222 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 304529 53229 634 2943 0 301423 0
[pid=13558/tid=13559] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 53233 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 53236 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 53241 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300464 s]
/proc/loadavg: 2.08 2.05 2.01 3/180 13558
/proc/meminfo: memFree=30584724/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 77467 0 0 0 19 10 0 0 20 0 4 0 24470820 1247350784 78325 33554432000 4194304 16246674 140734448015696 140734448015120 12655109 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 304529 78339 763 2943 0 301423 0
[pid=13558/tid=13559] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 78347 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 78357 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 78366 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700372 s]
/proc/loadavg: 2.08 2.05 2.01 3/180 13558
/proc/meminfo: memFree=30584724/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 172352 0 0 0 49 20 0 0 20 0 4 0 24470820 1247350784 173210 33554432000 4194304 16246674 140734448015696 140734447997568 12653060 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 304529 173219 785 2943 0 301423 0
[pid=13558/tid=13559] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 173224 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 173230 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24470820 1247350784 173236 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.07 2.05 2.01 3/184 13562
/proc/meminfo: memFree=29594664/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=1224260 CPUtime=1.49 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 246974 0 0 0 120 29 0 0 20 0 4 0 24470820 1253642240 247810 33554432000 4194304 16246674 140734448015696 140734447997568 12655127 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 306065 247810 844 2943 0 302959 0
[pid=13558/tid=13559] ppid=13555 vsize=1224260 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 1253642240 247810 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=1224260 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 1253642240 247810 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=1224260 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24470820 1253642240 247810 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1224260

[startup+3.10037 s]
/proc/loadavg: 2.07 2.05 2.01 3/184 13562
/proc/meminfo: memFree=29553620/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=1300036 CPUtime=3.09 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 265977 0 0 0 278 31 0 0 20 0 4 0 24470820 1331236864 266813 33554432000 4194304 16246674 140734448015696 140734447997568 5754961 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 325009 266813 846 2943 0 321903 0
[pid=13558/tid=13559] ppid=13555 vsize=1300036 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 1331236864 266813 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=1300036 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 1331236864 266813 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=1300036 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24470820 1331236864 266813 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1300036

[startup+6.30038 s]
/proc/loadavg: 2.07 2.05 2.01 3/184 13562
/proc/meminfo: memFree=29495932/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=1321540 CPUtime=6.29 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 271471 0 0 0 597 32 0 0 20 0 4 0 24470820 1353256960 272307 33554432000 4194304 16246674 140734448015696 140734447997568 5722908 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 330385 272307 847 2943 0 327279 0
[pid=13558/tid=13559] ppid=13555 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 1353256960 272307 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 1353256960 272307 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24470820 1353256960 272307 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1321540

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

[startup+6.40047 s]
/proc/loadavg: 2.07 2.05 2.01 3/184 13562
/proc/meminfo: memFree=29495932/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=1321540 CPUtime=6.39 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 271471 0 0 0 607 32 0 0 20 0 4 0 24470820 1353256960 272307 33554432000 4194304 16246674 140734448015696 140734447997568 5717656 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 330385 272307 847 2943 0 327279 0
[pid=13558/tid=13559] ppid=13555 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 1353256960 272307 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 1353256960 272307 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24470820 1353256960 272307 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1321540

[startup+7.20041 s]
/proc/loadavg: 2.15 2.06 2.02 3/184 13562
/proc/meminfo: memFree=29496180/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=1321540 CPUtime=7.19 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 271473 0 0 0 687 32 0 0 20 0 4 0 24470820 1353256960 272309 33554432000 4194304 16246674 140734448015696 140734447997568 5523539 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 330385 272309 849 2943 0 327279 0
[pid=13558/tid=13559] ppid=13555 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 1353256960 272309 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 1353256960 272309 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24470820 1353256960 272309 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1321540

[startup+7.60038 s]
/proc/loadavg: 2.15 2.06 2.02 3/184 13562
/proc/meminfo: memFree=29496180/32872528 swapFree=249320/249320
[pid=13558] ppid=13555 vsize=1339972 CPUtime=7.59 cores=0,2,4,6
/proc/13558/stat : 13558 (toysat) R 13555 13558 11324 0 -1 4202496 276025 0 0 0 726 33 0 0 20 0 4 0 24470820 1372131328 276861 33554432000 4194304 16246674 140734448015696 140734447997568 12449269 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13558/statm: 334993 276861 849 2943 0 331887 0
[pid=13558/tid=13559] ppid=13555 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13559/stat : 13559 (toysat) S 13555 13558 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24470820 1372131328 276861 33554432000 4194304 16246674 140734448015696 140500279471344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13558/tid=13560] ppid=13555 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13560/stat : 13560 (toysat) S 13555 13558 11324 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 24470820 1372131328 276861 33554432000 4194304 16246674 140734448015696 140500191390960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13558/tid=13561] ppid=13555 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/13558/task/13561/stat : 13561 (toysat) S 13555 13558 11324 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24470820 1372131328 276861 33554432000 4194304 16246674 140734448015696 140500180917424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1339972

Child status: 0
Real time (s): 7.70007
CPU time (s): 7.69783
CPU user time (s): 7.30389
CPU system time (s): 0.39394
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 1339972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.30389
system time used= 0.39394
maximum resident set size= 1107456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276030
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= 18
involuntary context switches= 9

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026995 second user time and 0.031995 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-18 06:30:04
IDJOB=4101489
IDBENCH=1756
IDSOLVER=2542
FILE ID=node103/4101489-1466224204
RUNJOBID= node103-1466206104-11340
PBS_JOBID= 19918169
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-misc01.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101489-1466224204/watcher-4101489-1466224204 -o /tmp/evaluation-result-4101489-1466224204/solver-4101489-1466224204 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466206104-11340 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101489-1466224204.opb

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

MD5SUM BENCH= c2934cbe264e98064d53d09fc14b43dc
RANDOM SEED=1298528458

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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		: 2667.278
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		: 2667.278
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:        30585252 kB
Buffers:          107948 kB
Cached:           121352 kB
SwapCached:         2200 kB
Active:          1156460 kB
Inactive:         146388 kB
Active(anon):    1072352 kB
Inactive(anon):     3600 kB
Active(file):      84108 kB
Inactive(file):   142788 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099436 kB
Dirty:             32868 kB
Writeback:             0 kB
AnonPages:       1372876 kB
Mapped:            10640 kB
Shmem:                 0 kB
Slab:             601192 kB
SReclaimable:      45036 kB
SUnreclaim:       556156 kB
KernelStack:        1528 kB
PageTables:         6712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1464932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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= 71700 MiB
End job on node103 at 2016-06-18 06:30:12