Trace number 4109734

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 30.5903 30.5961

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900553812--soft-33-100-0.wbo
MD5SUMb8c059b75f42fac4cec7408dc4fcfe67
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark30.1754
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1802
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
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:45:49+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-4109734-1466343949.wbo"]
0.00/0.01	c use --random-gen="231323360 1498395550 2791965902 2555836612 1903563222 463070436 3742706335 48487518 3220536722 3394924403 830576439 3454275291 1912220965 4070702979 1776986719 4182876086 609385788 127177036 690090430 1118688858 3169707581 2106808261 1911220959 276598472 3676683480 313598242 388060420 3983749344 1478763694 631512353 3131994009 1548093819 3644332700 3049871870 4191932513 73136484 2155254800 4118731481 2153628482 1829171565 2191689626 3309618705 2453272750 2567154229 1684569827 934873221 2088572973 45255181 89098835 2921098439 2743571663 3348394850 931113710 2595426022 1925410457 3302969596 3102884019 297108160 1146115194 2477785722 2556990009 2276377195 3722222367 517512897 1184263782 723432389 3387322851 2625073474 2427932577 1095041809 370815306 999480691 3400164046 1561206932 2340825231 3877535521 538817302 936138220 3455841557 889316851 2524060184 2663778524 374700252 412774989 1735551339 403018767 458106235 68180929 3374459264 2607180020 3294398649 1983492379 1107432860 791128403 2562471242 2734491002 1407495844 2312724976 564639704 2057234066 367499344 3300739822 674823375 227257539 1146000541 2793088334 298265064 838802824 4121989936 2323830911 2284426365 2916903785 2545827332 2846667726 4255058014 2325205525 2878136918 578916996 458796940 3860839576 770420362 3051185766 2686646578 1948907843 3211472573 621970455 523041193 455007908 1388249576 2691784200 4218498820 1815352341 3760291888 1188449260 3855114639 520607357 1520211829 614454875 3128766450 2035651614 3648027145 1312513032 1111561980 998776066 275601170 201422664 355348717 27170317 162234883 1796203619 2651676264 346414487 2683257423 3175875850 1979137621 1850607955 959698363 4185199308 519363671 3259291716 3196478787 3319695724 888185433 3422431589 2006579126 2949958993 1323891617 2314500633 3990825642 1165927740 3932477702 75741979 323265646 356521723 4087688772 4109778379 1499486080 2482640092 493585950 2683558177 3838640168 2689231392 1606310049 4252314119 3151868640 858180798 3886956815 646996498 802197859 1949568922 436506704 1668410088 2185517761 988788067 285006364 1490795913 1693133517 2114741051 676710779 3918807886 2440927641 719705959 1168136226 64963510 2968062382 1800811786 1138661362 2957370922 2466610628 3991615603 3113146140 3343562731 1732751134 2142015570 1755152634 68327292 3943261082 2093591297 577525688 3154020925 3768592804 3832036440 3191941249 1388947950 3886815992 174372827 987087674 152119029 2419112634 1152792332 2072084551 2324422358 4122003423 360074010 36277912 3463113545 636567108 4053171770 1610572438 1910521753 2179139714 4195195236 3505041654 2221109336 2269127250 2655089426 2596057209 2378648359 2458466415 3447122758 3927847713 2505671859 1545818712 214379780 1052728661 4119972625 255 362436" option to reproduce the execution
0.09/0.14	c #vars 231
0.09/0.14	c #constraints 2707
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     1580      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |     2464 |       17 |     1580      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.007s
0.19/0.20	c #wall_clock_time = 0.007s
0.19/0.20	c #decision = 2464
0.19/0.20	c #random_decision = 13
0.19/0.20	c #conflict = 17
0.19/0.20	c #restart = 0
0.19/0.20	o 384
0.19/0.20	c BCD2: updating upper bound: 91107 -> 383
0.19/0.22	c BCD2: 0 <= obj <= 383
0.19/0.22	c BCD2: #cores=0, #unrelaxed=1802, #relaxed=0, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     1580      0 |        0 |        0
0.19/0.24	c  0.0s |       1 |     2020 |      100 |     1739      0 |        0 |        0
0.19/0.27	c  0.1s |       2 |     4066 |      250 |     1913      0 |        0 |        0
0.29/0.33	c  0.1s |       3 |     6179 |      475 |     2105      0 |        0 |        0
0.39/0.41	c  0.2s |       4 |     8510 |      813 |     2316      0 |        0 |        0
0.59/0.61	c  0.4s |       5 |    11179 |     1320 |     2548      0 |        0 |        0
0.89/0.92	c  0.7s |       6 |    14047 |     2081 |     2803      0 |        0 |        0
1.29/1.35	c  1.1s |       7 |    17445 |     3223 |     3084      0 |        0 |        0
2.29/2.37	c  2.2s |       8 |    21416 |     4936 |     3393      1 |        0 |        0
3.40/3.47	c  3.3s |       9 |    27100 |     7506 |     3733      2 |        0 |        0
5.39/5.41	c  5.2s |      10 |    35310 |    11361 |     4107      3 |        0 |        0
7.39/7.45	c  7.2s |      10 |    44889 |    15561 |     4107      5 |        0 |        0
8.39/8.40	c  8.2s |      11 |    48267 |    17144 |     4518      5 |        0 |        0
10.39/10.44	c 10.2s |      11 |    56377 |    20244 |     4518      6 |        0 |        0
12.39/12.49	c 12.3s |      11 |    63628 |    23544 |     4518      7 |        0 |        0
13.30/13.37	c 13.2s |      11 |    64946 |    24367 |     4518      8 |        0 |        0
13.30/13.37	c #cpu_time = 13.118s
13.30/13.37	c #wall_clock_time = 13.152s
13.30/13.37	c #decision = 64946
13.30/13.37	c #random_decision = 36
13.30/13.37	c #conflict = 24367
13.30/13.37	c #restart = 11
13.30/13.37	c BCD2: found a new core of size 1536: cost of the new core is >=1
13.30/13.37	c lower bound updated to 1
13.30/13.37	c BCD2: 1 <= obj <= 383
13.30/13.37	c BCD2: #cores=1, #unrelaxed=266, #relaxed=1536, #hardened=0
13.30/13.37	c BCD2: #sat=1 #unsat=2 bias=2/3
13.30/13.38	c Solving starts ...
13.30/13.38	c ============================[ Search Statistics ]============================
13.30/13.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.30/13.38	c       |         |          |          |    Limit     GC | Var      | Constra 
13.30/13.38	c =============================================================================
13.30/13.38	c  0.0s |       0 |        0 |        0 |     4518      0 |        0 |        0
13.39/13.44	c  0.1s |       0 |     2834 |        4 |     4518      0 |        0 |        0
13.39/13.44	c #cpu_time = 0.063s
13.39/13.44	c #wall_clock_time = 0.063s
13.39/13.44	c #decision = 2834
13.39/13.44	c #random_decision = 5
13.39/13.44	c #conflict = 4
13.39/13.44	c #restart = 0
13.39/13.44	o 203
13.39/13.44	c BCD2: updating upper bound: 383 -> 202
13.39/13.45	c BCD2: 1 <= obj <= 202
13.39/13.45	c BCD2: #cores=1, #unrelaxed=266, #relaxed=1536, #hardened=0
13.39/13.45	c BCD2: #sat=2 #unsat=2 bias=2/4
13.39/13.46	c Solving starts ...
13.39/13.46	c ============================[ Search Statistics ]============================
13.39/13.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.39/13.46	c       |         |          |          |    Limit     GC | Var      | Constra 
13.39/13.46	c =============================================================================
13.39/13.46	c  0.0s |       0 |        0 |        0 |     4518      0 |        0 |        1
13.49/13.53	c  0.1s |       0 |     2243 |       15 |     4518      0 |        0 |        1
13.49/13.53	c #cpu_time = 0.072s
13.49/13.53	c #wall_clock_time = 0.073s
13.49/13.53	c #decision = 2243
13.49/13.53	c #random_decision = 8
13.49/13.53	c #conflict = 15
13.49/13.53	c #restart = 0
13.49/13.53	o 102
13.49/13.53	c BCD2: updating upper bound: 202 -> 101
13.49/13.54	c BCD2: 1 <= obj <= 101
13.49/13.54	c BCD2: #cores=1, #unrelaxed=266, #relaxed=1536, #hardened=0
13.49/13.54	c BCD2: #sat=3 #unsat=2 bias=2/5
13.49/13.55	c Solving starts ...
13.49/13.55	c ============================[ Search Statistics ]============================
13.49/13.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.49/13.55	c       |         |          |          |    Limit     GC | Var      | Constra 
13.49/13.55	c =============================================================================
13.49/13.55	c  0.0s |       0 |        0 |        0 |     4518      0 |        0 |        2
13.69/13.76	c  0.2s |       1 |      503 |      100 |     4518      0 |        0 |        2
13.79/13.89	c  0.3s |       2 |     1060 |      250 |     4518      0 |        0 |        2
13.99/14.09	c  0.5s |       3 |     1645 |      475 |     4518      0 |        0 |        2
14.19/14.26	c  0.7s |       3 |     2179 |      648 |     4518      0 |        0 |        2
14.19/14.26	c #cpu_time = 0.712s
14.19/14.26	c #wall_clock_time = 0.713s
14.19/14.26	c #decision = 2179
14.19/14.26	c #random_decision = 2
14.19/14.26	c #conflict = 648
14.19/14.26	c #restart = 3
14.19/14.26	o 41
14.19/14.26	c BCD2: hardening fixes 1071 literals
14.19/14.26	c BCD2: updating upper bound: 101 -> 40
14.19/14.27	c BCD2: 1 <= obj <= 40
14.19/14.27	c BCD2: #cores=1, #unrelaxed=108, #relaxed=623, #hardened=1071
14.19/14.27	c BCD2: #sat=4 #unsat=2 bias=2/6
14.19/14.27	c Solving starts ...
14.19/14.27	c ============================[ Search Statistics ]============================
14.19/14.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.19/14.27	c       |         |          |          |    Limit     GC | Var      | Constra 
14.19/14.27	c =============================================================================
14.19/14.27	c  0.0s |       0 |        0 |        0 |     4518      0 |     1071 |        3
14.29/14.38	c  0.1s |       1 |      267 |      100 |     4518      0 |     1071 |        3
14.49/14.50	c  0.2s |       1 |      659 |      246 |     4518      0 |     1071 |        3
14.49/14.50	c #cpu_time = 0.228s
14.49/14.50	c #wall_clock_time = 0.229s
14.49/14.50	c #decision = 659
14.49/14.50	c #random_decision = 1
14.49/14.50	c #conflict = 246
14.49/14.50	c #restart = 1
14.49/14.50	o 10
14.49/14.50	c BCD2: hardening fixes 583 literals
14.49/14.50	c BCD2: updating upper bound: 40 -> 9
14.49/14.50	c BCD2: 1 <= obj <= 9
14.49/14.50	c BCD2: #cores=1, #unrelaxed=17, #relaxed=131, #hardened=1654
14.49/14.50	c BCD2: #sat=5 #unsat=2 bias=2/7
14.49/14.50	c Solving starts ...
14.49/14.50	c ============================[ Search Statistics ]============================
14.49/14.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.49/14.50	c       |         |          |          |    Limit     GC | Var      | Constra 
14.49/14.50	c =============================================================================
14.49/14.50	c  0.0s |       0 |        0 |        0 |     4518      0 |     1654 |        4
14.59/14.61	c  0.1s |       1 |      179 |      100 |     4518      0 |     1654 |        4
14.69/14.72	c  0.2s |       2 |      433 |      250 |     4518      0 |     1654 |        4
14.78/14.89	c  0.4s |       3 |      821 |      475 |     4970      0 |     1654 |        4
14.99/15.07	c  0.6s |       4 |     1455 |      813 |     4970      0 |     1654 |        4
15.29/15.30	c  0.8s |       5 |     2423 |     1320 |     4970      0 |     1654 |        4
15.59/15.66	c  1.2s |       6 |     3713 |     2081 |     4970      0 |     1654 |        4
16.29/16.32	c  1.8s |       7 |     5677 |     3223 |     4970      1 |     1654 |        4
16.89/16.96	c  2.5s |       8 |     8398 |     4936 |     4970      1 |     1654 |        4
17.79/17.87	c  3.4s |       9 |    12797 |     7506 |     4970      2 |     1654 |        4
19.29/19.34	c  4.8s |      10 |    18906 |    11361 |     4970      3 |     1654 |        4
19.99/20.03	c  5.5s |      10 |    21361 |    12900 |     4970      4 |     1654 |        4
19.99/20.03	c #cpu_time = 5.509s
19.99/20.03	c #wall_clock_time = 5.523s
19.99/20.03	c #decision = 21361
19.99/20.03	c #random_decision = 20
19.99/20.03	c #conflict = 12900
19.99/20.03	c #restart = 10
19.99/20.03	o 3
19.99/20.03	c BCD2: hardening fixes 111 literals
19.99/20.03	c BCD2: updating upper bound: 9 -> 2
19.99/20.03	c BCD2: 1 <= obj <= 2
19.99/20.03	c BCD2: #cores=1, #unrelaxed=2, #relaxed=35, #hardened=1765
19.99/20.03	c BCD2: #sat=6 #unsat=2 bias=2/8
19.99/20.03	c Solving starts ...
19.99/20.03	c ============================[ Search Statistics ]============================
19.99/20.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.99/20.03	c       |         |          |          |    Limit     GC | Var      | Constra 
19.99/20.03	c =============================================================================
19.99/20.03	c  0.0s |       0 |        0 |        0 |     4970      0 |     1765 |        5
19.99/20.07	c  0.0s |       1 |      196 |      100 |     4970      0 |     1765 |        7
20.09/20.12	c  0.1s |       2 |      541 |      250 |     4970      0 |     1765 |        7
20.19/20.22	c  0.2s |       3 |     1017 |      475 |     5467      0 |     1765 |        7
20.29/20.32	c  0.3s |       4 |     1612 |      813 |     5467      0 |     1765 |        7
20.39/20.47	c  0.4s |       5 |     2580 |     1320 |     5467      0 |     1765 |        7
20.69/20.72	c  0.7s |       6 |     3801 |     2081 |     5467      0 |     1765 |        7
21.09/21.13	c  1.1s |       7 |     5834 |     3223 |     5467      0 |     1765 |        7
21.69/21.72	c  1.7s |       8 |     8776 |     4936 |     5467      1 |     1765 |        7
22.49/22.57	c  2.5s |       9 |    12975 |     7506 |     5467      2 |     1765 |        7
23.10/23.10	c  3.1s |       9 |    16329 |     9441 |     5467      2 |     1765 |        7
23.10/23.10	c #cpu_time = 3.069s
23.10/23.10	c #wall_clock_time = 3.077s
23.10/23.10	c #decision = 16329
23.10/23.10	c #random_decision = 30
23.10/23.10	c #conflict = 9441
23.10/23.10	c #restart = 9
23.10/23.11	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 1538: cost of the new core is >=2
23.10/23.11	c lower bound updated to 2
23.10/23.12	c BCD2: 2 <= obj <= 2
23.10/23.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=37, #hardened=1765
23.10/23.12	c BCD2: #sat=6 #unsat=3 bias=3/9
23.10/23.12	c Solving starts ...
23.10/23.12	c ============================[ Search Statistics ]============================
23.10/23.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.10/23.12	c       |         |          |          |    Limit     GC | Var      | Constra 
23.10/23.12	c =============================================================================
23.10/23.12	c  0.0s |       0 |        0 |        0 |     5467      0 |     1771 |        7
23.20/23.20	c  0.1s |       1 |      177 |      100 |     5467      0 |     1771 |       16
23.20/23.28	c  0.2s |       2 |      576 |      250 |     5467      0 |     1771 |       16
23.29/23.39	c  0.3s |       3 |      939 |      475 |     5467      0 |     1771 |       16
23.49/23.50	c  0.4s |       4 |     1524 |      813 |     5467      0 |     1771 |       16
23.59/23.66	c  0.6s |       5 |     2360 |     1320 |     5467      0 |     1771 |       16
23.89/23.91	c  0.8s |       6 |     3691 |     2081 |     5467      0 |     1771 |       16
24.20/24.29	c  1.2s |       7 |     5589 |     3223 |     5467      0 |     1771 |       16
24.79/24.90	c  1.8s |       8 |     8288 |     4936 |     5467      1 |     1771 |       16
25.59/25.69	c  2.6s |       9 |    12385 |     7506 |     5467      2 |     1771 |       16
26.79/26.83	c  3.7s |      10 |    18732 |    11361 |     6014      3 |     1771 |       16
28.59/28.65	c  5.5s |      11 |    28289 |    17144 |     6014      4 |     1771 |       16
30.49/30.51	c  7.4s |      11 |    38427 |    23215 |     6014      6 |     1772 |       17
30.49/30.51	c #cpu_time = 7.379s
30.49/30.51	c #wall_clock_time = 7.398s
30.49/30.51	c #decision = 38427
30.49/30.51	c #random_decision = 115
30.49/30.51	c #conflict = 23215
30.49/30.51	c #restart = 11
30.49/30.51	c BCD2: updating lower bound of a core
30.49/30.53	c lower bound updated to 3
30.49/30.53	s OPTIMUM FOUND
30.49/30.53	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10
30.49/30.53	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
30.49/30.53	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
30.49/30.53	v -x31 -x32 x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
30.49/30.53	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
30.49/30.53	v -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
30.49/30.53	v -x61 -x62 x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
30.49/30.53	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
30.49/30.53	v -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90
30.49/30.53	v -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
30.49/30.53	v -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
30.49/30.53	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
30.49/30.53	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130
30.49/30.53	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
30.49/30.53	v x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150
30.49/30.53	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
30.49/30.53	v -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170
30.49/30.53	v -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180
30.49/30.53	v -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
30.49/30.53	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
30.49/30.53	v -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
30.49/30.53	v -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220
30.49/30.53	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
30.49/30.53	v x231
30.49/30.53	c total CPU time = 30.455s
30.49/30.53	c total wall clock time = 30.533s

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109734-1466343949/watcher-4109734-1466343949 -o /tmp/evaluation-result-4109734-1466343949/solver-4109734-1466343949 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466341823-29123 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109734-1466343949.wbo 

pid=29983
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.07 2.10 1.91 3/179 29986
/proc/meminfo: memFree=29580640/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=645564 CPUtime=0 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 2393 0 0 0 0 0 0 0 20 0 4 0 36443834 661057536 3264 33554432000 4194304 16246674 140737212645088 140737212644512 15002730 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 162159 3274 441 2943 0 159053 0
[pid=29986/tid=29987] ppid=29983 vsize=661948 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 677834752 3328 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=667068 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 683077632 3347 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=672188 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36443835 688320512 3365 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100136 s]
/proc/loadavg: 2.07 2.10 1.91 3/179 29986
/proc/meminfo: memFree=29580640/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 24729 0 0 0 5 4 0 0 20 0 4 0 36443834 1247350784 25594 33554432000 4194304 16246674 140737212645088 140737212644512 6697151 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 304529 25597 608 2943 0 301423 0
[pid=29986/tid=29987] ppid=29983 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1247350784 25600 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1247350784 25602 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36443835 1247350784 25609 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200497 s]
/proc/loadavg: 2.07 2.10 1.91 3/179 29986
/proc/meminfo: memFree=29580640/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 32828 0 0 0 14 5 0 0 20 0 4 0 36443834 1250496512 33646 33554432000 4194304 16246674 140737212645088 140737212644400 6836125 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 305297 33646 906 2943 0 302191 0
[pid=29986/tid=29987] ppid=29983 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1250496512 33646 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1250496512 33646 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1250496512 33646 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300468 s]
/proc/loadavg: 2.07 2.10 1.91 3/179 29986
/proc/meminfo: memFree=29580640/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1303108 CPUtime=0.29 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 50170 0 0 0 20 9 0 0 20 0 4 0 36443834 1334382592 50988 33554432000 4194304 16246674 140737212645088 140737212644400 5724245 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 325777 50998 922 2943 0 322671 0
[pid=29986/tid=29987] ppid=29983 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1334382592 51001 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1334382592 51005 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1334382592 51008 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.700392 s]
/proc/loadavg: 2.07 2.10 1.91 3/179 29986
/proc/meminfo: memFree=29580640/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1303108 CPUtime=0.69 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 129624 0 0 0 50 19 0 0 20 0 4 0 36443834 1334382592 130442 33554432000 4194304 16246674 140737212645088 140737212627008 5723366 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 325777 130461 922 2943 0 322671 0
[pid=29986/tid=29987] ppid=29983 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1334382592 130476 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1334382592 130489 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1334382592 130505 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1303108

[startup+1.5004 s]
/proc/loadavg: 2.07 2.10 1.91 3/183 29990
/proc/meminfo: memFree=29046784/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 133056 0 0 0 129 20 0 0 20 0 4 0 36443834 1338576896 133874 33554432000 4194304 16246674 140737212645088 140737212627008 5546005 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 326801 133874 931 2943 0 323695 0
[pid=29986/tid=29987] ppid=29983 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1338576896 133874 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1338576896 133874 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1338576896 133874 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.1004 s]
/proc/loadavg: 2.07 2.10 1.91 3/183 29990
/proc/meminfo: memFree=28872068/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 176556 0 0 0 283 26 0 0 20 0 4 0 36443834 1338576896 177374 33554432000 4194304 16246674 140737212645088 140737212644264 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 326801 177374 932 2943 0 323695 0
[pid=29986/tid=29987] ppid=29983 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1338576896 177374 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1338576896 177374 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1338576896 177374 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30041 s]
/proc/loadavg: 2.14 2.12 1.91 3/183 29990
/proc/meminfo: memFree=28870020/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1309252 CPUtime=6.29 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 176920 0 0 0 603 26 0 0 20 0 4 0 36443834 1340674048 177738 33554432000 4194304 16246674 140737212645088 140737212627008 5824031 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 327313 177738 932 2943 0 324207 0
[pid=29986/tid=29987] ppid=29983 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1340674048 177738 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1340674048 177738 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1340674048 177738 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1309252

[startup+12.7004 s]
/proc/loadavg: 2.13 2.12 1.91 3/183 29990
/proc/meminfo: memFree=28868948/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 177100 0 0 0 1243 26 0 0 20 0 4 0 36443834 1341722624 177918 33554432000 4194304 16246674 140737212645088 140737212644264 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 327569 177918 932 2943 0 324463 0
[pid=29986/tid=29987] ppid=29983 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1341722624 177918 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1341722624 177918 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1341722624 177918 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.10 2.11 1.91 3/183 29990
/proc/meminfo: memFree=28493716/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1319492 CPUtime=25.49 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 270976 0 0 0 2511 38 0 0 20 0 4 0 36443834 1351159808 271794 33554432000 4194304 16246674 140737212645088 140737212627008 5673867 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 329873 271794 942 2943 0 326767 0
[pid=29986/tid=29987] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1351159808 271794 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271794 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271794 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1319492

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

[startup+25.6005 s]
/proc/loadavg: 2.10 2.11 1.91 3/183 29990
/proc/meminfo: memFree=28493716/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1319492 CPUtime=25.59 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 270976 0 0 0 2521 38 0 0 20 0 4 0 36443834 1351159808 271794 33554432000 4194304 16246674 140737212645088 140737212627008 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 329873 271794 942 2943 0 326767 0
[pid=29986/tid=29987] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1351159808 271794 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271794 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271794 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1319492

[startup+28.8004 s]
/proc/loadavg: 2.10 2.11 1.91 3/183 29990
/proc/meminfo: memFree=28493592/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1319492 CPUtime=28.79 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 270997 0 0 0 2841 38 0 0 20 0 4 0 36443834 1351159808 271815 33554432000 4194304 16246674 140737212645088 140737212627008 6021684 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 329873 271815 942 2943 0 326767 0
[pid=29986/tid=29987] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1351159808 271815 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271815 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271815 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 1319492

[startup+29.6004 s]
/proc/loadavg: 2.10 2.11 1.91 3/183 29990
/proc/meminfo: memFree=28493592/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1319492 CPUtime=29.59 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 271057 0 0 0 2921 38 0 0 20 0 4 0 36443834 1351159808 271875 33554432000 4194304 16246674 140737212645088 140737212627008 13943604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 329873 271875 942 2943 0 326767 0
[pid=29986/tid=29987] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.59
Current children cumulated vsize (KiB) 1319492

[startup+30.0004 s]
/proc/loadavg: 2.09 2.11 1.91 3/183 29990
/proc/meminfo: memFree=28493344/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1319492 CPUtime=29.99 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 271057 0 0 0 2961 38 0 0 20 0 4 0 36443834 1351159808 271875 33554432000 4194304 16246674 140737212645088 140737212627008 13943608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 329873 271875 942 2943 0 326767 0
[pid=29986/tid=29987] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (KiB) 1319492

[startup+30.4004 s]
/proc/loadavg: 2.09 2.11 1.91 3/183 29990
/proc/meminfo: memFree=28493344/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1319492 CPUtime=30.39 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 271057 0 0 0 3001 38 0 0 20 0 4 0 36443834 1351159808 271875 33554432000 4194304 16246674 140737212645088 140737212627008 5673120 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 329873 271875 942 2943 0 326767 0
[pid=29986/tid=29987] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.39
Current children cumulated vsize (KiB) 1319492

[startup+30.5004 s]
/proc/loadavg: 2.09 2.11 1.91 3/183 29990
/proc/meminfo: memFree=28493344/32872528 swapFree=877056/942464
[pid=29986] ppid=29983 vsize=1319492 CPUtime=30.49 cores=0,2,4,6
/proc/29986/stat : 29986 (toysat) R 29983 29986 29107 0 -1 4202496 271057 0 0 0 3011 38 0 0 20 0 4 0 36443834 1351159808 271875 33554432000 4194304 16246674 140737212645088 140737212627008 5532325 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29986/statm: 329873 271875 942 2943 0 326767 0
[pid=29986/tid=29987] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29987/stat : 29987 (toysat) S 29983 29986 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36443834 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606980467952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=29986/tid=29988] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29988/stat : 29988 (toysat) S 29983 29986 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606894484720 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=29986/tid=29989] ppid=29983 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29989/stat : 29989 (toysat) S 29983 29986 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36443835 1351159808 271875 33554432000 4194304 16246674 140737212645088 140606884011184 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.49
Current children cumulated vsize (KiB) 1319492

Child status: 0
Real time (s): 30.5961
CPU time (s): 30.5903
CPU user time (s): 30.1464
CPU system time (s): 0.443932
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 1319492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.1464
system time used= 0.443932
maximum resident set size= 1087644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 33

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.074988 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-19 15:45:49
IDJOB=4109734
IDBENCH=78908
IDSOLVER=2553
FILE ID=node113/4109734-1466343949
RUNJOBID= node113-1466341823-29123
PBS_JOBID= 19922039
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553812--soft-33-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-4109734-1466343949/watcher-4109734-1466343949 -o /tmp/evaluation-result-4109734-1466343949/solver-4109734-1466343949 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466341823-29123 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109734-1466343949.wbo

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

MD5SUM BENCH= b8c059b75f42fac4cec7408dc4fcfe67
RANDOM SEED=140125998

node113.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.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
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.799
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.799
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.56
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.799
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.799
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.799
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.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29580912 kB
Buffers:          151144 kB
Cached:           368856 kB
SwapCached:         1964 kB
Active:          1242824 kB
Inactive:         363276 kB
Active(anon):    1085840 kB
Inactive(anon):     2224 kB
Active(file):     156984 kB
Inactive(file):   361052 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67099096 kB
Dirty:             33016 kB
Writeback:             0 kB
AnonPages:       2027584 kB
Mapped:            10624 kB
Shmem:                 0 kB
Slab:             608460 kB
SReclaimable:      52276 kB
SUnreclaim:       556184 kB
KernelStack:        1520 kB
PageTables:         8400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2171436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 71672 MiB
End job on node113 at 2016-06-19 15:46:20