Trace number 3369708

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1233052734-067-UNKNOWN.cnf
MD5SUMeea50e836fd8ac6474349634450aaaf7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.8316
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369708-1305380611.cnf'
0.00/0.01	c -- header says num vars:          25000
0.00/0.01	c -- header says num clauses:      105000
0.02/0.06	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.02/0.06	c -- vars added      25000
0.02/0.06	c Parsing time:  0.06 s
0.02/0.06	c  N st     0         0     25000    105000         0         0    315000         0   no data   no data  --
0.09/0.13	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.07
0.09/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
0.19/0.25	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.19/0.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.19/0.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.01 s
0.19/0.27	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.01 s
0.39/0.48	c lits-rem:         0  cl-subs:        0  v-elim:    711  v-fix:    0  time:  0.21 s
0.39/0.48	c Finding binary XORs  T:     0.00 s  found:       0
0.49/0.53	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.49/0.53	c calculated reachability. Time: 0.00
0.49/0.54	c Calc default polars -  time:   0.01 s pos:   11141 undec:    2831 neg:   11028
0.49/0.54	c =========================================================================================
0.49/0.54	c types(t): F = full restart, N = normal restart
0.49/0.54	c types(t): S = simplification begin/end, E = solution found
0.49/0.54	c restart types(rt): st = static, dy = dynamic
0.49/0.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.54	c  B st     0         0     24289    103880         0         0    315582         0   no data   no data  --
1.59/1.69	c  N dy    19      4161     24289    103880         0      4160    315582   1028930    143.16    150.85  --
2.79/2.85	c  N dy    49      8280     24289    103880         0      8279    315582   1944456    144.63    154.58  --
4.09/4.13	c  N dy    74     12530     24289    103880         0     12529    315582   2870980    142.89    152.30  --
5.50/5.52	c  N dy   102     16672     24289    103880         0     16671    315582   3802220    142.80    160.88  --
6.89/6.96	c  N dy   131     20715     24289    103880         0     10716    315582    741981    142.31    159.07  --
8.29/8.30	c  N dy   155     24753     24289    103880         0     14754    315582   1610400    141.50    150.31  --
8.29/8.39	c  F st   157     25000     24289    103880         0     15001    315582   1664621    141.46   no data  --
10.29/10.34	c  N dy   163     30001     24289    103880         0     20002    315582   3172016    141.46   no data  --
10.29/10.34	c  S st   163     30001     24289    103880         0     20002    315582   3172016    141.46   no data  --
10.49/10.53	c  S st   163     30503     24289    103880         0     20504    315582   3268290    141.46   no data  --
10.49/10.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
10.49/10.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.59/10.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.14
11.00/11.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.00/11.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.00/11.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
11.00/11.06	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
18.60/18.64	c lits-rem:         0  cl-subs:     1973  v-elim:    160  v-fix:    0  time:  7.58 s
18.70/18.78	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.13
18.70/18.79	c calculated reachability. Time: 0.00
18.70/18.79	c  N dy   163     30503     24129    104040         0     18531    317043   2379839    141.46   no data  --
20.29/20.35	c  N dy   192     34578     24129    104040         0     22605    317043   3268118    141.82    149.54  --
21.89/21.93	c  N dy   222     38676     24129    104040         0     26702    317043   4189499    142.68    169.36  --
23.59/23.64	c  N dy   249     42785     24129    104040         0     30811    317043   5108476    142.59    151.04  --
24.79/24.83	c  S st   272     45755     24129    104040         0     18282    317043   1300695    143.20    147.10  --
24.99/25.02	c  S st   272     46258     24129    104040         0     18785    317043   1377407    143.20   no data  --
24.99/25.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
24.99/25.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.09/25.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.14
25.20/25.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
25.30/25.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.30/25.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.01 s
25.30/25.33	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
28.69/28.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.39 s
28.69/28.74	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.01
28.69/28.76	c vivif2 --  cl tried    18785 cl shrink        0 lits rem          0 time: 0.02
28.79/28.89	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.14
28.89/28.90	c calculated reachability. Time: 0.00
28.89/28.90	c  N dy   272     46258     24129    104040         0     18785    317043   1377407    143.20   no data  --
30.39/30.48	c  N dy   299     50321     24129    104040         0     22848    317043   2287295    143.10    162.12  --
31.80/31.90	c  N dy   327     54509     24129    104040         0     27036    317043   3208636    143.09    155.43  --
33.19/33.22	c  N dy   353     58517     24129    104040         0     31044    317043   4117097    143.13    152.31  --
34.49/34.54	c  N dy   382     62590     24129    104040         0     35117    317043   5019155    143.27    167.04  --
35.89/35.93	c  N dy   410     66751     24129    104040         0     20529    317043   1050947    143.46    154.54  --
36.69/36.76	c  S st   428     69390     24129    104040         0     23168    317043   1632442    143.47    110.49  --
36.89/36.92	c  S st   428     69894     24129    104040         0     23672    317043   1716397    143.47   no data  --
36.89/36.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
36.89/36.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.99/37.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
37.09/37.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
37.09/37.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
37.19/37.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.01 s
37.19/37.21	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
40.89/40.97	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.75 s
40.89/40.98	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.01
40.99/41.00	c vivif2 --  cl tried    23670 cl shrink        0 lits rem          0 time: 0.02
41.09/41.12	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.12
41.09/41.12	c calculated reachability. Time: 0.00
41.09/41.13	c  N dy   428     69894     24129    104040         0     23670    317043   1715720    143.47   no data  --
42.49/42.57	c  N dy   462     74436     24129    104040         0     28210    317043   2721211    143.46    155.63  --
44.09/44.12	c  N dy   494     79238     24129    104040         0     33012    317043   3812755    143.48    151.35  --
45.79/45.88	c  N dy   533     84421     24129    104040         0     38195    317043   5005888    143.78    151.35  --
46.79/46.90	c  F st   556     87501     24129    104040         0     41275    317043   5686171    143.84   no data  --
47.99/48.01	c  N st   561     90798     24129    104040         0     23704    317043   1427270    143.84   no data  --
49.79/49.88	c  N dy   588     96658     24129    104040         0     29564    317043   2856628    143.85    155.13  --
51.89/51.96	c  N dy   629    102998     24129    104040         0     35904    317043   4245219    143.78    152.43  --
52.49/52.58	c  S st   641    104843     24129    104040         0     37749    317043   4651184    143.78    149.59  --
52.70/52.75	c  S st   641    105349     24129    104040         0     38255    317043   4734405    143.78   no data  --
52.70/52.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
52.70/52.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.89/52.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
53.19/53.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
53.19/53.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
53.19/53.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.01 s
53.19/53.24	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
98.39/98.43	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 45.19 s
98.39/98.44	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.01
98.49/98.51	c vivif2 --  cl tried    38252 cl shrink        0 lits rem          0 time: 0.07
98.59/98.65	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.15
98.59/98.66	c calculated reachability. Time: 0.00
98.59/98.66	c  N dy   641    105349     24129    104040         0     38252    317043   4732870    143.78   no data  --
100.89/100.95	c  N dy   685    112093     24129    104040         0     22560    317043    628612    143.71    161.35  --
103.19/103.28	c  N dy   733    119434     24129    104040         0     29900    317043   2301543    143.71    155.66  --
105.79/105.86	c  N dy   789    127146     24129    104040         0     37612    317043   4050674    143.84    206.65  --
108.59/108.68	c  N dy   849    135273     24129    104040         0     45738    317043   5898812    143.99    151.57  --
111.60/111.65	c  N dy   907    143922     24129    104040         0     30667    317043   2163637    144.07    163.67  --
115.29/115.31	c  N dy   973    153161     24129    104040         0     39906    317043   4267275    144.16    152.74  --
117.39/117.43	c  S st  1009    158023     24129    104040         0     44766    317043   5391447    144.28    134.34  --
117.60/117.65	c  S st  1009    158525     24129    104040         0     45268    317043   5470434    144.28   no data  --
117.60/117.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
117.60/117.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.79/117.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
118.19/118.25	c bin-w-bin subsume rem            0 bins  time:  0.01 s
118.19/118.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
118.19/118.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.01 s
118.19/118.28	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
185.90/185.98	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 67.70 s
185.90/185.99	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.01
185.99/186.07	c vivif2 --  cl tried    45263 cl shrink        0 lits rem          0 time: 0.08
186.19/186.23	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.16
186.19/186.23	c calculated reachability. Time: 0.00
186.19/186.23	c  N dy  1009    158525     24129    104040         0     45263    317043   5468009    144.28   no data  --
189.60/189.69	c  N dy  1081    168701     24129    104040         0     30583    317043   1838131    144.45    158.98  --
193.30/193.31	c  N dy  1154    179481     24129    104040         0     41361    317043   4295474    144.43    153.92  --
197.29/197.38	c  N dy  1236    191064     24129    104040         0     27019    317043    760497    144.45    153.12  --
201.30/201.39	c  N dy  1324    203359     24129    104040         0     39312    317043   3537368    144.56    158.22  --
205.90/205.97	c  N dy  1416    216395     24129    104040         0     52348    317043   6509506    144.62    157.88  --
210.60/210.64	c  N dy  1512    230213     24129    104040         0     39202    317043   3251933    144.72    157.42  --
213.19/213.29	c  S st  1565    237787     24129    104040         0     46776    317043   4991418    144.71    106.11  --
213.40/213.48	c  S st  1565    238291     24129    104040         0     47280    317043   5072052    144.71   no data  --
213.49/213.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
213.49/213.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
213.59/213.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
213.89/213.93	c bin-w-bin subsume rem            0 bins  time:  0.01 s
213.89/213.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
213.89/213.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.01 s
213.89/213.95	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
274.91/274.98	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 61.03 s
274.91/274.99	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.01
275.01/275.06	c vivif2 --  cl tried    47278 cl shrink        0 lits rem          0 time: 0.07
275.20/275.23	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.16
275.20/275.23	c calculated reachability. Time: 0.00
275.20/275.23	c  N dy  1565    238291     24129    104040         0     47278    317043   5071848    144.71   no data  --
280.41/280.47	c  N dy  1665    253535     24129    104040         0     34543    317043   1947772    144.61    154.26  --
285.90/286.00	c  N dy  1772    269764     24129    104040         0     50768    317043   5648394    144.69    155.16  --
291.90/291.93	c  N dy  1890    287036     24129    104040         0     39050    317043   2755253    144.80    155.19  --
298.40/298.42	c  N dy  2012    305429     24129    104040         0     57442    317043   6938980    144.84    168.61  --
298.70/298.71	c  F st  2018    306250     24129    104040         0     58263    317043   7112669    144.82    125.29  --
305.19/305.24	c  N dy  2116    324944     24129    104040         0     46966    317043   4768304    144.99    167.35  --
312.20/312.26	c  N dy  2254    345087     24129    104040         0     36106    317043   1580417    145.04    161.81  --
316.49/316.53	c  S st  2335    357436     24129    104040         0     48455    317043   4404486    145.07    126.88  --
316.70/316.71	c  S st  2335    357942     24129    104040         0     48961    317043   4486293    145.07   no data  --
316.70/316.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
316.70/316.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
316.81/316.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
317.09/317.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
317.09/317.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
317.09/317.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.01 s
317.09/317.15	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
356.89/356.94	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 39.79 s
356.89/356.95	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.01
356.99/357.02	c vivif2 --  cl tried    48957 cl shrink        0 lits rem          0 time: 0.06
357.09/357.18	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.17
357.09/357.19	c calculated reachability. Time: 0.00
357.09/357.19	c  N dy  2335    357942     24129    104040         0     48957    317043   4485067    145.07   no data  --
364.29/364.39	c  N dy  2475    377984     24129    104040         0     37002    317043   1599386    145.14    155.45  --
371.71/371.72	c  N dy  2605    397987     24129    104040         0     57001    317043   6203013    145.17    156.86  --
379.60/379.61	c  N dy  2739    418045     24129    104040         0     44063    317043   2988743    145.25    161.45  --
387.21/387.27	c  N dy  2875    438047     24129    104040         0     64062    317043   7534276    145.30    160.09  --
394.30/394.36	c  N dy  3017    458140     24129    104040         0     50158    317043   4132404    145.36    158.40  --
402.00/402.07	c  N dy  3157    478175     24129    104040         0     35193    317043    503898    145.45    168.95  --
409.60/409.63	c  N dy  3284    498184     24129    104040         0     55201    317043   5053688    145.43    154.64  --
417.70/417.75	c  N dy  3409    518227     24129    104040         0     39244    317043   1184513    145.35    172.98  --
424.30/424.35	c  S st  3543    536913     24129    104040         0     57928    317043   5411695    145.35   no data  --
424.51/424.55	c  S st  3543    537414     24129    104040         0     58429    317043   5490629    145.35   no data  --
424.51/424.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
424.51/424.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
424.70/424.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
425.00/425.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
425.00/425.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
425.00/425.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.01 s
425.00/425.06	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
496.70/496.70	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time: 71.64 s
496.70/496.71	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.01
496.70/496.79	c vivif2 --  cl tried    58424 cl shrink        0 lits rem          0 time: 0.08
496.90/496.98	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.19
496.90/496.98	c calculated reachability. Time: 0.00
496.90/496.99	c  N dy  3543    537414     24129    104040         0     58424    317043   5488115    145.35   no data  --
504.50/504.60	c  N dy  3675    557642     24129    104040         0     41656    317043   1533995    145.41    153.41  --
511.81/511.83	c  N dy  3807    577732     24129    104040         0     61746    317043   6148774    145.44    156.27  --
519.81/519.89	c  N dy  3946    598084     24129    104040         0     44094    317043   1862304    145.45    153.17  --
527.80/527.84	c  N dy  4086    618101     24129    104040         0     64109    317043   6413594    145.50    173.72  --
536.41/536.44	c  N dy  4210    638143     24129    104040         0     45160    317043   1821344    145.40    169.10  --
544.91/544.91	c  N dy  4347    658365     24129    104040         0     65380    317043   6478136    145.40    154.88  --
553.70/553.77	c  N dy  4488    678449     24129    104040         0     45462    317043   1711397    145.44    167.44  --
562.01/562.08	c  N dy  4624    698500     24129    104040         0     65513    317043   6286402    145.45    162.06  --
571.00/571.03	c  N dy  4761    718502     24129    104040         0     44518    317043   1264150    145.45    154.31  --
579.31/579.30	c  N dy  4901    738569     24129    104040         0     64583    317043   5869377    145.50    154.47  --
588.31/588.38	c  N dy  5033    758588     24129    104040         0     42604    317043    602525    145.47    157.02  --
596.51/596.59	c  N dy  5171    778622     24129    104040         0     62638    317043   5213820    145.53    153.57  --
605.50/605.55	c  N dy  5304    798631     24129    104040         0     82645    317043   9798664    145.54    158.11  --
608.91/608.90	c  S st  5359    806121     24129    104040         0     47134    317043   1406950    145.56   no data  --
609.11/609.12	c  S st  5359    806627     24129    104040         0     47640    317043   1497924    145.56   no data  --
609.11/609.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
609.11/609.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
609.21/609.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
609.42/609.42	c bin-w-bin subsume rem            0 bins  time:  0.01 s
609.42/609.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
609.42/609.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.01 s
609.42/609.44	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
613.40/613.46	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  4.02 s
613.40/613.47	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.01
613.40/613.49	c vivif2 --  cl tried    47636 cl shrink        0 lits rem          0 time: 0.02
613.61/613.67	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.18
613.61/613.68	c calculated reachability. Time: 0.00
613.61/613.68	c  N dy  5359    806627     24129    104040         0     47636    317043   1496625    145.56   no data  --
622.00/622.04	c  N dy  5494    826707     24129    104040         0     67716    317043   6046317    145.56    168.50  --
631.32/631.31	c  N dy  5631    846778     24129    104040         0     87787    317043  10641991    145.58    153.31  --
639.61/639.60	c  N dy  5765    866785     24129    104040         0     63798    317043   4984118    145.62    171.02  --
648.70/648.78	c  N dy  5908    886880     24129    104040         0     83892    317043   9572453    145.67    154.51  --
657.31/657.38	c  N dy  6045    906933     24129    104040         0     58943    317043   3639381    145.69    156.00  --
666.21/666.25	c  N dy  6184    926963     24129    104040         0     78972    317043   8178008    145.67    157.91  --
675.42/675.46	c  N dy  6325    947041     24129    104040         0     53051    317043   2069627    145.71    165.76  --
684.11/684.12	c  N dy  6458    967144     24129    104040         0     73153    317043   6681201    145.72    154.90  --
693.71/693.72	c  N dy  6596    987331     24129    104040         0     93339    317043  11321112    145.76    158.01  --
702.21/702.25	c  N dy  6744   1007409     24129    104040         0     66416    317043   4998329    145.84    155.13  --
711.41/711.42	c  N dy  6875   1027519     24129    104040         0     86526    317043   9614893    145.84    156.60  --
720.52/720.57	c  N dy  7014   1047697     24129    104040         0     58706    317043   2977414    145.86    162.14  --
729.32/729.32	c  N dy  7150   1067710     24129    104040         0     78718    317043   7510151    145.86    167.48  --
731.30/731.34	c  F st  7184   1071875     24129    104040         0     82882    317043   8547537    145.91   no data  --
738.91/738.99	c  N dy  7260   1087766     24129    104040         0     49778    317043    676132    145.91    154.71  --
747.41/747.46	c  N dy  7396   1107817     24129    104040         0     69826    317043   5295966    145.93    182.11  --
756.72/756.75	c  N dy  7533   1127857     24129    104040         0     89865    317043   9935340    145.98    165.69  --
766.01/766.01	c  N dy  7665   1147994     24129    104040         0     59999    317043   2793370    145.99    157.87  --
775.01/775.01	c  N dy  7798   1168173     24129    104040         0     80177    317043   7397623    145.99    159.05  --
784.60/784.69	c  N dy  7929   1188209     24129    104040         0    100211    317043  11983620    146.01    154.95  --
793.41/793.44	c  N dy  8067   1208342     24129    104040         0     69350    317043   4718145    146.01    157.71  --
794.11/794.15	c  S st  8079   1209940     24129    104040         0     70947    317043   5079368    146.01   no data  --
794.31/794.38	c  S st  8079   1210441     24129    104040         0     71448    317043   5168873    146.01   no data  --
794.41/794.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
794.41/794.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
794.51/794.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
794.91/794.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
794.91/794.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
794.91/794.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.01 s
794.91/794.93	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
861.32/861.34	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 66.41 s
861.32/861.35	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.01
861.41/861.43	c vivif2 --  cl tried    71446 cl shrink        0 lits rem          0 time: 0.08
861.61/861.67	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.23
861.61/861.67	c calculated reachability. Time: 0.00
861.61/861.67	c  N dy  8079   1210441     24129    104040         0     71446    317043   5167478    146.01   no data  --
871.01/871.05	c  N dy  8219   1230482     24129    104040         0     91483    317043   9799369    146.07    173.44  --
880.42/880.42	c  N dy  8354   1250557     24129    104040         0     59558    317043   2233609    146.10    154.07  --
889.31/889.35	c  N dy  8485   1270717     24129    104040         0     79716    317043   6890670    146.11    159.19  --
899.11/899.10	c  N dy  8617   1290863     24129    104040         0     99862    317043  11586247    146.12    154.85  --
908.12/908.17	c  N dy  8752   1310901     24129    104040         0     66909    317043   3695548    146.12    160.03  --
917.21/917.27	c  N dy  8883   1331072     24129    104040         0     87076    317043   8215312    146.08    156.61  --
927.12/927.11	c  N dy  9017   1351085     24129    104040         0    107087    317043  12760955    146.08    195.42  --
936.02/936.01	c  N dy  9157   1371392     24129    104040         0     73391    317043   4975982    146.10    158.13  --
945.51/945.51	c  N dy  9304   1391469     24129    104040         0     93467    317043   9618726    146.15    199.93  --
955.51/955.50	c  N dy  9439   1411517     24129    104040         0     58519    317043   1341405    146.16    154.16  --
964.31/964.34	c  N dy  9577   1431588     24129    104040         0     78588    317043   6025657    146.19    163.23  --
973.82/973.82	c  N dy  9702   1451663     24129    104040         0     98663    317043  10589620    146.16    154.73  --
983.72/983.71	c  N dy  9840   1471822     24129    104040         0     62823    317043   2048911    146.17    154.17  --
992.62/992.62	c  N dy  9970   1491840     24129    104040         0     82839    317043   6617539    146.15    158.90  --
1002.51/1002.55	c  N dy 10103   1511939     24129    104040         0    102935    317043  11224227    146.15    154.10  --
1012.02/1012.04	c  N dy 10232   1531999     24129    104040         0     66001    317043   2606009    146.14    155.27  --
1021.01/1021.08	c  N dy 10360   1552138     24129    104040         0     86138    317043   7103949    146.10    158.24  --
1031.02/1031.08	c  N dy 10499   1572146     24129    104040         0    106145    317043  11724057    146.11    156.02  --
1040.63/1040.69	c  N dy 10632   1592150     24129    104040         0     68153    317043   2811289    146.12    154.37  --
1049.82/1049.81	c  N dy 10757   1612186     24129    104040         0     88188    317043   7331073    146.10    158.02  --
1060.01/1060.05	c  N dy 10897   1632622     24129    104040         0    108620    317043  11992805    146.10    155.97  --
1069.81/1069.82	c  N dy 11031   1652789     24129    104040         0     69798    317043   2963845    146.10    157.50  --
1079.13/1079.18	c  N dy 11164   1672945     24129    104040         0     89954    317043   7614754    146.12    170.09  --
1089.42/1089.45	c  N dy 11309   1693031     24129    104040         0    110040    317043  12309237    146.18    154.43  --
1098.02/1098.03	c  S st 11433   1710442     24129    104040         0     67449    317043   2281948    146.20   no data  --
1098.22/1098.26	c  S st 11433   1710946     24129    104040         0     67953    317043   2375171    146.20   no data  --
1098.22/1098.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1098.22/1098.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1098.42/1098.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
1098.62/1098.63	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1098.62/1098.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1098.62/1098.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.01 s
1098.62/1098.66	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
1106.22/1106.25	c lits-rem:        13  cl-subs:        0  v-elim:      0  v-fix:    0  time:  7.60 s
1106.22/1106.27	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.01
1106.32/1106.31	c vivif2 --  cl tried    67953 cl shrink        0 lits rem          0 time: 0.04
1106.52/1106.53	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.22
1106.52/1106.54	c calculated reachability. Time: 0.00
1106.52/1106.54	c  N dy 11433   1710946     24129    104040         0     67953    317043   2375158    146.20   no data  --
1115.62/1115.68	c  N dy 11570   1731037     24129    104040         0     88044    317043   6955064    146.22    156.64  --
1125.52/1125.59	c  N dy 11703   1751147     24129    104040         0    108153    317043  11568394    146.22    154.04  --
1135.62/1135.65	c  N dy 11842   1771181     24129    104040         0     67185    317043   1987888    146.25    154.63  --
1144.82/1144.85	c  N dy 11981   1791199     24129    104040         0     87202    317043   6563812    146.26    201.82  --
1154.12/1154.16	c  N dy 12119   1811242     24129    104040         0    107243    317043  11145687    146.27    161.62  --
1163.22/1163.24	c  N dy 12255   1831244     24129    104040         0     65246    317043   1294752    146.28    159.44  --
1171.02/1171.09	c  N dy 12378   1851348     24129    104040         0     85350    317043   5889216    146.25    155.86  --
1179.72/1179.71	c  N dy 12516   1871395     24129    104040         0    105395    317043  10457271    146.26    213.36  --
1189.03/1189.10	c  N dy 12651   1891573     24129    104040         0    125570    317043  15088049    146.26    159.65  --
1197.02/1197.08	c  N dy 12787   1911591     24129    104040         0     82592    317043   5060017    146.29    156.75  --
1205.82/1205.83	c  N dy 12928   1931758     24129    104040         0    102757    317043   9772639    146.32    157.99  --
1215.12/1215.11	c  N dy 13065   1951794     24129    104040         0    122793    317043  14374667    146.33    154.05  --
1223.52/1223.50	c  N dy 13200   1971842     24129    104040         0     78842    317043   4016692    146.35    154.21  --
1232.52/1232.50	c  N dy 13350   1991963     24129    104040         0     98963    317043   8699169    146.38    155.65  --
1242.22/1242.23	c  N dy 13489   2012098     24129    104040         0    119097    317043  13338230    146.38    154.35  --
1252.22/1252.22	c  N dy 13629   2032106     24129    104040         0     74108    317043   2668318    146.40    191.62  --
1261.73/1261.76	c  N dy 13764   2052338     24129    104040         0     94339    317043   7331497    146.41    160.03  --
1272.12/1272.10	c  N dy 13900   2072374     24129    104040         0    114374    317043  11973315    146.43    194.51  --
1282.92/1282.95	c  N dy 14026   2092530     24129    104040         0     68536    317043   1169748    146.42    156.17  --
1292.32/1292.31	c  N dy 14168   2112876     24129    104040         0     88880    317043   5878976    146.45    155.92  --

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

running on 2 cores: 0,2

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.98 3.97 3.13 5/366 10090
/proc/meminfo: memFree=20783816/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=25008 CPUtime=0 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 1372 0 0 0 0 0 0 0 22 0 1 0 649658782 25608192 1247 33554432000 4194304 4650387 140734805177280 18446744073709551615 4361539 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 6252 1259 326 112 0 1217 0

[startup+0.0310201 s]
/proc/loadavg: 3.98 3.97 3.13 5/366 10090
/proc/meminfo: memFree=20783816/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=39560 CPUtime=0.02 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 3555 0 0 0 2 0 0 0 22 0 1 0 649658782 40509440 3034 33554432000 4194304 4650387 140734805177280 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 9890 3034 329 112 0 4855 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 39560

[startup+0.101007 s]
/proc/loadavg: 3.98 3.97 3.13 5/366 10090
/proc/meminfo: memFree=20783816/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=42892 CPUtime=0.09 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 4739 0 0 0 9 0 0 0 22 0 1 0 649658782 43921408 4218 33554432000 4194304 4650387 140734805177280 18446744073709551615 4369952 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 10723 4218 346 112 0 5688 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42892

[startup+0.300973 s]
/proc/loadavg: 3.98 3.97 3.13 5/366 10090
/proc/meminfo: memFree=20783816/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=60408 CPUtime=0.29 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 8761 0 0 0 29 0 0 0 23 0 1 0 649658782 61857792 7623 33554432000 4194304 4650387 140734805177280 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 15102 7623 365 112 0 10067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60408

[startup+0.700899 s]
/proc/loadavg: 3.98 3.97 3.13 5/366 10090
/proc/meminfo: memFree=20783816/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=64808 CPUtime=0.69 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 9984 0 0 0 68 1 0 0 25 0 1 0 649658782 66363392 8846 33554432000 4194304 4650387 140734805177280 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 16202 8846 379 112 0 11167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64808

[startup+1.50075 s]
/proc/loadavg: 3.98 3.97 3.13 5/367 10091
/proc/meminfo: memFree=20746240/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=64808 CPUtime=1.49 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 10717 0 0 0 148 1 0 0 25 0 1 0 649658782 66363392 9579 33554432000 4194304 4650387 140734805177280 18446744073709551615 4331951 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 16202 9580 379 112 0 11167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64808

[startup+3.1005 s]
/proc/loadavg: 3.98 3.97 3.13 5/367 10091
/proc/meminfo: memFree=20739172/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=64808 CPUtime=3.09 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 11943 0 0 0 308 1 0 0 25 0 1 0 649658782 66363392 10805 33554432000 4194304 4650387 140734805177280 18446744073709551615 4364368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 16202 10805 379 112 0 11167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64808

[startup+6.30091 s]
/proc/loadavg: 3.98 3.97 3.13 5/367 10091
/proc/meminfo: memFree=20726648/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=109440 CPUtime=6.29 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 14084 0 0 0 628 1 0 0 25 0 1 0 649658782 112066560 12946 33554432000 4194304 4650387 140734805177280 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 27360 12946 379 112 0 22325 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109440

[startup+12.7008 s]
/proc/loadavg: 3.98 3.97 3.14 5/367 10091
/proc/meminfo: memFree=20645212/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=194008 CPUtime=12.69 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 35808 0 0 0 1263 6 0 0 25 0 1 0 649658782 198664192 29549 33554432000 4194304 4650387 140734805177280 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 48502 29549 383 112 0 43467 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 194008

[startup+25.5005 s]
/proc/loadavg: 4.06 3.99 3.15 5/367 10091
/proc/meminfo: memFree=20646644/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=144388 CPUtime=25.49 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 41935 0 0 0 2540 9 0 0 25 0 1 0 649658782 147853312 29060 33554432000 4194304 4650387 140734805177280 18446744073709551615 4438919 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 36097 29060 383 112 0 31062 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144388

[startup+51.1008 s]
/proc/loadavg: 4.04 3.99 3.18 5/367 10092
/proc/meminfo: memFree=20635456/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=204792 CPUtime=51.09 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 57672 0 0 0 5096 13 0 0 25 0 1 0 649658782 209707008 32222 33554432000 4194304 4650387 140734805177280 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 51198 32222 383 112 0 46163 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 204792

[startup+102.314 s]
/proc/loadavg: 4.01 3.99 3.22 5/367 10093
/proc/meminfo: memFree=20583960/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=208912 CPUtime=102.3 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 74396 0 0 0 10214 16 0 0 25 0 1 0 649658782 213925888 45748 33554432000 4194304 4650387 140734805177280 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 52228 45748 383 112 0 47193 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 208912

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.26 5/367 10095
/proc/meminfo: memFree=20538368/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=286188 CPUtime=162.29 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 86719 0 0 0 16209 20 0 0 25 0 1 0 649658782 293056512 54760 33554432000 4194304 4650387 140734805177280 18446744073709551615 4476706 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 71547 54760 383 112 0 66512 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 286188

[startup+222.301 s]
/proc/loadavg: 4.08 4.00 3.31 5/367 10124
/proc/meminfo: memFree=20611952/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=301168 CPUtime=222.3 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 101589 0 0 0 22206 24 0 0 25 0 1 0 649658782 308396032 58275 33554432000 4194304 4650387 140734805177280 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 75292 58275 383 112 0 70257 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 301168

[startup+282.301 s]
/proc/loadavg: 4.09 4.02 3.36 5/367 10153
/proc/meminfo: memFree=20862712/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=315008 CPUtime=282.3 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 107388 0 0 0 28205 25 0 0 25 0 1 0 649658782 322568192 59892 33554432000 4194304 4650387 140734805177280 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 78752 59892 383 112 0 73717 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 315008

[startup+342.3 s]
/proc/loadavg: 4.30 4.09 3.42 5/367 10183
/proc/meminfo: memFree=20837588/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=315724 CPUtime=342.29 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 123485 0 0 0 34201 28 0 0 25 0 1 0 649658782 323301376 61422 33554432000 4194304 4650387 140734805177280 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 78931 61422 383 112 0 73896 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 315724

[startup+402.3 s]
/proc/loadavg: 4.11 4.07 3.46 5/367 10184
/proc/meminfo: memFree=20721764/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=278412 CPUtime=402.3 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 146460 0 0 0 40194 36 0 0 25 0 1 0 649658782 285093888 62316 33554432000 4194304 4650387 140734805177280 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 69603 62316 383 112 0 64568 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 278412

[startup+462.301 s]
/proc/loadavg: 4.04 4.05 3.48 5/367 10186
/proc/meminfo: memFree=20687884/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=333668 CPUtime=462.3 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 157287 0 0 0 46190 40 0 0 25 0 1 0 649658782 341676032 67127 33554432000 4194304 4650387 140734805177280 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 83417 67127 383 112 0 78382 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 333668

[startup+522.301 s]
/proc/loadavg: 4.01 4.04 3.51 5/367 10187
/proc/meminfo: memFree=20660168/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=347708 CPUtime=522.3 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 171410 0 0 0 52186 44 0 0 25 0 1 0 649658782 356052992 68465 33554432000 4194304 4650387 140734805177280 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 86927 68465 383 112 0 81892 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 347708

[startup+582.301 s]
/proc/loadavg: 4.00 4.03 3.54 5/367 10189
/proc/meminfo: memFree=20594164/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=348048 CPUtime=582.31 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 196326 0 0 0 58177 54 0 0 25 0 1 0 649658782 356401152 72503 33554432000 4194304 4650387 140734805177280 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 87012 72503 383 112 0 81977 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 348048

[startup+642.301 s]
/proc/loadavg: 4.15 4.07 3.58 5/367 10191
/proc/meminfo: memFree=20605888/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=348408 CPUtime=642.31 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 218209 0 0 0 64169 62 0 0 25 0 1 0 649658782 356769792 71448 33554432000 4194304 4650387 140734805177280 18446744073709551615 4363585 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 87102 71448 383 112 0 82067 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 348408

[startup+702.301 s]
/proc/loadavg: 4.05 4.05 3.61 5/367 10192
/proc/meminfo: memFree=20609692/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=349356 CPUtime=702.31 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 242044 0 0 0 70158 73 0 0 25 0 1 0 649658782 357740544 70280 33554432000 4194304 4650387 140734805177280 18446744073709551615 4360386 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 87339 70280 383 112 0 82304 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 349356

[startup+762.313 s]
/proc/loadavg: 4.02 4.04 3.63 5/367 10194
/proc/meminfo: memFree=20592288/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=292964 CPUtime=762.32 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 267453 0 0 0 76149 83 0 0 25 0 1 0 649658782 299995136 68079 33554432000 4194304 4650387 140734805177280 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 73241 68079 383 112 0 68206 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 292964

[startup+822.3 s]
/proc/loadavg: 4.00 4.03 3.65 5/367 10195
/proc/meminfo: memFree=20606256/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=349908 CPUtime=822.31 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 279230 0 0 0 82144 87 0 0 25 0 1 0 649658782 358305792 70393 33554432000 4194304 4650387 140734805177280 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 87477 70393 383 112 0 82442 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 349908

[startup+882.301 s]
/proc/loadavg: 4.04 4.04 3.67 5/367 10197
/proc/meminfo: memFree=20603364/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=350104 CPUtime=882.31 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 287067 0 0 0 88140 91 0 0 25 0 1 0 649658782 358506496 68473 33554432000 4194304 4650387 140734805177280 18446744073709551615 4367270 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 87526 68473 383 112 0 82491 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 350104

[startup+942.301 s]
/proc/loadavg: 4.09 4.06 3.70 5/367 10199
/proc/meminfo: memFree=20585204/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=350380 CPUtime=942.31 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 311919 0 0 0 94130 101 0 0 25 0 1 0 649658782 358789120 73268 33554432000 4194304 4650387 140734805177280 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 87595 73268 383 112 0 82560 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 350380

[startup+1002.3 s]
/proc/loadavg: 4.03 4.04 3.72 5/367 10200
/proc/meminfo: memFree=20558740/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=357312 CPUtime=1002.31 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 337706 0 0 0 100118 113 0 0 25 0 1 0 649658782 365887488 77925 33554432000 4194304 4650387 140734805177280 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 89328 77925 383 112 0 84293 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 357312

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 3.73 5/367 10211
/proc/meminfo: memFree=20525880/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=357616 CPUtime=1062.32 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 361298 0 0 0 106109 123 0 0 25 0 1 0 649658782 366198784 79731 33554432000 4194304 4650387 140734805177280 18446744073709551615 4368089 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 89404 79731 383 112 0 84369 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 357616

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.75 5/367 10212
/proc/meminfo: memFree=20547828/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=359112 CPUtime=1122.32 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 381432 0 0 0 112102 130 0 0 25 0 1 0 649658782 367730688 77117 33554432000 4194304 4650387 140734805177280 18446744073709551615 4363581 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 89778 77117 383 112 0 84743 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 359112

[startup+1182.3 s]
/proc/loadavg: 4.14 4.06 3.77 5/367 10214
/proc/meminfo: memFree=20535636/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=359408 CPUtime=1182.32 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 406749 0 0 0 118093 139 0 0 25 0 1 0 649658782 368033792 78812 33554432000 4194304 4650387 140734805177280 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 89852 78812 383 112 0 84817 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 359408

[startup+1242.3 s]
/proc/loadavg: 4.09 4.06 3.79 5/367 10216
/proc/meminfo: memFree=20463912/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=374396 CPUtime=1242.32 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 436703 0 0 0 124086 146 0 0 25 0 1 0 649658782 383381504 84065 33554432000 4194304 4650387 140734805177280 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 93599 84065 383 112 0 88564 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 374396



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.05 3.80 5/367 10220
/proc/meminfo: memFree=20478400/32951124 swapFree=65581052/67111528
[pid=10090] ppid=10088 vsize=374808 CPUtime=1300.02 cores=0,2
/proc/10090/stat : 10090 (strangenight1-s) R 10088 10090 9800 0 -1 4202496 462227 0 0 0 129845 157 0 0 25 0 1 0 649658782 383803392 80194 33554432000 4194304 4650387 140734805177280 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10090/statm: 93702 80194 383 112 0 88667 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 374808

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1298.47
CPU system time (s): 1.59376
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 374808

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

runsolver used 4.99924 second user time and 10.3234 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 15:43:31
IDJOB=3369708
IDBENCH=82517
IDSOLVER=1847
FILE ID=node137/3369708-1305380611
RUNJOBID= node137-1305379151-9818
PBS_JOBID= 13324365
Free space on /tmp= 73636 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S1233052734-067-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369708-1305380611/watcher-3369708-1305380611 -o /tmp/evaluation-result-3369708-1305380611/solver-3369708-1305380611 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369708-1305380611.cnf

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

MD5SUM BENCH= eea50e836fd8ac6474349634450aaaf7
RANDOM SEED=1710149340

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      20784096 kB
Buffers:        260960 kB
Cached:        3707360 kB
SwapCached:      36328 kB
Active:        2152968 kB
Inactive:      9789452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20784096 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           24936 kB
Writeback:           0 kB
AnonPages:     7947748 kB
Mapped:          20544 kB
Slab:           119800 kB
PageTables:      40144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76552548 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= 73648 MiB
End job on node137 at 2011-05-14 16:05:13