Trace number 3369736

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.03 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S629207485-001-UNKNOWN.cnf
MD5SUM33c09da85657b6bbed23989098d6baf7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.0704
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369736-1305380903.cnf'
0.00/0.00	c -- header says num vars:          30000
0.00/0.00	c -- header says num clauses:      126000
0.06/0.07	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.06/0.07	c -- vars added      30000
0.06/0.07	c Parsing time:  0.07 s
0.06/0.07	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data  --
0.09/0.16	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.08
0.19/0.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.07
0.29/0.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.29/0.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.29/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.01 s
0.29/0.32	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
0.49/0.57	c lits-rem:         0  cl-subs:        0  v-elim:    902  v-fix:    0  time:  0.25 s
0.49/0.57	c Finding binary XORs  T:     0.00 s  found:       0
0.59/0.63	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.59/0.63	c calculated reachability. Time: 0.00
0.59/0.64	c Calc default polars -  time:   0.01 s pos:   13058 undec:    3471 neg:   13471
0.59/0.64	c =========================================================================================
0.59/0.64	c types(t): F = full restart, N = normal restart
0.59/0.64	c types(t): S = simplification begin/end, E = solution found
0.59/0.64	c restart types(rt): st = static, dy = dynamic
0.59/0.64	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.59/0.64	c  B st     0         0     29098    124456         0         0    378276         0   no data   no data  --
1.79/1.86	c  N dy    22      4118     29098    124456         0      4118    378276   1072755    160.01    169.29  --
2.99/3.07	c  N dy    49      8195     29098    124456         0      8194    378276   2043753    157.26    171.21  --
4.30/4.32	c  N dy    78     12320     29098    124456         0     12317    378276   3042679    157.99    167.88  --
5.69/5.72	c  N dy   107     16822     29098    124456         0     16818    378276   4144021    157.84    170.17  --
6.98/7.00	c  N dy   130     20913     29098    124456         0     10913    378276    831458    156.13    169.92  --
8.19/8.23	c  F st   158     25000     29098    124456         0     15000    378276   1793819    155.92   no data  --
8.19/8.27	c  N st   158     25000     29098    124456         0     15000    378276   1793819    155.92   no data  --
9.99/10.06	c  N dy   164     30000     29098    124456         0     19998    378276   3842927    155.92   no data  --
9.99/10.06	c  S st   164     30000     29098    124456         0     19998    378276   3842927    155.92   no data  --
10.19/10.23	c  S st   164     30502     29098    124456         0     20500    378276   3932886    155.92   no data  --
10.19/10.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
10.19/10.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.39/10.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.16
10.69/10.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
10.69/10.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
10.69/10.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
10.69/10.76	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
17.89/17.99	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time:  7.22 s
18.09/18.11	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.13
18.09/18.12	c calculated reachability. Time: 0.00
18.09/18.12	c  N dy   164     30502     29098    124456         0     20495    378276   3930469    155.92   no data  --
19.39/19.47	c  N dy   191     34596     29098    124456         0     24589    378276   4899817    155.77    171.31  --
20.80/20.83	c  N dy   214     38801     29098    124456         0     28794    378276   5875394    155.10    163.67  --
22.19/22.21	c  N dy   246     42918     29098    124456         0     17412    378276   1236017    155.98    168.67  --
23.10/23.12	c  S st   268     45755     29098    124456         0     20249    378276   1909298    155.83   no data  --
23.19/23.27	c  S st   268     46259     29098    124456         0     20753    378276   1994622    155.83   no data  --
23.19/23.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.19/23.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.39/23.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.16
23.49/23.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.49/23.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
23.59/23.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
23.59/23.61	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
28.09/28.16	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  4.54 s
28.09/28.17	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.01
28.19/28.20	c vivif2 --  cl tried    20751 cl shrink        0 lits rem          0 time: 0.03
28.29/28.33	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.13
28.29/28.34	c calculated reachability. Time: 0.00
28.29/28.34	c  N dy   268     46259     29098    124456         0     20751    378276   1993558    155.83   no data  --
29.70/29.76	c  N dy   299     50394     29098    124456         0     24885    378276   3011964    156.26    165.33  --
31.19/31.22	c  N dy   330     54470     29098    124456         0     28961    378276   3989222    156.40    176.78  --
32.79/32.81	c  N dy   364     58553     29098    124456         0     33043    378276   5010342    157.00    166.48  --
34.39/34.46	c  N dy   391     62821     29098    124456         0     37310    378276   6049284    156.90    167.42  --
35.89/35.96	c  N dy   419     66931     29098    124456         0     22676    378276   1681415    157.10    173.69  --
36.79/36.86	c  S st   436     69390     29098    124456         0     25135    378276   2299992    157.10    159.88  --
36.99/37.04	c  S st   436     69892     29098    124456         0     25637    378276   2379945    157.10   no data  --
36.99/37.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
36.99/37.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.19/37.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.17
37.30/37.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
37.41/37.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
37.41/37.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
37.41/37.43	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
42.80/42.86	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  5.43 s
42.80/42.88	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.01
42.90/42.91	c vivif2 --  cl tried    25634 cl shrink        0 lits rem          0 time: 0.03
42.99/43.05	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.14
42.99/43.06	c calculated reachability. Time: 0.00
42.99/43.06	c  N dy   436     69892     29098    124456         0     25634    378276   2378045    157.10   no data  --
44.69/44.76	c  N dy   469     74420     29098    124456         0     30162    378276   3488915    157.39    166.83  --
46.49/46.58	c  N dy   503     79226     29098    124456         0     34966    378276   4690852    157.51    172.84  --
48.49/48.50	c  N dy   536     84302     29098    124456         0     40042    378276   5890285    157.48    176.03  --
49.69/49.74	c  F st   557     87503     29098    124456         0     22368    378276   1034758    157.42   no data  --
51.00/51.09	c  N st   562     90801     29098    124456         0     25666    378276   2264153    157.42   no data  --
53.19/53.29	c  N dy   590     96593     29098    124456         0     31457    378276   3923232    157.23    166.53  --
55.59/55.69	c  N dy   634    102816     29098    124456         0     37680    378276   5460637    157.42    170.16  --
56.40/56.46	c  S st   645    104839     29098    124456         0     39703    378276   5926682    157.24    159.30  --
56.60/56.66	c  S st   645    105342     29098    124456         0     40206    378276   6018800    157.24   no data  --
56.60/56.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
56.60/56.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.80/56.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
57.20/57.28	c bin-w-bin subsume rem            0 bins  time:  0.01 s
57.20/57.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
57.29/57.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
57.29/57.31	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
125.30/125.32	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time: 68.01 s
125.30/125.34	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.01
125.40/125.42	c vivif2 --  cl tried    40200 cl shrink        0 lits rem          0 time: 0.08
125.59/125.60	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.18
125.59/125.61	c calculated reachability. Time: 0.00
125.59/125.61	c  N dy   645    105342     29098    124456         0     40200    378276   6013759    157.24   no data  --
128.19/128.25	c  N dy   688    112162     29098    124456         0     24584    378276   1161739    157.13    191.22  --
130.81/130.89	c  N dy   734    119416     29098    124456         0     31837    378276   2900793    156.99    210.02  --
133.79/133.82	c  N dy   783    127041     29098    124456         0     39462    378276   4752841    156.85    166.69  --
137.00/137.06	c  N dy   841    135198     29098    124456         0     23908    378276    644374    156.70    171.87  --
140.19/140.26	c  N dy   897    143918     29098    124456         0     32626    378276   2734676    156.67    165.10  --
143.79/143.84	c  N dy   961    153261     29098    124456         0     41968    378276   4970805    156.62    169.66  --
145.69/145.75	c  S st   994    158013     29098    124456         0     46720    378276   6090860    156.55   no data  --
145.89/145.96	c  S st   994    158515     29098    124456         0     47222    378276   6174733    156.55   no data  --
145.89/145.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
145.89/145.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.09/146.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
146.49/146.58	c bin-w-bin subsume rem            0 bins  time:  0.01 s
146.49/146.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
146.59/146.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
146.59/146.61	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
222.39/222.40	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time: 75.78 s
222.39/222.41	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.01
222.49/222.50	c vivif2 --  cl tried    47214 cl shrink        0 lits rem          0 time: 0.09
222.59/222.69	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.19
222.69/222.70	c calculated reachability. Time: 0.00
222.69/222.70	c  N dy   994    158515     29098    124456         0     47214    378276   6172217    156.55   no data  --
226.60/226.69	c  N dy  1065    168940     29098    124456         0     32778    378276   2484367    156.51    167.54  --
230.90/230.91	c  N dy  1137    179763     29098    124456         0     43600    378276   5163073    156.62    170.74  --
235.49/235.55	c  N dy  1223    191250     29098    124456         0     29160    378276   1304089    156.85    165.41  --
240.19/240.22	c  N dy  1308    203457     29098    124456         0     41364    378276   4321893    156.96    168.75  --
245.49/245.54	c  N dy  1393    216513     29098    124456         0     27461    378276    640608    156.85    178.79  --
250.80/250.82	c  N dy  1486    230423     29098    124456         0     41369    378276   4046022    156.86    171.31  --
253.69/253.70	c  S st  1533    237772     29098    124456         0     48718    378276   5809400    156.83    120.62  --
253.89/253.91	c  S st  1533    238274     29098    124456         0     49220    378276   5897647    156.83   no data  --
253.89/253.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
253.89/253.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
254.11/254.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
254.40/254.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
254.50/254.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
254.50/254.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
254.50/254.53	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
326.10/326.17	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 71.65 s
326.10/326.18	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.01
326.20/326.26	c vivif2 --  cl tried    49218 cl shrink        0 lits rem          0 time: 0.08
326.40/326.44	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.17
326.40/326.44	c calculated reachability. Time: 0.00
326.40/326.44	c  N dy  1533    238274     29098    124456         0     49218    378276   5895975    156.83   no data  --
331.90/331.91	c  N dy  1636    253500     29098    124456         0     36464    378276   2544735    156.91    167.32  --
337.70/337.76	c  N dy  1743    269684     29098    124456         0     52646    378276   6502475    156.99    170.99  --
343.89/343.98	c  N dy  1860    286983     29098    124456         0     40950    378276   3461440    157.10    167.67  --
350.69/350.78	c  N dy  1988    305429     29098    124456         0     59395    378276   7948006    157.13    169.26  --
351.09/351.13	c  F st  1995    306250     29098    124456         0     30223    378276    550563    157.14   no data  --
357.80/357.81	c  N dy  2096    324999     29098    124456         0     48972    378276   5519610    157.23    177.33  --
365.10/365.13	c  N dy  2220    345037     29098    124456         0     38015    378276   2157921    157.13    165.43  --
369.50/369.58	c  S st  2308    357411     29098    124456         0     50389    378276   5190680    157.19   no data  --
369.69/369.77	c  S st  2308    357914     29098    124456         0     50892    378276   5279011    157.19   no data  --
369.69/369.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
369.69/369.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
369.89/369.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
370.19/370.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
370.19/370.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
370.19/370.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
370.19/370.29	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
428.59/428.69	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 58.39 s
428.69/428.70	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.01
428.69/428.78	c vivif2 --  cl tried    50888 cl shrink        0 lits rem          0 time: 0.08
428.90/428.97	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.20
428.90/428.98	c calculated reachability. Time: 0.00
428.90/428.98	c  N dy  2308    357914     29098    124456         0     50888    378276   5277607    157.19   no data  --
437.30/437.32	c  N dy  2453    377993     29098    124456         0     38968    378276   2172381    157.24    176.99  --
445.50/445.54	c  N dy  2593    398153     29098    124456         0     59128    378276   7073609    157.25    165.92  --
453.60/453.66	c  N dy  2726    418180     29098    124456         0     46155    378276   3726829    157.34    165.80  --
462.01/462.05	c  N dy  2862    438208     29098    124456         0     66182    378276   8623815    157.40    225.89  --
470.09/470.18	c  N dy  3002    458242     29098    124456         0     52216    378276   5017352    157.55    222.37  --
478.69/478.71	c  N dy  3136    478290     29098    124456         0     37271    378276   1048696    157.52    198.56  --
486.80/486.88	c  N dy  3274    498350     29098    124456         0     57329    378276   6001258    157.56    173.21  --
495.39/495.46	c  N dy  3413    518441     29098    124456         0     41416    378276   1779282    157.59    172.91  --
502.99/503.07	c  S st  3540    536873     29098    124456         0     59847    378276   6295430    157.63    132.74  --
503.29/503.30	c  S st  3540    537376     29098    124456         0     60350    378276   6388181    157.63   no data  --
503.29/503.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
503.29/503.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
503.49/503.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
503.89/503.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
503.89/503.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
503.89/503.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
503.89/503.94	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
590.60/590.63	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 86.68 s
590.60/590.64	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.01
590.70/590.73	c vivif2 --  cl tried    60345 cl shrink        0 lits rem          0 time: 0.09
590.89/590.95	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.22
590.89/590.96	c calculated reachability. Time: 0.00
590.89/590.96	c  N dy  3540    537376     29098    124456         0     60345    378276   6386255    157.63   no data  --
599.40/599.51	c  N dy  3683    557399     29098    124456         0     43378    378276   2030160    157.68    166.29  --
607.89/607.91	c  N dy  3824    577519     29098    124456         0     63495    378276   7005103    157.77    171.04  --
616.49/616.58	c  N dy  3964    597566     29098    124456         0     45534    378276   2340817    157.86    168.61  --
624.89/624.98	c  N dy  4095    617650     29098    124456         0     65617    378276   7295506    157.87    169.77  --
633.60/633.63	c  N dy  4234    637748     29098    124456         0     46715    378276   2348219    157.90    171.65  --
642.09/642.14	c  N dy  4374    657834     29098    124456         0     66800    378276   7358521    158.00    181.88  --
650.79/650.88	c  N dy  4510    677931     29098    124456         0     46905    378276   2135151    158.03    167.02  --
659.50/659.50	c  N dy  4654    698191     29098    124456         0     67163    378276   7145214    158.10    167.02  --
668.40/668.40	c  N dy  4794    718286     29098    124456         0     46256    378276   1732047    158.13    172.11  --
676.69/676.71	c  N dy  4926    738304     29098    124456         0     66273    378276   6560610    158.11    172.47  --
685.69/685.77	c  N dy  5070    758447     29098    124456         0     44416    378276   1102756    158.14    166.88  --
694.01/694.02	c  N dy  5201    778511     29098    124456         0     64480    378276   5941294    158.09    168.93  --
703.00/703.09	c  N dy  5334    798563     29098    124456         0     84531    378276  10889576    158.10    168.36  --
706.20/706.25	c  S st  5388    806064     29098    124456         0     49035    378276   1983257    158.10   no data  --
706.39/706.46	c  S st  5388    806566     29098    124456         0     49537    378276   2065141    158.10   no data  --
706.39/706.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
706.39/706.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
706.59/706.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
706.79/706.82	c bin-w-bin subsume rem            0 bins  time:  0.01 s
706.79/706.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
706.79/706.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
706.79/706.85	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
712.19/712.28	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  5.43 s
712.29/712.30	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.01
712.29/712.33	c vivif2 --  cl tried    49534 cl shrink        0 lits rem          0 time: 0.03
712.49/712.52	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.19
712.49/712.53	c calculated reachability. Time: 0.00
712.49/712.53	c  N dy  5388    806566     29098    124456         0     49534    378276   2062895    158.10   no data  --
721.00/721.04	c  N dy  5517    826842     29098    124456         0     69807    378276   6946699    158.06    173.34  --
730.20/730.21	c  N dy  5654    846917     29098    124456         0     45884    378276    948959    158.05    215.26  --
738.49/738.59	c  N dy  5795    866947     29098    124456         0     65911    378276   5920789    158.12    168.80  --
747.60/747.62	c  N dy  5924    887014     29098    124456         0     85977    378276  10811747    158.11    178.40  --
756.29/756.32	c  N dy  6060    907172     29098    124456         0     61137    378276   4476920    158.14    167.44  --
764.79/764.86	c  N dy  6200    927177     29098    124456         0     81141    378276   9375775    158.18    174.05  --
772.80/772.82	c  N dy  6331    947195     29098    124456         0     55166    378276   2739881    158.15    170.33  --
780.70/780.72	c  N dy  6476    967258     29098    124456         0     75226    378276   7677413    158.17    169.28  --
789.10/789.13	c  N dy  6610    987337     29098    124456         0     48309    378276    836704    158.19    167.44  --
796.80/796.80	c  N dy  6753   1007437     29098    124456         0     68409    378276   5795869    158.22    167.29  --
804.89/804.98	c  N dy  6887   1027463     29098    124456         0     88433    378276  10663632    158.21    185.90  --
812.90/812.96	c  N dy  7021   1047587     29098    124456         0     60565    378276   3625757    158.22    170.11  --
821.00/821.07	c  N dy  7165   1067690     29098    124456         0     80666    378276   8589964    158.26    176.06  --
822.81/822.84	c  F st  7195   1071875     29098    124456         0     84850    378276   9644205    158.28   no data  --
829.59/829.64	c  N dy  7280   1087760     29098    124456         0     51735    378276   1179476    158.32    175.03  --
837.29/837.35	c  N dy  7414   1107888     29098    124456         0     71861    378276   6129073    158.32    167.85  --
845.69/845.74	c  N dy  7548   1127986     29098    124456         0     91959    378276  11056630    158.30    173.82  --
853.70/853.73	c  N dy  7676   1148060     29098    124456         0     62040    378276   3429630    158.26    169.46  --
861.80/861.82	c  N dy  7816   1168130     29098    124456         0     82109    378276   8392044    158.29    178.38  --
870.60/870.63	c  N dy  7950   1188224     29098    124456         0     51196    378276    568991    158.31    169.69  --
878.30/878.38	c  N dy  8090   1208286     29098    124456         0     71257    378276   5507925    158.33    175.48  --
879.00/879.01	c  S st  8103   1209849     29098    124456         0     72820    378276   5879618    158.34   no data  --
879.20/879.23	c  S st  8103   1210354     29098    124456         0     73325    378276   5982712    158.34   no data  --
879.20/879.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
879.20/879.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
879.40/879.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
879.69/879.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
879.69/879.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
879.79/879.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
879.79/879.81	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
959.59/959.64	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 79.83 s
959.59/959.66	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.01
959.69/959.75	c vivif2 --  cl tried    73320 cl shrink        0 lits rem          0 time: 0.09
959.89/959.99	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.24
959.99/960.00	c calculated reachability. Time: 0.00
959.99/960.00	c  N dy  8103   1210354     29098    124456         0     73320    378276   5979089    158.34   no data  --
969.59/969.63	c  N dy  8242   1230457     29098    124456         0     93422    378276  10917114    158.35    169.52  --
979.10/979.18	c  N dy  8380   1250463     29098    124456         0     61421    378276   2881330    158.39    168.58  --
988.29/988.39	c  N dy  8525   1270574     29098    124456         0     81530    378276   7910430    158.44    171.72  --
998.30/998.38	c  N dy  8665   1290669     29098    124456         0    101622    378276  12857315    158.45    230.44  --
1007.51/1007.60	c  N dy  8811   1310682     29098    124456         0     68635    378276   4439013    158.50    167.20  --
1017.00/1017.02	c  N dy  8940   1330699     29098    124456         0     88651    378276   9450474    158.53    175.54  --
1027.31/1027.31	c  N dy  9074   1350884     29098    124456         0     54850    378276    752631    158.56    167.81  --
1036.21/1036.25	c  N dy  9216   1371025     29098    124456         0     74986    378276   5766879    158.59    170.62  --
1045.79/1045.83	c  N dy  9347   1391068     29098    124456         0     95028    378276  10637919    158.60    174.72  --
1055.80/1055.82	c  N dy  9483   1411175     29098    124456         0     60138    378276   1788145    158.59    170.95  --
1064.81/1064.88	c  N dy  9615   1431194     29098    124456         0     80155    378276   6738432    158.62    170.58  --
1074.90/1074.91	c  N dy  9757   1451397     29098    124456         0    100356    378276  11778520    158.65    170.92  --
1084.69/1084.72	c  N dy  9891   1471479     29098    124456         0     64441    378276   2571911    158.64    171.82  --
1093.80/1093.89	c  N dy 10027   1491541     29098    124456         0     84501    378276   7481551    158.65    226.49  --
1103.30/1103.32	c  N dy 10164   1511692     29098    124456         0    104651    378276  12442310    158.66    169.48  --
1111.09/1111.12	c  N dy 10306   1531761     29098    124456         0     67723    378276   3162187    158.69    170.98  --
1118.60/1118.64	c  N dy 10444   1551880     29098    124456         0     87841    378276   8098192    158.69    174.96  --
1126.59/1126.69	c  N dy 10580   1572124     29098    124456         0    108083    378276  13030564    158.69    169.53  --
1134.40/1134.45	c  N dy 10722   1592217     29098    124456         0     70178    378276   3546957    158.71    187.36  --
1142.00/1142.00	c  N dy 10858   1612328     29098    124456         0     90288    378276   8509044    158.73    167.69  --
1149.99/1150.08	c  N dy 10991   1632360     29098    124456         0    110319    378276  13492117    158.72    169.26  --
1157.69/1157.77	c  N dy 11119   1652456     29098    124456         0     71422    378276   3660277    158.71    168.03  --
1165.30/1165.37	c  N dy 11256   1672543     29098    124456         0     91508    378276   8627841    158.72    168.17  --
1173.50/1173.51	c  N dy 11393   1692612     29098    124456         0    111574    378276  13531248    158.73    178.39  --
1180.31/1180.33	c  S st 11503   1710354     29098    124456         0     69316    378276   2807262    158.71   no data  --
1180.50/1180.52	c  S st 11503   1710854     29098    124456         0     69816    378276   2903361    158.71   no data  --
1180.50/1180.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1180.50/1180.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1180.70/1180.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.18
1180.80/1180.88	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1180.80/1180.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1180.80/1180.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
1180.90/1180.90	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1189.50/1189.59	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  8.69 s
1189.60/1189.60	c vivif2 --  cl tried   124456 cl shrink        0 lits rem          0 time: 0.01
1189.60/1189.64	c vivif2 --  cl tried    69813 cl shrink        0 lits rem          0 time: 0.04
1189.80/1189.82	c asymm  cl-useful: 0/124456/124456 lits-rem:0 time: 0.18
1189.80/1189.83	c calculated reachability. Time: 0.00
1189.80/1189.83	c  N dy 11503   1710854     29098    124456         0     69813    378276   2902721    158.71   no data  --
1197.19/1197.28	c  N dy 11629   1730944     29098    124456         0     89903    378276   7768093    158.68    178.55  --
1205.20/1205.24	c  N dy 11753   1750984     29098    124456         0    109941    378276  12743095    158.67    168.42  --
1213.20/1213.25	c  N dy 11892   1771063     29098    124456         0     69020    378276   2630336    158.70    226.75  --
1220.59/1220.69	c  N dy 12021   1791074     29098    124456         0     89031    378276   7549203    158.71    209.65  --
1228.71/1228.78	c  N dy 12160   1811163     29098    124456         0    109118    378276  12515579    158.71    173.83  --
1236.90/1236.99	c  N dy 12296   1831202     29098    124456         0     67162    378276   1845651    158.73    169.43  --
1244.29/1244.36	c  N dy 12424   1851269     29098    124456         0     87226    378276   6723374    158.71    169.69  --
1252.49/1252.54	c  N dy 12565   1871573     29098    124456         0    107528    378276  11803324    158.73    170.88  --
1261.00/1261.02	c  N dy 12703   1891712     29098    124456         0     64678    378276    991769    158.74    170.56  --
1268.31/1268.37	c  N dy 12834   1911809     29098    124456         0     84774    378276   5928824    158.73    169.11  --
1276.20/1276.24	c  N dy 12966   1931840     29098    124456         0    104803    378276  10878786    158.75    173.08  --
1284.60/1284.69	c  N dy 13096   1951893     29098    124456         0    124856    378276  15826672    158.74    168.28  --
1292.20/1292.20	c  N dy 13231   1971897     29098    124456         0     80861    378276   4717445    158.73    201.75  --

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.02 4.03 3.37 4/313 14374
/proc/meminfo: memFree=11725928/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=38672 CPUtime=0 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 3265 0 0 0 0 0 0 0 21 0 1 0 649688179 39600128 2739 33554432000 4194304 4650387 140733668859120 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 9668 2740 329 112 0 4633 0

[startup+0.069286 s]
/proc/loadavg: 4.02 4.03 3.37 4/313 14374
/proc/meminfo: memFree=11725928/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=43776 CPUtime=0.06 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 5083 0 0 0 6 0 0 0 21 0 1 0 649688179 44826624 4557 33554432000 4194304 4650387 140733668859120 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 10944 4558 329 112 0 5909 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 43776

[startup+0.100269 s]
/proc/loadavg: 4.02 4.03 3.37 4/313 14374
/proc/meminfo: memFree=11725928/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=43904 CPUtime=0.09 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 5307 0 0 0 9 0 0 0 21 0 1 0 649688179 44957696 4781 33554432000 4194304 4650387 140733668859120 18446744073709551615 4369936 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 10976 4781 346 112 0 5941 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43904

[startup+0.300241 s]
/proc/loadavg: 4.02 4.03 3.37 4/313 14374
/proc/meminfo: memFree=11725928/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=61428 CPUtime=0.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 9506 0 0 0 28 1 0 0 22 0 1 0 649688179 62902272 8240 33554432000 4194304 4650387 140733668859120 18446744073709551615 4468808 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 15357 8240 358 112 0 10322 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61428

[startup+0.700158 s]
/proc/loadavg: 4.02 4.03 3.37 4/313 14374
/proc/meminfo: memFree=11725928/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=73992 CPUtime=0.69 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 12440 0 0 0 68 1 0 0 23 0 1 0 649688179 75767808 11174 33554432000 4194304 4650387 140733668859120 18446744073709551615 4366015 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 18498 11174 379 112 0 13463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73992

[startup+1.50101 s]
/proc/loadavg: 4.02 4.03 3.37 5/314 14375
/proc/meminfo: memFree=11676744/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=73992 CPUtime=1.49 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 13159 0 0 0 148 1 0 0 25 0 1 0 649688179 75767808 11893 33554432000 4194304 4650387 140733668859120 18446744073709551615 4315121 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 18498 11893 379 112 0 13463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73992

[startup+3.10071 s]
/proc/loadavg: 4.02 4.03 3.37 5/314 14375
/proc/meminfo: memFree=11678980/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=73992 CPUtime=3.09 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 14433 0 0 0 308 1 0 0 25 0 1 0 649688179 75767808 13167 33554432000 4194304 4650387 140733668859120 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 18498 13167 379 112 0 13463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73992

[startup+6.30112 s]
/proc/loadavg: 4.02 4.03 3.37 5/314 14375
/proc/meminfo: memFree=11655428/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=120984 CPUtime=6.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 16913 0 0 0 627 2 0 0 25 0 1 0 649688179 123887616 15647 33554432000 4194304 4650387 140733668859120 18446744073709551615 4331066 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 30246 15647 379 112 0 25211 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120984

[startup+12.7009 s]
/proc/loadavg: 4.02 4.02 3.38 5/314 14375
/proc/meminfo: memFree=11574496/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=218272 CPUtime=12.69 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 42302 0 0 0 1263 6 0 0 25 0 1 0 649688179 223510528 35446 33554432000 4194304 4650387 140733668859120 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 54568 35446 383 112 0 49533 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 218272

[startup+25.5006 s]
/proc/loadavg: 4.01 4.02 3.38 5/314 14375
/proc/meminfo: memFree=11584656/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=167800 CPUtime=25.49 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 49489 0 0 0 2542 7 0 0 25 0 1 0 649688179 171827200 35555 33554432000 4194304 4650387 140733668859120 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 41950 35555 383 112 0 36915 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 167800

[startup+51.1008 s]
/proc/loadavg: 4.01 4.02 3.40 5/314 14376
/proc/meminfo: memFree=11557092/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=179604 CPUtime=51.1 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 66477 0 0 0 5098 12 0 0 25 0 1 0 649688179 183914496 38702 33554432000 4194304 4650387 140733668859120 18446744073709551615 4363394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 44901 38702 383 112 0 39866 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 179604

[startup+102.312 s]
/proc/loadavg: 4.00 4.02 3.43 5/314 14378
/proc/meminfo: memFree=11470184/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=302032 CPUtime=102.3 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 85576 0 0 0 10216 14 0 0 25 0 1 0 649688179 309280768 57801 33554432000 4194304 4650387 140733668859120 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 75508 57801 383 112 0 70473 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 302032

[startup+162.3 s]
/proc/loadavg: 4.04 4.03 3.47 5/314 14379
/proc/meminfo: memFree=11396988/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=332144 CPUtime=162.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 101483 0 0 0 16210 19 0 0 25 0 1 0 649688179 340115456 66069 33554432000 4194304 4650387 140733668859120 18446744073709551615 4476729 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 83036 66069 383 112 0 78001 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 332144

[startup+222.301 s]
/proc/loadavg: 3.71 3.94 3.47 4/308 14398
/proc/meminfo: memFree=11776444/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=332144 CPUtime=222.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 101487 0 0 0 22210 19 0 0 25 0 1 0 649688179 340115456 66073 33554432000 4194304 4650387 140733668859120 18446744073709551615 4540496 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 83036 66073 383 112 0 78001 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 332144

[startup+282.301 s]
/proc/loadavg: 3.33 3.78 3.44 4/308 14399
/proc/meminfo: memFree=11759896/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=348632 CPUtime=282.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 118029 0 0 0 28203 26 0 0 25 0 1 0 649688179 356999168 70196 33554432000 4194304 4650387 140733668859120 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 87158 70196 383 112 0 82123 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 348632

[startup+342.301 s]
/proc/loadavg: 3.12 3.64 3.41 4/308 14401
/proc/meminfo: memFree=11743864/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=304776 CPUtime=342.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 128195 0 0 0 34202 27 0 0 25 0 1 0 649688179 312090624 70800 33554432000 4194304 4650387 140733668859120 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 76194 70800 383 112 0 71159 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 304776

[startup+402.301 s]
/proc/loadavg: 3.04 3.52 3.38 4/308 14403
/proc/meminfo: memFree=11729884/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=373324 CPUtime=402.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 144579 0 0 0 40199 30 0 0 25 0 1 0 649688179 382283776 76146 33554432000 4194304 4650387 140733668859120 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 93331 76146 383 112 0 88296 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 373324

[startup+462.301 s]
/proc/loadavg: 3.01 3.42 3.36 4/308 14404
/proc/meminfo: memFree=11705668/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=373336 CPUtime=462.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 159460 0 0 0 46192 37 0 0 25 0 1 0 649688179 382296064 79602 33554432000 4194304 4650387 140733668859120 18446744073709551615 4368089 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 93334 79602 383 112 0 88299 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 373336

[startup+522.301 s]
/proc/loadavg: 3.04 3.36 3.34 4/308 14406
/proc/meminfo: memFree=11687052/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=387080 CPUtime=522.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 179874 0 0 0 52183 46 0 0 25 0 1 0 649688179 396369920 80703 33554432000 4194304 4650387 140733668859120 18446744073709551615 4476101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 96770 80703 383 112 0 91735 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 387080

[startup+582.3 s]
/proc/loadavg: 3.01 3.29 3.31 4/308 14407
/proc/meminfo: memFree=11687260/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=387080 CPUtime=582.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 179874 0 0 0 58183 46 0 0 25 0 1 0 649688179 396369920 80703 33554432000 4194304 4650387 140733668859120 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 96770 80703 383 112 0 91735 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 387080

[startup+642.3 s]
/proc/loadavg: 3.00 3.23 3.29 4/308 14409
/proc/meminfo: memFree=11683120/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=387340 CPUtime=642.3 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 202435 0 0 0 64174 56 0 0 25 0 1 0 649688179 396636160 81748 33554432000 4194304 4650387 140733668859120 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 96835 81748 383 112 0 91800 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 387340

[startup+702.301 s]
/proc/loadavg: 3.06 3.20 3.27 4/308 14411
/proc/meminfo: memFree=11664336/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=395512 CPUtime=702.3 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 230933 0 0 0 70160 70 0 0 25 0 1 0 649688179 405004288 86679 33554432000 4194304 4650387 140733668859120 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 98878 86679 383 112 0 93843 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 395512

[startup+762.312 s]
/proc/loadavg: 3.02 3.16 3.25 4/308 14421
/proc/meminfo: memFree=11670700/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=396864 CPUtime=762.31 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 254257 0 0 0 76149 82 0 0 25 0 1 0 649688179 406388736 84370 33554432000 4194304 4650387 140733668859120 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 99216 84370 383 112 0 94181 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 396864

[startup+822.301 s]
/proc/loadavg: 3.06 3.15 3.24 4/308 14423
/proc/meminfo: memFree=11681948/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=397292 CPUtime=822.3 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 283638 0 0 0 82142 88 0 0 25 0 1 0 649688179 406827008 85793 33554432000 4194304 4650387 140733668859120 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 99323 85793 383 112 0 94288 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 397292

[startup+882.301 s]
/proc/loadavg: 3.05 3.13 3.23 5/308 14424
/proc/meminfo: memFree=11655620/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=398412 CPUtime=882.3 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 311276 0 0 0 88136 94 0 0 25 0 1 0 649688179 407973888 82700 33554432000 4194304 4650387 140733668859120 18446744073709551615 4451336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 99603 82700 383 112 0 94568 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 398412

[startup+942.301 s]
/proc/loadavg: 3.02 3.11 3.21 4/308 14426
/proc/meminfo: memFree=11585368/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=398412 CPUtime=942.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 311276 0 0 0 94135 94 0 0 25 0 1 0 649688179 407973888 82700 33554432000 4194304 4650387 140733668859120 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 99603 82700 383 112 0 94568 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 398412

[startup+1002.3 s]
/proc/loadavg: 3.02 3.10 3.20 4/304 14439
/proc/meminfo: memFree=11736392/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=339972 CPUtime=1002.29 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 329998 0 0 0 100124 105 0 0 25 0 1 0 649688179 348131328 79902 33554432000 4194304 4650387 140733668859120 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 84993 79902 383 112 0 79958 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 339972

[startup+1062.3 s]
/proc/loadavg: 2.37 2.89 3.12 3/302 14450
/proc/meminfo: memFree=11728856/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=407684 CPUtime=1062.3 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 356819 0 0 0 106112 118 0 0 25 0 1 0 649688179 417468416 84234 33554432000 4194304 4650387 140733668859120 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 101921 84234 383 112 0 96886 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 407684

[startup+1122.3 s]
/proc/loadavg: 1.85 2.66 3.03 2/296 14470
/proc/meminfo: memFree=11952620/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=407988 CPUtime=1122.3 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 385151 0 0 0 112099 131 0 0 25 0 1 0 649688179 417779712 89166 33554432000 4194304 4650387 140733668859120 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 101997 89166 383 112 0 96962 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 407988

[startup+1182.3 s]
/proc/loadavg: 1.31 2.36 2.90 2/296 14471
/proc/meminfo: memFree=11981116/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=347568 CPUtime=1182.3 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 414593 0 0 0 118093 137 0 0 25 0 1 0 649688179 355909632 81801 33554432000 4194304 4650387 140733668859120 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 86892 81801 383 112 0 81857 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 347568

[startup+1242.3 s]
/proc/loadavg: 1.15 2.12 2.78 2/296 14473
/proc/meminfo: memFree=11973164/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=408748 CPUtime=1242.3 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 442795 0 0 0 124086 144 0 0 25 0 1 0 649688179 418557952 84227 33554432000 4194304 4650387 140733668859120 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 102187 84228 383 112 0 97152 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 408748



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.06 1.93 2.68 2/296 14474
/proc/meminfo: memFree=11981672/32951124 swapFree=66050672/67111528
[pid=14374] ppid=14372 vsize=381940 CPUtime=1300.01 cores=1,3
/proc/14374/stat : 14374 (strangenight1-s) R 14372 14374 13939 0 -1 4202496 475105 0 0 0 129849 152 0 0 25 0 1 0 649688179 391106560 81666 33554432000 4194304 4650387 140733668859120 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14374/statm: 95485 81666 383 112 0 90450 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 381940

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1298.49
CPU system time (s): 1.53477
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 414204

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

runsolver used 3.66944 second user time and 9.2016 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-14 15:48:23
IDJOB=3369736
IDBENCH=82545
IDSOLVER=1847
FILE ID=node135/3369736-1305380903
RUNJOBID= node135-1305379151-13959
PBS_JOBID= 13324367
Free space on /tmp= 73308 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S629207485-001-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369736-1305380903/watcher-3369736-1305380903 -o /tmp/evaluation-result-3369736-1305380903/solver-3369736-1305380903 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369736-1305380903.cnf

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

MD5SUM BENCH= 33c09da85657b6bbed23989098d6baf7
RANDOM SEED=1623154418

node135.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.851
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11726208 kB
Buffers:        258216 kB
Cached:        5762812 kB
SwapCached:      50684 kB
Active:       10421496 kB
Inactive:     10558812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11726208 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            8664 kB
Writeback:          36 kB
AnonPages:    14913732 kB
Mapped:          20184 kB
Slab:           133948 kB
PageTables:      48604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57734160 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73336 MiB
End job on node135 at 2011-05-14 16:10:05