Trace number 4109246

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 39.353 39.3595

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972154--soft-66-100-0.wbo
MD5SUMeabed96e9c28cf15c9772fe79986c067
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark5.04023
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1221
Number of bits of the biggest sum of numbers11
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-19T15:40:16+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","--wbo","--search=bcd2","HOME/instance-4109246-1466343616.wbo"]
0.00/0.01	c use --random-gen="1780244819 2668326205 829778464 266400231 629899986 279507741 1859614406 2455365777 2358322038 125580918 3360888175 4125048735 58977800 3376778341 1034487785 2603354345 2728098655 2156858916 2815946979 3036634346 849984627 3925488826 2258845740 2818690916 769609570 1973146612 2010523510 1711637758 1297615709 2794686333 2271783185 3043114510 1348684931 697661635 187618172 2053080052 2580971928 2767794229 1275067991 1296818849 3882310385 3096144647 406518199 4238867689 744513835 1625280724 172500330 2893554467 4188716322 1449520592 1747072636 2529998602 2641334629 1279243498 2620916228 2607760635 3666258404 2416861361 1960834009 4011121092 1477614767 317999256 2624439247 1083842745 104427563 909433449 2614653909 789697149 4223803097 2514447375 457091068 3030170769 3588682820 2968579991 2228666380 3451541124 2396195315 1798160041 3439491451 403436571 3080281028 1963521362 4228182463 2474466032 308786790 1512010927 1120882606 3448983502 295087449 2385651837 2466196683 1809894596 2799498438 3175114488 814207493 1524239280 1252522703 4222125280 309301525 558445788 405255331 2219537778 1759432221 1164955515 1095822503 2500454316 1968729890 4173728668 710569114 897182208 1443295839 1873760375 3069505195 1897794327 3540716844 3363146657 2498513836 73978560 176405260 3241975951 1993263410 2787896720 534925347 2733240338 4207499448 202293123 770642732 635454128 737680298 1169616044 3256277007 3577761065 1664272291 2334805121 3780358100 3327810082 2629160588 3878633086 910663225 2517116603 1977788284 1972178489 708623062 1387349030 3451100642 1190587378 3463629302 4192597463 4183406715 2148319049 4035383770 2541247440 3770043743 342291794 2140671637 3381696517 2350840126 1900420515 107127394 3832588237 1593782610 3680015865 577464501 3602474701 3443815172 3064094934 3603686590 2734536550 2655197807 1203933738 3555489164 522950600 4224998823 1200524881 3715061598 492054283 3980371673 2400348509 4000251376 4267751357 852954569 3612805295 3717866253 3531461780 2587398444 2588922030 1422463680 322233323 1660418635 4067888489 32720015 237889538 694111024 427485070 386740571 1456984683 4131661146 2179663759 3111574917 3250055424 1801632959 1308894674 996948802 3563293303 1206501000 86761373 1180204627 2453664247 3284902397 511065915 3528077029 4141762876 4090678782 3267380857 1983274455 3876938934 3355110217 3443053086 1126608414 367911593 3115365281 824551224 3109347437 2536220924 2926699270 620667648 585648236 867780495 2539012123 593525570 511073273 2126374306 2665807644 498657231 1182773965 3990011083 135160313 3968102446 2324320238 817639990 2163375905 269927241 40361328 1509455026 367973859 253048667 839001506 2613728461 237258366 1698219056 375359461 3992414063 4062048672 3465885095 2617921668 1957201928 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.26	c BCD2: Hardening is enabled.
0.19/0.26	c BCD2: BiasedSearch is enabled.
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |       99      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      179 |      100 |       99      0 |        0 |        0
0.19/0.29	c  0.0s |       2 |      474 |      250 |      109      1 |        0 |        0
0.29/0.32	c  0.1s |       3 |      933 |      475 |      120      4 |        0 |        0
0.29/0.37	c  0.1s |       4 |     1486 |      813 |      132      7 |        0 |        0
0.39/0.44	c  0.2s |       5 |     2305 |     1320 |      146     12 |        0 |        0
0.49/0.55	c  0.3s |       6 |     3621 |     2081 |      178     18 |        0 |        0
0.69/0.72	c  0.5s |       7 |     5629 |     3223 |      196     27 |        0 |        0
0.89/0.96	c  0.7s |       8 |     8576 |     4936 |      216     40 |        0 |        0
1.29/1.32	c  1.1s |       9 |    13132 |     7506 |      238     58 |        0 |        0
1.79/1.86	c  1.6s |      10 |    19850 |    11361 |      262     84 |        0 |        0
2.29/2.32	c  2.1s |      10 |    27222 |    15749 |      262    112 |        0 |        0
2.29/2.32	c #cpu_time = 2.061s
2.29/2.32	c #wall_clock_time = 2.061s
2.29/2.32	c #decision = 27222
2.29/2.32	c #random_decision = 77
2.29/2.32	c #conflict = 15749
2.29/2.32	c #restart = 10
2.29/2.32	o 409
2.29/2.32	c BCD2: updating upper bound: 1414 -> 408
2.29/2.32	c BCD2: 0 <= obj <= 408
2.29/2.32	c BCD2: #cores=0, #unrelaxed=28, #relaxed=0, #hardened=0
2.29/2.32	c BCD2: #sat=1 #unsat=1 bias=1/2
2.29/2.32	c Solving starts ...
2.29/2.32	c ============================[ Search Statistics ]============================
2.29/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.32	c =============================================================================
2.29/2.32	c  0.0s |       0 |        0 |        0 |      262      0 |        0 |        0
2.29/2.33	c  0.0s |       1 |      173 |      100 |      262      0 |        0 |        0
2.29/2.34	c  0.0s |       2 |      410 |      250 |      262      1 |        0 |        0
2.29/2.37	c  0.1s |       3 |      739 |      475 |      262      2 |        0 |        0
2.39/2.41	c  0.1s |       4 |     1253 |      813 |      262      4 |        0 |        0
2.39/2.46	c  0.1s |       5 |     1990 |     1320 |      289      7 |        0 |        0
2.49/2.55	c  0.2s |       6 |     3118 |     2081 |      289     11 |        0 |        0
2.59/2.68	c  0.4s |       7 |     4779 |     3223 |      289     17 |        0 |        0
2.79/2.88	c  0.6s |       8 |     7260 |     4936 |      289     25 |        0 |        0
3.19/3.21	c  0.9s |       9 |    10948 |     7506 |      289     38 |        0 |        0
3.59/3.67	c  1.4s |      10 |    16389 |    11361 |      318     57 |        0 |        0
4.28/4.32	c  2.0s |      11 |    24808 |    17144 |      318     85 |        0 |        0
5.28/5.35	c  3.0s |      12 |    36754 |    25819 |      350    124 |        0 |        0
6.79/6.87	c  4.6s |      13 |    54741 |    38832 |      350    182 |        0 |        0
8.80/8.88	c  6.6s |      13 |    78290 |    55532 |      386    252 |        0 |        0
9.19/9.24	c  6.9s |      14 |    82232 |    58352 |      386    264 |        0 |        0
11.19/11.25	c  8.9s |      14 |   104824 |    74352 |      425    330 |        0 |        0
11.79/11.86	c  9.5s |      14 |   110679 |    78478 |      425    348 |        0 |        0
11.79/11.86	c #cpu_time = 9.542s
11.79/11.86	c #wall_clock_time = 9.543s
11.79/11.86	c #decision = 110679
11.79/11.86	c #random_decision = 271
11.79/11.86	c #conflict = 78478
11.79/11.86	c #restart = 14
11.79/11.86	c BCD2: found a new core of size 28: cost of the new core is >=1
11.79/11.86	c lower bound updated to 1
11.79/11.86	c BCD2: 1 <= obj <= 408
11.79/11.86	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
11.79/11.86	c BCD2: #sat=1 #unsat=2 bias=2/3
11.79/11.86	c Solving starts ...
11.79/11.86	c ============================[ Search Statistics ]============================
11.79/11.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.86	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.86	c =============================================================================
11.79/11.86	c  0.0s |       0 |        0 |        0 |      425      0 |        0 |        0
11.79/11.86	c  0.0s |       0 |       49 |        1 |      425      0 |        0 |        0
11.79/11.86	c #cpu_time = 0.001s
11.79/11.86	c #wall_clock_time = 0.001s
11.79/11.86	c #decision = 49
11.79/11.86	c #random_decision = 0
11.79/11.86	c #conflict = 1
11.79/11.86	c #restart = 0
11.79/11.86	o 80
11.79/11.86	c BCD2: hardening fixes 7 literals
11.79/11.86	c BCD2: updating upper bound: 408 -> 79
11.79/11.86	c BCD2: 1 <= obj <= 79
11.79/11.86	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
11.79/11.86	c BCD2: #sat=2 #unsat=2 bias=2/4
11.79/11.86	c Solving starts ...
11.79/11.86	c ============================[ Search Statistics ]============================
11.79/11.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.86	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.86	c =============================================================================
11.79/11.86	c  0.0s |       0 |        0 |        0 |      425      0 |        8 |        2
11.79/11.87	c  0.0s |       1 |      143 |      100 |      425      0 |        8 |        2
11.79/11.89	c  0.0s |       2 |      351 |      250 |      425      1 |        8 |        2
11.89/11.91	c  0.1s |       3 |      724 |      475 |      425      1 |        8 |        2
11.89/11.95	c  0.1s |       4 |     1265 |      813 |      425      3 |        8 |        2
11.99/12.01	c  0.1s |       5 |     2079 |     1320 |      425      5 |        8 |        2
11.99/12.09	c  0.2s |       6 |     3241 |     2081 |      425      8 |        8 |        2
12.20/12.21	c  0.3s |       7 |     5050 |     3223 |      425     12 |        8 |        2
12.29/12.38	c  0.5s |       8 |     7726 |     4936 |      425     18 |        8 |        2
12.59/12.65	c  0.8s |       9 |    11456 |     7506 |      425     28 |        8 |        2
12.99/13.05	c  1.2s |      10 |    17248 |    11361 |      425     43 |        8 |        2
13.59/13.64	c  1.8s |      11 |    25854 |    17144 |      425     65 |        8 |        2
14.49/14.56	c  2.7s |      12 |    38687 |    25819 |      425     99 |        8 |        2
15.89/15.94	c  4.1s |      13 |    57963 |    38832 |      468    148 |        8 |        2
17.89/17.94	c  6.1s |      13 |    85905 |    57232 |      468    213 |        8 |        2
17.99/18.06	c  6.2s |      14 |    87405 |    58352 |      468    217 |        8 |        2
19.99/20.06	c  8.2s |      14 |   112098 |    75652 |      468    279 |        8 |        2
20.09/20.14	c  8.3s |      14 |   113158 |    76352 |      468    281 |        9 |        4
20.09/20.14	c #cpu_time = 8.279s
20.09/20.14	c #wall_clock_time = 8.279s
20.09/20.14	c #decision = 113158
20.09/20.14	c #random_decision = 290
20.09/20.14	c #conflict = 76352
20.09/20.14	c #restart = 14
20.09/20.14	c BCD2: updating lower bound of a core
20.09/20.14	c lower bound updated to 41
20.09/20.14	c BCD2: 41 <= obj <= 79
20.09/20.14	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
20.09/20.14	c BCD2: #sat=2 #unsat=3 bias=3/5
20.09/20.14	c Solving starts ...
20.09/20.14	c ============================[ Search Statistics ]============================
20.09/20.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.09/20.14	c       |         |          |          |    Limit     GC | Var      | Constra 
20.09/20.14	c =============================================================================
20.09/20.14	c  0.0s |       0 |        0 |        0 |      468      0 |        9 |        4
20.09/20.15	c  0.0s |       1 |      152 |      100 |      468      0 |        9 |        4
20.09/20.17	c  0.0s |       2 |      390 |      250 |      468      1 |        9 |        4
20.19/20.20	c  0.1s |       3 |      749 |      475 |      468      2 |        9 |        4
20.19/20.23	c  0.1s |       4 |     1259 |      813 |      468      3 |        9 |        4
20.19/20.29	c  0.1s |       5 |     1946 |     1320 |      468      5 |        9 |        4
20.29/20.37	c  0.2s |       6 |     3094 |     2081 |      468      8 |        9 |        4
20.39/20.49	c  0.3s |       7 |     4713 |     3223 |      468     12 |        9 |        4
20.59/20.67	c  0.5s |       8 |     7148 |     4936 |      468     18 |        9 |        4
20.90/20.94	c  0.8s |       9 |    10834 |     7506 |      468     27 |        9 |        4
21.29/21.37	c  1.2s |      10 |    16205 |    11361 |      468     41 |        9 |        4
21.89/21.97	c  1.8s |      11 |    24603 |    17144 |      468     61 |        9 |        4
22.89/22.90	c  2.8s |      12 |    36881 |    25819 |      515     92 |        9 |        4
24.19/24.26	c  4.1s |      13 |    55827 |    38832 |      515    135 |        9 |        4
26.19/26.27	c  6.1s |      13 |    82195 |    57332 |      515    195 |        9 |        4
26.29/26.39	c  6.2s |      14 |    83747 |    58352 |      515    199 |        9 |        4
28.29/28.40	c  8.3s |      14 |   109349 |    76852 |      515    260 |        9 |        4
29.29/29.38	c  9.2s |      14 |   121693 |    85536 |      515    288 |       10 |        6
29.29/29.38	c #cpu_time = 9.237s
29.29/29.38	c #wall_clock_time = 9.237s
29.29/29.38	c #decision = 121693
29.29/29.38	c #random_decision = 336
29.29/29.38	c #conflict = 85536
29.29/29.38	c #restart = 14
29.29/29.38	c BCD2: updating lower bound of a core
29.29/29.38	c lower bound updated to 65
29.29/29.38	c BCD2: 65 <= obj <= 79
29.29/29.38	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
29.29/29.38	c BCD2: #sat=2 #unsat=4 bias=4/6
29.29/29.38	c Solving starts ...
29.29/29.38	c ============================[ Search Statistics ]============================
29.29/29.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.29/29.38	c       |         |          |          |    Limit     GC | Var      | Constra 
29.29/29.38	c =============================================================================
29.29/29.38	c  0.0s |       0 |        0 |        0 |      515      0 |       10 |        6
29.29/29.39	c  0.0s |       1 |      147 |      100 |      515      0 |       10 |        6
29.39/29.41	c  0.0s |       2 |      393 |      250 |      515      1 |       10 |        6
29.39/29.43	c  0.1s |       3 |      743 |      475 |      515      1 |       10 |        6
29.39/29.47	c  0.1s |       4 |     1195 |      813 |      515      2 |       10 |        6
29.49/29.53	c  0.1s |       5 |     1905 |     1320 |      515      4 |       10 |        6
29.59/29.61	c  0.2s |       6 |     2997 |     2081 |      515      7 |       10 |        6
29.69/29.74	c  0.4s |       7 |     4627 |     3223 |      515     10 |       10 |        6
29.89/29.92	c  0.5s |       8 |     7142 |     4936 |      515     16 |       10 |        6
30.19/30.21	c  0.8s |       9 |    10799 |     7506 |      515     25 |       10 |        6
30.59/30.63	c  1.2s |      10 |    16485 |    11361 |      515     38 |       10 |        6
31.19/31.25	c  1.9s |      11 |    25165 |    17144 |      515     58 |       10 |        6
32.09/32.18	c  2.8s |      12 |    37726 |    25819 |      515     86 |       10 |        6
33.48/33.58	c  4.2s |      13 |    57050 |    38832 |      567    129 |       10 |        6
33.68/33.78	c  4.4s |      13 |    59677 |    40707 |      567    135 |       10 |        6
33.68/33.78	c #cpu_time = 4.400s
33.68/33.78	c #wall_clock_time = 4.400s
33.68/33.78	c #decision = 59677
33.68/33.78	c #random_decision = 163
33.68/33.78	c #conflict = 40707
33.68/33.78	c #restart = 13
33.68/33.78	o 66
33.68/33.78	c BCD2: hardening fixes 1 literals
33.68/33.78	c BCD2: updating upper bound: 79 -> 65
33.68/33.78	c BCD2: 65 <= obj <= 65
33.68/33.78	c BCD2: #cores=1, #unrelaxed=0, #relaxed=20, #hardened=8
33.68/33.78	c BCD2: #sat=3 #unsat=4 bias=4/7
33.68/33.78	c Solving starts ...
33.68/33.78	c ============================[ Search Statistics ]============================
33.68/33.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.68/33.78	c       |         |          |          |    Limit     GC | Var      | Constra 
33.68/33.78	c =============================================================================
33.68/33.78	c  0.0s |       0 |        0 |        0 |      567      0 |       11 |        8
33.68/33.79	c  0.0s |       1 |      183 |      100 |      567      0 |       11 |        8
33.78/33.81	c  0.0s |       2 |      393 |      250 |      567      1 |       11 |        8
33.78/33.84	c  0.1s |       3 |      735 |      475 |      567      1 |       11 |        8
33.78/33.88	c  0.1s |       4 |     1258 |      813 |      567      2 |       11 |        8
33.88/33.93	c  0.2s |       5 |     2035 |     1320 |      567      4 |       11 |        8
33.98/34.02	c  0.2s |       6 |     3222 |     2081 |      567      6 |       11 |        8
34.09/34.14	c  0.4s |       7 |     4882 |     3223 |      567     10 |       11 |        8
34.28/34.33	c  0.5s |       8 |     7401 |     4936 |      567     15 |       11 |        8
34.58/34.62	c  0.8s |       9 |    11154 |     7506 |      567     22 |       11 |        8
34.98/35.05	c  1.3s |      10 |    16607 |    11361 |      567     34 |       11 |        8
35.68/35.71	c  1.9s |      11 |    25184 |    17144 |      567     52 |       11 |        8
36.68/36.71	c  2.9s |      12 |    37789 |    25819 |      567     77 |       11 |        8
38.18/38.28	c  4.5s |      13 |    55858 |    38832 |      567    116 |       11 |        8
39.18/39.29	c  5.5s |      13 |    67657 |    47207 |      567    141 |       12 |       10
39.18/39.29	c #cpu_time = 5.514s
39.18/39.29	c #wall_clock_time = 5.514s
39.18/39.29	c #decision = 67657
39.18/39.29	c #random_decision = 211
39.18/39.29	c #conflict = 47207
39.18/39.29	c #restart = 13
39.18/39.29	c BCD2: updating lower bound of a core
39.18/39.29	c lower bound updated to 67
39.18/39.29	s OPTIMUM FOUND
39.18/39.29	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
39.18/39.29	v -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 x19 -x20
39.18/39.29	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30
39.18/39.29	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
39.18/39.29	v -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
39.18/39.29	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
39.18/39.29	v -x61 -x62 x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
39.18/39.29	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
39.18/39.29	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90
39.18/39.29	v -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100
39.18/39.29	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
39.18/39.29	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
39.18/39.29	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130
39.18/39.29	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140
39.18/39.29	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
39.18/39.29	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
39.18/39.29	v -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169
39.18/39.29	c total CPU time = 39.297s
39.18/39.29	c total wall clock time = 39.298s

Verifier Data

OK	66

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-4109246-1466343616/watcher-4109246-1466343616 -o /tmp/evaluation-result-4109246-1466343616/solver-4109246-1466343616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31320 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109246-1466343616.wbo 

pid=31493
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.31 2.32 1.98 3/180 31496
/proc/meminfo: memFree=30242844/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=810428 CPUtime=0 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 3042 0 0 0 0 0 0 0 20 0 4 0 36408127 829878272 2891 33554432000 4194304 16246674 140737071129392 140737071128816 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 203375 2899 441 2943 0 200269 0
[pid=31496/tid=31497] ppid=31493 vsize=828860 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 848752640 2963 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=833980 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 853995520 2980 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=838076 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408127 858189824 2996 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.31 2.32 1.98 3/180 31496
/proc/meminfo: memFree=30242844/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 18407 0 0 0 7 2 0 0 20 0 4 0 36408127 1247350784 18249 33554432000 4194304 16246674 140737071129392 140737071128816 6191529 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 304529 18252 615 2943 0 301423 0
[pid=31496/tid=31497] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 18255 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 18257 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 18263 33554432000 4194304 16246674 140737071129392 139648362859696 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.200494 s]
/proc/loadavg: 2.31 2.32 1.98 3/180 31496
/proc/meminfo: memFree=30242844/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 26105 0 0 0 17 2 0 0 20 0 4 0 36408127 1247350784 25947 33554432000 4194304 16246674 140737071129392 140737071128816 6145278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 304529 25947 615 2943 0 301423 0
[pid=31496/tid=31497] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 25947 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 25948 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 25948 33554432000 4194304 16246674 140737071129392 139648362859696 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.300455 s]
/proc/loadavg: 2.31 2.32 1.98 3/180 31496
/proc/meminfo: memFree=30242844/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 36246 0 0 0 25 4 0 0 20 0 4 0 36408127 1247350784 36082 33554432000 4194304 16246674 140737071129392 140737071128816 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 304529 36088 789 2943 0 301423 0
[pid=31496/tid=31497] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 36090 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 36093 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 36097 33554432000 4194304 16246674 140737071129392 139648362859696 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.70039 s]
/proc/loadavg: 2.31 2.32 1.98 3/180 31496
/proc/meminfo: memFree=30242844/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 86966 0 0 0 57 12 0 0 20 0 4 0 36408127 1247350784 86802 33554432000 4194304 16246674 140737071129392 140737071111296 5711820 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 304529 86810 790 2943 0 301423 0
[pid=31496/tid=31497] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 86815 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 86819 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 86820 33554432000 4194304 16246674 140737071129392 139648362859696 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.50034 s]
/proc/loadavg: 2.31 2.32 1.98 3/184 31500
/proc/meminfo: memFree=28963348/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1218116 CPUtime=1.48 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 191118 0 0 0 121 27 0 0 20 0 4 0 36408127 1247350784 190954 33554432000 4194304 16246674 140737071129392 140737071111296 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 304529 190959 790 2943 0 301423 0
[pid=31496/tid=31497] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 190960 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 190965 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408127 1247350784 190972 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1218116

[startup+3.10038 s]
/proc/loadavg: 2.37 2.33 1.98 3/184 31500
/proc/meminfo: memFree=28303668/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267309 0 0 0 271 38 0 0 20 0 4 0 36408127 1336479744 267122 33554432000 4194304 16246674 140737071129392 140737071111296 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326289 267122 871 2943 0 323183 0
[pid=31496/tid=31497] ppid=31493 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1336479744 267122 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1336479744 267122 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1336479744 267122 33554432000 4194304 16246674 140737071129392 139648362859696 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) 1305156

[startup+6.3004 s]
/proc/loadavg: 2.37 2.33 1.98 3/184 31500
/proc/meminfo: memFree=28208872/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267505 0 0 0 590 39 0 0 20 0 4 0 36408127 1337528320 267318 33554432000 4194304 16246674 140737071129392 140737071111296 5553796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326545 267318 871 2943 0 323439 0
[pid=31496/tid=31497] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267318 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267318 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267318 33554432000 4194304 16246674 140737071129392 139648362859696 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) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.31 2.32 1.98 3/184 31500
/proc/meminfo: memFree=28208792/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267529 0 0 0 1230 39 0 0 20 0 4 0 36408127 1337528320 267342 33554432000 4194304 16246674 140737071129392 140737071111296 5711369 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326545 267342 884 2943 0 323439 0
[pid=31496/tid=31497] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267342 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267342 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267342 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5004 s]
/proc/loadavg: 2.26 2.31 1.98 3/184 31500
/proc/meminfo: memFree=28209112/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267564 0 0 0 2510 39 0 0 20 0 4 0 36408127 1337528320 267377 33554432000 4194304 16246674 140737071129392 140737071111296 5516342 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326545 267377 885 2943 0 323439 0
[pid=31496/tid=31497] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267377 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267377 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267377 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.26 2.31 1.98 3/184 31500
/proc/meminfo: memFree=28209112/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1306180 CPUtime=25.59 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267564 0 0 0 2520 39 0 0 20 0 4 0 36408127 1337528320 267377 33554432000 4194304 16246674 140737071129392 140737071111296 5667556 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326545 267377 885 2943 0 323439 0
[pid=31496/tid=31497] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267377 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267377 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267377 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+32.0073 s]
/proc/loadavg: 2.30 2.31 1.99 4/184 31549
/proc/meminfo: memFree=28209508/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1306180 CPUtime=31.99 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267614 0 0 0 3160 39 0 0 20 0 4 0 36408127 1337528320 267427 33554432000 4194304 16246674 140737071129392 140737071111296 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326545 267427 885 2943 0 323439 0
[pid=31496/tid=31497] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267427 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267427 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267427 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+35.2004 s]
/proc/loadavg: 2.30 2.31 1.99 3/184 31549
/proc/meminfo: memFree=28209672/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1306180 CPUtime=35.19 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267615 0 0 0 3480 39 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 140737071111296 5852056 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326545 267428 885 2943 0 323439 0
[pid=31496/tid=31497] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 1306180

[startup+36.8004 s]
/proc/loadavg: 2.30 2.31 1.99 3/184 31549
/proc/meminfo: memFree=28209300/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1306180 CPUtime=36.78 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267615 0 0 0 3639 39 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 140737071111296 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326545 267428 885 2943 0 323439 0
[pid=31496/tid=31497] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 36.78
Current children cumulated vsize (KiB) 1306180

[startup+38.4004 s]
/proc/loadavg: 2.28 2.31 1.99 3/184 31549
/proc/meminfo: memFree=28209192/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1306180 CPUtime=38.38 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267615 0 0 0 3799 39 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 140737071111296 5827632 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326545 267428 885 2943 0 323439 0
[pid=31496/tid=31497] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1306180

[startup+38.8004 s]
/proc/loadavg: 2.28 2.31 1.99 3/184 31549
/proc/meminfo: memFree=28209580/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1306180 CPUtime=38.78 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267615 0 0 0 3839 39 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 140737071111296 6044509 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326545 267428 885 2943 0 323439 0
[pid=31496/tid=31497] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.78
Current children cumulated vsize (KiB) 1306180

[startup+39.2004 s]
/proc/loadavg: 2.28 2.31 1.99 3/184 31549
/proc/meminfo: memFree=28209580/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=1306180 CPUtime=39.18 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202496 267615 0 0 0 3879 39 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 140737071111296 5712536 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 326545 267428 885 2943 0 323439 0
[pid=31496/tid=31497] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31497/stat : 31497 (toysat) S 31493 31496 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648383823088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31496/tid=31498] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31498/stat : 31498 (toysat) S 31493 31496 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648373333232 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31496/tid=31499] ppid=31493 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31496/task/31499/stat : 31499 (toysat) S 31493 31496 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36408127 1337528320 267428 33554432000 4194304 16246674 140737071129392 139648362859696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 39.18
Current children cumulated vsize (KiB) 1306180

[startup+39.3003 s]
/proc/loadavg: 2.28 2.31 1.99 3/184 31549
/proc/meminfo: memFree=28209580/32872528 swapFree=1370848/1518016
[pid=31496] ppid=31493 vsize=0 CPUtime=39.28 cores=0,2,4,6
/proc/31496/stat : 31496 (toysat) R 31493 31496 31304 0 -1 4202500 267619 0 0 0 3889 39 0 0 20 0 1 0 36408127 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31496/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 39.3595
CPU time (s): 39.353
CPU user time (s): 38.8991
CPU system time (s): 0.45393
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.8991
system time used= 0.45393
maximum resident set size= 1069724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267619
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= 42

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.096985 second user time and 0.159975 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:40:16
IDJOB=4109246
IDBENCH=78750
IDSOLVER=2553
FILE ID=node129/4109246-1466343616
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110972154--soft-66-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109246-1466343616/watcher-4109246-1466343616 -o /tmp/evaluation-result-4109246-1466343616/solver-4109246-1466343616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31320 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109246-1466343616.wbo

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

MD5SUM BENCH= eabed96e9c28cf15c9772fe79986c067
RANDOM SEED=1648543600

node129.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.143
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	: 5332.28
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.143
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.143
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.143
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.143
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.143
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.54
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.143
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.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30248324 kB
Buffers:           86800 kB
Cached:           177248 kB
SwapCached:         1804 kB
Active:           230480 kB
Inactive:         136148 kB
Active(anon):     102096 kB
Inactive(anon):     2732 kB
Active(file):     128384 kB
Inactive(file):   133416 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             32668 kB
Writeback:             0 kB
AnonPages:       1693504 kB
Mapped:             9576 kB
Shmem:                 0 kB
Slab:             602208 kB
SReclaimable:      46172 kB
SUnreclaim:       556036 kB
KernelStack:        1480 kB
PageTables:         9236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2646256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node129 at 2016-06-19 15:40:56