Trace number 3175639

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? (TO) 1300.07 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S926207202-053-UNKNOWN.cnf
MD5SUMbd4912a5ba3146c46ac3a58d7861d9a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.8762
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-3175639-1301784967.cnf'
0.00/0.00	c -- header says num vars:          30000
0.00/0.00	c -- header says num clauses:      126000
0.01/0.07	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.01/0.07	c -- vars added      30000
0.01/0.07	c Parsing time:  0.07 s
0.01/0.07	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data  --
0.09/0.15	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.08
0.19/0.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.07
0.19/0.29	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:    867  v-fix:    0  time:  0.25 s
0.49/0.57	c Finding binary XORs  T:     0.01 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:   13310 undec:    3392 neg:   13298
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     29133    124553         0         0    378245         0   no data   no data  --
1.79/1.87	c  N dy    20      4105     29133    124553         0      4105    378245   1098115    147.65    156.27  --
2.99/3.06	c  N dy    48      8126     29133    124553         0      8126    378245   2028305    151.50    159.61  --
4.19/4.26	c  N dy    77     12224     29133    124553         0     12224    378245   3001210    152.77    197.72  --
5.49/5.51	c  N dy   105     16268     29133    124553         0     16268    378245   3976962    154.43    162.79  --
6.79/6.84	c  N dy   134     20319     29133    124553         0     10321    378245    702969    154.79    169.68  --
8.09/8.13	c  N dy   167     24437     29133    124553         0     14439    378245   1716308    156.10    165.11  --
8.29/8.31	c  F st   172     25000     29133    124553         0     15002    378245   1846965    156.03    132.69  --
9.90/9.93	c  N dy   178     30000     29133    124553         0     20001    378245   3437279    156.03   no data  --
9.90/9.93	c  S st   178     30000     29133    124553         0     20001    378245   3437279    156.03   no data  --
9.99/10.09	c  S st   178     30501     29133    124553         0     20502    378245   3533789    156.03   no data  --
10.09/10.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
10.09/10.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.19/10.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.16
10.49/10.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
10.49/10.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
10.49/10.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
10.49/10.59	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
17.79/17.88	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  7.29 s
17.99/18.01	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.12
17.99/18.01	c calculated reachability. Time: 0.00
17.99/18.01	c  N dy   178     30501     29133    124553         0     20500    378245   3533034    156.03   no data  --
19.29/19.30	c  N dy   205     34524     29133    124553         0     24523    378245   4515156    155.96    198.26  --
20.60/20.64	c  N dy   232     38553     29133    124553         0     28552    378245   5451922    155.60    168.39  --
22.09/22.16	c  N dy   261     42669     29133    124553         0     17170    378245   1147306    155.50    166.07  --
23.09/23.18	c  S st   282     45751     29133    124553         0     20252    378245   1876921    155.34   no data  --
23.29/23.34	c  S st   282     46253     29133    124553         0     20754    378245   1963567    155.34   no data  --
23.29/23.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.29/23.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.49/23.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.16
23.59/23.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.59/23.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
23.59/23.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
23.69/23.70	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
27.99/28.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.36 s
27.99/28.08	c vivif2 --  cl tried   124553 cl shrink        0 lits rem          0 time: 0.01
28.09/28.10	c vivif2 --  cl tried    20754 cl shrink        0 lits rem          0 time: 0.03
28.19/28.24	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.13
28.19/28.25	c calculated reachability. Time: 0.00
28.19/28.25	c  N dy   282     46253     29133    124553         0     20754    378245   1963567    155.34   no data  --
29.60/29.62	c  N dy   313     50343     29133    124553         0     24844    378245   2963805    155.55    165.41  --
30.89/30.91	c  N dy   340     54386     29133    124553         0     28886    378245   3884407    155.31    169.80  --
32.20/32.25	c  N dy   368     58448     29133    124553         0     32947    378245   4850973    155.19    165.12  --
33.59/33.62	c  N dy   397     62545     29133    124553         0     37044    378245   5807630    154.85    167.97  --
34.99/35.02	c  N dy   428     66780     29133    124553         0     22531    378245   1620627    155.16    169.49  --
35.79/35.83	c  S st   442     69381     29133    124553         0     25132    378245   2200718    154.63    146.15  --
35.89/35.99	c  S st   442     69885     29133    124553         0     25636    378245   2287882    154.63   no data  --
35.99/36.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
35.99/36.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.09/36.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.16
36.29/36.32	c bin-w-bin subsume rem            0 bins  time:  0.01 s
36.29/36.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.29/36.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
36.29/36.34	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
41.59/41.60	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  5.26 s
41.59/41.62	c vivif2 --  cl tried   124553 cl shrink        0 lits rem          0 time: 0.01
41.59/41.65	c vivif2 --  cl tried    25633 cl shrink        0 lits rem          0 time: 0.03
41.70/41.79	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.14
41.70/41.80	c calculated reachability. Time: 0.00
41.80/41.80	c  N dy   442     69885     29133    124553         0     25633    378245   2287256    154.63   no data  --
43.39/43.44	c  N dy   472     74433     29133    124553         0     30181    378245   3357339    154.57    169.64  --
45.20/45.22	c  N dy   504     79250     29133    124553         0     34998    378245   4548348    154.89    231.81  --
47.09/47.18	c  N dy   540     84485     29133    124553         0     40233    378245   5796557    154.77    165.35  --
48.19/48.21	c  F st   560     87503     29133    124553         0     22374    378245   1011806    154.69   no data  --
49.29/49.36	c  N st   565     90798     29133    124553         0     25668    378245   2094260    154.69   no data  --
51.20/51.29	c  N dy   592     96668     29133    124553         0     31538    378245   3600967    154.67    163.73  --
53.29/53.36	c  N dy   637    102876     29133    124553         0     37744    378245   5068232    154.66    164.83  --
53.99/54.03	c  S st   650    104827     29133    124553         0     39695    378245   5521626    154.66   no data  --
54.19/54.23	c  S st   650    105332     29133    124553         0     40200    378245   5628118    154.66   no data  --
54.19/54.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
54.19/54.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.39/54.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
54.69/54.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
54.69/54.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
54.69/54.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
54.79/54.80	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
114.40/114.49	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 59.69 s
114.49/114.50	c vivif2 --  cl tried   124553 cl shrink        0 lits rem          0 time: 0.01
114.49/114.58	c vivif2 --  cl tried    40194 cl shrink        0 lits rem          0 time: 0.07
114.69/114.74	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.16
114.69/114.74	c calculated reachability. Time: 0.00
114.69/114.75	c  N dy   650    105332     29133    124553         0     40194    378245   5626561    154.66   no data  --
117.09/117.15	c  N dy   699    112121     29133    124553         0     24550    378245   1131538    154.86    168.26  --
119.49/119.52	c  N dy   746    119298     29133    124553         0     31727    378245   2872092    154.95    172.13  --
122.20/122.27	c  N dy   800    127313     29133    124553         0     39742    378245   4774838    154.88    164.60  --
125.20/125.21	c  N dy   862    135480     29133    124553         0     24193    378245    711593    155.21    167.14  --
128.00/128.08	c  N dy   918    144131     29133    124553         0     32844    378245   2798003    155.28    172.98  --
131.30/131.33	c  N dy   978    153594     29133    124553         0     42307    378245   5026534    155.15    166.87  --
132.89/132.94	c  S st  1010    157998     29133    124553         0     46711    378245   6102858    155.27   no data  --
133.10/133.13	c  S st  1010    158502     29133    124553         0     47214    378245   6187895    155.27   no data  --
133.10/133.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
133.10/133.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
133.29/133.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
133.59/133.70	c bin-w-bin subsume rem            0 bins  time:  0.01 s
133.69/133.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
133.69/133.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
133.69/133.72	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
209.80/209.87	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 76.15 s
209.80/209.89	c vivif2 --  cl tried   124553 cl shrink        0 lits rem          0 time: 0.01
209.90/209.97	c vivif2 --  cl tried    47207 cl shrink        0 lits rem          0 time: 0.09
210.10/210.17	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.19
210.10/210.18	c calculated reachability. Time: 0.00
210.10/210.18	c  N dy  1010    158502     29133    124553         0     47207    378245   6184510    155.27   no data  --
214.20/214.24	c  N dy  1083    168827     29133    124553         0     32671    378245   2443201    155.42    166.51  --
218.49/218.53	c  N dy  1161    179802     29133    124553         0     43646    378245   5108247    155.64    166.37  --
223.10/223.18	c  N dy  1239    191305     29133    124553         0     29221    378245   1320021    155.63    164.31  --
227.90/227.91	c  N dy  1321    203566     29133    124553         0     41481    378245   4280654    155.65    168.27  --
233.30/233.31	c  N dy  1410    216594     29133    124553         0     27544    378245    656995    155.74    165.25  --
238.60/238.68	c  N dy  1509    230544     29133    124553         0     41494    378245   4022189    155.89    164.82  --
241.50/241.57	c  S st  1559    237753     29133    124553         0     48702    378245   5782570    155.94   no data  --
241.70/241.78	c  S st  1559    238257     29133    124553         0     49206    378245   5872581    155.94   no data  --
241.80/241.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
241.80/241.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
241.90/242.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
242.30/242.37	c bin-w-bin subsume rem            0 bins  time:  0.01 s
242.30/242.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
242.30/242.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
242.40/242.40	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
313.91/313.91	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 71.51 s
313.91/313.92	c vivif2 --  cl tried   124553 cl shrink        0 lits rem          0 time: 0.01
314.01/314.01	c vivif2 --  cl tried    49199 cl shrink        0 lits rem          0 time: 0.08
314.21/314.21	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.20
314.21/314.21	c calculated reachability. Time: 0.00
314.21/314.22	c  N dy  1559    238257     29133    124553         0     49199    378245   5868950    155.94   no data  --
320.31/320.32	c  N dy  1662    253503     29133    124553         0     36467    378245   2580739    156.09    165.13  --
326.80/326.84	c  N dy  1775    269762     29133    124553         0     52724    378245   6518532    156.27    181.18  --
333.70/333.73	c  N dy  1898    286982     29133    124553         0     40953    378245   3341667    156.25    166.34  --
341.40/341.43	c  N dy  2025    305475     29133    124553         0     59445    378245   7901606    156.42    168.78  --
341.80/341.80	c  F st  2030    306250     29133    124553         0     30228    378245    538335    156.40    155.37  --
348.80/348.88	c  N dy  2135    325023     29133    124553         0     48999    378245   5463488    156.54    169.30  --
356.10/356.18	c  N dy  2269    345045     29133    124553         0     38023    378245   2180206    156.53    165.25  --
360.60/360.61	c  S st  2354    357386     29133    124553         0     50364    378245   5206125    156.54   no data  --
360.81/360.80	c  S st  2354    357894     29133    124553         0     50872    378245   5289551    156.54   no data  --
360.81/360.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
360.81/360.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
361.00/361.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
361.30/361.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
361.30/361.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
361.30/361.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
361.30/361.33	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
419.51/419.54	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 58.22 s
419.51/419.56	c vivif2 --  cl tried   124553 cl shrink        0 lits rem          0 time: 0.01
419.61/419.63	c vivif2 --  cl tried    50867 cl shrink        0 lits rem          0 time: 0.07
419.81/419.80	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.18
419.81/419.81	c calculated reachability. Time: 0.00
419.81/419.81	c  N dy  2354    357894     29133    124553         0     50867    378245   5287037    156.54   no data  --
428.41/428.41	c  N dy  2490    377916     29133    124553         0     38891    378245   2169245    156.62    165.08  --
436.21/436.29	c  N dy  2633    397925     29133    124553         0     58900    378245   7004477    156.71    166.30  --
444.01/444.03	c  N dy  2781    417961     29133    124553         0     45936    378245   3608423    156.81    171.84  --
452.31/452.38	c  N dy  2920    438053     29133    124553         0     66026    378245   8506158    156.88    166.44  --
460.61/460.66	c  N dy  3065    458144     29133    124553         0     52120    378245   4979631    157.09    167.90  --
469.21/469.26	c  N dy  3198    478378     29133    124553         0     37354    378245   1057692    157.10    167.88  --
477.51/477.53	c  N dy  3344    498507     29133    124553         0     57482    378245   6047607    157.23    167.32  --
486.22/486.24	c  N dy  3489    518605     29133    124553         0     41579    378245   1832573    157.31    166.85  --
493.82/493.83	c  S st  3615    536842     29133    124553         0     59814    378245   6337789    157.37   no data  --
494.01/494.06	c  S st  3615    537345     29133    124553         0     60317    378245   6425808    157.37   no data  --
494.01/494.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
494.01/494.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
494.21/494.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
494.61/494.68	c bin-w-bin subsume rem            0 bins  time:  0.01 s
494.61/494.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
494.71/494.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
494.71/494.71	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
583.31/583.37	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 88.67 s
583.31/583.39	c vivif2 --  cl tried   124553 cl shrink        0 lits rem          0 time: 0.01
583.41/583.48	c vivif2 --  cl tried    60312 cl shrink        0 lits rem          0 time: 0.09
583.71/583.70	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.22
583.71/583.71	c calculated reachability. Time: 0.00
583.71/583.71	c  N dy  3615    537345     29133    124553         0     60312    378245   6423252    157.37   no data  --
592.32/592.32	c  N dy  3757    557441     29133    124553         0     43409    378245   2051797    157.42    167.95  --
600.72/600.72	c  N dy  3891    577528     29133    124553         0     63494    378245   6956987    157.42    167.40  --
609.42/609.43	c  N dy  4024    597669     29133    124553         0     45639    378245   2301181    157.44    172.15  --
618.02/618.01	c  N dy  4171    617811     29133    124553         0     65781    378245   7250791    157.56    167.47  --
626.72/626.76	c  N dy  4313    637942     29133    124553         0     46913    378245   2354394    157.62    166.69  --
635.21/635.28	c  N dy  4443    658044     29133    124553         0     67015    378245   7273182    157.62    167.37  --
644.02/644.03	c  N dy  4574    678072     29133    124553         0     47044    378245   2245620    157.66    215.35  --
652.52/652.56	c  N dy  4711    698164     29133    124553         0     67134    378245   7218903    157.72    198.14  --
661.51/661.52	c  N dy  4852    718167     29133    124553         0     46140    378245   1700969    157.73    170.91  --
670.12/670.12	c  N dy  4997    738259     29133    124553         0     66231    378245   6690056    157.81    170.61  --
679.32/679.30	c  N dy  5133    758468     29133    124553         0     44441    378245   1077222    157.86    168.69  --
687.71/687.75	c  N dy  5272    778472     29133    124553         0     64445    378245   5933149    157.88    168.37  --
697.02/697.00	c  N dy  5413    798533     29133    124553         0     84506    378245  10856094    157.92    170.06  --
700.12/700.17	c  S st  5463    806018     29133    124553         0     48989    378245   1956858    157.93    139.80  --
700.32/700.38	c  S st  5463    806524     29133    124553         0     49495    378245   2046646    157.93   no data  --
700.42/700.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
700.42/700.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
700.52/700.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
700.72/700.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
700.72/700.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
700.72/700.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
700.72/700.78	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
706.22/706.21	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  5.43 s
706.22/706.23	c vivif2 --  cl tried   124553 cl shrink        0 lits rem          0 time: 0.01
706.22/706.26	c vivif2 --  cl tried    49493 cl shrink        0 lits rem          0 time: 0.03
706.42/706.45	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.19
706.42/706.46	c calculated reachability. Time: 0.00
706.42/706.46	c  N dy  5463    806524     29133    124553         0     49493    378245   2045318    157.93   no data  --
714.92/714.94	c  N dy  5592    826601     29133    124553         0     69569    378245   6912520    157.91    180.51  --
724.12/724.17	c  N dy  5726    846663     29133    124553         0     45629    378245    881541    157.92    170.44  --
732.52/732.56	c  N dy  5858    866764     29133    124553         0     65729    378245   5771753    157.91    172.32  --
741.61/741.65	c  N dy  5989    886785     29133    124553         0     85750    378245  10657156    157.93    166.64  --
750.32/750.31	c  N dy  6124    906794     29133    124553         0     60766    378245   4394247    157.98    169.82  --
759.22/759.21	c  N dy  6255    926828     29133    124553         0     80798    378245   9268542    157.96    202.79  --
767.92/767.96	c  N dy  6389    946866     29133    124553         0     54836    378245   2686618    157.97    167.30  --
775.72/775.75	c  N dy  6524    967116     29133    124553         0     75086    378245   7614359    157.94    173.33  --
784.12/784.19	c  N dy  6668    987211     29133    124553         0     48179    378245    813762    157.99    169.62  --
791.72/791.74	c  N dy  6804   1007243     29133    124553         0     68208    378245   5715892    158.01    169.26  --
800.12/800.13	c  N dy  6947   1027324     29133    124553         0     88289    378245  10784885    158.05    167.67  --
808.13/808.17	c  N dy  7090   1047349     29133    124553         0     60314    378245   3586926    158.10    176.93  --
816.22/816.28	c  N dy  7234   1067615     29133    124553         0     80578    378245   8582019    158.16    169.11  --
818.02/818.03	c  F st  7261   1071875     29133    124553         0     84837    378245   9613740    158.15    139.98  --
824.72/824.75	c  N dy  7342   1087663     29133    124553         0     51627    378245   1169978    158.17    169.95  --
832.42/832.42	c  N dy  7472   1107702     29133    124553         0     71664    378245   6036180    158.15    172.84  --
840.72/840.77	c  N dy  7612   1127723     29133    124553         0     91684    378245  10942527    158.17    180.51  --
848.82/848.85	c  N dy  7750   1147760     29133    124553         0     61720    378245   3415568    158.22    168.70  --
856.93/856.91	c  N dy  7886   1167935     29133    124553         0     81894    378245   8358095    158.24    170.81  --
865.62/865.65	c  N dy  8029   1188029     29133    124553         0    101988    378245  13322827    158.30    213.12  --
873.72/873.76	c  N dy  8170   1208070     29133    124553         0     71032    378245   5444649    158.30    167.03  --
874.53/874.56	c  S st  8180   1209786     29133    124553         0     72748    378245   5878270    158.30    116.11  --
874.83/874.82	c  S st  8180   1210286     29133    124553         0     73248    378245   5968197    158.30   no data  --
874.83/874.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
874.83/874.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
875.03/875.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
875.43/875.45	c bin-w-bin subsume rem            0 bins  time:  0.01 s
875.43/875.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
875.43/875.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
875.43/875.48	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
953.53/953.51	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 78.03 s
953.53/953.52	c vivif2 --  cl tried   124553 cl shrink        0 lits rem          0 time: 0.01
953.64/953.61	c vivif2 --  cl tried    73244 cl shrink        0 lits rem          0 time: 0.08
953.83/953.82	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.21
953.83/953.83	c calculated reachability. Time: 0.00
953.83/953.83	c  N dy  8180   1210286     29133    124553         0     73244    378245   5965954    158.30   no data  --
962.13/962.20	c  N dy  8315   1230366     29133    124553         0     93323    378245  10869035    158.31    169.27  --
970.53/970.57	c  N dy  8456   1250370     29133    124553         0     61334    378245   2874896    158.34    167.58  --
978.62/978.63	c  N dy  8598   1270473     29133    124553         0     81436    378245   7885493    158.39    175.00  --
987.23/987.23	c  N dy  8729   1290521     29133    124553         0    101484    378245  12767613    158.36    166.90  --
995.33/995.33	c  N dy  8872   1310571     29133    124553         0     68539    378245   4327210    158.39    169.07  --
1004.42/1004.47	c  N dy  9007   1330599     29133    124553         0     88567    378245   9218389    158.37    181.39  --
1013.33/1013.32	c  N dy  9137   1350692     29133    124553         0     54661    378245    699518    158.36    185.81  --
1021.03/1021.06	c  N dy  9264   1370746     29133    124553         0     74715    378245   5595028    158.34    167.87  --
1029.54/1029.56	c  N dy  9409   1390795     29133    124553         0     94764    378245  10637595    158.39    173.55  --
1038.34/1038.33	c  N dy  9544   1410872     29133    124553         0     59837    378245   1713738    158.41    189.85  --
1046.23/1046.29	c  N dy  9675   1430986     29133    124553         0     79950    378245   6702722    158.43    167.95  --
1054.94/1054.95	c  N dy  9813   1451148     29133    124553         0    100111    378245  11702361    158.44    168.20  --
1063.53/1063.57	c  N dy  9954   1471238     29133    124553         0     64203    378245   2572133    158.47    177.01  --
1071.73/1071.79	c  N dy 10092   1491431     29133    124553         0     84396    378245   7549056    158.49    168.02  --
1080.54/1080.51	c  N dy 10226   1511435     29133    124553         0    104398    378245  12463542    158.51    168.09  --
1089.03/1089.04	c  N dy 10365   1531529     29133    124553         0     67497    378245   3123416    158.51    168.16  --
1097.33/1097.32	c  N dy 10504   1551550     29133    124553         0     87516    378245   8109579    158.55    167.96  --
1106.13/1106.13	c  N dy 10634   1571593     29133    124553         0    107559    378245  13025772    158.53    166.97  --
1114.64/1114.63	c  N dy 10771   1591771     29133    124553         0     69738    378245   3410048    158.53    186.60  --
1122.83/1122.89	c  N dy 10909   1611833     29133    124553         0     89800    378245   8321352    158.54    173.32  --
1131.94/1131.91	c  N dy 11043   1631932     29133    124553         0    109896    378245  13268148    158.54    173.59  --
1141.13/1141.14	c  N dy 11186   1652049     29133    124553         0     71017    378245   3550373    158.58    169.61  --
1150.84/1150.85	c  N dy 11325   1672102     29133    124553         0     91068    378245   8552045    158.61    169.08  --
1160.33/1160.33	c  N dy 11465   1692288     29133    124553         0    111251    378245  13534833    158.63    170.00  --
1168.24/1168.25	c  S st 11597   1710286     29133    124553         0     69254    378245   2893470    158.66   no data  --
1168.44/1168.46	c  S st 11597   1710790     29133    124553         0     69758    378245   2993811    158.66   no data  --
1168.44/1168.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1168.44/1168.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1168.64/1168.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1168.84/1168.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1168.84/1168.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1168.84/1168.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29133 time:  0.01 s
1168.84/1168.89	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1183.74/1183.78	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 14.89 s
1183.74/1183.79	c vivif2 --  cl tried   124553 cl shrink        0 lits rem          0 time: 0.01
1183.84/1183.84	c vivif2 --  cl tried    69757 cl shrink        0 lits rem          0 time: 0.04
1184.04/1184.04	c asymm  cl-useful: 0/124553/124553 lits-rem:0 time: 0.20
1184.04/1184.05	c calculated reachability. Time: 0.00
1184.04/1184.05	c  N dy 11597   1710790     29133    124553         0     69757    378245   2993363    158.66   no data  --
1192.34/1192.30	c  N dy 11723   1730853     29133    124553         0     89819    378245   7918903    158.65    176.74  --
1201.14/1201.19	c  N dy 11855   1750920     29133    124553         0    109883    378245  12878667    158.65    177.70  --
1210.13/1210.16	c  N dy 11990   1771356     29133    124553         0     69320    378245   2578171    158.67    167.96  --
1218.43/1218.47	c  N dy 12122   1791365     29133    124553         0     89329    378245   7510565    158.66    170.59  --
1227.34/1227.36	c  N dy 12263   1811376     29133    124553         0    109339    378245  12476138    158.67    178.51  --
1236.54/1236.51	c  N dy 12399   1831498     29133    124553         0     67463    378245   1906627    158.67    169.25  --
1244.64/1244.66	c  N dy 12530   1851613     29133    124553         0     87578    378245   6857188    158.68    173.78  --
1253.54/1253.55	c  N dy 12665   1871660     29133    124553         0    107624    378245  11819773    158.68    179.78  --
1263.04/1263.01	c  N dy 12801   1891814     29133    124553         0     64780    378245   1032836    158.70    168.74  --
1270.93/1270.99	c  N dy 12927   1911903     29133    124553         0     84865    378245   5943384    158.68    174.29  --
1279.84/1279.88	c  N dy 13073   1931946     29133    124553         0    104907    378245  10940627    158.73    183.80  --
1289.34/1289.32	c  N dy 13210   1951986     29133    124553         0    124947    378245  15875848    158.73    169.09  --
1297.44/1297.41	c  N dy 13351   1972190     29133    124553         0     81154    378245   4798218    158.74    172.42  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175639-1301784967/watcher-3175639-1301784967 -o /tmp/evaluation-result-3175639-1301784967/solver-3175639-1301784967 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175639-1301784967.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.85 3.92 3.64 4/189 17703
/proc/meminfo: memFree=18312416/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=37232 CPUtime=0 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 2767 0 0 0 0 0 0 0 25 0 1 0 368727417 38125568 2246 33554432000 4194304 4650387 140736198391664 18446744073709551615 4317100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 9308 2250 329 112 0 4273 0

[startup+0.0167531 s]
/proc/loadavg: 3.85 3.92 3.64 4/189 17703
/proc/meminfo: memFree=18312416/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=38672 CPUtime=0.01 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 3327 0 0 0 1 0 0 0 25 0 1 0 368727417 39600128 2801 33554432000 4194304 4650387 140736198391664 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 9668 2802 329 112 0 4633 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 38672

[startup+0.100768 s]
/proc/loadavg: 3.85 3.92 3.64 4/189 17703
/proc/meminfo: memFree=18312416/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=43904 CPUtime=0.09 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 5308 0 0 0 9 0 0 0 25 0 1 0 368727417 44957696 4782 33554432000 4194304 4650387 140736198391664 18446744073709551615 4369952 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 10976 4782 346 112 0 5941 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43904

[startup+0.300726 s]
/proc/loadavg: 3.85 3.92 3.64 4/189 17703
/proc/meminfo: memFree=18312416/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=61448 CPUtime=0.29 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 9510 0 0 0 28 1 0 0 25 0 1 0 368727417 62922752 8244 33554432000 4194304 4650387 140736198391664 18446744073709551615 256415047556 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 15362 8244 359 112 0 10327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61448

[startup+0.700653 s]
/proc/loadavg: 3.85 3.92 3.64 4/189 17703
/proc/meminfo: memFree=18312416/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=72724 CPUtime=0.69 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 12072 0 0 0 68 1 0 0 25 0 1 0 368727417 74469376 10806 33554432000 4194304 4650387 140736198391664 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 18181 10806 379 112 0 13146 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72724

[startup+1.5005 s]
/proc/loadavg: 3.85 3.92 3.64 5/190 17704
/proc/meminfo: memFree=18272604/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=72724 CPUtime=1.49 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 12823 0 0 0 148 1 0 0 25 0 1 0 368727417 74469376 11557 33554432000 4194304 4650387 140736198391664 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 18181 11557 379 112 0 13146 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72724

[startup+3.1002 s]
/proc/loadavg: 3.85 3.92 3.64 5/190 17704
/proc/meminfo: memFree=18265648/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=72724 CPUtime=3.09 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 14058 0 0 0 307 2 0 0 25 0 1 0 368727417 74469376 12792 33554432000 4194304 4650387 140736198391664 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 18181 12792 379 112 0 13146 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72724

[startup+6.30059 s]
/proc/loadavg: 3.86 3.92 3.64 5/190 17704
/proc/meminfo: memFree=18172540/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=119716 CPUtime=6.29 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 16527 0 0 0 627 2 0 0 25 0 1 0 368727417 122589184 15261 33554432000 4194304 4650387 140736198391664 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 29929 15261 379 112 0 24894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119716

[startup+12.7004 s]
/proc/loadavg: 3.95 3.93 3.64 5/190 17704
/proc/meminfo: memFree=18073340/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=210884 CPUtime=12.69 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 40042 0 0 0 1264 5 0 0 25 0 1 0 368727417 215945216 33182 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 52721 33182 383 112 0 47686 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 210884

[startup+25.501 s]
/proc/loadavg: 3.96 3.94 3.65 5/190 17705
/proc/meminfo: memFree=18053700/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=159212 CPUtime=25.5 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 46995 0 0 0 2543 7 0 0 25 0 1 0 368727417 163033088 33406 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 39803 33406 383 112 0 34768 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 159212

[startup+51.1011 s]
/proc/loadavg: 3.98 3.94 3.66 5/190 17705
/proc/meminfo: memFree=17976396/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=229888 CPUtime=51.1 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 64471 0 0 0 5099 11 0 0 25 0 1 0 368727417 235405312 37374 33554432000 4194304 4650387 140736198391664 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 57472 37374 383 112 0 52437 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 229888

[startup+102.306 s]
/proc/loadavg: 3.99 3.95 3.67 5/190 17707
/proc/meminfo: memFree=17884372/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=284140 CPUtime=102.3 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 80348 0 0 0 10218 12 0 0 25 0 1 0 368727417 290959360 53251 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 71035 53251 383 112 0 66000 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 284140

[startup+162.301 s]
/proc/loadavg: 4.03 3.97 3.69 5/190 17708
/proc/meminfo: memFree=17740628/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=318244 CPUtime=162.3 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 97102 0 0 0 16215 15 0 0 25 0 1 0 368727417 325881856 62726 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 79561 62726 383 112 0 74526 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 318244

[startup+222.301 s]
/proc/loadavg: 4.01 3.97 3.71 5/190 17710
/proc/meminfo: memFree=17721388/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=273452 CPUtime=222.3 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 105425 0 0 0 22212 18 0 0 25 0 1 0 368727417 280014848 63073 33554432000 4194304 4650387 140736198391664 18446744073709551615 4360407 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 68363 63073 383 112 0 63328 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 273452

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 17711
/proc/meminfo: memFree=17701916/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=333472 CPUtime=282.31 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 113380 0 0 0 28208 23 0 0 25 0 1 0 368727417 341475328 66645 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 83368 66645 383 112 0 78333 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 333472

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 17722
/proc/meminfo: memFree=17691196/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=290916 CPUtime=342.3 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 128784 0 0 0 34201 29 0 0 25 0 1 0 368727417 297897984 67444 33554432000 4194304 4650387 140736198391664 18446744073709551615 4315121 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 72729 67444 383 112 0 67694 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 290916

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 17724
/proc/meminfo: memFree=17629168/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=359140 CPUtime=402.3 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 139772 0 0 0 40198 32 0 0 25 0 1 0 368727417 367759360 72725 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 89785 72725 383 112 0 84750 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 359140

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 17725
/proc/meminfo: memFree=17616252/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=359112 CPUtime=462.31 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 157978 0 0 0 46191 40 0 0 25 0 1 0 368727417 367730688 73347 33554432000 4194304 4650387 140736198391664 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 89778 73347 383 112 0 84743 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 359112

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.78 5/190 17727
/proc/meminfo: memFree=17590824/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=372824 CPUtime=522.31 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 175015 0 0 0 52182 49 0 0 25 0 1 0 368727417 381771776 77303 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476097 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 93206 77303 383 112 0 88171 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 372824

[startup+582.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/190 17728
/proc/meminfo: memFree=17608660/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=372824 CPUtime=582.31 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 175015 0 0 0 58182 49 0 0 25 0 1 0 368727417 381771776 77303 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 93206 77303 383 112 0 88171 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 372824

[startup+642.301 s]
/proc/loadavg: 4.06 3.99 3.80 5/190 17730
/proc/meminfo: memFree=17622280/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=316536 CPUtime=642.32 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 200520 0 0 0 64172 60 0 0 25 0 1 0 368727417 324132864 73908 33554432000 4194304 4650387 140736198391664 18446744073709551615 4331965 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 79134 73908 383 112 0 74099 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 316536

[startup+702.301 s]
/proc/loadavg: 4.02 3.99 3.82 5/190 17732
/proc/meminfo: memFree=17621512/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=316536 CPUtime=702.32 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 224957 0 0 0 70162 70 0 0 25 0 1 0 368727417 324132864 73908 33554432000 4194304 4650387 140736198391664 18446744073709551615 4438611 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 79134 73908 383 112 0 74099 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 316536

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.82 5/190 17733
/proc/meminfo: memFree=17554288/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=383380 CPUtime=762.32 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 252367 0 0 0 76152 80 0 0 25 0 1 0 368727417 392581120 84031 33554432000 4194304 4650387 140736198391664 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 95845 84031 383 112 0 90810 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 383380

[startup+822.301 s]
/proc/loadavg: 4.07 4.00 3.83 5/190 17735
/proc/meminfo: memFree=17577688/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=385916 CPUtime=822.32 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 282735 0 0 0 82144 88 0 0 25 0 1 0 368727417 395177984 86304 33554432000 4194304 4650387 140736198391664 18446744073709551615 4331051 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 96479 86304 383 112 0 91444 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 385916

[startup+882.301 s]
/proc/loadavg: 4.02 4.00 3.84 5/190 17736
/proc/meminfo: memFree=17585220/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=386364 CPUtime=882.33 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 306971 0 0 0 88137 96 0 0 25 0 1 0 368727417 395636736 79787 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 96591 79787 383 112 0 91556 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 386364

[startup+942.3 s]
/proc/loadavg: 4.01 4.00 3.85 5/190 17738
/proc/meminfo: memFree=17563004/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=386364 CPUtime=942.33 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 306971 0 0 0 94137 96 0 0 25 0 1 0 368727417 395636736 79787 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 96591 79787 383 112 0 91556 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 386364

[startup+1002.3 s]
/proc/loadavg: 4.04 4.01 3.86 5/190 17740
/proc/meminfo: memFree=17583068/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=386664 CPUtime=1002.33 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 330503 0 0 0 100132 101 0 0 25 0 1 0 368727417 395943936 81956 33554432000 4194304 4650387 140736198391664 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 96666 81956 383 112 0 91631 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 386664

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.86 5/190 17741
/proc/meminfo: memFree=17570392/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=335468 CPUtime=1062.33 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 360289 0 0 0 106125 108 0 0 25 0 1 0 368727417 343519232 77747 33554432000 4194304 4650387 140736198391664 18446744073709551615 4333595 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 83867 77747 383 112 0 78832 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 335468

[startup+1122.3 s]
/proc/loadavg: 4.04 4.02 3.87 5/190 17743
/proc/meminfo: memFree=17551404/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=396060 CPUtime=1122.33 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 390200 0 0 0 112117 116 0 0 25 0 1 0 368727417 405565440 83891 33554432000 4194304 4650387 140736198391664 18446744073709551615 4363550 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 99015 83891 383 112 0 93980 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 396060

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.88 5/190 17744
/proc/meminfo: memFree=17552240/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=412664 CPUtime=1182.34 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 414233 0 0 0 118110 124 0 0 25 0 1 0 368727417 422567936 83018 33554432000 4194304 4650387 140736198391664 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 103166 83018 383 112 0 98131 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 412664

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.89 5/190 17746
/proc/meminfo: memFree=17519992/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=397100 CPUtime=1242.34 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 446191 0 0 0 124102 132 0 0 25 0 1 0 368727417 406630400 81480 33554432000 4194304 4650387 140736198391664 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 99275 81480 383 112 0 94240 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 397100



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.93 3.98 3.89 5/190 17832
/proc/meminfo: memFree=18072864/32950928 swapFree=67111528/67111528
[pid=17703] ppid=17701 vsize=381468 CPUtime=1300.04 cores=5,7
/proc/17703/stat : 17703 (strangenight1-s) R 17701 17703 17493 0 -1 4202496 477702 0 0 0 129865 139 0 0 25 0 1 0 368727417 390623232 78431 33554432000 4194304 4650387 140736198391664 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17703/statm: 95367 78431 383 112 0 90332 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 381468

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.07
CPU user time (s): 1298.66
CPU system time (s): 1.41379
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 412664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.66
system time used= 1.41378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 477702
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= 6
involuntary context switches= 2497

runsolver used 2.07069 second user time and 5.04823 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-03 00:56:07
IDJOB=3175639
IDBENCH=82657
IDSOLVER=1589
FILE ID=node115/3175639-1301784967
RUNJOBID= node115-1301783654-17514
PBS_JOBID= 12841403
Free space on /tmp= 71348 MiB

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

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

MD5SUM BENCH= bd4912a5ba3146c46ac3a58d7861d9a6
RANDOM SEED=410294549

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.77
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18312696 kB
Buffers:        401528 kB
Cached:       13754488 kB
SwapCached:          0 kB
Active:        9409600 kB
Inactive:      4921164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18312696 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31208 kB
Writeback:           0 kB
AnonPages:      173992 kB
Mapped:          16372 kB
Slab:           243612 kB
PageTables:       5616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   412640 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= 71344 MiB
End job on node115 at 2011-04-03 01:17:50