Trace number 3367656

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

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S379672572-039.SATISFIABLE.cnf
MD5SUM9ba35b45d3c5bc2de5bf2217a9a677d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.055991
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367656-1305385125.cnf'
0.00/0.01	c -- header says num vars:            600
0.00/0.01	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
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:    600 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     275 undec:      61 neg:     264
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       589      2545         0         0      7697         0   no data   no data
0.06/0.06	c Decided on static restart strategy
0.09/0.16	c  N st     8      4918       589      2545         0      4853      7697    128383   no data   no data
0.39/0.43	c  N st    10     11302       589      2545         0      4507      7697     83972   no data   no data
0.69/0.73	c  N st    11     17047       589      2545         0     10200      7697    241718   no data   no data
1.11/1.14	c  F st    12     25001       589      2545         0     12430      7697    297379   no data   no data
1.11/1.14	c  N st    12     25001       589      2545         0     12430      7697    297379   no data   no data
1.39/1.40	c Decided on static restart strategy
1.39/1.40	c  N st    18     30000       589      2545         0     10711      7697    224035   no data   no data
1.39/1.40	c  S st    18     30000       589      2545         0     10711      7697    224035   no data   no data
1.39/1.43	c  S st    18     30506       589      2545         0     11216      7697    237055   no data   no data
1.39/1.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.44	c blocked clauses removed:       12 vars:      2 tried:         589 T: 0.00 s
1.39/1.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
1.39/1.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.39/1.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.39/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.49	c lits-rem:       144  cl-subs:      371  v-elim:      0  v-fix:    0  time:  0.05 s
1.49/1.50	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.01
1.49/1.50	c calculated reachability. Time: 0.00
1.49/1.50	c  N st    18     30506       587      2533         0     10839      7661    225746   no data   no data
1.79/1.89	c  N st    20     37616       587      2533         0     10104      7661    190212   no data   no data
2.20/2.28	c  N st    21     44016       587      2533         0     16414      7661    373073   no data   no data
2.39/2.41	c  S st    22     45759       587      2533         0      9335      7661    148610   no data   no data
2.39/2.44	c  S st    22     46259       587      2533         0      9834      7661    160006   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.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.39/2.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
2.39/2.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.39/2.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.39/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.45	c lits-rem:        27  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.01 s
2.39/2.45	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
2.39/2.46	c vivif2 --  cl tried     9809 cl shrink        0 lits rem          0 time: 0.00
2.39/2.46	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.01
2.39/2.46	c calculated reachability. Time: 0.00
2.39/2.46	c  N st    22     46259       587      2533         0      9809      7661    159224   no data   no data
3.38/3.41	c  N st    23     60658       587      2533         0     14213      7661    273000   no data   no data
3.98/4.03	c  N st    24     69388       587      2533         0     11967      7661    194116   no data   no data
3.98/4.03	c  S st    24     69388       587      2533         0     11967      7661    194116   no data   no data
3.98/4.06	c  S st    24     69893       587      2533         0     12471      7661    206818   no data   no data
3.98/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.98/4.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.98/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
3.98/4.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.98/4.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.98/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/4.09	c lits-rem:        57  cl-subs:      100  v-elim:      0  v-fix:    0  time:  0.02 s
3.98/4.09	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
3.98/4.09	c vivif2 --  cl tried    12371 cl shrink        0 lits rem          0 time: 0.00
4.08/4.10	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.01
4.08/4.10	c calculated reachability. Time: 0.00
4.08/4.10	c  N st    24     69893       587      2533         0     12371      7661    203936   no data   no data
5.50/5.58	c  F st    25     87500       587      2533         0     17861      7661    344453   no data   no data
5.50/5.58	c  N st    25     87500       587      2533         0     17861      7661    344453   no data   no data
5.98/6.05	c Decided on static restart strategy
6.28/6.34	c  N st    32     95543       587      2533         0     13009      7661    193408   no data   no data
6.99/7.06	c  N st    34    104839       587      2533         0     22153      7661    446275   no data   no data
6.99/7.06	c  S st    34    104839       587      2533         0     22153      7661    446275   no data   no data
7.09/7.12	c  S st    34    105343       587      2533         0     22657      7661    459236   no data   no data
7.09/7.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.09/7.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.09/7.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.09/7.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.09/7.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.09/7.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
7.09/7.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.09/7.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.09/7.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.28/7.31	c lits-rem:       153  cl-subs:      592  v-elim:      0  v-fix:    0  time:  0.15 s
7.28/7.31	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
7.28/7.31	c vivif2 --  cl tried    22065 cl shrink        0 lits rem          0 time: 0.01
7.28/7.33	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.02
7.28/7.33	c calculated reachability. Time: 0.00
7.28/7.33	c  N st    34    105343       587      2533         0     22065      7661    440550   no data   no data
8.19/8.24	c  N st    35    114941       587      2533         0     17742      7661    302350   no data   no data
9.69/9.70	c  N st    36    129339       587      2533         0     17127      7661    259665   no data   no data
11.68/11.73	c  N st    37    150937       587      2533         0     22604      7661    408230   no data   no data
12.48/12.56	c  S st    38    158015       587      2533         0     29524      7661    598077   no data   no data
12.58/12.64	c  S st    38    158517       587      2533         0     30026      7661    610481   no data   no data
12.58/12.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.58/12.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
12.58/12.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.58/12.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.58/12.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.58/12.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
12.58/12.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.58/12.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.58/12.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.09/13.14	c lits-rem:       380  cl-subs:     1434  v-elim:      0  v-fix:    0  time:  0.46 s
13.09/13.14	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
13.09/13.15	c vivif2 --  cl tried    28592 cl shrink        0 lits rem          0 time: 0.01
13.09/13.17	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.02
13.09/13.17	c calculated reachability. Time: 0.00
13.09/13.17	c  N st    38    158517       587      2533         0     28592      7661    566076   no data   no data
17.98/18.07	c  N st    39    207105       587      2533         0     23361      7661    372066   no data   no data
21.19/21.25	c  N st    40    237776       587      2533         0     33826      7661    657513   no data   no data
21.19/21.25	c  S st    40    237776       587      2533         0     33826      7661    657513   no data   no data
21.29/21.33	c  S st    40    238287       587      2533         0     34337      7661    670882   no data   no data
21.29/21.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.29/21.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
21.29/21.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.29/21.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.29/21.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.29/21.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
21.29/21.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
21.29/21.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.29/21.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.00/22.05	c lits-rem:       419  cl-subs:     1727  v-elim:      0  v-fix:    0  time:  0.68 s
22.00/22.05	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
22.00/22.06	c vivif2 --  cl tried    32610 cl shrink        0 lits rem          0 time: 0.01
22.00/22.07	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.02
22.00/22.08	c calculated reachability. Time: 0.00
22.00/22.08	c  N st    40    238287       587      2533         0     32610      7661    618439   no data   no data
30.19/30.21	c  F st    41    306251       587      2533         0     34448      7661    636927   no data   no data
30.19/30.21	c  N st    41    306251       587      2533         0     34448      7661    636927   no data   no data
30.80/30.83	c Decided on static restart strategy
33.48/33.51	c  N st    51    334554       587      2533         0     38710      7661    724737   no data   no data
36.31/36.33	c  N st    53    357431       587      2533         0     36656      7661    635601   no data   no data
36.31/36.33	c  S st    53    357431       587      2533         0     36656      7661    635601   no data   no data
36.39/36.41	c  S st    53    357935       587      2533         0     37160      7661    647612   no data   no data
36.39/36.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.39/36.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
36.39/36.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.39/36.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.39/36.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.39/36.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
36.39/36.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.39/36.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.39/36.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.59/36.69	c lits-rem:       266  cl-subs:      768  v-elim:      0  v-fix:    0  time:  0.24 s
36.59/36.69	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
36.69/36.70	c vivif2 --  cl tried    36392 cl shrink        0 lits rem          0 time: 0.01
36.69/36.72	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.02
36.69/36.72	c calculated reachability. Time: 0.00
36.69/36.72	c  N st    53    357935       587      2533         0     36392      7661    624179   no data   no data
40.59/40.64	c  N st    54    390328       587      2533         0     42684      7661    795882   no data   no data
47.09/47.10	c  N st    55    438916       587      2533         0     36508      7661    569159   no data   no data
57.28/57.35	c  N st    56    511798       587      2533         0     50015      7661    924238   no data   no data
60.89/60.98	c  N st    57    536902       587      2533         0     44280      7661    718520   no data   no data
60.89/60.98	c  S st    57    536902       587      2533         0     44280      7661    718520   no data   no data
60.99/61.08	c  S st    57    537404       587      2533         0     44781      7661    731836   no data   no data
60.99/61.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.99/61.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
60.99/61.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.99/61.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.99/61.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.99/61.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
60.99/61.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
61.09/61.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
61.09/61.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.69/61.78	c lits-rem:       279  cl-subs:     1795  v-elim:      0  v-fix:    0  time:  0.65 s
61.69/61.78	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
61.69/61.79	c vivif2 --  cl tried    42986 cl shrink        0 lits rem          0 time: 0.01
61.79/61.81	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.03
61.79/61.81	c calculated reachability. Time: 0.00
61.79/61.81	c  N st    57    537404       587      2533         0     42986      7661    684490   no data   no data
87.09/87.15	c  N st    58    701390       587      2533         0     37046      7661    431741   no data   no data
103.89/103.94	c  N st    59    806106       587      2533         0     65893      7661   1179480   no data   no data
103.89/103.94	c  S st    59    806106       587      2533         0     65893      7661   1179480   no data   no data
104.09/104.11	c  S st    59    806610       587      2533         0     66396      7661   1192398   no data   no data
104.09/104.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.09/104.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
104.09/104.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.09/104.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.09/104.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.09/104.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
104.09/104.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.09/104.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
104.09/104.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.99/107.05	c lits-rem:       541  cl-subs:     4594  v-elim:      0  v-fix:    0  time:  2.86 s
106.99/107.05	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
106.99/107.07	c vivif2 --  cl tried    61802 cl shrink        0 lits rem          0 time: 0.01
107.09/107.11	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.04
107.09/107.11	c calculated reachability. Time: 0.00
107.09/107.11	c  N st    59    806610       587      2533         0     61802      7661   1085131   no data   no data
156.99/157.03	c  F st    60   1071875       587      2533         0     77982      7661   1437720   no data   no data
156.99/157.03	c  N st    60   1071875       587      2533         0     77982      7661   1437720   no data   no data
158.09/158.12	c Decided on static restart strategy
161.60/161.71	c  N st    70   1100180       587      2533         0     61795      7661    962655   no data   no data
168.09/168.18	c  N st    72   1136172       587      2533         0     52034      7661    670946   no data   no data
174.80/174.90	c  N st    73   1168564       587      2533         0     83852      7661   1607893   no data   no data
183.19/183.25	c  N st    74   1209915       587      2533         0     78209      7661   1377818   no data   no data
183.19/183.25	c  S st    74   1209915       587      2533         0     78209      7661   1377818   no data   no data
183.39/183.43	c  S st    74   1210421       587      2533         0     78715      7661   1391160   no data   no data
183.39/183.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
183.39/183.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
183.39/183.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
183.39/183.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
183.39/183.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
183.39/183.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
183.39/183.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
183.39/183.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
183.49/183.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.29/186.38	c lits-rem:       302  cl-subs:     3425  v-elim:      0  v-fix:    0  time:  2.86 s
186.29/186.38	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
186.29/186.39	c vivif2 --  cl tried    75290 cl shrink        0 lits rem          0 time: 0.02
186.39/186.45	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.06
186.39/186.45	c calculated reachability. Time: 0.00
186.39/186.45	c  N st    74   1210421       587      2533         0     75290      7661   1296667   no data   no data
202.49/202.55	c  N st    75   1283303       587      2533         0     51669      7661    586948   no data   no data
225.29/225.33	c  N st    76   1392626       587      2533         0     59836      7661    775123   no data   no data
261.89/261.92	c  N st    77   1556611       587      2533         0     64742      7661    863449   no data   no data
295.80/295.83	c  N st    78   1710426       587      2533         0    106963      7661   2163404   no data   no data
295.80/295.83	c  S st    78   1710426       587      2533         0    106963      7661   2163404   no data   no data
296.10/296.11	c  S st    78   1710930       587      2533         0    107467      7661   2176729   no data   no data
296.10/296.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
296.10/296.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
296.10/296.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
296.10/296.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
296.10/296.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
296.10/296.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
296.10/296.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
296.10/296.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
296.20/296.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
307.29/307.31	c lits-rem:       894  cl-subs:     5190  v-elim:      0  v-fix:    0  time: 11.06 s
307.29/307.31	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
307.29/307.34	c vivif2 --  cl tried   102277 cl shrink        0 lits rem          0 time: 0.03
307.39/307.46	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.12
307.39/307.47	c calculated reachability. Time: 0.00
307.39/307.47	c  N st    78   1710930       587      2533         0    102277      7661   2018546   no data   no data
391.70/391.73	c  N st    79   2079894       587      2533         0    113787      7661   2250740   no data   no data
427.09/427.14	c  N st    80   2210931       587      2533         0    117591      7661   2286601   no data   no data
427.09/427.14	c  S st    80   2210931       587      2533         0    117591      7661   2286601   no data   no data
427.39/427.47	c  S st    80   2211436       587      2533         0    118096      7661   2299476   no data   no data
427.39/427.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
427.49/427.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
427.49/427.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
427.49/427.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
427.49/427.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.49/427.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
427.49/427.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
427.49/427.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
427.60/427.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
438.49/438.53	c lits-rem:      1411  cl-subs:     5704  v-elim:      0  v-fix:    0  time: 10.91 s
438.49/438.53	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
438.49/438.56	c vivif2 --  cl tried   112392 cl shrink        0 lits rem          0 time: 0.03
438.59/438.67	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.10
438.59/438.67	c calculated reachability. Time: 0.00
438.59/438.67	c  N st    80   2211436       587      2533         0    112392      7661   2123923   no data   no data
580.20/580.20	c  N st    81   2711439       587      2533         0    135906      7661   2653989   no data   no data
580.20/580.20	c  S st    81   2711439       587      2533         0    135906      7661   2653989   no data   no data
580.60/580.60	c  S st    81   2711941       587      2533         0    136408      7661   2666996   no data   no data
580.60/580.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
580.60/580.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
580.60/580.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
580.60/580.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
580.60/580.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
580.60/580.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
580.60/580.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
580.60/580.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
580.71/580.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
599.09/599.11	c lits-rem:       984  cl-subs:     8558  v-elim:      0  v-fix:    0  time: 18.33 s
599.09/599.11	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
599.09/599.15	c vivif2 --  cl tried   127850 cl shrink        0 lits rem          0 time: 0.04
599.19/599.27	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.12
599.19/599.27	c calculated reachability. Time: 0.00
599.19/599.27	c  N st    81   2711941       587      2533         0    127850      7661   2425142   no data   no data
750.60/750.60	c  N st    82   3211941       587      2533         0    102911      7661   1497875   no data   no data
750.60/750.60	c  S st    82   3211941       587      2533         0    102911      7661   1497875   no data   no data
750.80/750.86	c  S st    82   3212443       587      2533         0    103412      7661   1511391   no data   no data
750.80/750.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
750.90/750.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
750.90/750.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
750.90/750.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
750.90/750.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
750.90/750.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
750.90/750.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
750.90/750.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
750.90/750.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
754.51/754.56	c lits-rem:       569  cl-subs:     4401  v-elim:      0  v-fix:    0  time:  3.58 s
754.51/754.56	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
754.51/754.58	c vivif2 --  cl tried    99011 cl shrink        0 lits rem          0 time: 0.02
754.62/754.66	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.08
754.62/754.66	c calculated reachability. Time: 0.00
754.62/754.66	c  N st    82   3212443       587      2533         0     99011      7661   1397754   no data   no data
918.61/918.67	c  N st    83   3712444       587      2533         0    110081      7661   1578075   no data   no data
918.61/918.67	c  S st    83   3712444       587      2533         0    110081      7661   1578075   no data   no data
918.91/918.94	c  S st    83   3712952       587      2533         0    110587      7661   1592031   no data   no data
918.91/918.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
918.91/918.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
918.91/919.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
918.91/919.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
918.91/919.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
918.91/919.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
918.91/919.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
919.01/919.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
919.01/919.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
922.82/922.85	c lits-rem:       387  cl-subs:     4703  v-elim:      0  v-fix:    0  time:  3.78 s
922.82/922.85	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
922.82/922.87	c vivif2 --  cl tried   105884 cl shrink        0 lits rem          0 time: 0.02
922.93/922.96	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.09
922.93/922.97	c calculated reachability. Time: 0.00
922.93/922.97	c  N st    83   3712952       587      2533         0    105884      7661   1472190   no data   no data
935.61/935.68	c  F st    84   3751562       587      2533         0    143492      7661   2485832   no data   no data
935.61/935.68	c  N st    84   3751562       587      2533         0    143492      7661   2485832   no data   no data
938.11/938.11	c Decided on static restart strategy
947.81/947.88	c  N st    94   3779867       587      2533         0     88281      7661    934015   no data   no data
958.70/958.77	c  N st    96   3815861       587      2533         0    123324      7661   1848991   no data   no data
972.61/972.68	c  N st    97   3848255       587      2533         0    154793      7661   2641799   no data   no data
988.71/988.74	c  N st    98   3896845       587      2533         0    118470      7661   1729347   no data   no data
1014.12/1014.15	c  N st    99   3969729       587      2533         0    104896      7661   1363046   no data   no data
1046.91/1046.97	c  N st   100   4079055       587      2533         0    126475      7661   1914774   no data   no data
1094.53/1094.54	c  N st   101   4212954       587      2533         0    169903      7661   3054163   no data   no data
1094.53/1094.54	c  S st   101   4212954       587      2533         0    169903      7661   3054163   no data   no data
1094.91/1094.95	c  S st   101   4213455       587      2533         0    170402      7661   3067817   no data   no data
1094.91/1094.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1095.01/1095.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
1095.01/1095.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1095.01/1095.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1095.01/1095.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1095.01/1095.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
1095.01/1095.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1095.01/1095.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1095.11/1095.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1118.01/1118.01	c lits-rem:       571  cl-subs:    12000  v-elim:      0  v-fix:    0  time: 22.85 s
1118.01/1118.01	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
1118.01/1118.04	c vivif2 --  cl tried   158402 cl shrink        0 lits rem          0 time: 0.04
1118.11/1118.18	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.14
1118.11/1118.19	c calculated reachability. Time: 0.00
1118.11/1118.19	c  N st   101   4213455       587      2533         0    158402      7661   2766420   no data   no data
1199.71/1199.78	c  N st   102   4459433       587      2533         0    131976      7661   2018750   no data   no data
1286.12/1286.15	c  N st   103   4713455       587      2533         0    104631      7661   1190992   no data   no data
1286.12/1286.15	c  S st   103   4713455       587      2533         0    104631      7661   1190992   no data   no data
1286.32/1286.36	c  S st   103   4713958       587      2533         0    105132      7661   1204295   no data   no data
1286.32/1286.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1286.42/1286.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
1286.42/1286.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1286.42/1286.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1286.42/1286.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1286.42/1286.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
1286.42/1286.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1286.42/1286.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1286.42/1286.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1287.12/1287.10	c lits-rem:       166  cl-subs:     1536  v-elim:      0  v-fix:    0  time:  0.65 s
1287.12/1287.10	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
1287.12/1287.12	c vivif2 --  cl tried   103596 cl shrink        0 lits rem          0 time: 0.02
1287.12/1287.18	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.06
1287.12/1287.19	c calculated reachability. Time: 0.00
1287.12/1287.19	c  N st   103   4713958       587      2533         0    103596      7661   1168247   no data   no data

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

running on 2 cores: 1,3

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: 4.00 3.79 3.78 5/425 6324
/proc/meminfo: memFree=21255880/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=20352 CPUtime=0 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4194304 242 0 0 0 0 0 0 0 25 0 1 0 728743256 20840448 194 33554432000 4194304 4580011 140736018067328 18446744073709551615 215983629800 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6324/statm: 5088 194 161 95 0 57 0

[startup+0.0672819 s]
/proc/loadavg: 4.00 3.79 3.78 5/425 6324
/proc/meminfo: memFree=21255880/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=30292 CPUtime=0.06 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 765 0 0 0 6 0 0 0 25 0 1 0 728743256 31019008 689 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 7573 689 363 95 0 2555 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30292

[startup+0.100278 s]
/proc/loadavg: 4.00 3.79 3.78 5/425 6324
/proc/meminfo: memFree=21255880/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=30424 CPUtime=0.09 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 809 0 0 0 9 0 0 0 25 0 1 0 728743256 31154176 733 33554432000 4194304 4580011 140736018067328 18446744073709551615 4301627 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 7606 733 364 95 0 2588 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30424

[startup+0.300241 s]
/proc/loadavg: 4.00 3.79 3.78 5/425 6324
/proc/meminfo: memFree=21255880/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=31064 CPUtime=0.29 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 1098 0 0 0 29 0 0 0 25 0 1 0 728743256 31809536 864 33554432000 4194304 4580011 140736018067328 18446744073709551615 4318667 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 7766 864 364 95 0 2748 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31064

[startup+0.700172 s]
/proc/loadavg: 4.00 3.79 3.78 5/425 6324
/proc/meminfo: memFree=21255880/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=31564 CPUtime=0.69 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 1516 0 0 0 69 0 0 0 25 0 1 0 728743256 32321536 1042 33554432000 4194304 4580011 140736018067328 18446744073709551615 4318657 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 7891 1042 364 95 0 2873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31564

[startup+1.50103 s]
/proc/loadavg: 4.00 3.79 3.78 5/426 6325
/proc/meminfo: memFree=21255376/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=38276 CPUtime=1.49 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 3777 0 0 0 149 0 0 0 25 0 1 0 728743256 39194624 2625 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 9569 2625 367 95 0 4551 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38276

[startup+3.10075 s]
/proc/loadavg: 4.00 3.79 3.78 5/426 6325
/proc/meminfo: memFree=21246936/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=38540 CPUtime=3.09 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 4916 0 0 0 309 0 0 0 25 0 1 0 728743256 39464960 2878 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 9635 2878 367 95 0 4617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38540

[startup+6.3002 s]
/proc/loadavg: 4.00 3.79 3.78 5/426 6325
/proc/meminfo: memFree=21228112/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=40360 CPUtime=6.28 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 7093 0 0 0 628 0 0 0 25 0 1 0 728743256 41328640 3425 33554432000 4194304 4580011 140736018067328 18446744073709551615 4324223 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 10090 3425 367 95 0 5072 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40360

[startup+12.7011 s]
/proc/loadavg: 4.15 3.83 3.79 5/426 6325
/proc/meminfo: memFree=21207896/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=54976 CPUtime=12.68 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 13359 0 0 0 1266 2 0 0 25 0 1 0 728743256 56295424 6862 33554432000 4194304 4580011 140736018067328 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 13744 6862 367 95 0 8726 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54976

[startup+25.5008 s]
/proc/loadavg: 4.12 3.84 3.79 5/426 6326
/proc/meminfo: memFree=21178496/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=61400 CPUtime=25.49 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 19611 0 0 0 2544 5 0 0 25 0 1 0 728743256 62873600 8549 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 15350 8549 367 95 0 10332 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61400

[startup+51.1004 s]
/proc/loadavg: 4.08 3.85 3.80 5/426 6326
/proc/meminfo: memFree=21182808/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=66764 CPUtime=51.09 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 29892 0 0 0 5102 7 0 0 25 0 1 0 728743256 68366336 9392 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 16691 9392 367 95 0 11673 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66764

[startup+102.316 s]
/proc/loadavg: 4.14 3.90 3.82 5/426 6328
/proc/meminfo: memFree=21168004/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=72088 CPUtime=102.31 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 45062 0 0 0 10220 11 0 0 25 0 1 0 728743256 73818112 11121 33554432000 4194304 4580011 140736018067328 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 18022 11121 367 95 0 13004 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 72088

[startup+162.301 s]
/proc/loadavg: 4.12 3.93 3.83 5/426 6338
/proc/meminfo: memFree=21137740/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=87248 CPUtime=162.29 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 61667 0 0 0 16214 15 0 0 25 0 1 0 728743256 89341952 14729 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 21812 14729 367 95 0 16794 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 87248

[startup+222.3 s]
/proc/loadavg: 4.15 3.99 3.85 5/426 6340
/proc/meminfo: memFree=21118080/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=102008 CPUtime=222.29 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 76500 0 0 0 22211 18 0 0 25 0 1 0 728743256 104456192 18880 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 25502 18880 367 95 0 20484 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 102008

[startup+282.301 s]
/proc/loadavg: 4.08 4.00 3.86 5/426 6341
/proc/meminfo: memFree=21121728/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=102276 CPUtime=282.3 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 88431 0 0 0 28207 23 0 0 25 0 1 0 728743256 104730624 19187 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 25569 19187 367 95 0 20551 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102276

[startup+342.3 s]
/proc/loadavg: 4.18 4.03 3.88 5/426 6343
/proc/meminfo: memFree=21077664/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=129700 CPUtime=342.3 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 104653 0 0 0 34203 27 0 0 25 0 1 0 728743256 132812800 24714 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 32425 24714 367 95 0 27407 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 129700

[startup+402.301 s]
/proc/loadavg: 4.13 4.04 3.89 5/426 6345
/proc/meminfo: memFree=21077744/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=129924 CPUtime=402.29 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 116088 0 0 0 40199 30 0 0 25 0 1 0 728743256 133042176 24870 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 32481 24870 367 95 0 27463 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 129924

[startup+462.3 s]
/proc/loadavg: 4.05 4.03 3.90 5/426 6346
/proc/meminfo: memFree=21053512/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=150500 CPUtime=462.29 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 127954 0 0 0 46196 33 0 0 25 0 1 0 728743256 154112000 30779 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 37625 30779 367 95 0 32607 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 150500

[startup+522.301 s]
/proc/loadavg: 4.02 4.02 3.90 5/426 6348
/proc/meminfo: memFree=21062024/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=150700 CPUtime=522.3 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 138182 0 0 0 52194 36 0 0 25 0 1 0 728743256 154316800 29215 33554432000 4194304 4580011 140736018067328 18446744073709551615 4295666 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 37675 29215 367 95 0 32657 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 150700

[startup+582.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/426 6349
/proc/meminfo: memFree=21041636/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=171428 CPUtime=582.29 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 150890 0 0 0 58190 39 0 0 25 0 1 0 728743256 175542272 35750 33554432000 4194304 4580011 140736018067328 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 42857 35750 367 95 0 37839 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 171428

[startup+642.301 s]
/proc/loadavg: 4.06 4.03 3.91 5/426 6351
/proc/meminfo: memFree=21036276/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=171528 CPUtime=642.3 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 156878 0 0 0 64189 41 0 0 25 0 1 0 728743256 175644672 35246 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 42882 35246 367 95 0 37864 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 171528

[startup+702.3 s]
/proc/loadavg: 4.09 4.05 3.93 5/426 6353
/proc/meminfo: memFree=21036868/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=171688 CPUtime=702.3 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 165681 0 0 0 70185 45 0 0 25 0 1 0 728743256 175808512 34519 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 42922 34519 367 95 0 37904 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 171688

[startup+762.316 s]
/proc/loadavg: 4.07 4.05 3.93 5/426 6354
/proc/meminfo: memFree=21026664/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=172456 CPUtime=762.32 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 173393 0 0 0 76184 48 0 0 25 0 1 0 728743256 176594944 35718 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 43114 35718 367 95 0 38096 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 172456

[startup+822.3 s]
/proc/loadavg: 4.07 4.06 3.94 5/426 6356
/proc/meminfo: memFree=21030708/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=224276 CPUtime=822.3 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 181024 0 0 0 82180 50 0 0 25 0 1 0 728743256 229658624 36427 33554432000 4194304 4580011 140736018067328 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 56069 36427 367 95 0 51051 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 224276

[startup+882.301 s]
/proc/loadavg: 4.02 4.04 3.94 5/426 6357
/proc/meminfo: memFree=20973968/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=224860 CPUtime=882.31 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 188183 0 0 0 88177 54 0 0 25 0 1 0 728743256 230256640 36529 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 56215 36529 367 95 0 51197 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 224860

[startup+942.3 s]
/proc/loadavg: 4.04 4.05 3.94 5/426 6359
/proc/meminfo: memFree=20977004/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=230380 CPUtime=942.31 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 196398 0 0 0 94174 57 0 0 25 0 1 0 728743256 235909120 37709 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 57595 37709 367 95 0 52577 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 230380

[startup+1002.3 s]
/proc/loadavg: 4.05 4.05 3.95 5/426 6361
/proc/meminfo: memFree=20978460/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=177836 CPUtime=1002.31 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 203193 0 0 0 100171 60 0 0 25 0 1 0 728743256 182104064 37457 33554432000 4194304 4580011 140736018067328 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 44459 37457 367 95 0 39441 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 177836

[startup+1062.3 s]
/proc/loadavg: 2.32 3.58 3.79 2/408 6416
/proc/meminfo: memFree=21268484/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=231468 CPUtime=1062.31 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 210724 0 0 0 106169 62 0 0 25 0 1 0 728743256 237023232 37717 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 57867 37717 367 95 0 52849 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 231468

[startup+1122.3 s]
/proc/loadavg: 1.48 3.11 3.61 2/408 6418
/proc/meminfo: memFree=21245352/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=256396 CPUtime=1122.31 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 220188 0 0 0 112168 63 0 0 25 0 1 0 728743256 262549504 43508 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 64099 43508 367 95 0 59081 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 256396

[startup+1182.3 s]
/proc/loadavg: 1.17 2.72 3.45 2/408 6419
/proc/meminfo: memFree=21247048/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=202724 CPUtime=1182.31 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 227628 0 0 0 118166 65 0 0 25 0 1 0 728743256 207589376 43087 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 50681 43087 367 95 0 45663 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 202724

[startup+1242.3 s]
/proc/loadavg: 1.17 2.43 3.30 2/408 6421
/proc/meminfo: memFree=21247096/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=202832 CPUtime=1242.31 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 235263 0 0 0 124163 68 0 0 25 0 1 0 728743256 207699968 43088 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294464 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 50708 43088 367 95 0 45690 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 202832



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.12 2.21 3.17 2/408 6423
/proc/meminfo: memFree=21248532/32950940 swapFree=67111356/67111528
[pid=6324] ppid=6322 vsize=202920 CPUtime=1300.02 cores=1,3
/proc/6324/stat : 6324 (strangenight2-s) R 6322 6324 5388 0 -1 4202496 242775 0 0 0 129931 71 0 0 25 0 1 0 728743256 207790080 42796 33554432000 4194304 4580011 140736018067328 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6324/statm: 50730 42796 367 95 0 45712 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 202920

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.32
CPU system time (s): 0.727889
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 257496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.32
system time used= 0.727889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242775
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= 12
involuntary context switches= 1177

runsolver used 5.06623 second user time and 12.7891 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-14 16:58:45
IDJOB=3367656
IDBENCH=82865
IDSOLVER=1845
FILE ID=node117/3367656-1305385125
RUNJOBID= node117-1305384838-6249
PBS_JOBID= 13324385
Free space on /tmp= 73400 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S379672572-039.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367656-1305385125/watcher-3367656-1305385125 -o /tmp/evaluation-result-3367656-1305385125/solver-3367656-1305385125 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367656-1305385125.cnf

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

MD5SUM BENCH= 9ba35b45d3c5bc2de5bf2217a9a677d5
RANDOM SEED=526727675

node117.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.849
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.849
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.75
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.849
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.849
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.849
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.75
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21256160 kB
Buffers:        287892 kB
Cached:        3024368 kB
SwapCached:          0 kB
Active:        9505708 kB
Inactive:      1833196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21256160 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5524 kB
Writeback:           0 kB
AnonPages:     8026460 kB
Mapped:          33036 kB
Slab:           243576 kB
PageTables:      45056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100647836 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= 73412 MiB
End job on node117 at 2011-05-14 17:20:27