Trace number 3368276

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
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark643.759
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368276-1305379160.cnf'
0.00/0.00	c -- header says num vars:           1400
0.00/0.00	c -- header says num clauses:        4732
0.00/0.00	c -- clauses added:            0 learnts,         4732 normals,            0 xors
0.00/0.00	c -- vars added       1400
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0      1400      2677      2052         0     12297         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2677/2677 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     5 Blit:      0 bXBeca:    0 bXProp:   10 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.01	c Replacing       10 vars Replaced      120 lits Time:     0.00 s 
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1382 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:      136  v-elim:    425  v-fix:    0  time:  0.01 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:     377, avg size: 3.0)
0.00/0.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     11 locsubst:     0 time:   0.00
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     139 undec:     488 neg:     773
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       946      1524       867         0      8035         0   no data   no data
0.09/0.12	c Decided on static restart strategy
0.29/0.32	c  N st     8      4919       946      1524       927      4774      8035    194830   no data   no data
0.69/0.73	c  N st    10     11302       946      1524       971      4562      8035     80651   no data   no data
1.19/1.21	c  N st    11     17046       946      1524       997     10207      8035    288591   no data   no data
1.89/1.94	c  F st    12     25000       946      1524      1002     12790      8035    329163   no data   no data
1.89/1.94	c  N st    12     25000       946      1524      1002     12790      8035    329163   no data   no data
1.89/1.94	c Finding binary XORs  T:     0.00 s  found:       0
2.39/2.40	c Decided on static restart strategy
2.39/2.40	c  N st    18     30000       946      1524      1012     11207      8035    231407   no data   no data
2.39/2.40	c  S st    18     30000       946      1524      1012     11207      8035    231407   no data   no data
2.39/2.44	c  S st    18     30502       946      1524      1033     11684      8035    240490   no data   no data
2.39/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.46	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:    1 Bins:   1372 BRemL:    769 BRemN:      0 P:  0.5M T:  0.01
2.39/2.46	c Replacing        1 vars Replaced      123 lits Time:     0.00 s 
2.39/2.46	c blocked clauses removed:        0 vars:      0 tried:         238 T: 0.00 s
2.39/2.46	c bin-w-bin subsume rem            7 bins  time:  0.00 s
2.39/2.46	c subs with bin:       24  lits-rem:        35  v-fix:    0  time:  0.00 s
2.39/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    941 time:  0.00 s
2.39/2.46	c Removed useless bin:       8  fixed:     0  props:   0.01M  time:  0.00 s
2.39/2.47	c lits-rem:         0  cl-subs:       11  v-elim:      9  v-fix:    0  time:  0.00 s
2.49/2.50	c subs with bin:       33  lits-rem:      6472  v-fix:    0  time:  0.02 s
2.49/2.56	c lits-rem:       660  cl-subs:      573  v-elim:      0  v-fix:    0  time:  0.06 s
2.49/2.57	c asymm  cl-useful: 3/1493/1493 lits-rem:3 time: 0.01
2.49/2.57	c calculated reachability. Time: 0.00
2.49/2.57	c  N st    18     30502       932      1493      1547     10777      7854    215045   no data   no data
2.79/2.88	c Finding binary XORs  T:     0.00 s  found:       0
3.19/3.28	c  N st    20     37613       932      1493      1550     10365      7854    171996   no data   no data
3.89/3.94	c  N st    21     44013       932      1493      1550     16651      7854    370130   no data   no data
4.09/4.15	c  S st    22     45753       932      1493      1550      9781      7854    128875   no data   no data
4.19/4.20	c  S st    22     46260       932      1493      1550     10284      7854    138835   no data   no data
4.19/4.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.19/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     96 BRemL:     62 BRemN:      4 P:  0.5M T:  0.01
4.19/4.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.19/4.21	c bin-w-bin subsume rem            3 bins  time:  0.00 s
4.19/4.21	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.00 s
4.19/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    932 time:  0.00 s
4.19/4.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.19/4.22	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.00 s
4.19/4.23	c subs with bin:        4  lits-rem:        95  v-fix:    0  time:  0.01 s
4.19/4.23	c lits-rem:        88  cl-subs:       89  v-elim:      0  v-fix:    0  time:  0.01 s
4.19/4.23	c vivif2 --  cl tried     1499 cl shrink        0 lits rem          0 time: 0.00
4.19/4.24	c vivif2 --  cl tried     9938 cl shrink     1119 lits rem       2636 time: 0.00
4.19/4.25	c asymm  cl-useful: 3/1499/1499 lits-rem:3 time: 0.01
4.19/4.25	c calculated reachability. Time: 0.00
4.19/4.25	c  N st    22     46260       929      1499      1562      9938      7861    130736   no data   no data
5.78/5.82	c  N st    23     60658       929      1499      1562     14576      7861    257797   no data   no data
5.78/5.82	c Finding binary XORs  T:     0.00 s  found:       0
6.88/6.93	c  N st    24     69392       929      1499      1562     12568      7861    163525   no data   no data
6.88/6.93	c  S st    24     69392       929      1499      1562     12568      7861    163525   no data   no data
6.98/7.00	c  S st    24     69894       929      1499      1562     13067      7861    174095   no data   no data
6.98/7.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.98/7.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:     21 BRemN:      0 P:  0.6M T:  0.01
6.98/7.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.98/7.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.98/7.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.98/7.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    929 time:  0.00 s
6.98/7.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.98/7.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.98/7.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
6.98/7.05	c lits-rem:       295  cl-subs:      178  v-elim:      0  v-fix:    0  time:  0.02 s
6.98/7.05	c vivif2 --  cl tried     1499 cl shrink        0 lits rem          0 time: 0.00
6.98/7.06	c vivif2 --  cl tried    12889 cl shrink      642 lits rem       1209 time: 0.01
6.98/7.07	c asymm  cl-useful: 6/1499/1499 lits-rem:14 time: 0.01
6.98/7.07	c calculated reachability. Time: 0.00
6.98/7.07	c  N st    24     69894       929      1495      1546     12889      7855    170426   no data   no data
9.19/9.28	c  F st    25     87501       929      1495      1546     18467      7855    324001   no data   no data
9.19/9.28	c  N st    25     87501       929      1495      1546     18467      7855    324001   no data   no data
9.90/9.96	c Decided on static restart strategy
10.39/10.42	c  N st    32     95539       928      1495      1546     26320      7855    540792   no data   no data
11.28/11.35	c  N st    34    104841       928      1495      1546     22910      7855    408953   no data   no data
11.28/11.35	c  S st    34    104841       928      1495      1546     22910      7855    408953   no data   no data
11.39/11.44	c  S st    34    105343       928      1495      1547     23411      7855    419229   no data   no data
11.39/11.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.39/11.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     32 BRemL:     16 BRemN:      0 P:  0.9M T:  0.02
11.39/11.47	c Replacing        1 vars Replaced       21 lits Time:     0.01 s 
11.39/11.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.39/11.47	c bin-w-bin subsume rem            5 bins  time:  0.00 s
11.39/11.47	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
11.39/11.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    927 time:  0.00 s
11.39/11.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.39/11.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.48/11.51	c subs with bin:        8  lits-rem:       390  v-fix:    0  time:  0.02 s
11.58/11.64	c lits-rem:       758  cl-subs:      819  v-elim:      0  v-fix:    0  time:  0.13 s
11.58/11.64	c vivif2 --  cl tried     1489 cl shrink        0 lits rem          0 time: 0.00
11.58/11.66	c vivif2 --  cl tried    22582 cl shrink     2450 lits rem       3804 time: 0.02
11.58/11.67	c asymm  cl-useful: 1/1489/1489 lits-rem:3 time: 0.02
11.58/11.67	c calculated reachability. Time: 0.00
11.58/11.67	c  N st    34    105343       927      1488      1544     22582      7833    397955   no data   no data
12.38/12.41	c  N st    35    114941       927      1488      1547     18369      7833    221716   no data   no data
12.38/12.41	c Finding binary XORs  T:     0.00 s  found:       0
14.30/14.37	c  N st    36    129339       927      1488      1549     17918      7833    216691   no data   no data
17.49/17.52	c  N st    37    150936       927      1488      1550     23592      7833    359521   no data   no data
18.49/18.55	c  S st    38    158015       927      1488      1550     30443      7833    549651   no data   no data
18.59/18.67	c  S st    38    158519       927      1488      1550     30945      7833    560945   no data   no data
18.59/18.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.59/18.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     13 BRemL:      7 BRemN:      0 P:  1.2M T:  0.03
18.59/18.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.59/18.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.59/18.70	c subs with bin:        2  lits-rem:         2  v-fix:    0  time:  0.00 s
18.59/18.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    927 time:  0.00 s
18.59/18.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.70/18.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.70/18.76	c subs with bin:       30  lits-rem:       227  v-fix:    0  time:  0.03 s
18.99/19.09	c lits-rem:       700  cl-subs:     2499  v-elim:      0  v-fix:    0  time:  0.33 s
18.99/19.09	c vivif2 --  cl tried     1486 cl shrink        0 lits rem          0 time: 0.00
19.09/19.12	c vivif2 --  cl tried    28416 cl shrink     4192 lits rem      10125 time: 0.03
19.09/19.14	c asymm  cl-useful: 3/1486/1486 lits-rem:3 time: 0.02
19.09/19.14	c calculated reachability. Time: 0.00
19.09/19.14	c  N st    38    158519       927      1486      1556     28416      7824    512832   no data   no data
27.19/27.25	c  N st    39    207108       927      1486      1557     23089      7824    294879   no data   no data
27.19/27.25	c Finding binary XORs  T:     0.00 s  found:       0
32.38/32.41	c  N st    40    237778       927      1486      1557     33569      7824    571902   no data   no data
32.38/32.41	c  S st    40    237778       927      1486      1557     33569      7824    571902   no data   no data
32.48/32.54	c  S st    40    238282       927      1486      1557     34070      7824    584892   no data   no data
32.48/32.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.48/32.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      1 BRemN:      0 P:  1.5M T:  0.03
32.48/32.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.48/32.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.48/32.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.48/32.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    927 time:  0.00 s
32.48/32.57	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
32.48/32.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.59/32.62	c subs with bin:        8  lits-rem:         0  v-fix:    0  time:  0.02 s
33.19/33.26	c lits-rem:      1297  cl-subs:     2971  v-elim:      0  v-fix:    0  time:  0.64 s
33.19/33.26	c vivif2 --  cl tried     1486 cl shrink        0 lits rem          0 time: 0.00
33.19/33.28	c vivif2 --  cl tried    31091 cl shrink     2850 lits rem       5670 time: 0.02
33.29/33.31	c asymm  cl-useful: 1/1486/1486 lits-rem:1 time: 0.02
33.29/33.31	c calculated reachability. Time: 0.00
33.29/33.31	c  N st    40    238282       927      1486      1557     31091      7823    524847   no data   no data
44.39/44.40	c  F st    41    306250       927      1486      1558     33155      7823    508294   no data   no data
44.39/44.40	c  N st    41    306250       927      1486      1558     33155      7823    508294   no data   no data
45.10/45.17	c Decided on static restart strategy
49.18/49.28	c  N st    51    334555       927      1486      1558     37377      7823    596943   no data   no data
53.58/53.68	c  N st    53    357425       927      1486      1558     35523      7823    517486   no data   no data
53.58/53.68	c  S st    53    357425       927      1486      1558     35523      7823    517486   no data   no data
53.78/53.81	c  S st    53    357929       927      1486      1559     36023      7823    529293   no data   no data
53.78/53.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.78/53.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     11 BRemL:      3 BRemN:      0 P:  1.5M T:  0.03
53.78/53.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.78/53.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.78/53.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.78/53.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    927 time:  0.00 s
53.78/53.83	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
53.78/53.84	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
53.78/53.88	c subs with bin:       52  lits-rem:        40  v-fix:    0  time:  0.02 s
54.08/54.14	c lits-rem:       886  cl-subs:     2041  v-elim:      0  v-fix:    0  time:  0.26 s
54.08/54.14	c vivif2 --  cl tried     1486 cl shrink        0 lits rem          0 time: 0.00
54.08/54.16	c vivif2 --  cl tried    33930 cl shrink     3038 lits rem       6108 time: 0.02
54.08/54.19	c asymm  cl-useful: 0/1486/1486 lits-rem:0 time: 0.02
54.08/54.19	c calculated reachability. Time: 0.00
54.08/54.19	c  N st    53    357929       927      1486      1567     33930      7822    490393   no data   no data
59.88/59.90	c  N st    54    390322       927      1486      1567     40169      7822    642645   no data   no data
67.98/68.03	c  N st    55    438910       927      1486      1569     34051      7822    439326   no data   no data
67.98/68.03	c Finding binary XORs  T:     0.00 s  found:       0
81.18/81.28	c  N st    56    511795       927      1486      1570     47445      7822    746427   no data   no data
85.98/86.06	c  N st    57    536893       927      1486      1573     41642      7822    575209   no data   no data
85.98/86.06	c  S st    57    536893       927      1486      1573     41642      7822    575209   no data   no data
86.08/86.18	c  S st    57    537395       927      1486      1573     42142      7822    583412   no data   no data
86.08/86.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.18/86.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     19 BRemL:      7 BRemN:      0 P:  1.5M T:  0.03
86.18/86.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.18/86.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.18/86.22	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
86.18/86.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    927 time:  0.00 s
86.18/86.22	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
86.18/86.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
86.28/86.30	c subs with bin:      455  lits-rem:       105  v-fix:    0  time:  0.06 s
86.58/86.62	c lits-rem:       861  cl-subs:     4070  v-elim:      0  v-fix:    0  time:  0.31 s
86.58/86.62	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
86.58/86.64	c vivif2 --  cl tried    37617 cl shrink     2452 lits rem       4709 time: 0.02
86.58/86.68	c asymm  cl-useful: 3/1484/1484 lits-rem:3 time: 0.04
86.58/86.68	c calculated reachability. Time: 0.00
86.58/86.68	c  N st    57    537395       927      1484      1585     37617      7817    508348   no data   no data
117.48/117.58	c  N st    58    701379       927      1484      1587     66885      7817   1186103   no data   no data
117.48/117.58	c Finding binary XORs  T:     0.00 s  found:       0
138.28/138.37	c  N st    59    806093       927      1484      1588     61078      7817    914246   no data   no data
138.28/138.37	c  S st    59    806093       927      1484      1588     61078      7817    914246   no data   no data
138.49/138.54	c  S st    59    806594       927      1484      1588     61577      7817    925083   no data   no data
138.49/138.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.49/138.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     28 BRemL:     20 BRemN:      0 P:  2.2M T:  0.05
138.49/138.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.49/138.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.49/138.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.49/138.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    927 time:  0.00 s
138.49/138.60	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
138.49/138.61	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
138.60/138.68	c subs with bin:       18  lits-rem:        30  v-fix:    0  time:  0.04 s
140.18/140.22	c lits-rem:      1578  cl-subs:     7418  v-elim:      0  v-fix:    0  time:  1.54 s
140.18/140.22	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
140.18/140.26	c vivif2 --  cl tried    54141 cl shrink     5897 lits rem      11645 time: 0.04
140.28/140.32	c asymm  cl-useful: 2/1484/1484 lits-rem:2 time: 0.05
140.28/140.32	c calculated reachability. Time: 0.00
140.28/140.32	c  N st    59    806594       927      1484      1598     54139      7814    809420   no data   no data
152.90/152.95	c Finding binary XORs  T:     0.00 s  found:       0
196.79/196.87	c  F st    60   1071875       926      1484      1601     70110      7806   1109319   no data   no data
196.79/196.87	c  N st    60   1071875       926      1484      1601     70110      7805   1109319   no data   no data
198.18/198.23	c Decided on static restart strategy
203.78/203.88	c  N st    70   1100175       926      1484      1601     54105      7805    662594   no data   no data
212.19/212.24	c  N st    72   1136170       926      1484      1602     88890      7805   1565876   no data   no data
220.79/220.84	c  N st    73   1168562       926      1484      1602     76132      7805   1266039   no data   no data
229.98/230.07	c  N st    74   1209892       926      1484      1602     70235      7805    995259   no data   no data
229.98/230.07	c  S st    74   1209892       926      1484      1602     70235      7805    995259   no data   no data
230.18/230.29	c  S st    74   1210396       926      1484      1602     70736      7805   1007979   no data   no data
230.28/230.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
230.28/230.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     46 BRemL:     20 BRemN:      0 P:  2.6M T:  0.06
230.28/230.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
230.28/230.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
230.28/230.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.28/230.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    926 time:  0.00 s
230.28/230.36	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
230.28/230.38	c lits-rem:         0  cl-subs:        1  v-elim:      1  v-fix:    0  time:  0.01 s
230.38/230.44	c subs with bin:       51  lits-rem:       116  v-fix:    0  time:  0.03 s
231.68/231.72	c lits-rem:      1480  cl-subs:     8306  v-elim:      0  v-fix:    0  time:  1.28 s
231.68/231.72	c vivif2 --  cl tried     1484 cl shrink        2 lits rem          2 time: 0.00
231.68/231.76	c vivif2 --  cl tried    60542 cl shrink     4656 lits rem       7793 time: 0.04
231.78/231.82	c asymm  cl-useful: 3/1484/1484 lits-rem:4 time: 0.06
231.78/231.83	c calculated reachability. Time: 0.00
231.78/231.83	c  N st    74   1210396       925      1484      1629     60541      7856    805998   no data   no data
231.78/231.83	c Finding binary XORs  T:     0.00 s  found:       0
252.48/252.53	c  N st    75   1283278       924      1484      1634     86154      7856   1568939   no data   no data
279.79/279.88	c  N st    76   1392602       924      1484      1634     97099      7856   1706521   no data   no data
320.79/320.88	c  N st    77   1556586       924      1484      1635    104215      7856   1840766   no data   no data
355.99/356.05	c Finding binary XORs  T:     0.00 s  found:       0
362.49/362.56	c  N st    78   1710396       923      1482      1575     83481      7834   1310319   no data   no data
362.49/362.56	c  S st    78   1710396       923      1482      1575     83481      7834   1310319   no data   no data
362.79/362.86	c  S st    78   1710900       923      1482      1576     83979      7834   1318523   no data   no data
362.79/362.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
362.89/362.95	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     88 BRemL:     27 BRemN:      0 P:  3.1M T:  0.08
362.89/362.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
362.89/362.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
362.89/362.95	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
362.89/362.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    922 time:  0.00 s
362.89/362.95	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
362.89/362.97	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.02 s
363.00/363.07	c subs with bin:       21  lits-rem:        98  v-fix:    0  time:  0.05 s
366.38/366.48	c lits-rem:      2580  cl-subs:     8231  v-elim:      0  v-fix:    0  time:  3.41 s
366.38/366.48	c vivif2 --  cl tried     1478 cl shrink        0 lits rem          0 time: 0.00
366.48/366.55	c vivif2 --  cl tried    75666 cl shrink     6205 lits rem      10465 time: 0.06
366.58/366.63	c asymm  cl-useful: 1/1478/1478 lits-rem:1 time: 0.08
366.58/366.63	c calculated reachability. Time: 0.00
366.58/366.63	c  N st    78   1710900       922      1478      1633     75666      7764   1163210   no data   no data
366.58/366.63	c Finding binary XORs  T:     0.00 s  found:       0
468.19/468.27	c  N st    79   2079864       922      1478      1633     97236      7764   1535096   no data   no data
504.91/504.93	c  N st    80   2210901       922      1478      1635    100825      7764   1502486   no data   no data
504.91/504.93	c  S st    80   2210901       922      1478      1635    100825      7764   1502486   no data   no data
505.19/505.23	c  S st    80   2211404       922      1478      1635    101322      7764   1514228   no data   no data
505.19/505.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
505.29/505.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     41 BRemL:     13 BRemN:      0 P:  3.8M T:  0.09
505.29/505.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
505.29/505.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
505.29/505.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
505.29/505.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    922 time:  0.00 s
505.29/505.34	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
505.29/505.36	c lits-rem:         1  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.02 s
505.49/505.58	c subs with bin:      601  lits-rem:       555  v-fix:    0  time:  0.18 s
509.49/509.52	c lits-rem:      1832  cl-subs:    17580  v-elim:      0  v-fix:    0  time:  3.94 s
509.49/509.52	c vivif2 --  cl tried     1478 cl shrink        0 lits rem          0 time: 0.00
509.49/509.59	c vivif2 --  cl tried    82768 cl shrink     7544 lits rem      11798 time: 0.07
509.59/509.69	c asymm  cl-useful: 1/1478/1478 lits-rem:1 time: 0.09
509.59/509.69	c calculated reachability. Time: 0.00
509.59/509.69	c  N st    80   2211404       921      1478      1664     82768      7798   1226837   no data   no data
542.20/542.22	c Finding binary XORs  T:     0.00 s  found:       0
671.30/671.37	c  N st    81   2711404       920      1477      1638    107251      7787   1699132   no data   no data
671.30/671.37	c  S st    81   2711404       920      1477      1638    107251      7787   1699132   no data   no data
671.70/671.73	c  S st    81   2711908       920      1477      1638    107749      7787   1710204   no data   no data
671.70/671.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
671.80/671.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     66 BRemL:     29 BRemN:      0 P:  4.3M T:  0.11
671.80/671.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
671.80/671.85	c bin-w-bin subsume rem            1 bins  time:  0.00 s
671.80/671.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
671.80/671.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    920 time:  0.00 s
671.80/671.85	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
671.80/671.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
671.90/671.99	c subs with bin:        8  lits-rem:       158  v-fix:    0  time:  0.07 s
677.10/677.15	c lits-rem:      4241  cl-subs:    10227  v-elim:      0  v-fix:    0  time:  5.16 s
677.10/677.15	c vivif2 --  cl tried     1477 cl shrink        0 lits rem          0 time: 0.00
677.20/677.23	c vivif2 --  cl tried    97514 cl shrink     6549 lits rem      10335 time: 0.08
677.30/677.35	c asymm  cl-useful: 1/1477/1477 lits-rem:1 time: 0.11
677.30/677.35	c calculated reachability. Time: 0.00
677.30/677.35	c  N st    81   2711908       920      1477      1674     97514      7786   1536711   no data   no data
706.70/706.76	c Finding binary XORs  T:     0.00 s  found:       0
845.92/845.97	c  N st    82   3211909       919      1476      1643    147941      7775   2637710   no data   no data
845.92/845.97	c  S st    82   3211909       919      1476      1643    147941      7775   2637710   no data   no data
846.40/846.43	c  S st    82   3212412       919      1476      1643    148443      7775   2650231   no data   no data
846.40/846.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
846.50/846.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     31 BRemL:     15 BRemN:      0 P:  5.7M T:  0.15
846.50/846.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
846.50/846.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
846.60/846.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
846.60/846.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    919 time:  0.00 s
846.60/846.60	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
846.60/846.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
847.30/847.30	c subs with bin:      914  lits-rem:       156  v-fix:    0  time:  0.59 s
861.40/861.42	c lits-rem:      5415  cl-subs:    24853  v-elim:      0  v-fix:    0  time: 14.12 s
861.40/861.42	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
861.50/861.57	c vivif2 --  cl tried   122676 cl shrink    13030 lits rem      19155 time: 0.15
861.70/861.74	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.17
861.70/861.74	c calculated reachability. Time: 0.00
861.70/861.74	c  N st    82   3212412       919      1476      1659    122676      7775   2273881   no data   no data
861.70/861.74	c Finding binary XORs  T:     0.00 s  found:       0
1044.21/1044.27	c  N st    83   3712413       919      1476      1659    139545      7775   2251063   no data   no data
1044.21/1044.27	c  S st    83   3712413       919      1476      1659    139545      7775   2251063   no data   no data
1044.71/1044.75	c  S st    83   3712917       919      1476      1659    140044      7775   2260897   no data   no data
1044.71/1044.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1044.91/1044.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     16 BRemL:      1 BRemN:      0 P:  6.6M T:  0.17
1044.91/1044.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1044.91/1044.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1044.91/1044.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1044.91/1044.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    919 time:  0.00 s
1044.91/1044.94	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1044.91/1044.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1045.11/1045.11	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.07 s
1062.51/1062.57	c lits-rem:      5799  cl-subs:    25690  v-elim:      0  v-fix:    0  time: 17.46 s
1062.51/1062.57	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
1062.62/1062.66	c vivif2 --  cl tried   114354 cl shrink     6255 lits rem       8380 time: 0.10
1062.81/1062.81	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.15
1062.81/1062.82	c calculated reachability. Time: 0.00
1062.81/1062.82	c  N st    83   3712917       919      1476      1674    114354      7775   1819681   no data   no data
1062.81/1062.82	c Finding binary XORs  T:     0.00 s  found:       0
1077.21/1077.29	c  F st    84   3751562       919      1476      1674    152025      7775   2814916   no data   no data
1077.21/1077.29	c  N st    84   3751562       919      1476      1674    152025      7775   2814916   no data   no data
1080.22/1080.22	c Decided on static restart strategy
1089.11/1089.13	c  N st    94   3779863       919      1476      1674     99665      7775   1267772   no data   no data
1102.51/1102.58	c  N st    96   3815856       919      1476      1674    134650      7775   2092204   no data   no data
1115.72/1115.71	c  N st    97   3848248       919      1476      1674    165849      7775   2831686   no data   no data
1130.83/1130.85	c Finding binary XORs  T:     0.00 s  found:       0
1132.11/1132.14	c  N st    98   3896838       918      1474      1663    116013      7762   1743606   no data   no data
1145.62/1145.60	c Finding binary XORs  T:     0.00 s  found:       0
1158.01/1158.01	c  N st    99   3969720       917      1473      1633    102736      7751   1683488   no data   no data
1190.61/1190.68	c  N st   100   4079043       917      1473      1633    131252      7751   2168414   no data   no data
1201.51/1201.56	c Finding binary XORs  T:     0.00 s  found:       0
1234.81/1234.80	c  N st   101   4212918       916      1472      1623     93163      7740   1130041   no data   no data
1234.81/1234.80	c  S st   101   4212918       916      1472      1623     93163      7740   1130041   no data   no data
1235.11/1235.13	c  S st   101   4213424       916      1472      1626     93663      7740   1141448   no data   no data
1235.11/1235.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1235.22/1235.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    109 BRemL:     44 BRemN:      0 P:  3.6M T:  0.09
1235.22/1235.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1235.22/1235.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1235.22/1235.22	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
1235.22/1235.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    916 time:  0.00 s
1235.22/1235.22	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1235.22/1235.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1235.33/1235.34	c subs with bin:      414  lits-rem:       585  v-fix:    0  time:  0.07 s
1236.43/1236.47	c lits-rem:      1063  cl-subs:     3799  v-elim:      0  v-fix:    0  time:  1.12 s
1236.43/1236.47	c vivif2 --  cl tried     1470 cl shrink        0 lits rem          0 time: 0.00
1236.51/1236.52	c vivif2 --  cl tried    89450 cl shrink     2977 lits rem       4084 time: 0.05
1236.61/1236.63	c asymm  cl-useful: 1/1470/1470 lits-rem:1 time: 0.12
1236.61/1236.64	c calculated reachability. Time: 0.00
1236.61/1236.64	c  N st   101   4213424       916      1470      1695     89450      7735   1075734   no data   no data
1238.91/1238.95	c Finding binary XORs  T:     0.00 s  found:       0

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3368276-1305379160/watcher-3368276-1305379160 -o /tmp/evaluation-result-3368276-1305379160/solver-3368276-1305379160 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368276-1305379160.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/355 11782
/proc/meminfo: memFree=25661764/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=30024 CPUtime=0 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 562 0 1 0 0 0 0 0 20 0 1 0 728146701 30744576 503 33554432000 4194304 4580011 140734989692736 18446744073709551615 251367243531 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 7506 508 324 95 0 2488 0

[startup+0.0443339 s]
/proc/loadavg: 0.00 0.00 0.00 1/355 11782
/proc/meminfo: memFree=25661764/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=31164 CPUtime=0.03 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 938 0 1 0 3 0 0 0 20 0 1 0 728146701 31911936 853 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294786 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 7791 853 363 95 0 2773 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31164

[startup+0.10032 s]
/proc/loadavg: 0.00 0.00 0.00 1/355 11782
/proc/meminfo: memFree=25661764/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=31164 CPUtime=0.09 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 1002 0 1 0 9 0 0 0 20 0 1 0 728146701 31911936 917 33554432000 4194304 4580011 140734989692736 18446744073709551615 4324331 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 7791 917 363 95 0 2773 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31164

[startup+0.300281 s]
/proc/loadavg: 0.00 0.00 0.00 1/355 11782
/proc/meminfo: memFree=25661764/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=31296 CPUtime=0.29 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 1169 0 1 0 29 0 0 0 21 0 1 0 728146701 32047104 1084 33554432000 4194304 4580011 140734989692736 18446744073709551615 4295707 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 7824 1084 364 95 0 2806 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31296

[startup+0.700209 s]
/proc/loadavg: 0.00 0.00 0.00 1/355 11782
/proc/meminfo: memFree=25661764/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=32024 CPUtime=0.69 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 1512 0 1 0 69 0 0 0 22 0 1 0 728146701 32792576 1188 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 8006 1188 364 95 0 2988 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32024

[startup+1.50106 s]
/proc/loadavg: 0.00 0.00 0.00 2/356 11783
/proc/meminfo: memFree=25657556/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=32404 CPUtime=1.49 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 2128 0 1 0 149 0 0 0 25 0 1 0 728146701 33181696 1192 33554432000 4194304 4580011 140734989692736 18446744073709551615 4292927 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 8101 1192 364 95 0 3083 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32404

[startup+3.10076 s]
/proc/loadavg: 0.00 0.00 0.00 2/356 11783
/proc/meminfo: memFree=25656068/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=38792 CPUtime=3.09 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 4319 0 1 0 309 0 0 0 25 0 1 0 728146701 39723008 2979 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 9698 2979 366 95 0 4680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38792

[startup+6.30117 s]
/proc/loadavg: 0.08 0.02 0.01 2/356 11783
/proc/meminfo: memFree=25649084/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=38936 CPUtime=6.28 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 5757 0 1 0 628 0 0 0 25 0 1 0 728146701 39870464 2955 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294450 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 9734 2955 366 95 0 4716 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38936

[startup+12.701 s]
/proc/loadavg: 0.23 0.05 0.02 4/366 11803
/proc/meminfo: memFree=25359948/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=45460 CPUtime=12.68 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 9619 0 1 0 1267 1 0 0 25 0 1 0 728146701 46551040 4358 33554432000 4194304 4580011 140734989692736 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 11365 4358 366 95 0 6347 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45460

[startup+25.5006 s]
/proc/loadavg: 1.00 0.23 0.07 5/371 11813
/proc/meminfo: memFree=24632044/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=50344 CPUtime=25.49 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 14213 0 1 0 2546 3 0 0 25 0 1 0 728146701 51552256 5769 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 12586 5769 366 95 0 7568 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50344

[startup+51.1008 s]
/proc/loadavg: 2.02 0.53 0.18 5/371 11814
/proc/meminfo: memFree=24332320/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=54096 CPUtime=51.08 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 21139 0 1 0 5103 5 0 0 25 0 1 0 728146701 55394304 6893 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 13524 6893 366 95 0 8506 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 54096

[startup+102.313 s]
/proc/loadavg: 3.14 1.06 0.37 5/371 11815
/proc/meminfo: memFree=23608708/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=58732 CPUtime=102.29 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 33557 0 1 0 10221 8 0 0 25 0 1 0 728146701 60141568 8097 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 14683 8097 366 95 0 9665 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 58732

[startup+162.301 s]
/proc/loadavg: 3.68 1.59 0.60 5/371 11844
/proc/meminfo: memFree=24231232/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=66360 CPUtime=162.28 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 47101 0 1 0 16216 12 0 0 25 0 1 0 728146701 67952640 9483 33554432000 4194304 4580011 140734989692736 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 16590 9483 366 95 0 11572 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 66360

[startup+222.301 s]
/proc/loadavg: 3.88 2.03 0.81 5/371 11845
/proc/meminfo: memFree=24129288/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=77688 CPUtime=222.29 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 56916 0 1 0 22214 15 0 0 25 0 1 0 728146701 79552512 12026 33554432000 4194304 4580011 140734989692736 18446744073709551615 4296069 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 19422 12026 366 95 0 14404 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77688

[startup+282.301 s]
/proc/loadavg: 4.12 2.42 1.02 5/371 11847
/proc/meminfo: memFree=24034724/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=77992 CPUtime=282.28 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 66944 0 1 0 28210 18 0 0 25 0 1 0 728146701 79863808 11373 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 19498 11373 366 95 0 14480 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 77992

[startup+342.301 s]
/proc/loadavg: 4.15 2.73 1.21 5/371 11849
/proc/meminfo: memFree=24010460/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=78260 CPUtime=342.29 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 75816 0 1 0 34208 21 0 0 25 0 1 0 728146701 80138240 11783 33554432000 4194304 4580011 140734989692736 18446744073709551615 4292915 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 19565 11783 366 95 0 14547 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 78260

[startup+402.3 s]
/proc/loadavg: 4.18 2.99 1.39 5/371 11877
/proc/meminfo: memFree=24029276/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=91228 CPUtime=402.29 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 85014 0 1 0 40205 24 0 0 25 0 1 0 728146701 93417472 16243 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 22807 16243 366 95 0 17789 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 91228

[startup+462.3 s]
/proc/loadavg: 4.17 3.20 1.56 5/371 11879
/proc/meminfo: memFree=23998300/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=91228 CPUtime=462.29 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 90754 0 1 0 46203 26 0 0 25 0 1 0 728146701 93417472 17116 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 22807 17116 366 95 0 17789 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 91228

[startup+522.301 s]
/proc/loadavg: 4.06 3.35 1.71 5/371 11880
/proc/meminfo: memFree=23923824/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=91716 CPUtime=522.29 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 93912 0 1 0 52202 27 0 0 25 0 1 0 728146701 93917184 17774 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 22929 17774 366 95 0 17911 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 91716

[startup+582.301 s]
/proc/loadavg: 4.02 3.46 1.85 5/371 11882
/proc/meminfo: memFree=23902044/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=104356 CPUtime=582.3 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 101835 0 1 0 58200 30 0 0 25 0 1 0 728146701 106860544 20280 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 26089 20280 366 95 0 21071 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 104356

[startup+642.301 s]
/proc/loadavg: 4.01 3.56 1.99 5/371 11884
/proc/meminfo: memFree=23893648/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=104616 CPUtime=642.3 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 109172 0 1 0 64198 32 0 0 25 0 1 0 728146701 107126784 19296 33554432000 4194304 4580011 140734989692736 18446744073709551615 4322671 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 26154 19296 366 95 0 21136 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 104616

[startup+702.301 s]
/proc/loadavg: 4.07 3.65 2.11 5/371 11885
/proc/meminfo: memFree=23857608/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=104736 CPUtime=702.3 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 115702 0 1 0 70196 34 0 0 25 0 1 0 728146701 107249664 19590 33554432000 4194304 4580011 140734989692736 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 26184 19590 366 95 0 21166 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 104736

[startup+762.313 s]
/proc/loadavg: 4.02 3.71 2.23 5/371 11887
/proc/meminfo: memFree=23778908/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=113180 CPUtime=762.32 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 121366 0 1 0 76196 36 0 0 25 0 1 0 728146701 115896320 22399 33554432000 4194304 4580011 140734989692736 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 28295 22399 366 95 0 23277 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 113180

[startup+822.3 s]
/proc/loadavg: 4.01 3.76 2.34 5/371 11888
/proc/meminfo: memFree=23754892/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=126200 CPUtime=822.3 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 125028 0 1 0 82193 37 0 0 25 0 1 0 728146701 129228800 26061 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 31550 26061 366 95 0 26532 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 126200

[startup+882.301 s]
/proc/loadavg: 4.12 3.83 2.45 5/371 11890
/proc/meminfo: memFree=23744632/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=139564 CPUtime=882.3 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 127891 0 1 0 88192 38 0 0 25 0 1 0 728146701 142913536 28064 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 34891 28064 366 95 0 29873 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 139564

[startup+942.301 s]
/proc/loadavg: 4.04 3.86 2.54 5/371 11892
/proc/meminfo: memFree=23726328/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=139664 CPUtime=942.31 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 134107 0 1 0 94191 40 0 0 25 0 1 0 728146701 143015936 28166 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 34916 28166 366 95 0 29898 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 139664

[startup+1002.3 s]
/proc/loadavg: 4.10 3.91 2.64 5/371 11893
/proc/meminfo: memFree=23716584/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=139792 CPUtime=1002.31 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 140234 0 1 0 100190 41 0 0 25 0 1 0 728146701 143147008 28117 33554432000 4194304 4580011 140734989692736 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 34948 28117 366 95 0 29930 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 139792

[startup+1062.3 s]
/proc/loadavg: 4.04 3.92 2.72 5/371 11895
/proc/meminfo: memFree=23700512/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=139832 CPUtime=1062.31 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 144246 0 1 0 106189 42 0 0 25 0 1 0 728146701 143187968 29012 33554432000 4194304 4580011 140734989692736 18446744073709551615 4416086 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 34958 29012 366 95 0 29940 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 139832

[startup+1122.3 s]
/proc/loadavg: 4.01 3.94 2.80 5/371 11896
/proc/meminfo: memFree=23650200/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=140008 CPUtime=1122.31 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 150735 0 1 0 112186 45 0 0 25 0 1 0 728146701 143368192 27991 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 35002 27991 366 95 0 29984 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 140008

[startup+1182.3 s]
/proc/loadavg: 4.08 3.96 2.88 5/371 11901
/proc/meminfo: memFree=23572000/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=145040 CPUtime=1182.32 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 155963 0 1 0 118184 48 0 0 25 0 1 0 728146701 148520960 29747 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 36260 29747 366 95 0 31242 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 145040

[startup+1242.3 s]
/proc/loadavg: 4.07 3.98 2.95 5/371 11903
/proc/meminfo: memFree=23497040/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=158332 CPUtime=1242.31 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 160363 0 1 0 124182 49 0 0 25 0 1 0 728146701 162131968 34147 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 39583 34147 366 95 0 34565 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 158332



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.98 3.01 5/371 11904
/proc/meminfo: memFree=23526116/32950928 swapFree=38710892/67111528
[pid=11782] ppid=11780 vsize=158332 CPUtime=1300.02 cores=4,6
/proc/11782/stat : 11782 (strangenight2-s) R 11780 11782 11751 0 -1 4202496 160478 0 1 0 129953 49 0 0 25 0 1 0 728146701 162131968 34185 33554432000 4194304 4580011 140734989692736 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11782/statm: 39583 34185 366 95 0 34565 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 158332

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.54
CPU system time (s): 0.504923
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 213256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.54
system time used= 0.504923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160478
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 2549

runsolver used 4.93225 second user time and 10.4534 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 15:19:20
IDJOB=3368276
IDBENCH=20472
IDSOLVER=1845
FILE ID=node113/3368276-1305379160
RUNJOBID= node113-1305379154-11770
PBS_JOBID= 13324389
Free space on /tmp= 73444 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368276-1305379160/watcher-3368276-1305379160 -o /tmp/evaluation-result-3368276-1305379160/solver-3368276-1305379160 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368276-1305379160.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=1598266777

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25661928 kB
Buffers:        234464 kB
Cached:        2408992 kB
SwapCached:      93712 kB
Active:         697880 kB
Inactive:      6333280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25661928 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            5712 kB
Writeback:           0 kB
AnonPages:     4305964 kB
Mapped:          13344 kB
Slab:           101928 kB
PageTables:      91676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87043584 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73408 MiB
End job on node113 at 2011-05-14 15:41:02