Trace number 3173366

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 TechDemo-Alpha-st? (TO) 1300.06 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S764895749-094.UNKNOWN.cnf
MD5SUM86d70d98b4a1fa931b287202356d4839
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173366-1301794087.cnf'
0.00/0.00	c -- header says num vars:             90
0.00/0.00	c -- header says num clauses:        8010
0.00/0.01	c -- clauses added:            0 learnts,         8010 normals,            0 xors
0.00/0.01	c -- vars added         90
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0        90      8010         0         0     56070         0   no data   no data  --
0.09/0.12	c asymm  cl-useful: 0/1878/8010 lits-rem:0 time: 0.11
0.09/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.2M T:  0.00
0.09/0.12	c Calc non-exist non-lernt bins v-fix:     0 done:     90 time:  0.00 s
0.09/0.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.09/0.12	c Subs w/ non-existent bins:      0 time:  0.00 s
0.09/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.12	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.09/0.14	c lits-rem:         0  cl-subs:        0  v-elim:     60  v-fix:    0  time:  0.02 s
0.09/0.14	c learnt bin added due to v-elim: 0
0.09/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.15	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.15	c calculated reachability. Time: 0.00
0.09/0.15	c Calc default polars -  time:   0.00 s pos:      37 undec:       0 neg:      53
0.09/0.15	c =========================================================================================
0.09/0.15	c types(t): F = full restart, N = normal restart
0.09/0.15	c types(t): S = simplification begin/end, E = solution found
0.09/0.15	c restart types(rt): st = static, dy = dynamic
0.09/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.09/0.15	c  B st     0         0        90      8010         0         0     56070         0   no data   no data  --
0.19/0.26	c Decided on static restart strategy
2.49/2.51	c  N dy    14     30002        90      8010         0      9942     56070    241439     30.52     25.24  --
2.49/2.53	c  S st    14     30002        90      8010         0      9942     56070    241439     30.52     25.24  --
2.49/2.57	c  S st    14     30502        90      8010         0     10428     56070    255845     30.52     25.24  --
2.49/2.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.49/2.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.59/2.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.2M T:  0.03
2.59/2.60	c Calc non-exist non-lernt bins v-fix:     0 done:     90 time:  0.00 s
2.59/2.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.59/2.60	c Subs w/ non-existent bins:      0 time:  0.00 s
2.59/2.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.59/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.61	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3.49/3.51	c lits-rem:      2500  cl-subs:     1158  v-elim:     90  v-fix:    0  time:  0.90 s
3.49/3.51	c learnt bin added due to v-elim: 0
3.49/3.51	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
3.49/3.51	c vivif2 --  cl tried     9270 cl shrink        0 lits rem          0 time: 0.00
3.59/3.68	c asymm  cl-useful: 0/2499/8010 lits-rem:0 time: 0.17
3.59/3.68	c calculated reachability. Time: 0.00
3.59/3.68	c  N dy    14     30502        90      8010         0      9270     56070    221391     30.52     25.24  --
3.59/3.68	c  F st    14     30502        90      8010         0      9270     56070    221391     30.52     25.24  --
3.79/3.84	c Decided on static restart strategy
4.89/4.95	c  N dy    21     45753        90      8010         0     16084     56070    403051     29.98     25.06  --
4.89/4.97	c  S st    21     45753        90      8010         0     16084     56070    403051     29.98     25.06  --
4.99/5.04	c  S st    21     46257        90      8010         0      8330     56070    157902     29.98     25.06  --
4.99/5.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.99/5.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.99/5.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.2M T:  0.02
4.99/5.07	c Calc non-exist non-lernt bins v-fix:     0 done:     90 time:  0.00 s
4.99/5.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.99/5.07	c Subs w/ non-existent bins:      0 time:  0.00 s
4.99/5.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.99/5.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.99/5.07	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.49/5.59	c lits-rem:        85  cl-subs:      141  v-elim:     90  v-fix:    0  time:  0.52 s
5.49/5.59	c learnt bin added due to v-elim: 0
5.49/5.59	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
5.49/5.59	c vivif2 --  cl tried     8189 cl shrink        0 lits rem          0 time: 0.00
5.69/5.74	c asymm  cl-useful: 0/2600/8010 lits-rem:0 time: 0.14
5.69/5.74	c calculated reachability. Time: 0.00
5.69/5.74	c  N dy    21     46257        90      8010         0      8189     56070    155391     29.98     25.06  --
7.88/7.98	c  N dy    32     69387        90      8010         0     10189     56070    181919     30.55     25.18  --
7.88/7.99	c  S st    32     69387        90      8010         0     10189     56070    181919     30.55     25.18  --
7.98/8.04	c  S st    32     69890        90      8010         0     10667     56070    196111     30.55     25.18  --
7.98/8.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.98/8.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.98/8.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.03
7.98/8.07	c Calc non-exist non-lernt bins v-fix:     0 done:     90 time:  0.00 s
7.98/8.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.98/8.07	c Subs w/ non-existent bins:      0 time:  0.00 s
7.98/8.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.98/8.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.98/8.07	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
8.58/8.69	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
9.58/9.68	c Added 1 vars  tried: 35912 time: 0.99
9.58/9.69	c ORs :      1 avg-s:  0.0 cl-sh:  1068 l-rem:   1068 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    0.99
9.58/9.69	c lits-rem:       269  cl-subs:      222  v-elim:     90  v-fix:    0  time:  1.62 s
9.58/9.69	c learnt bin added due to v-elim: 0
9.58/9.69	c vivif2 --  cl tried     8011 cl shrink        0 lits rem          0 time: 0.00
9.58/9.69	c vivif2 --  cl tried    10445 cl shrink        0 lits rem          0 time: 0.00
9.68/9.78	c asymm  cl-useful: 0/1034/8011 lits-rem:0 time: 0.09
9.68/9.78	c calculated reachability. Time: 0.00
9.68/9.78	c  N dy    32     69890        91      8011         2     10445     56064    190370     30.55     25.18  --
9.68/9.78	c  F st    32     69890        91      8011         2     10445     56064    190370     30.55     25.18  --
9.89/9.96	c Decided on static restart strategy
13.59/13.62	c  N dy    39    104836        91      8011         2     19586     56064    426710     29.94     24.98  --
13.59/13.64	c  S st    39    104836        91      8011         2     19586     56064    426710     29.94     24.98  --
13.69/13.71	c  S st    39    105341        91      8011         2     20065     56064    440587     29.94     24.98  --
13.69/13.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.69/13.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.69/13.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.9M T:  0.06
13.69/13.77	c Calc non-exist non-lernt bins v-fix:     0 done:     91 time:  0.00 s
13.69/13.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.69/13.77	c Subs w/ non-existent bins:      0 time:  0.00 s
13.69/13.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.69/13.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.69/13.78	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
14.89/14.91	c ORs :      1 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
18.09/18.16	c Added 1 vars  tried: 64082 time: 3.25
18.19/18.20	c ORs :      1 avg-s:  0.0 cl-sh:  4512 l-rem:   4512 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    3.29
18.19/18.21	c lits-rem:      2001  cl-subs:     1976  v-elim:     90  v-fix:    0  time:  4.43 s
18.19/18.21	c learnt bin added due to v-elim: 0
18.19/18.21	c vivif2 --  cl tried     8012 cl shrink        0 lits rem          0 time: 0.00
18.19/18.21	c vivif2 --  cl tried    18089 cl shrink        0 lits rem          0 time: 0.00
18.29/18.38	c asymm  cl-useful: 0/2723/8012 lits-rem:0 time: 0.16
18.29/18.38	c calculated reachability. Time: 0.00
18.29/18.38	c  N dy    39    105341        92      8012         4     18089     56055    379152     29.94     24.98  --
25.49/25.57	c  N dy    40    158012        92      8012         4     25323     56055    534578     27.62     24.20  --
25.49/25.59	c  S st    40    158012        92      8012         4     25323     56055    534578     27.62     24.20  --
25.59/25.67	c  S st    40    158517        92      8012         4     25803     56055    548549     27.62     24.20  --
25.59/25.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.59/25.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.69/25.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.9M T:  0.08
25.69/25.75	c Calc non-exist non-lernt bins v-fix:     0 done:     92 time:  0.00 s
25.69/25.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.69/25.76	c Subs w/ non-existent bins:      0 time:  0.00 s
25.69/25.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.69/25.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.69/25.77	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
27.19/27.21	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
31.59/31.60	c Added 1 vars  tried: 80000 time: 4.39
31.59/31.67	c ORs :      1 avg-s:  0.0 cl-sh:  5285 l-rem:   5285 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    4.46
31.59/31.68	c lits-rem:       889  cl-subs:     3449  v-elim:     90  v-fix:    0  time:  5.91 s
31.59/31.68	c learnt bin added due to v-elim: 0
31.59/31.68	c vivif2 --  cl tried     8013 cl shrink        0 lits rem          0 time: 0.00
31.59/31.68	c vivif2 --  cl tried    22354 cl shrink        0 lits rem          0 time: 0.00
31.69/31.76	c asymm  cl-useful: 0/1018/8013 lits-rem:0 time: 0.08
31.69/31.76	c calculated reachability. Time: 0.00
31.69/31.76	c  N dy    40    158517        93      8013         6     22354     56044    450882     27.62     24.20  --
43.49/43.53	c  N dy    43    237776        93      8013         6     27367     56044    547256     29.27     24.21  --
43.49/43.55	c  S st    43    237776        93      8013         6     27367     56044    547256     29.27     24.21  --
43.59/43.64	c  S st    43    238277        93      8013         6     27847     56044    561092     29.27     24.21  --
43.59/43.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.59/43.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.69/43.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.4M T:  0.10
43.69/43.74	c Calc non-exist non-lernt bins v-fix:     0 done:     93 time:  0.00 s
43.69/43.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.69/43.75	c Subs w/ non-existent bins:      0 time:  0.00 s
43.69/43.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.69/43.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.69/43.75	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
45.09/45.15	c ORs :      3 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
49.89/49.93	c Added 1 vars  tried: 80000 time: 4.78
49.89/49.99	c ORs :      1 avg-s:  0.0 cl-sh:  5020 l-rem:   5020 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    4.84
49.99/50.00	c lits-rem:      3743  cl-subs:     2664  v-elim:     90  v-fix:    0  time:  6.24 s
49.99/50.00	c learnt bin added due to v-elim: 0
49.99/50.00	c vivif2 --  cl tried     8014 cl shrink        0 lits rem          0 time: 0.00
49.99/50.00	c vivif2 --  cl tried    25183 cl shrink        0 lits rem          0 time: 0.00
49.99/50.09	c asymm  cl-useful: 0/749/8014 lits-rem:0 time: 0.08
49.99/50.09	c calculated reachability. Time: 0.00
49.99/50.09	c  N dy    43    238277        94      8014         8     25183     56038    479900     29.27     24.21  --
71.69/71.71	c  N dy    44    357415        94      8014         8     29429     56038    517437     28.67     23.81  --
71.69/71.73	c  S st    44    357415        94      8014         8     29429     56038    517437     28.67     23.81  --
71.79/71.82	c  S st    44    357916        94      8014         8     29904     56038    531038     28.67     23.81  --
71.79/71.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.79/71.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.89/71.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.1M T:  0.10
71.89/71.92	c Calc non-exist non-lernt bins v-fix:     0 done:     94 time:  0.00 s
71.89/71.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.89/71.93	c Subs w/ non-existent bins:      0 time:  0.00 s
71.89/71.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.89/71.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.89/71.94	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
73.19/73.21	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
77.79/77.81	c Added 1 vars  tried: 80000 time: 4.59
77.79/77.84	c ORs :      1 avg-s:  0.0 cl-sh:  3496 l-rem:   3496 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    4.63
77.79/77.85	c lits-rem:       544  cl-subs:     2137  v-elim:     90  v-fix:    0  time:  5.91 s
77.79/77.85	c learnt bin added due to v-elim: 0
77.79/77.85	c vivif2 --  cl tried     8015 cl shrink        0 lits rem          0 time: 0.00
77.79/77.86	c vivif2 --  cl tried    27767 cl shrink        0 lits rem          0 time: 0.00
77.89/77.94	c asymm  cl-useful: 0/800/8015 lits-rem:0 time: 0.08
77.89/77.94	c calculated reachability. Time: 0.00
77.89/77.94	c  N dy    44    357916        95      8015        10     27767     56035    473603     28.67     23.81  --
115.29/115.35	c  N dy    45    536874        95      8015        10     35057     56035    593123     30.05     23.77  --
115.29/115.38	c  S st    45    536874        95      8015        10     35057     56035    593123     30.05     23.77  --
115.39/115.48	c  S st    45    537377        95      8015        10     35526     56035    606692     30.05     23.77  --
115.39/115.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
115.39/115.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.60/115.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.9M T:  0.15
115.60/115.63	c Calc non-exist non-lernt bins v-fix:     0 done:     95 time:  0.00 s
115.60/115.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.60/115.64	c Subs w/ non-existent bins:      0 time:  0.01 s
115.60/115.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
115.60/115.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.60/115.65	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
117.29/117.33	c ORs :      5 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
122.79/122.85	c Added 1 vars  tried: 80000 time: 5.52
122.89/122.92	c ORs :      1 avg-s:  0.0 cl-sh:  4344 l-rem:   4344 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    5.59
122.89/122.93	c lits-rem:       958  cl-subs:     1972  v-elim:     90  v-fix:    0  time:  7.28 s
122.89/122.93	c learnt bin added due to v-elim: 0
122.89/122.93	c vivif2 --  cl tried     8016 cl shrink        0 lits rem          0 time: 0.00
122.89/122.94	c vivif2 --  cl tried    33554 cl shrink        0 lits rem          0 time: 0.00
122.99/123.02	c asymm  cl-useful: 0/588/8016 lits-rem:0 time: 0.08
122.99/123.02	c calculated reachability. Time: 0.00
122.99/123.02	c  N dy    45    537377        96      8016        12     33554     56023    551404     30.05     23.77  --
122.99/123.02	c  F st    45    537377        96      8016        12     33554     56023    551404     30.05     23.77  --
123.29/123.34	c Decided on static restart strategy
185.19/185.25	c  N dy    58    806065        96      8016        12     55106     56023   1069753     29.77     23.74  --
185.19/185.29	c  S st    58    806065        96      8016        12     55106     56023   1069753     29.77     23.74  --
185.39/185.45	c  S st    58    806565        96      8016        12     55587     56023   1083597     29.77     23.74  --
185.39/185.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
185.39/185.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
185.69/185.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 14.8M T:  0.30
185.69/185.75	c Calc non-exist non-lernt bins v-fix:     0 done:     96 time:  0.00 s
185.69/185.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
185.69/185.76	c Subs w/ non-existent bins:      0 time:  0.01 s
185.69/185.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.69/185.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.69/185.78	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
190.00/190.08	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
200.40/200.46	c Added 1 vars  tried: 80000 time: 10.38
200.60/200.66	c ORs :      1 avg-s:  0.0 cl-sh:  9598 l-rem:   9598 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   10.57
200.60/200.67	c lits-rem:      1743  cl-subs:     6393  v-elim:     90  v-fix:    0  time: 14.89 s
200.60/200.67	c learnt bin added due to v-elim: 0
200.60/200.67	c vivif2 --  cl tried     8017 cl shrink        0 lits rem          0 time: 0.00
200.60/200.68	c vivif2 --  cl tried    49194 cl shrink        0 lits rem          0 time: 0.01
200.70/200.78	c asymm  cl-useful: 0/377/8017 lits-rem:0 time: 0.09
200.70/200.78	c calculated reachability. Time: 0.00
200.70/200.78	c  N dy    58    806565        97      8017        14     49194     56015    905255     29.77     23.74  --
319.30/319.31	c  N dy    61   1209848        97      8017        14     64418     56015   1174669     28.76     23.41  --
319.30/319.36	c  S st    61   1209848        97      8017        14     64418     56015   1174669     28.76     23.41  --
319.50/319.53	c  S st    61   1210350        97      8017        14     64901     56015   1188563     28.76     23.41  --
319.50/319.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
319.50/319.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
319.80/319.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 16.8M T:  0.31
319.80/319.84	c Calc non-exist non-lernt bins v-fix:     0 done:     97 time:  0.00 s
319.80/319.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
319.80/319.85	c Subs w/ non-existent bins:      0 time:  0.01 s
319.80/319.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
319.80/319.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
319.80/319.87	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
324.40/324.43	c ORs :      7 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
336.20/336.21	c Added 1 vars  tried: 80000 time: 11.78
336.40/336.45	c ORs :      1 avg-s:  0.0 cl-sh:  9952 l-rem:   9952 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   12.02
336.40/336.47	c lits-rem:       435  cl-subs:     6943  v-elim:     90  v-fix:    0  time: 16.60 s
336.40/336.47	c learnt bin added due to v-elim: 0
336.40/336.47	c vivif2 --  cl tried     8018 cl shrink        0 lits rem          0 time: 0.00
336.40/336.48	c vivif2 --  cl tried    57958 cl shrink        0 lits rem          0 time: 0.01
336.50/336.58	c asymm  cl-useful: 0/383/8018 lits-rem:0 time: 0.10
336.50/336.58	c calculated reachability. Time: 0.00
336.50/336.58	c  N dy    61   1210350        98      8018        16     57958     56006   1007926     28.76     23.41  --
526.81/526.89	c  N dy    62   1710351        98      8018        16     87994     56006   1744809     29.36     23.41  --
526.91/526.96	c  S st    62   1710351        98      8018        16     87994     56006   1744809     29.36     23.41  --
527.21/527.20	c  S st    62   1710857        98      8018        16     88482     56006   1758944     29.36     23.41  --
527.21/527.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
527.21/527.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
527.81/527.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 28.8M T:  0.63
527.81/527.84	c Calc non-exist non-lernt bins v-fix:     0 done:     98 time:  0.00 s
527.81/527.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
527.81/527.85	c Subs w/ non-existent bins:      0 time:  0.01 s
527.81/527.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
527.81/527.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
527.81/527.88	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
539.21/539.20	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
558.21/558.28	c Added 1 vars  tried: 80000 time: 19.08
558.81/558.90	c ORs :      1 avg-s:  0.0 cl-sh: 17086 l-rem:  17086 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   19.70
558.91/558.93	c lits-rem:       713  cl-subs:    11037  v-elim:     90  v-fix:    0  time: 31.05 s
558.91/558.93	c learnt bin added due to v-elim: 0
558.91/558.93	c vivif2 --  cl tried     8019 cl shrink        0 lits rem          0 time: 0.00
558.91/558.95	c vivif2 --  cl tried    77445 cl shrink        0 lits rem          0 time: 0.02
559.01/559.05	c asymm  cl-useful: 0/266/8019 lits-rem:0 time: 0.10
559.01/559.06	c calculated reachability. Time: 0.00
559.01/559.06	c  N dy    62   1710857        99      8019        18     77445     55996   1448381     29.36     23.41  --
781.41/781.43	c  N dy    63   2210857        99      8019        18     93969     55996   1784665     29.17     23.51  --
781.51/781.50	c  S st    63   2210857        99      8019        18     93969     55996   1784665     29.17     23.51  --
781.71/781.77	c  S st    63   2211364        99      8019        18     94455     55996   1798386     29.17     23.51  --
781.71/781.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
781.71/781.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
782.41/782.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 32.6M T:  0.68
782.41/782.46	c Calc non-exist non-lernt bins v-fix:     0 done:     99 time:  0.00 s
782.41/782.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
782.41/782.47	c Subs w/ non-existent bins:      0 time:  0.01 s
782.51/782.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
782.51/782.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
782.51/782.51	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
793.42/793.40	c ORs :      9 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 37.0 T:    0.06
813.72/813.73	c Added 2 vars  tried: 80000 time: 20.33
814.52/814.51	c ORs :      2 avg-s:  0.0 cl-sh: 21324 l-rem:  21324 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:   21.11
814.52/814.54	c lits-rem:      1049  cl-subs:     9647  v-elim:     90  v-fix:    0  time: 32.04 s
814.52/814.54	c learnt bin added due to v-elim: 0
814.52/814.54	c vivif2 --  cl tried     8021 cl shrink        0 lits rem          0 time: 0.00
814.52/814.56	c vivif2 --  cl tried    84807 cl shrink        0 lits rem          0 time: 0.02
814.62/814.66	c asymm  cl-useful: 0/236/8021 lits-rem:0 time: 0.10
814.62/814.66	c calculated reachability. Time: 0.00
814.62/814.66	c  N dy    63   2211364       101      8021        22     84807     55982   1521174     29.17     23.51  --
1062.53/1062.58	c  N dy    64   2711365       101      8021        22    107494     55982   2080878     31.07     23.63  --
1062.63/1062.66	c  S st    64   2711365       101      8021        22    107494     55982   2080878     31.07     23.63  --
1063.03/1063.02	c  S st    64   2711868       101      8021        22    107978     55982   2095085     31.07     23.63  --
1063.03/1063.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1063.03/1063.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1063.83/1063.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 37.5M T:  0.83
1063.83/1063.86	c Calc non-exist non-lernt bins v-fix:     0 done:    101 time:  0.00 s
1063.83/1063.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1063.83/1063.88	c Subs w/ non-existent bins:      0 time:  0.02 s
1063.93/1063.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1063.93/1063.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1063.93/1063.92	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1096.23/1096.26	c ORs :     11 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.10
1120.63/1120.65	c Added 2 vars  tried: 80000 time: 24.38
1121.63/1121.68	c ORs :      2 avg-s:  0.0 cl-sh: 24472 l-rem:  24472 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:   25.41
1121.73/1121.72	c lits-rem:      1903  cl-subs:    11233  v-elim:     90  v-fix:    0  time: 57.79 s
1121.73/1121.72	c learnt bin added due to v-elim: 0
1121.73/1121.72	c vivif2 --  cl tried     8023 cl shrink        0 lits rem          0 time: 0.00
1121.73/1121.74	c vivif2 --  cl tried    96745 cl shrink        0 lits rem          0 time: 0.02
1121.83/1121.85	c asymm  cl-useful: 0/169/8023 lits-rem:0 time: 0.11
1121.83/1121.86	c calculated reachability. Time: 0.00
1121.83/1121.86	c  N dy    64   2711868       103      8023        26     96745     55970   1759454     31.07     23.63  --
1121.83/1121.86	c  F st    64   2711868       103      8023        26     96745     55970   1759454     31.07     23.63  --
1122.83/1122.86	c Decided on static restart strategy

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3173366-1301794087/watcher-3173366-1301794087 -o /tmp/evaluation-result-3173366-1301794087/solver-3173366-1301794087 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3173366-1301794087.cnf 

running on 2 cores: 5,7

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.04 4.02 4.00 3/185 21279
/proc/meminfo: memFree=22486576/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=28780 CPUtime=0 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 555 0 0 0 0 0 0 0 25 0 1 0 291011059 29470720 492 33554432000 4194304 4797429 140735455827952 18446744073709551615 4629040 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 7195 492 347 148 0 2124 0

[startup+0.101501 s]
/proc/loadavg: 4.04 4.02 4.00 3/185 21279
/proc/meminfo: memFree=22486576/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=29180 CPUtime=0.09 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 745 0 0 0 9 0 0 0 25 0 1 0 291011059 29880320 676 33554432000 4194304 4797429 140735455827952 18446744073709551615 4429171 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 7295 676 369 148 0 2224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29180

[startup+0.200459 s]
/proc/loadavg: 4.04 4.02 4.00 3/185 21279
/proc/meminfo: memFree=22486576/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=128864 CPUtime=0.19 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 1108 0 0 0 19 0 0 0 25 0 1 0 291011059 131956736 965 33554432000 4194304 4797429 140735455827952 18446744073709551615 4331805 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 32216 965 403 148 0 27145 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 128864

[startup+0.300439 s]
/proc/loadavg: 4.04 4.02 4.00 3/185 21279
/proc/meminfo: memFree=22486576/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=128864 CPUtime=0.29 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 1184 0 0 0 29 0 0 0 25 0 1 0 291011059 131956736 1039 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424887 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 32216 1039 405 148 0 27145 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128864

[startup+0.700361 s]
/proc/loadavg: 4.04 4.02 4.00 3/185 21279
/proc/meminfo: memFree=22486576/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=129728 CPUtime=0.69 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 1601 0 0 0 69 0 0 0 25 0 1 0 291011059 132841472 1233 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 32432 1233 405 148 0 27361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129728

[startup+1.50021 s]
/proc/loadavg: 3.88 3.99 3.99 5/190 21334
/proc/meminfo: memFree=22477020/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=130404 CPUtime=1.49 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 2369 0 0 0 149 0 0 0 25 0 1 0 291011059 133533696 1323 33554432000 4194304 4797429 140735455827952 18446744073709551615 4413516 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 32601 1323 405 148 0 27530 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130404

[startup+3.10091 s]
/proc/loadavg: 3.88 3.99 3.99 5/190 21334
/proc/meminfo: memFree=22471812/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=132940 CPUtime=3.09 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 3466 0 0 0 309 0 0 0 25 0 1 0 291011059 136130560 1991 33554432000 4194304 4797429 140735455827952 18446744073709551615 4523992 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 33235 1991 409 148 0 28164 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132940

[startup+6.3003 s]
/proc/loadavg: 3.89 3.99 3.99 5/190 21334
/proc/meminfo: memFree=22461584/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=133852 CPUtime=6.29 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 4815 0 0 0 629 0 0 0 25 0 1 0 291011059 137064448 2302 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424960 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 33463 2302 410 148 0 28392 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133852

[startup+12.7011 s]
/proc/loadavg: 3.90 3.99 3.99 5/190 21334
/proc/meminfo: memFree=22450580/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=135896 CPUtime=12.69 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 7276 0 0 0 1268 1 0 0 25 0 1 0 291011059 139157504 2912 33554432000 4194304 4797429 140735455827952 18446744073709551615 4345032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 33974 2912 415 148 0 28903 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135896

[startup+25.5007 s]
/proc/loadavg: 3.92 3.99 3.99 5/190 21334
/proc/meminfo: memFree=22436636/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=139380 CPUtime=25.49 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 11031 0 0 0 2547 2 0 0 25 0 1 0 291011059 142725120 3641 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424709 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 34845 3641 415 148 0 29774 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139380

[startup+51.1008 s]
/proc/loadavg: 3.95 3.99 3.99 5/190 21335
/proc/meminfo: memFree=22419104/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=144344 CPUtime=51.09 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 16249 0 0 0 5107 2 0 0 25 0 1 0 291011059 147808256 5089 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 36086 5090 415 148 0 31015 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144344

[startup+102.301 s]
/proc/loadavg: 3.97 3.99 3.99 5/190 21336
/proc/meminfo: memFree=22399524/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=147244 CPUtime=102.29 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 27681 0 0 0 10224 5 0 0 25 0 1 0 291011059 150777856 5663 33554432000 4194304 4797429 140735455827952 18446744073709551615 212435713723 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 36811 5663 415 148 0 31740 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 147244

[startup+162.301 s]
/proc/loadavg: 4.10 4.02 4.00 5/190 21338
/proc/meminfo: memFree=22381816/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=151756 CPUtime=162.3 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 39304 0 0 0 16222 8 0 0 25 0 1 0 291011059 155398144 6559 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 37939 6559 415 148 0 32868 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 151756

[startup+222.306 s]
/proc/loadavg: 4.07 4.03 4.00 5/190 21340
/proc/meminfo: memFree=22361928/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=159512 CPUtime=222.3 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 48484 0 0 0 22219 11 0 0 25 0 1 0 291011059 163340288 8629 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 39878 8629 415 148 0 34807 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 159512

[startup+282.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/190 21341
/proc/meminfo: memFree=22352312/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=159736 CPUtime=282.3 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 56777 0 0 0 28216 14 0 0 25 0 1 0 291011059 163569664 9350 33554432000 4194304 4797429 140735455827952 18446744073709551615 4345115 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 39934 9350 415 148 0 34863 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 159736

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 4.00 5/190 21343
/proc/meminfo: memFree=22332672/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=165696 CPUtime=342.3 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 64117 0 0 0 34214 16 0 0 25 0 1 0 291011059 169672704 10686 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 41424 10686 415 148 0 36353 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 165696

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/190 21344
/proc/meminfo: memFree=22328904/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=165892 CPUtime=402.3 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 71129 0 0 0 40211 19 0 0 25 0 1 0 291011059 169873408 10981 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 41473 10981 415 148 0 36402 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 165892

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 21346
/proc/meminfo: memFree=22323524/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=166084 CPUtime=462.31 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 78195 0 0 0 46210 21 0 0 25 0 1 0 291011059 170070016 11139 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 41521 11139 415 148 0 36450 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 166084

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 21348
/proc/meminfo: memFree=22309828/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=167488 CPUtime=522.31 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 85094 0 0 0 52208 23 0 0 25 0 1 0 291011059 171507712 10843 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424709 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 41872 10843 415 148 0 36801 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 167488

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 21349
/proc/meminfo: memFree=22291180/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=174336 CPUtime=582.31 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 89502 0 0 0 58207 24 0 0 25 0 1 0 291011059 178520064 12390 33554432000 4194304 4797429 140735455827952 18446744073709551615 4629040 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 43584 12390 415 148 0 38513 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 174336

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 21351
/proc/meminfo: memFree=22293004/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=174404 CPUtime=642.31 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 95495 0 0 0 64204 27 0 0 25 0 1 0 291011059 178589696 13142 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 43601 13142 415 148 0 38530 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 174404

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 21352
/proc/meminfo: memFree=22286012/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=174504 CPUtime=702.32 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 101190 0 0 0 70202 30 0 0 25 0 1 0 291011059 178692096 13413 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 43626 13413 415 148 0 38555 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 174504

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 21354
/proc/meminfo: memFree=22276280/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=175480 CPUtime=762.32 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 107020 0 0 0 76199 33 0 0 25 0 1 0 291011059 179691520 13645 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 43870 13645 415 148 0 38799 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 175480

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 21356
/proc/meminfo: memFree=22261716/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=181176 CPUtime=822.32 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 111077 0 0 0 82198 34 0 0 25 0 1 0 291011059 185524224 14861 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 45294 14861 415 148 0 40223 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 181176

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 21357
/proc/meminfo: memFree=22256608/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=181268 CPUtime=882.33 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 116933 0 0 0 88196 37 0 0 25 0 1 0 291011059 185618432 14574 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 45317 14574 415 148 0 40246 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 181268

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 21359
/proc/meminfo: memFree=22260052/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=181384 CPUtime=942.32 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 122677 0 0 0 94193 39 0 0 25 0 1 0 291011059 185737216 14243 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 45346 14243 415 148 0 40275 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 181384

[startup+1002.3 s]
/proc/loadavg: 4.04 4.01 4.00 5/190 21360
/proc/meminfo: memFree=22244028/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=182028 CPUtime=1002.32 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 127207 0 0 0 100191 41 0 0 25 0 1 0 291011059 186396672 15641 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 45507 15641 415 148 0 40436 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 182028

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/190 21362
/proc/meminfo: memFree=22234300/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=183360 CPUtime=1062.33 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 133041 0 0 0 106189 44 0 0 25 0 1 0 291011059 187760640 15201 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424835 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 45840 15201 415 148 0 40769 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 183360

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 21364
/proc/meminfo: memFree=22231176/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=187904 CPUtime=1122.33 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 134120 0 0 0 112189 44 0 0 25 0 1 0 291011059 192413696 16278 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424965 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 46976 16278 415 148 0 41905 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 187904

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 4.00 5/190 21365
/proc/meminfo: memFree=22224436/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=188700 CPUtime=1182.33 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 139817 0 0 0 118186 47 0 0 25 0 1 0 291011059 193228800 15361 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 47175 15361 415 148 0 42104 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 188700

[startup+1242.3 s]
/proc/loadavg: 4.16 4.04 4.01 5/190 21367
/proc/meminfo: memFree=22229720/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=189248 CPUtime=1242.33 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 144487 0 0 0 124183 50 0 0 25 0 1 0 291011059 193789952 16783 33554432000 4194304 4797429 140735455827952 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 47312 16783 415 148 0 42241 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 189248



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.03 4.00 4/189 21369
/proc/meminfo: memFree=22272944/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=190744 CPUtime=1300.04 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 148804 0 0 0 129952 52 0 0 25 0 1 0 291011059 195321856 17873 33554432000 4194304 4797429 140735455827952 18446744073709551615 4425918 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 47686 17873 415 148 0 42615 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 190744

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

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

[startup+1300 s]
/proc/loadavg: 4.06 4.03 4.00 4/189 21369
/proc/meminfo: memFree=22272944/32951124 swapFree=67111528/67111528
[pid=21279] ppid=21277 vsize=190744 CPUtime=1300.04 cores=5,7
/proc/21279/stat : 21279 (techdemo) R 21277 21279 20967 0 -1 4202496 148804 0 0 0 129952 52 0 0 25 0 1 0 291011059 195321856 17873 33554432000 4194304 4797429 140735455827952 18446744073709551615 4425918 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21279/statm: 47686 17873 415 148 0 42615 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 190744

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.52
CPU system time (s): 0.530919
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 285520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.530919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148804
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= 8
involuntary context switches= 13988

runsolver used 2.13267 second user time and 4.92625 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-03 03:28:07
IDJOB=3173366
IDBENCH=82784
IDSOLVER=1585
FILE ID=node102/3173366-1301794087
RUNJOBID= node102-1301791482-20988
PBS_JOBID= 12841422
Free space on /tmp= 71952 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S764895749-094.UNKNOWN.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173366-1301794087/watcher-3173366-1301794087 -o /tmp/evaluation-result-3173366-1301794087/solver-3173366-1301794087 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3173366-1301794087.cnf

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

MD5SUM BENCH= 86d70d98b4a1fa931b287202356d4839
RANDOM SEED=1256323896

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.828
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.82
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.828
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.828
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.82
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22486856 kB
Buffers:        346828 kB
Cached:        9789716 kB
SwapCached:          0 kB
Active:        7259224 kB
Inactive:      2945252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22486856 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15932 kB
Writeback:           0 kB
AnonPages:       67968 kB
Mapped:          15608 kB
Slab:           196240 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   285004 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= 71944 MiB
End job on node102 at 2011-04-03 03:49:49