Trace number 3369699

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-Night-1-st (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
MD5SUM0d0abbf84f73b4226aa3bedf08367d2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark291.591
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369699-1305380588.cnf'
0.00/0.01	c -- header says num vars:          35000
0.00/0.01	c -- header says num clauses:      147000
0.02/0.08	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.02/0.08	c -- vars added      35000
0.02/0.08	c Parsing time:  0.08 s
0.02/0.08	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data  --
0.08/0.17	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.09
0.19/0.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.08
0.29/0.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.29/0.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.29/0.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.01 s
0.29/0.36	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.59/0.64	c lits-rem:         0  cl-subs:        0  v-elim:   1009  v-fix:    0  time:  0.27 s
0.59/0.64	c Finding binary XORs  T:     0.00 s  found:       0
0.69/0.70	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.69/0.70	c calculated reachability. Time: 0.00
0.69/0.71	c Calc default polars -  time:   0.01 s pos:   15593 undec:    4061 neg:   15346
0.69/0.71	c =========================================================================================
0.69/0.71	c types(t): F = full restart, N = normal restart
0.69/0.71	c types(t): S = simplification begin/end, E = solution found
0.69/0.71	c restart types(rt): st = static, dy = dynamic
0.69/0.71	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.71	c  B st     0         0     33991    145221         0         0    441067         0   no data   no data  --
1.98/2.03	c  N dy    22      4170     33991    145221         0      4168    441067   1203408    164.36    174.69  --
3.30/3.33	c  N dy    49      8293     33991    145221         0      8291    441067   2215907    164.87    177.61  --
4.59/4.62	c  N dy    75     12311     33991    145221         0     12309    441067   3275471    168.73    229.28  --
5.89/5.95	c  N dy    99     16402     33991    145221         0     16400    441067   4335632    168.66    197.26  --
7.28/7.30	c  N dy   127     20496     33991    145221         0     10497    441067    768916    167.73    176.65  --
8.59/8.66	c  N dy   157     24645     33991    145221         0     14646    441067   1854877    169.03    182.01  --
8.70/8.78	c  F st   161     25000     33991    145221         0     15001    441067   1965762    169.40   no data  --
10.59/10.61	c  N dy   167     30002     33991    145221         0     20003    441067   3901534    169.40   no data  --
10.59/10.61	c  S st   167     30002     33991    145221         0     20003    441067   3901534    169.40   no data  --
10.69/10.77	c  S st   167     30504     33991    145221         0     20505    441067   3998931    169.40   no data  --
10.69/10.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
10.69/10.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.89/10.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.20
11.29/11.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.29/11.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.29/11.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
11.29/11.36	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
19.99/20.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  8.72 s
20.19/20.22	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.13
20.19/20.23	c calculated reachability. Time: 0.00
20.19/20.23	c  N dy   167     30504     33991    145221         0     20505    441067   3998931    169.40   no data  --
21.59/21.61	c  N dy   193     34611     33991    145221         0     24612    441067   5031622    168.77    180.41  --
23.10/23.14	c  N dy   220     39087     33991    145221         0     29088    441067   6172653    168.33    177.35  --
24.49/24.54	c  N dy   247     43195     33991    145221         0     17698    441067   1337001    167.85    178.18  --
25.39/25.41	c  S st   267     45756     33991    145221         0     20259    441067   2004728    168.19    144.35  --
25.49/25.57	c  S st   267     46259     33991    145221         0     20762    441067   2089901    168.19   no data  --
25.49/25.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
25.49/25.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.69/25.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.20
25.89/25.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
25.89/25.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.89/25.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
25.89/25.97	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
30.69/30.71	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.73 s
30.69/30.71	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
30.69/30.74	c vivif2 --  cl tried    20761 cl shrink        0 lits rem          0 time: 0.03
30.80/30.87	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.13
30.80/30.87	c calculated reachability. Time: 0.00
30.80/30.88	c  N dy   267     46259     33991    145221         0     20761    441067   2089624    168.19   no data  --
32.29/32.32	c  N dy   299     50467     33991    145221         0     24968    441067   3166386    168.45    180.23  --
33.69/33.73	c  N dy   328     54559     33991    145221         0     29059    441067   4214408    168.53    177.83  --
35.09/35.19	c  N dy   359     58725     33991    145221         0     33225    441067   5316757    168.99    178.61  --
36.79/36.80	c  N dy   392     63143     33991    145221         0     18896    441067    808295    169.33    187.25  --
38.09/38.19	c  N dy   421     67204     33991    145221         0     22957    441067   1879317    169.53    182.16  --
38.89/38.92	c  S st   432     69389     33991    145221         0     25141    441067   2427644    169.28    152.38  --
38.99/39.08	c  S st   432     69893     33991    145221         0     25645    441067   2516965    169.28   no data  --
39.09/39.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
39.09/39.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.29/39.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.20
39.39/39.48	c bin-w-bin subsume rem            0 bins  time:  0.01 s
39.39/39.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
39.39/39.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
39.50/39.51	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
45.69/45.78	c lits-rem:         6  cl-subs:        1  v-elim:      0  v-fix:    0  time:  6.27 s
45.69/45.79	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
45.79/45.82	c vivif2 --  cl tried    25644 cl shrink        0 lits rem          0 time: 0.03
45.89/45.96	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.14
45.89/45.97	c calculated reachability. Time: 0.00
45.89/45.97	c  N dy   432     69893     33991    145221         0     25644    441067   2516767    169.28   no data  --
47.49/47.56	c  N dy   464     74391     33991    145221         0     30141    441067   3702133    169.47    186.03  --
49.19/49.26	c  N dy   497     79249     33991    145221         0     34998    441067   4919807    169.26    181.06  --
51.09/51.10	c  N dy   534     84375     33991    145221         0     40124    441067   6264759    169.38    183.19  --
52.19/52.20	c  F st   553     87501     33991    145221         0     22378    441067   1103317    169.36    167.57  --
53.39/53.40	c  N st   558     90800     33991    145221         0     25677    441067   2226444    169.36   no data  --
55.39/55.47	c  N dy   588     96602     33991    145221         0     31479    441067   3882432    169.32    182.19  --
57.59/57.66	c  N dy   625    102856     33991    145221         0     37733    441067   5475926    169.16    224.75  --
58.30/58.36	c  S st   636    104839     33991    145221         0     39716    441067   5976665    169.05    174.33  --
58.49/58.54	c  S st   636    105343     33991    145221         0     40220    441067   6075691    169.05   no data  --
58.49/58.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
58.49/58.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.69/58.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.22
59.09/59.16	c bin-w-bin subsume rem            0 bins  time:  0.01 s
59.09/59.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
59.09/59.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
59.09/59.18	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
126.19/126.23	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 67.04 s
126.19/126.24	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
126.29/126.32	c vivif2 --  cl tried    40214 cl shrink        0 lits rem          0 time: 0.08
126.39/126.48	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.17
126.39/126.49	c calculated reachability. Time: 0.00
126.39/126.49	c  N dy   636    105343     33991    145221         0     40214    441067   6073413    169.05   no data  --
128.89/128.99	c  N dy   686    112066     33991    145221         0     24502    441067   1233090    169.34    184.27  --
131.39/131.49	c  N dy   733    119315     33991    145221         0     31751    441067   3105993    169.25    182.54  --
134.21/134.24	c  N dy   787    127025     33991    145221         0     39461    441067   5063260    169.29    184.14  --
137.29/137.33	c  N dy   840    135363     33991    145221         0     24080    441067    726967    169.43    184.34  --
140.29/140.36	c  N dy   904    144053     33991    145221         0     32770    441067   2987964    169.71    186.10  --
143.59/143.63	c  N dy   962    153258     33991    145221         0     41975    441067   5330282    169.38    178.76  --
145.29/145.38	c  S st   995    158017     33991    145221         0     46734    441067   6568115    169.38    147.01  --
145.49/145.58	c  S st   995    158522     33991    145221         0     47239    441067   6661427    169.38   no data  --
145.59/145.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
145.59/145.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
145.79/145.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
146.20/146.21	c bin-w-bin subsume rem            0 bins  time:  0.01 s
146.20/146.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
146.20/146.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
146.20/146.23	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
230.49/230.59	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 84.35 s
230.59/230.60	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
230.59/230.69	c vivif2 --  cl tried    47233 cl shrink        0 lits rem          0 time: 0.09
230.79/230.86	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.18
230.79/230.87	c calculated reachability. Time: 0.00
230.79/230.87	c  N dy   995    158522     33991    145221         0     47233    441067   6659614    169.38   no data  --
234.49/234.55	c  N dy  1067    168640     33991    145221         0     32488    441067   2564694    169.54    183.50  --
238.40/238.46	c  N dy  1137    179537     33991    145221         0     43383    441067   5338252    169.41    183.63  --
242.69/242.70	c  N dy  1216    191057     33991    145221         0     28977    441067   1343026    169.33    181.09  --
246.99/247.08	c  N dy  1300    203303     33991    145221         0     41222    441067   4548813    169.34    178.79  --
251.90/251.97	c  N dy  1383    216377     33991    145221         0     27333    441067    657972    169.29    182.94  --
256.89/256.90	c  N dy  1475    230243     33991    145221         0     41199    441067   4271304    169.36    180.45  --
259.61/259.66	c  S st  1525    237783     33991    145221         0     48738    441067   6282710    169.30    171.22  --
259.80/259.85	c  S st  1525    238285     33991    145221         0     49240    441067   6379519    169.30   no data  --
259.80/259.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
259.80/259.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
260.10/260.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
260.40/260.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
260.40/260.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
260.40/260.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
260.40/260.47	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
341.10/341.16	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 80.68 s
341.10/341.17	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
341.20/341.26	c vivif2 --  cl tried    49236 cl shrink        0 lits rem          0 time: 0.09
341.40/341.43	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.18
341.40/341.44	c calculated reachability. Time: 0.00
341.40/341.44	c  N dy  1525    238285     33991    145221         0     49236    441067   6376886    169.30   no data  --
347.00/347.04	c  N dy  1629    253512     33991    145221         0     36482    441067   2746859    169.35    183.07  --
353.00/353.06	c  N dy  1746    269873     33991    145221         0     52842    441067   6963688    169.33    183.49  --
359.40/359.43	c  N dy  1860    287229     33991    145221         0     41211    441067   3690796    169.35    183.09  --
366.20/366.29	c  N dy  1980    305628     33991    145221         0     59607    441067   8461919    169.33    249.97  --
366.50/366.56	c  F st  1985    306250     33991    145221         0     30239    441067    577662    169.32   no data  --
373.50/373.57	c  N dy  2081    325214     33991    145221         0     49202    441067   5954235    169.26    179.40  --
381.00/381.08	c  N dy  2218    345250     33991    145221         0     38239    441067   2392513    169.34    179.03  --
385.50/385.57	c  S st  2298    357427     33991    145221         0     50414    441067   5572925    169.34   no data  --
385.70/385.77	c  S st  2298    357931     33991    145221         0     50918    441067   5681769    169.34   no data  --
385.70/385.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
385.70/385.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
386.00/386.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
386.30/386.32	c bin-w-bin subsume rem            0 bins  time:  0.01 s
386.30/386.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
386.30/386.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
386.30/386.35	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
452.00/452.03	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 65.68 s
452.00/452.04	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
452.11/452.12	c vivif2 --  cl tried    50916 cl shrink        0 lits rem          0 time: 0.08
452.30/452.30	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.18
452.30/452.31	c calculated reachability. Time: 0.00
452.30/452.31	c  N dy  2298    357931     33991    145221         0     50916    441067   5681480    169.34   no data  --
459.82/459.81	c  N dy  2433    378045     33991    145221         0     39029    441067   2324306    169.25    181.19  --
467.20/467.28	c  N dy  2562    398161     33991    145221         0     59143    441067   7495139    169.23    182.80  --
474.70/474.78	c  N dy  2700    418220     33991    145221         0     46204    441067   3930734    169.33    184.37  --
482.40/482.45	c  N dy  2840    438247     33991    145221         0     66229    441067   9117037    169.40    181.84  --
489.91/489.93	c  N dy  2984    458303     33991    145221         0     52285    441067   5278305    169.50    185.67  --
497.70/497.73	c  N dy  3122    478337     33991    145221         0     37320    441067   1096255    169.55    183.17  --
505.21/505.23	c  N dy  3266    498466     33991    145221         0     57448    441067   6394180    169.72    180.77  --
513.00/513.00	c  N dy  3407    518549     33991    145221         0     41538    441067   1962160    169.83    189.58  --
519.91/519.96	c  S st  3536    536896     33991    145221         0     59882    441067   6742775    169.90    152.30  --
520.11/520.16	c  S st  3536    537401     33991    145221         0     60387    441067   6838357    169.90   no data  --
520.11/520.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
520.11/520.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
520.41/520.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
520.71/520.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
520.71/520.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
520.71/520.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
520.81/520.80	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
615.11/615.19	c lits-rem:        10  cl-subs:        2  v-elim:      0  v-fix:    0  time: 94.38 s
615.21/615.20	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
615.21/615.29	c vivif2 --  cl tried    60385 cl shrink        0 lits rem          0 time: 0.09
615.41/615.48	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.20
615.41/615.49	c calculated reachability. Time: 0.00
615.41/615.49	c  N dy  3536    537401     33991    145221         0     60385    441067   6837542    169.90   no data  --
623.21/623.27	c  N dy  3675    557430     33991    145221         0     43415    441067   2181863    169.95    187.59  --
630.91/630.94	c  N dy  3818    577490     33991    145221         0     63475    441067   7504973    170.09    251.51  --
638.60/638.67	c  N dy  3951    597519     33991    145221         0     45513    441067   2452832    170.10    184.87  --
646.31/646.36	c  N dy  4087    617681     33991    145221         0     65675    441067   7754613    170.15    181.02  --
654.10/654.18	c  N dy  4223    637760     33991    145221         0     46751    441067   2530428    170.16    180.19  --
661.81/661.85	c  N dy  4362    657821     33991    145221         0     66812    441067   7746095    170.22    179.30  --
669.71/669.73	c  N dy  4499    677905     33991    145221         0     46890    441067   2280423    170.27    184.21  --
677.31/677.31	c  N dy  4635    697927     33991    145221         0     66912    441067   7478740    170.26    218.75  --
685.32/685.33	c  N dy  4770    718087     33991    145221         0     46072    441067   1864392    170.26    183.96  --
692.81/692.89	c  N dy  4900    738093     33991    145221         0     66077    441067   7092075    170.27    179.66  --
701.01/701.08	c  N dy  5043    758232     33991    145221         0     44214    441067   1066330    170.31    179.48  --
708.61/708.69	c  N dy  5184    778321     33991    145221         0     64302    441067   6364807    170.38    183.98  --
716.71/716.72	c  N dy  5315    798411     33991    145221         0     84388    441067  11549348    170.35    183.12  --
719.61/719.67	c  S st  5366    806102     33991    145221         0     49088    441067   2070025    170.33   no data  --
719.81/719.85	c  S st  5366    806603     33991    145221         0     49589    441067   2152071    170.33   no data  --
719.81/719.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
719.81/719.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
720.01/720.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
720.21/720.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
720.21/720.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
720.21/720.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
720.21/720.27	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
725.71/725.78	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  5.52 s
725.71/725.80	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
725.81/725.83	c vivif2 --  cl tried    49589 cl shrink        0 lits rem          0 time: 0.03
725.92/726.00	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.17
726.02/726.01	c calculated reachability. Time: 0.00
726.02/726.01	c  N dy  5366    806603     33991    145221         0     49589    441067   2152068    170.33   no data  --
733.72/733.71	c  N dy  5509    826608     33991    145221         0     69593    441067   7345567    170.34    181.55  --
742.01/742.01	c  N dy  5650    846749     33991    145221         0     45739    441067    960725    170.37    180.35  --
749.71/749.72	c  N dy  5792    866900     33991    145221         0     65890    441067   6264834    170.40    190.47  --
757.93/757.97	c  N dy  5931    887018     33991    145221         0     86005    441067  11583615    170.45    179.46  --
765.71/765.79	c  N dy  6073    907096     33991    145221         0     61081    441067   4740465    170.50    222.76  --
773.81/773.85	c  N dy  6214    927119     33991    145221         0     81102    441067   9986352    170.53    179.76  --
781.82/781.82	c  N dy  6343    947139     33991    145221         0     55125    441067   2923992    170.52    187.94  --
789.72/789.74	c  N dy  6486    967291     33991    145221         0     75276    441067   8288853    170.62    196.51  --
798.02/798.07	c  N dy  6619    987394     33991    145221         0     48379    441067    897519    170.63    180.56  --
805.71/805.76	c  N dy  6751   1007554     33991    145221         0     68536    441067   6219499    170.63    189.28  --
813.92/813.95	c  N dy  6884   1027650     33991    145221         0     88632    441067  11486970    170.64    180.75  --
821.92/821.92	c  N dy  7022   1047713     33991    145221         0     60694    441067   3878415    170.67    198.92  --
829.92/829.90	c  N dy  7158   1067835     33991    145221         0     80813    441067   9082895    170.65    182.47  --
831.52/831.58	c  F st  7187   1071876     33991    145221         0     84854    441067  10130445    170.66    169.49  --
838.42/838.40	c  N dy  7268   1087904     33991    145221         0     51882    441067   1255269    170.68    180.43  --
846.12/846.19	c  N dy  7402   1108023     33991    145221         0     71999    441067   6593145    170.69    181.37  --
854.42/854.48	c  N dy  7536   1128111     33991    145221         0     92085    441067  11849288    170.68    185.66  --
862.51/862.54	c  N dy  7670   1148207     33991    145221         0     62193    441067   3784417    170.69    190.74  --
870.51/870.52	c  N dy  7804   1168301     33991    145221         0     82285    441067   9069758    170.72    187.97  --
879.12/879.17	c  N dy  7950   1188440     33991    145221         0     51424    441067    628517    170.77    181.56  --
886.92/886.90	c  N dy  8084   1208548     33991    145221         0     71529    441067   5884430    170.78    198.35  --
887.42/887.46	c  S st  8095   1209904     33991    145221         0     72885    441067   6257200    170.78    141.93  --
887.62/887.67	c  S st  8095   1210406     33991    145221         0     73387    441067   6376660    170.78   no data  --
887.62/887.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
887.62/887.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
887.92/887.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
888.22/888.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
888.22/888.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
888.22/888.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
888.32/888.30	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
974.12/974.14	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 85.83 s
974.12/974.15	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
974.22/974.23	c vivif2 --  cl tried    73381 cl shrink        0 lits rem          0 time: 0.09
974.42/974.45	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.21
974.42/974.46	c calculated reachability. Time: 0.00
974.42/974.46	c  N dy  8095   1210406     33991    145221         0     73381    441067   6373064    170.78   no data  --
982.82/982.82	c  N dy  8239   1230526     33991    145221         0     93500    441067  11694420    170.80    184.45  --
991.02/991.06	c  N dy  8381   1250546     33991    145221         0     61528    441067   2984767    170.82    190.35  --
999.01/999.02	c  N dy  8514   1270638     33991    145221         0     81618    441067   8198379    170.82    193.43  --
1007.52/1007.52	c  N dy  8639   1290689     33991    145221         0    101668    441067  13461804    170.77    180.53  --
1015.51/1015.51	c  N dy  8772   1310748     33991    145221         0     68726    441067   4597349    170.73    215.74  --
1023.52/1023.59	c  N dy  8900   1330803     33991    145221         0     88777    441067   9797455    170.71    182.43  --
1032.12/1032.18	c  N dy  9021   1350965     33991    145221         0     54941    441067    773481    170.64    180.44  --
1039.92/1039.90	c  N dy  9153   1370972     33991    145221         0     74947    441067   5908903    170.61    203.43  --
1048.22/1048.23	c  N dy  9281   1391155     33991    145221         0     95129    441067  11177673    170.60    187.66  --
1056.82/1056.85	c  N dy  9420   1411298     33991    145221         0     60275    441067   1919328    170.62    181.36  --
1064.72/1064.77	c  N dy  9558   1431348     33991    145221         0     80324    441067   7145096    170.62    181.27  --
1073.32/1073.32	c  N dy  9698   1451544     33991    145221         0    100520    441067  12448163    170.65    186.91  --
1081.72/1081.76	c  N dy  9838   1471582     33991    145221         0     64560    441067   2750206    170.66    181.23  --
1089.93/1089.94	c  N dy  9985   1491584     33991    145221         0     84562    441067   8081821    170.73    190.51  --
1098.52/1098.50	c  N dy 10118   1511634     33991    145221         0    104612    441067  13272949    170.71    187.20  --
1106.83/1106.82	c  N dy 10251   1531733     33991    145221         0     67711    441067   3390765    170.72    182.48  --
1115.03/1115.09	c  N dy 10390   1551872     33991    145221         0     87849    441067   8776656    170.76    180.32  --
1123.82/1123.85	c  N dy 10530   1571992     33991    145221         0    107968    441067  14100339    170.80    183.73  --
1132.12/1132.15	c  N dy 10664   1592022     33991    145221         0     70004    441067   3676688    170.80    182.89  --
1140.32/1140.32	c  N dy 10796   1612062     33991    145221         0     90042    441067   8906009    170.78    181.09  --
1149.02/1149.03	c  N dy 10930   1632161     33991    145221         0    110139    441067  14128108    170.77    179.99  --
1157.43/1157.40	c  N dy 11072   1652183     33991    145221         0     71161    441067   3897580    170.81    201.84  --
1165.63/1165.64	c  N dy 11211   1672221     33991    145221         0     91199    441067   9195445    170.83    186.27  --
1174.32/1174.37	c  N dy 11344   1692239     33991    145221         0    111216    441067  14393953    170.83    180.37  --
1182.12/1182.14	c  S st 11467   1710407     33991    145221         0     69391    441067   3102087    170.84   no data  --
1182.32/1182.35	c  S st 11467   1710911     33991    145221         0     69895    441067   3196870    170.84   no data  --
1182.32/1182.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1182.32/1182.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1182.62/1182.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1182.72/1182.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1182.82/1182.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1182.82/1182.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
1182.82/1182.83	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
1200.72/1200.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 17.91 s
1200.72/1200.74	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
1200.72/1200.79	c vivif2 --  cl tried    69895 cl shrink        0 lits rem          0 time: 0.04
1200.92/1200.99	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.20
1201.02/1201.00	c calculated reachability. Time: 0.00
1201.02/1201.00	c  N dy 11467   1710911     33991    145221         0     69895    441067   3196870    170.84   no data  --
1209.22/1209.22	c  N dy 11611   1730948     33991    145221         0     89931    441067   8540357    170.89    181.00  --
1217.82/1217.87	c  N dy 11740   1750956     33991    145221         0    109937    441067  13892642    170.89    183.71  --
1226.43/1226.46	c  N dy 11870   1771034     33991    145221         0     69012    441067   2677654    170.89    205.32  --
1234.63/1234.64	c  N dy 12006   1791100     33991    145221         0     89077    441067   7953520    170.90    186.83  --
1243.33/1243.39	c  N dy 12147   1811184     33991    145221         0    109158    441067  13309549    170.94    183.48  --
1252.22/1252.29	c  N dy 12284   1831305     33991    145221         0     67282    441067   1996685    170.94    182.40  --
1260.33/1260.37	c  N dy 12417   1851367     33991    145221         0     87343    441067   7209103    170.94    180.69  --
1269.03/1269.05	c  N dy 12548   1871417     33991    145221         0    107391    441067  12483317    170.94    180.28  --
1278.23/1278.26	c  N dy 12684   1891454     33991    145221         0     64434    441067    989075    170.94    187.58  --
1286.12/1286.16	c  N dy 12808   1911514     33991    145221         0     84494    441067   6169662    170.91    251.56  --
1294.74/1294.72	c  N dy 12940   1931630     33991    145221         0    104608    441067  11416241    170.91    181.94  --

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-3369699-1305380588/watcher-3369699-1305380588 -o /tmp/evaluation-result-3369699-1305380588/solver-3369699-1305380588 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369699-1305380588.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: 3.00 2.98 2.33 4/294 1440
/proc/meminfo: memFree=29010984/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=21468 CPUtime=0 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 657 0 0 0 0 0 0 0 24 0 1 0 649656823 21983232 597 33554432000 4194304 4650387 140737425562208 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 5367 607 312 112 0 332 0

[startup+0.035764 s]
/proc/loadavg: 3.00 2.98 2.33 4/294 1440
/proc/meminfo: memFree=29010984/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=44644 CPUtime=0.02 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 4854 0 0 0 2 0 0 0 24 0 1 0 649656823 45715456 3805 33554432000 4194304 4650387 140737425562208 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 11161 3806 329 112 0 6126 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 44644

[startup+0.100754 s]
/proc/loadavg: 3.00 2.98 2.33 4/294 1440
/proc/meminfo: memFree=29010984/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=50868 CPUtime=0.08 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 6860 0 0 0 8 0 0 0 24 0 1 0 649656823 52088832 5811 33554432000 4194304 4650387 140737425562208 18446744073709551615 4369194 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 12717 5811 346 112 0 7682 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50868

[startup+0.30072 s]
/proc/loadavg: 3.00 2.98 2.33 4/294 1440
/proc/meminfo: memFree=29010984/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=65284 CPUtime=0.29 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 9817 0 0 0 28 1 0 0 25 0 1 0 649656823 66850816 7905 33554432000 4194304 4650387 140737425562208 18446744073709551615 228122374853 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 16321 7910 356 112 0 11286 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65284

[startup+0.700643 s]
/proc/loadavg: 3.00 2.98 2.33 4/294 1440
/proc/meminfo: memFree=29010984/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=83116 CPUtime=0.69 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 14052 0 0 0 68 1 0 0 25 0 1 0 649656823 85110784 12140 33554432000 4194304 4650387 140737425562208 18446744073709551615 4382463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 20779 12140 372 112 0 15744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83116

[startup+1.50049 s]
/proc/loadavg: 3.00 2.98 2.33 4/295 1441
/proc/meminfo: memFree=28961376/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=83116 CPUtime=1.49 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 14814 0 0 0 148 1 0 0 25 0 1 0 649656823 85110784 12902 33554432000 4194304 4650387 140737425562208 18446744073709551615 4315194 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 20779 12902 379 112 0 15744 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83116

[startup+3.10021 s]
/proc/loadavg: 3.00 2.98 2.33 4/295 1441
/proc/meminfo: memFree=28955672/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=83116 CPUtime=3.09 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 16072 0 0 0 307 2 0 0 25 0 1 0 649656823 85110784 14160 33554432000 4194304 4650387 140737425562208 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 20779 14160 379 112 0 15744 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83116

[startup+6.30063 s]
/proc/loadavg: 3.00 2.98 2.33 3/293 1443
/proc/meminfo: memFree=29126940/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=132472 CPUtime=6.29 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 18609 0 0 0 627 2 0 0 25 0 1 0 649656823 135651328 16697 33554432000 4194304 4650387 140737425562208 18446744073709551615 4363581 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 33118 16697 379 112 0 28083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132472

[startup+12.7005 s]
/proc/loadavg: 2.93 2.97 2.33 4/295 1470
/proc/meminfo: memFree=29019560/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=232228 CPUtime=12.69 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 45205 0 0 0 1263 6 0 0 25 0 1 0 649656823 237801472 37224 33554432000 4194304 4650387 140737425562208 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 58057 37224 383 112 0 53022 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 232228

[startup+25.5011 s]
/proc/loadavg: 2.94 2.97 2.34 4/295 1470
/proc/meminfo: memFree=29018556/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=179292 CPUtime=25.49 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 52635 0 0 0 2541 8 0 0 25 0 1 0 649656823 183595008 37223 33554432000 4194304 4650387 140737425562208 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 44823 37223 383 112 0 39788 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 179292

[startup+51.1005 s]
/proc/loadavg: 3.03 2.99 2.36 4/295 1471
/proc/meminfo: memFree=28945528/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=263328 CPUtime=51.09 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 68943 0 0 0 5099 10 0 0 25 0 1 0 649656823 269647872 46268 33554432000 4194304 4650387 140737425562208 18446744073709551615 4364374 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 65832 46268 383 112 0 60797 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 263328

[startup+102.311 s]
/proc/loadavg: 3.01 2.99 2.39 4/295 1500
/proc/meminfo: memFree=28933516/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=315676 CPUtime=102.3 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 89883 0 0 0 10216 14 0 0 25 0 1 0 649656823 323252224 59710 33554432000 4194304 4650387 140737425562208 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 78919 59710 383 112 0 73884 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 315676

[startup+162.3 s]
/proc/loadavg: 3.04 3.00 2.43 4/295 1502
/proc/meminfo: memFree=28868968/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=351624 CPUtime=162.29 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 108068 0 0 0 16212 17 0 0 25 0 1 0 649656823 360062976 69773 33554432000 4194304 4650387 140737425562208 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 87906 69773 383 112 0 82871 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 351624

[startup+222.3 s]
/proc/loadavg: 3.01 3.00 2.47 4/295 1503
/proc/meminfo: memFree=28833496/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=351624 CPUtime=222.29 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 108098 0 0 0 22212 17 0 0 25 0 1 0 649656823 360062976 69803 33554432000 4194304 4650387 140737425562208 18446744073709551615 4476729 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 87906 69803 383 112 0 82871 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 351624

[startup+282.3 s]
/proc/loadavg: 3.00 3.00 2.50 4/295 1505
/proc/meminfo: memFree=28815228/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=369392 CPUtime=282.3 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 126151 0 0 0 28209 21 0 0 25 0 1 0 649656823 378257408 74331 33554432000 4194304 4650387 140737425562208 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 92348 74331 383 112 0 87313 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 369392

[startup+342.301 s]
/proc/loadavg: 3.07 3.02 2.53 4/295 1507
/proc/meminfo: memFree=28805288/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=369524 CPUtime=342.29 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 126826 0 0 0 34208 21 0 0 25 0 1 0 649656823 378392576 75006 33554432000 4194304 4650387 140737425562208 18446744073709551615 4366878 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 92381 75006 383 112 0 87346 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 369524

[startup+402.301 s]
/proc/loadavg: 3.02 3.01 2.56 4/295 1508
/proc/meminfo: memFree=28794088/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=385132 CPUtime=402.3 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 151951 0 0 0 40203 27 0 0 25 0 1 0 649656823 394375168 77762 33554432000 4194304 4650387 140737425562208 18446744073709551615 4476107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 96283 77762 383 112 0 91248 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 385132

[startup+462.301 s]
/proc/loadavg: 3.01 3.00 2.58 4/295 1510
/proc/meminfo: memFree=28792928/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=397388 CPUtime=462.31 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 159700 0 0 0 46202 29 0 0 25 0 1 0 649656823 406925312 79449 33554432000 4194304 4650387 140737425562208 18446744073709551615 4368089 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 99347 79449 383 112 0 94312 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 397388

[startup+522.301 s]
/proc/loadavg: 3.00 3.00 2.60 4/295 1511
/proc/meminfo: memFree=28763264/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=397472 CPUtime=522.31 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 189752 0 0 0 52197 34 0 0 25 0 1 0 649656823 407011328 82212 33554432000 4194304 4650387 140737425562208 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 99368 82212 383 112 0 94333 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 397472

[startup+582.301 s]
/proc/loadavg: 3.04 3.01 2.63 4/295 1513
/proc/meminfo: memFree=28763464/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=397472 CPUtime=582.31 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 189752 0 0 0 58197 34 0 0 25 0 1 0 649656823 407011328 82212 33554432000 4194304 4650387 140737425562208 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 99368 82212 383 112 0 94333 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 397472

[startup+642.301 s]
/proc/loadavg: 3.01 3.01 2.65 4/295 1515
/proc/meminfo: memFree=28740484/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=428028 CPUtime=642.31 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 210784 0 0 0 64194 37 0 0 25 0 1 0 649656823 438300672 87954 33554432000 4194304 4650387 140737425562208 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 107007 87954 383 112 0 101972 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 428028

[startup+702.3 s]
/proc/loadavg: 3.06 3.02 2.68 4/295 1516
/proc/meminfo: memFree=28748372/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=367476 CPUtime=702.31 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 242221 0 0 0 70187 44 0 0 25 0 1 0 649656823 376295424 85917 33554432000 4194304 4650387 140737425562208 18446744073709551615 4363428 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 91869 85917 383 112 0 86834 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 367476

[startup+762.311 s]
/proc/loadavg: 3.05 3.03 2.70 4/295 1518
/proc/meminfo: memFree=28756384/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=367708 CPUtime=762.32 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 270105 0 0 0 76181 51 0 0 25 0 1 0 649656823 376532992 85975 33554432000 4194304 4650387 140737425562208 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 91927 85975 383 112 0 86892 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 367708

[startup+822.3 s]
/proc/loadavg: 3.02 3.02 2.72 4/295 1519
/proc/meminfo: memFree=28659144/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=429680 CPUtime=822.32 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 301740 0 0 0 82174 58 0 0 25 0 1 0 649656823 439992320 87254 33554432000 4194304 4650387 140737425562208 18446744073709551615 4332017 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 107420 87254 383 112 0 102385 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 429680

[startup+882.301 s]
/proc/loadavg: 3.00 3.01 2.73 4/295 1521
/proc/meminfo: memFree=28660848/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=368256 CPUtime=882.31 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 333947 0 0 0 88167 64 0 0 25 0 1 0 649656823 377094144 86112 33554432000 4194304 4650387 140737425562208 18446744073709551615 4333751 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 92064 86112 383 112 0 87029 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 368256

[startup+942.301 s]
/proc/loadavg: 3.03 3.02 2.75 4/295 1523
/proc/meminfo: memFree=28647780/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=430404 CPUtime=942.32 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 337383 0 0 0 94167 65 0 0 25 0 1 0 649656823 440733696 89548 33554432000 4194304 4650387 140737425562208 18446744073709551615 4476729 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 107601 89548 383 112 0 102566 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 430404

[startup+1002.3 s]
/proc/loadavg: 3.01 3.02 2.76 4/295 1524
/proc/meminfo: memFree=28633372/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=430536 CPUtime=1002.32 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 352593 0 0 0 100164 68 0 0 25 0 1 0 649656823 440868864 93371 33554432000 4194304 4650387 140737425562208 18446744073709551615 4363534 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 107634 93371 383 112 0 102599 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 430536

[startup+1062.3 s]
/proc/loadavg: 3.00 3.01 2.77 4/295 1526
/proc/meminfo: memFree=28632704/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=451856 CPUtime=1062.32 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 388273 0 0 0 106159 73 0 0 25 0 1 0 649656823 462700544 93891 33554432000 4194304 4650387 140737425562208 18446744073709551615 4363474 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 112964 93891 383 112 0 107929 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 451856

[startup+1122.3 s]
/proc/loadavg: 3.06 3.02 2.79 4/295 1536
/proc/meminfo: memFree=28600820/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=452428 CPUtime=1122.32 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 420904 0 0 0 112152 80 0 0 25 0 1 0 649656823 463286272 101523 33554432000 4194304 4650387 140737425562208 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 113107 101523 383 112 0 108072 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 452428

[startup+1182.3 s]
/proc/loadavg: 3.02 3.02 2.80 4/295 1538
/proc/meminfo: memFree=28639468/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=453352 CPUtime=1182.32 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 450819 0 0 0 118145 87 0 0 25 0 1 0 649656823 464232448 91713 33554432000 4194304 4650387 140737425562208 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 113338 91713 383 112 0 108303 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 453352

[startup+1242.3 s]
/proc/loadavg: 3.08 3.03 2.82 4/295 1540
/proc/meminfo: memFree=28602752/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=453472 CPUtime=1242.32 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 474069 0 0 0 124140 92 0 0 25 0 1 0 649656823 464355328 101083 33554432000 4194304 4650387 140737425562208 18446744073709551615 4334281 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 113368 101083 383 112 0 108333 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 453472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.02 2.82 4/295 1544
/proc/meminfo: memFree=28593164/32951124 swapFree=54427468/67111528
[pid=1440] ppid=1438 vsize=454112 CPUtime=1300.03 cores=1,3
/proc/1440/stat : 1440 (strangenight1-s) R 1438 1440 1243 0 -1 4202496 504092 0 0 0 129904 99 0 0 25 0 1 0 649656823 465010688 102916 33554432000 4194304 4650387 140737425562208 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1440/statm: 113528 102916 383 112 0 108493 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 454112

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.05
CPU system time (s): 1.01285
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 454112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.05
system time used= 1.01285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 504098
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= 2470

runsolver used 3.17452 second user time and 8.67668 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-14 15:43:08
IDJOB=3369699
IDBENCH=82508
IDSOLVER=1847
FILE ID=node138/3369699-1305380588
RUNJOBID= node138-1305379151-1263
PBS_JOBID= 13324364
Free space on /tmp= 73328 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369699-1305380588/watcher-3369699-1305380588 -o /tmp/evaluation-result-3369699-1305380588/solver-3369699-1305380588 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369699-1305380588.cnf

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

MD5SUM BENCH= 0d0abbf84f73b4226aa3bedf08367d2e
RANDOM SEED=1505665926

node138.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.854
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.70
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.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      29011388 kB
Buffers:        249248 kB
Cached:        3116408 kB
SwapCached:      18472 kB
Active:        1201624 kB
Inactive:      2524852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29011388 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            8996 kB
Writeback:           0 kB
AnonPages:      354404 kB
Mapped:          10036 kB
Slab:           110760 kB
PageTables:      41560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39981720 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= 73324 MiB
End job on node138 at 2011-05-14 16:04:51