Trace number 3369731

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.09 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S1778371838-017-UNKNOWN.cnf
MD5SUMfdeac497d04edcceaf426c845c7872aa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.8933
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
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-3369731-1305380844.cnf'
0.00/0.00	c -- header says num vars:          20000
0.00/0.00	c -- header says num clauses:       84000
0.00/0.05	c -- clauses added:            0 learnts,        84000 normals,            0 xors
0.00/0.05	c -- vars added      20000
0.00/0.05	c Parsing time:  0.05 s
0.00/0.05	c  N st     0         0     20000     84000         0         0    252000         0   no data   no data  --
0.09/0.10	c asymm  cl-useful: 0/84000/84000 lits-rem:0 time: 0.05
0.09/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
0.09/0.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20000 time:  0.00 s
0.09/0.19	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.01 s
0.29/0.34	c lits-rem:         0  cl-subs:        0  v-elim:    663  v-fix:    0  time:  0.14 s
0.29/0.34	c Finding binary XORs  T:     0.00 s  found:       0
0.29/0.37	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.29/0.37	c calculated reachability. Time: 0.00
0.29/0.38	c Calc default polars -  time:   0.01 s pos:    8722 undec:    2386 neg:    8892
0.29/0.38	c =========================================================================================
0.29/0.38	c types(t): F = full restart, N = normal restart
0.29/0.38	c types(t): S = simplification begin/end, E = solution found
0.29/0.38	c restart types(rt): st = static, dy = dynamic
0.29/0.38	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.29/0.38	c  B st     0         0     19337     83128         0         0    253067         0   no data   no data  --
1.29/1.31	c  N dy    21      4071     19337     83128         0      4071    253067    979521    130.78    139.57  --
2.21/2.22	c  N dy    49      8074     19337     83128         0      8074    253067   1802028    131.17    143.69  --
3.09/3.14	c  N dy    71     12075     19337     83128         0     12074    253067   2678282    131.46    141.06  --
3.99/4.09	c  N dy    99     16103     19337     83128         0     16100    253067   3504891    131.13    141.18  --
4.99/5.07	c  N dy   127     20118     19337     83128         0     10117    253067    584139    131.23    138.15  --
5.90/5.99	c  N dy   155     24148     19337     83128         0     14146    253067   1391580    130.82    141.70  --
6.10/6.19	c  F st   158     25000     19337     83128         0     14998    253067   1567803    130.52    126.47  --
6.99/7.02	c  N st   163     28298     19337     83128         0     18296    253067   2425564    130.52   no data  --
7.39/7.46	c  S st   164     30001     19337     83128         0     19999    253067   2869201    130.52   no data  --
7.49/7.58	c  S st   164     30503     19337     83128         0     20501    253067   2941356    130.52   no data  --
7.49/7.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.49/7.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.60/7.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
7.89/7.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.89/7.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.89/7.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.00 s
7.89/7.91	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
12.39/12.49	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.57 s
12.49/12.57	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.09
12.49/12.58	c calculated reachability. Time: 0.00
12.49/12.58	c  N dy   164     30503     19337     83128         0     20500    253067   2941271    130.52   no data  --
13.49/13.58	c  N dy   191     34546     19337     83128         0     24543    253067   3775230    130.82    138.72  --
14.49/14.58	c  N dy   219     38597     19337     83128         0     28592    253067   4605756    130.97    138.07  --
15.59/15.61	c  N dy   248     42647     19337     83128         0     17143    253067   1016813    131.47    141.62  --
16.29/16.35	c  S st   270     45756     19337     83128         0     20252    253067   1638058    131.20   no data  --
16.40/16.47	c  S st   270     46260     19337     83128         0     20756    253067   1709295    131.20   no data  --
16.40/16.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.40/16.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.51/16.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
16.60/16.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.60/16.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.60/16.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.00 s
16.60/16.68	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
19.70/19.73	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.05 s
19.70/19.74	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.01
19.70/19.76	c vivif2 --  cl tried    20755 cl shrink        0 lits rem          0 time: 0.02
19.81/19.85	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.09
19.81/19.85	c calculated reachability. Time: 0.00
19.81/19.85	c  N dy   270     46260     19337     83128         0     20755    253067   1708481    131.20   no data  --
20.80/20.88	c  N dy   295     50420     19337     83128         0     24915    253067   2575756    131.11    141.09  --
21.90/21.96	c  N dy   323     54623     19337     83128         0     29116    253067   3459782    131.29    138.25  --
23.00/23.04	c  N dy   349     58727     19337     83128         0     33219    253067   4289338    131.08    139.83  --
24.10/24.14	c  N dy   378     62783     19337     83128         0     37275    253067   5136401    131.23    139.70  --
25.20/25.23	c  N dy   399     67009     19337     83128         0     22755    253067   1464911    130.98    138.87  --
25.80/25.85	c  S st   419     69391     19337     83128         0     25137    253067   1987680    131.43    132.77  --
25.90/25.99	c  S st   419     69894     19337     83128         0     25640    253067   2061384    131.43   no data  --
26.00/26.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
26.00/26.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.00/26.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
26.19/26.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.19/26.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.19/26.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.00 s
26.19/26.23	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
29.99/30.01	c lits-rem:        17  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.78 s
29.99/30.02	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.01
29.99/30.05	c vivif2 --  cl tried    25639 cl shrink        0 lits rem          0 time: 0.03
30.09/30.14	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.10
30.09/30.15	c calculated reachability. Time: 0.00
30.09/30.15	c  N dy   419     69894     19337     83128         0     25639    253067   2060600    131.43   no data  --
31.30/31.34	c  N dy   450     74418     19337     83128         0     30163    253067   2981716    131.43    139.08  --
32.60/32.63	c  N dy   480     79184     19337     83128         0     34927    253067   3944962    131.22    138.61  --
34.00/34.06	c  N dy   512     84303     19337     83128         0     40045    253067   4993338    131.07    166.13  --
34.89/34.97	c  F st   535     87500     19337     83128         0     22373    253067    930320    131.27    133.40  --
35.89/35.93	c  N st   540     90798     19337     83128         0     25671    253067   1925947    131.27   no data  --
37.49/37.56	c  N dy   566     96707     19337     83128         0     31579    253067   3252046    131.23    139.69  --
39.30/39.32	c  N dy   612    103033     19337     83128         0     37904    253067   4566623    131.28    138.22  --
39.79/39.82	c  S st   623    104842     19337     83128         0     39713    253067   4921279    131.16    125.54  --
39.89/39.97	c  S st   623    105343     19337     83128         0     40214    253067   4996499    131.16   no data  --
39.89/39.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
39.89/39.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.99/40.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
40.29/40.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.29/40.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.29/40.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.00 s
40.29/40.38	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
86.60/86.63	c lits-rem:         6  cl-subs:        5  v-elim:      0  v-fix:    0  time: 46.25 s
86.60/86.64	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.01
86.70/86.70	c vivif2 --  cl tried    40209 cl shrink        0 lits rem          0 time: 0.06
86.81/86.82	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.12
86.81/86.83	c calculated reachability. Time: 0.00
86.81/86.83	c  N dy   623    105343     19337     83128         0     40209    253067   4995630    131.16   no data  --
88.60/88.68	c  N dy   663    112211     19337     83128         0     24640    253067   1023078    130.92    138.45  --
90.49/90.52	c  N dy   710    119381     19337     83128         0     31810    253067   2499651    130.96    139.16  --
92.49/92.53	c  N dy   761    127018     19337     83128         0     39447    253067   4050139    130.91    139.12  --
94.80/94.88	c  N dy   821    135167     19337     83128         0     23883    253067    583478    131.22    138.28  --
97.10/97.11	c  N dy   882    143952     19337     83128         0     32668    253067   2387550    131.24    141.35  --
99.60/99.60	c  N dy   942    153183     19337     83128         0     41898    253067   4279816    131.13    139.31  --
100.90/100.99	c  S st   978    158014     19337     83128         0     46729    253067   5302820    131.23   no data  --
101.10/101.14	c  S st   978    158516     19337     83128         0     47231    253067   5391161    131.23   no data  --
101.10/101.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
101.10/101.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.21/101.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.10
101.50/101.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.50/101.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.50/101.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.01 s
101.50/101.54	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
163.30/163.32	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time: 61.77 s
163.30/163.32	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.01
163.30/163.39	c vivif2 --  cl tried    47222 cl shrink        0 lits rem          0 time: 0.07
163.50/163.52	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.13
163.50/163.53	c calculated reachability. Time: 0.00
163.50/163.53	c  N dy   978    158516     19337     83128         0     47222    253067   5388723    131.23   no data  --
166.20/166.25	c  N dy  1041    168695     19337     83128         0     32543    253067   2121632    131.08    138.26  --
169.20/169.22	c  N dy  1114    179522     19337     83128         0     43369    253067   4327909    131.07    138.99  --
172.40/172.43	c  N dy  1184    190989     19337     83128         0     28906    253067   1123273    130.99    141.84  --
175.69/175.75	c  N dy  1273    203262     19337     83128         0     41178    253067   3654285    131.06    139.19  --
179.40/179.43	c  N dy  1349    216258     19337     83128         0     27209    253067    533075    130.98    138.53  --
183.10/183.15	c  N dy  1446    230098     19337     83128         0     41049    253067   3436662    131.06    162.57  --
185.30/185.35	c  S st  1501    237775     19337     83128         0     48726    253067   5046509    131.15   no data  --
185.50/185.50	c  S st  1501    238278     19337     83128         0     49229    253067   5121637    131.15   no data  --
185.50/185.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
185.50/185.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
185.60/185.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
185.80/185.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.80/185.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.80/185.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.00 s
185.80/185.88	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
242.50/242.53	c lits-rem:         3  cl-subs:        7  v-elim:      0  v-fix:    0  time: 56.66 s
242.50/242.54	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.01
242.60/242.60	c vivif2 --  cl tried    49222 cl shrink        0 lits rem          0 time: 0.06
242.70/242.74	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.13
242.70/242.74	c calculated reachability. Time: 0.00
242.70/242.74	c  N dy  1501    238278     19337     83128         0     49222    253067   5120382    131.15   no data  --
246.90/246.94	c  N dy  1589    253524     19337     83128         0     36487    253067   2194093    130.87    139.23  --
251.50/251.54	c  N dy  1695    269844     19337     83128         0     52806    253067   5591288    130.85    138.45  --
256.41/256.49	c  N dy  1816    287128     19337     83128         0     41100    253067   3022840    131.06    138.98  --
262.20/262.23	c  N dy  1937    305519     19337     83128         0     59491    253067   6753344    130.96    165.20  --
262.50/262.51	c  F st  1942    306250     19337     83128         0     30225    253067    495222    130.95   no data  --
268.00/268.08	c  N dy  2032    325076     19337     83128         0     49050    253067   4755740    130.93    140.93  --
274.20/274.27	c  N dy  2163    345238     19337     83128         0     38219    253067   1895648    130.87    139.21  --
277.90/277.98	c  S st  2252    357419     19337     83128         0     50399    253067   4417978    130.94   no data  --
278.10/278.14	c  S st  2252    357924     19337     83128         0     50904    253067   4493888    130.94   no data  --
278.10/278.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
278.10/278.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
278.21/278.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
278.40/278.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
278.50/278.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
278.50/278.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.01 s
278.50/278.52	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
318.60/318.62	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 40.10 s
318.60/318.62	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.01
318.60/318.68	c vivif2 --  cl tried    50898 cl shrink        0 lits rem          0 time: 0.06
318.80/318.83	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.15
318.80/318.83	c calculated reachability. Time: 0.00
318.80/318.83	c  N dy  2252    357924     19337     83128         0     50898    253067   4492538    130.94   no data  --
325.01/325.02	c  N dy  2383    378066     19337     83128         0     39039    253067   1900961    130.91    138.04  --
331.21/331.20	c  N dy  2516    398268     19337     83128         0     59238    253067   6093158    130.94    138.85  --
337.31/337.34	c  N dy  2654    418277     19337     83128         0     46248    253067   3193879    130.96    141.63  --
343.70/343.76	c  N dy  2789    438331     19337     83128         0     66300    253067   7358667    131.03    138.10  --
349.82/349.82	c  N dy  2921    458383     19337     83128         0     52359    253067   4281687    131.03    139.68  --
356.31/356.32	c  N dy  3049    478411     19337     83128         0     37389    253067    945625    131.01    140.26  --
362.21/362.20	c  N dy  3182    498484     19337     83128         0     57460    253067   5132998    131.02    139.96  --
368.31/368.37	c  N dy  3319    518607     19337     83128         0     41582    253067   1613161    131.07    137.97  --
373.60/373.62	c  S st  3439    536886     19337     83128         0     59858    253067   5407911    131.06    106.30  --
373.70/373.78	c  S st  3439    537393     19337     83128         0     60365    253067   5477073    131.06   no data  --
373.80/373.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
373.80/373.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
373.91/373.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
374.11/374.16	c bin-w-bin subsume rem            0 bins  time:  0.01 s
374.11/374.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
374.11/374.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.01 s
374.11/374.18	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
440.81/440.84	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 66.66 s
440.81/440.85	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.01
440.91/440.92	c vivif2 --  cl tried    60362 cl shrink        0 lits rem          0 time: 0.07
441.02/441.07	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.15
441.02/441.08	c calculated reachability. Time: 0.00
441.02/441.08	c  N dy  3439    537393     19337     83128         0     60362    253067   5475346    131.06   no data  --
447.01/447.09	c  N dy  3567    557541     19337     83128         0     43513    253067   1796662    131.00    143.96  --
452.91/452.99	c  N dy  3709    577584     19337     83128         0     63555    253067   5922815    131.02    138.91  --
459.11/459.13	c  N dy  3843    597902     19337     83128         0     45874    253067   2087048    131.02    138.54  --
465.02/465.08	c  N dy  3974    617950     19337     83128         0     65921    253067   6213677    131.05    183.26  --
471.21/471.27	c  N dy  4103    638155     19337     83128         0     47129    253067   2179966    131.09    149.75  --
477.21/477.28	c  N dy  4236    658221     19337     83128         0     67194    253067   6366019    131.14    140.89  --
483.42/483.45	c  N dy  4364    678292     19337     83128         0     47267    253067   1959128    131.14    145.67  --
489.32/489.39	c  N dy  4491    698294     19337     83128         0     67266    253067   6094976    131.17    195.02  --
495.62/495.67	c  N dy  4619    718466     19337     83128         0     46435    253067   1574923    131.13    138.19  --
501.71/501.75	c  N dy  4750    738775     19337     83128         0     66743    253067   5792215    131.16    139.73  --
508.71/508.76	c  N dy  4884    758829     19337     83128         0     44802    253067   1046723    131.17    139.02  --
515.11/515.11	c  N dy  5019    778844     19337     83128         0     64815    253067   5184938    131.20    189.15  --
522.22/522.27	c  N dy  5161    798886     19337     83128         0     84854    253067   9455006    131.32    142.36  --
524.62/524.61	c  S st  5208    806089     19337     83128         0     49061    253067   1732728    131.33   no data  --
524.73/524.77	c  S st  5208    806593     19337     83128         0     49565    253067   1811279    131.33   no data  --
524.73/524.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
524.73/524.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
524.82/524.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
525.01/525.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
525.01/525.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
525.01/525.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.01 s
525.01/525.02	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
529.13/529.16	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  4.14 s
529.13/529.17	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.01
529.13/529.19	c vivif2 --  cl tried    49563 cl shrink        0 lits rem          0 time: 0.03
529.31/529.32	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.13
529.31/529.33	c calculated reachability. Time: 0.00
529.31/529.33	c  N dy  5208    806593     19337     83128         0     49563    253067   1810849    131.33   no data  --
535.82/535.80	c  N dy  5344    826666     19337     83128         0     69635    253067   5991049    131.35    138.42  --
542.71/542.77	c  N dy  5458    846704     19337     83128         0     45677    253067    823658    131.27    154.33  --
549.12/549.14	c  N dy  5598    866862     19337     83128         0     65835    253067   4997241    131.28    143.06  --
556.21/556.20	c  N dy  5734    886955     19337     83128         0     85925    253067   9222924    131.33    141.73  --
562.61/562.68	c  N dy  5870    907012     19337     83128         0     60986    253067   3764977    131.31    139.92  --
569.41/569.49	c  N dy  6000    927026     19337     83128         0     80999    253067   7919618    131.32    139.65  --
576.33/576.35	c  N dy  6137    947054     19337     83128         0     55025    253067   2333215    131.30    138.37  --
582.93/582.99	c  N dy  6272    967108     19337     83128         0     75078    253067   6540950    131.33    138.85  --
590.21/590.25	c  N dy  6407    987127     19337     83128         0     48098    253067    700424    131.34    142.21  --
596.62/596.62	c  N dy  6540   1007186     19337     83128         0     68155    253067   4939989    131.40    147.59  --
603.72/603.72	c  N dy  6679   1027228     19337     83128         0     88197    253067   9126413    131.44    143.40  --
610.43/610.47	c  N dy  6806   1047243     19337     83128         0     60214    253067   3002113    131.43    150.98  --
617.13/617.15	c  N dy  6948   1067271     19337     83128         0     80242    253067   7131670    131.44    138.93  --
618.72/618.71	c  F st  6978   1071876     19337     83128         0     84847    253067   8108681    131.44   no data  --
624.02/624.07	c  N dy  7052   1087399     19337     83128         0     51378    253067    965682    131.42    141.26  --
630.22/630.23	c  N dy  7197   1107468     19337     83128         0     71447    253067   5214278    131.48    139.71  --
636.93/636.92	c  N dy  7332   1127523     19337     83128         0     91499    253067   9396136    131.51    142.84  --
643.43/643.43	c  N dy  7469   1147534     19337     83128         0     61507    253067   2857713    131.53    138.84  --
649.82/649.84	c  N dy  7607   1167554     19337     83128         0     81527    253067   7062908    131.58    140.54  --
656.82/656.86	c  N dy  7739   1187575     19337     83128         0    101546    253067  11241853    131.60    151.55  --
663.02/663.00	c  N dy  7879   1207637     19337     83128         0     70609    253067   4580576    131.62    140.39  --
663.72/663.73	c  S st  7893   1209892     19337     83128         0     72864    253067   5055264    131.62   no data  --
663.92/663.91	c  S st  7893   1210396     19337     83128         0     73368    253067   5142234    131.62   no data  --
663.92/663.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
663.92/663.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
664.02/664.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.12
664.22/664.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
664.22/664.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
664.22/664.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.01 s
664.33/664.31	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
725.42/725.47	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 61.17 s
725.42/725.48	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.01
725.52/725.54	c vivif2 --  cl tried    73362 cl shrink        0 lits rem          0 time: 0.07
725.72/725.71	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.16
725.72/725.71	c calculated reachability. Time: 0.00
725.72/725.71	c  N dy  7893   1210396     19337     83128         0     73362    253067   5140807    131.62   no data  --
732.42/732.49	c  N dy  8031   1230479     19337     83128         0     93444    253067   9397183    131.65    139.74  --
739.13/739.15	c  N dy  8171   1250491     19337     83128         0     61460    253067   2515829    131.69    146.25  --
745.52/745.57	c  N dy  8307   1270658     19337     83128         0     81625    253067   6671205    131.68    139.98  --
752.53/752.58	c  N dy  8439   1290864     19337     83128         0    101828    253067  10826979    131.68    143.09  --
759.03/759.06	c  N dy  8579   1310963     19337     83128         0     68926    253067   3904514    131.71    141.31  --
765.72/765.76	c  N dy  8712   1331090     19337     83128         0     89050    253067   8126056    131.73    144.33  --
772.92/772.96	c  N dy  8838   1351183     19337     83128         0     55150    253067    745644    131.71    138.65  --
779.12/779.13	c  N dy  8966   1371200     19337     83128         0     75164    253067   4922112    131.71    142.55  --
785.93/785.95	c  N dy  9103   1391249     19337     83128         0     95211    253067   9082737    131.72    146.51  --
792.93/792.98	c  N dy  9235   1411358     19337     83128         0     60316    253067   1634043    131.74    139.91  --
799.63/799.65	c  N dy  9375   1431572     19337     83128         0     80528    253067   5848084    131.76    138.89  --
806.72/806.77	c  N dy  9514   1451830     19337     83128         0    100786    253067  10111439    131.79    139.08  --
813.72/813.77	c  N dy  9650   1471991     19337     83128         0     64952    253067   2413381    131.82    146.41  --
820.23/820.25	c  N dy  9781   1492137     19337     83128         0     85098    253067   6558745    131.82    140.59  --
827.42/827.42	c  N dy  9920   1512145     19337     83128         0    105106    253067  10702632    131.83    140.65  --
834.23/834.25	c  N dy 10063   1532224     19337     83128         0     68193    253067   2873351    131.87    151.69  --
840.82/840.83	c  N dy 10198   1552268     19337     83128         0     88235    253067   7024438    131.87    139.84  --
848.03/848.11	c  N dy 10339   1572425     19337     83128         0    108392    253067  11235006    131.88    142.22  --
854.83/854.85	c  N dy 10478   1592468     19337     83128         0     70434    253067   3156960    131.90    140.39  --
861.53/861.50	c  N dy 10612   1612492     19337     83128         0     90457    253067   7311428    131.90    140.15  --
868.73/868.74	c  N dy 10748   1632496     19337     83128         0    110460    253067  11497437    131.91    140.22  --
875.54/875.57	c  N dy 10887   1652534     19337     83128         0     71508    253067   3206269    131.94    142.01  --
882.33/882.32	c  N dy 11024   1672709     19337     83128         0     91682    253067   7438441    131.95    148.15  --
889.53/889.58	c  N dy 11165   1692717     19337     83128         0    111688    253067  11652628    131.98    164.72  --
895.72/895.76	c  S st 11283   1710399     19337     83128         0     69366    253067   2465437    131.98   no data  --
895.92/895.92	c  S st 11283   1710906     19337     83128         0     69873    253067   2538458    131.98   no data  --
895.92/895.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
895.92/895.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
896.02/896.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.12
896.12/896.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
896.12/896.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
896.12/896.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.01 s
896.22/896.20	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
903.33/903.36	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  7.16 s
903.33/903.37	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.01
903.43/903.40	c vivif2 --  cl tried    69872 cl shrink        0 lits rem          0 time: 0.03
903.53/903.56	c asymm  cl-useful: 0/83128/83128 lits-rem:0 time: 0.16
903.53/903.57	c calculated reachability. Time: 0.00
903.53/903.57	c  N dy 11283   1710906     19337     83128         0     69872    253067   2538281    131.98   no data  --
910.13/910.19	c  N dy 11422   1730992     19337     83128         0     89957    253067   6745601    131.99    140.13  --
917.53/917.53	c  N dy 11563   1751226     19337     83128         0    110190    253067  11021550    132.02    140.99  --
924.63/924.60	c  N dy 11695   1771264     19337     83128         0     69227    253067   2270107    132.03    139.48  --
931.14/931.15	c  N dy 11820   1791464     19337     83128         0     89425    253067   6479198    132.02    139.29  --
938.03/938.04	c  N dy 11946   1811526     19337     83128         0    109486    253067  10614022    132.00    139.43  --
945.04/945.02	c  N dy 12089   1831568     19337     83128         0     67531    253067   1735090    132.02    201.28  --
951.13/951.15	c  N dy 12225   1851596     19337     83128         0     87557    253067   5978877    132.04    139.01  --
957.93/957.90	c  N dy 12365   1871712     19337     83128         0    107672    253067  10129860    132.04    150.94  --
965.14/965.15	c  N dy 12507   1891785     19337     83128         0     64747    253067    942353    132.08    157.59  --
971.24/971.21	c  N dy 12646   1911854     19337     83128         0     84814    253067   5177918    132.10    140.87  --
977.84/977.81	c  N dy 12789   1931905     19337     83128         0    104865    253067   9337964    132.10    140.26  --
985.03/985.05	c  N dy 12927   1952072     19337     83128         0    125030    253067  13588764    132.13    144.58  --
991.23/991.26	c  N dy 13060   1972075     19337     83128         0     81038    253067   4136258    132.13    139.52  --
997.83/997.84	c  N dy 13207   1992242     19337     83128         0    101203    253067   8401489    132.16    139.69  --
1004.93/1004.93	c  N dy 13349   2012330     19337     83128         0    121290    253067  12647830    132.19    139.37  --
1011.63/1011.65	c  N dy 13486   2032397     19337     83128         0     76354    253067   2918695    132.20    142.12  --
1018.04/1018.03	c  N dy 13628   2052409     19337     83128         0     96366    253067   7127321    132.22    141.65  --
1024.84/1024.89	c  N dy 13762   2072425     19337     83128         0    116382    253067  11347527    132.24    143.92  --
1032.14/1032.12	c  N dy 13908   2092505     19337     83128         0     70466    253067   1523964    132.26    140.27  --
1038.23/1038.28	c  N dy 14045   2112688     19337     83128         0     90647    253067   5751900    132.27    143.01  --
1045.05/1045.09	c  N dy 14188   2132746     19337     83128         0    110702    253067   9984605    132.30    147.51  --
1052.44/1052.45	c  N dy 14322   2152841     19337     83128         0    130793    253067  14210822    132.30    139.78  --
1058.74/1058.77	c  N dy 14455   2172903     19337     83128         0     83864    253067   4113327    132.31    144.89  --
1065.33/1065.39	c  N dy 14591   2192990     19337     83128         0    103950    253067   8431117    132.33    182.82  --
1071.64/1071.69	c  S st 14708   2210906     19337     83128         0    121865    253067  12221480    132.33    123.03  --
1071.84/1071.89	c  S st 14708   2211409     19337     83128         0    122368    253067  12293091    132.33   no data  --
1071.94/1071.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1071.94/1071.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1072.04/1072.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.14
1072.64/1072.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1072.64/1072.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1072.64/1072.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19337 time:  0.00 s
1072.64/1072.66	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.22 4.08 3.37 4/342 17977
/proc/meminfo: memFree=9992584/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=36928 CPUtime=0.01 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 2715 0 0 0 1 0 0 0 25 0 1 0 630500050 37814272 2194 33554432000 4194304 4650387 140735648523696 18446744073709551615 270338080864 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 9232 2194 329 112 0 4197 0

[startup+0.0824391 s]
/proc/loadavg: 4.22 4.08 3.37 4/342 17977
/proc/meminfo: memFree=9992584/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=40176 CPUtime=0.07 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 3969 0 0 0 7 0 0 0 25 0 1 0 630500050 41140224 3448 33554432000 4194304 4650387 140735648523696 18446744073709551615 4302816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 10044 3448 346 112 0 5009 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 40176

[startup+0.100436 s]
/proc/loadavg: 4.22 4.08 3.37 4/342 17977
/proc/meminfo: memFree=9992584/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=40176 CPUtime=0.09 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 3969 0 0 0 9 0 0 0 25 0 1 0 630500050 41140224 3448 33554432000 4194304 4650387 140735648523696 18446744073709551615 4369258 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 10044 3448 346 112 0 5009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40176

[startup+0.300397 s]
/proc/loadavg: 4.22 4.08 3.37 4/342 17977
/proc/meminfo: memFree=9992584/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=59968 CPUtime=0.29 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 8515 0 0 0 29 0 0 0 25 0 1 0 630500050 61407232 7500 33554432000 4194304 4650387 140735648523696 18446744073709551615 4420620 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 14992 7500 367 112 0 9957 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59968

[startup+0.700318 s]
/proc/loadavg: 4.22 4.08 3.37 4/342 17977
/proc/meminfo: memFree=9992584/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=59968 CPUtime=0.69 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 8892 0 0 0 69 0 0 0 18 0 1 0 630500050 61407232 7877 33554432000 4194304 4650387 140735648523696 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 14992 7877 379 112 0 9957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59968

[startup+1.50016 s]
/proc/loadavg: 4.22 4.08 3.37 5/343 17978
/proc/meminfo: memFree=9979220/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=59968 CPUtime=1.49 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 9662 0 0 0 149 0 0 0 19 0 1 0 630500050 61407232 8647 33554432000 4194304 4650387 140735648523696 18446744073709551615 4328222 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 14992 8647 379 112 0 9957 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59968

[startup+3.10084 s]
/proc/loadavg: 4.22 4.08 3.37 5/343 17978
/proc/meminfo: memFree=9971160/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=102236 CPUtime=3.09 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 11137 0 0 0 308 1 0 0 23 0 1 0 630500050 104689664 10122 33554432000 4194304 4650387 140735648523696 18446744073709551615 4363267 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 25559 10122 379 112 0 20524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102236

[startup+6.30021 s]
/proc/loadavg: 4.20 4.08 3.38 5/343 17978
/proc/meminfo: memFree=9958016/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=62736 CPUtime=6.3 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 14959 0 0 0 628 2 0 0 25 0 1 0 630500050 64241664 9157 33554432000 4194304 4650387 140735648523696 18446744073709551615 4363409 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 15684 9157 382 112 0 10649 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 62736

[startup+12.7009 s]
/proc/loadavg: 4.19 4.07 3.38 5/343 17978
/proc/meminfo: memFree=9907560/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=182724 CPUtime=12.69 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 32843 0 0 0 1265 4 0 0 25 0 1 0 630500050 187109376 27041 33554432000 4194304 4650387 140735648523696 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 45681 27041 383 112 0 40646 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 182724

[startup+25.5004 s]
/proc/loadavg: 4.14 4.07 3.39 5/343 17978
/proc/meminfo: memFree=9661904/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=136792 CPUtime=25.5 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 44516 0 0 0 2544 6 0 0 25 0 1 0 630500050 140075008 27485 33554432000 4194304 4650387 140735648523696 18446744073709551615 4315087 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 34198 27485 383 112 0 29163 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 136792

[startup+51.1003 s]
/proc/loadavg: 4.09 4.06 3.40 5/343 17979
/proc/meminfo: memFree=9563784/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=247504 CPUtime=51.1 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 67721 0 0 0 5100 10 0 0 25 0 1 0 630500050 253444096 44829 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 61876 44829 383 112 0 56841 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 247504

[startup+102.313 s]
/proc/loadavg: 4.04 4.05 3.43 5/343 17981
/proc/meminfo: memFree=9520696/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=274188 CPUtime=102.31 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 80887 0 0 0 10219 12 0 0 25 0 1 0 630500050 280768512 52146 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 68547 52146 383 112 0 63512 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 274188

[startup+162.3 s]
/proc/loadavg: 4.07 4.06 3.47 5/343 17982
/proc/meminfo: memFree=9312088/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=275788 CPUtime=162.3 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 81256 0 0 0 16218 12 0 0 25 0 1 0 630500050 282406912 52515 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 68947 52515 383 112 0 63912 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 275788

[startup+222.3 s]
/proc/loadavg: 4.02 4.04 3.50 5/343 17984
/proc/meminfo: memFree=9231712/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=288548 CPUtime=222.3 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 94413 0 0 0 22215 15 0 0 25 0 1 0 630500050 295473152 55917 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 72137 55917 383 112 0 67102 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 288548

[startup+282.3 s]
/proc/loadavg: 4.06 4.05 3.54 5/343 17985
/proc/meminfo: memFree=9111480/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=300896 CPUtime=282.3 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 113370 0 0 0 28210 20 0 0 25 0 1 0 630500050 308117504 58573 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 75224 58573 383 112 0 70189 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 300896

[startup+342.3 s]
/proc/loadavg: 4.02 4.04 3.56 5/343 17987
/proc/meminfo: memFree=9068640/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=311708 CPUtime=342.31 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 127144 0 0 0 34206 25 0 0 25 0 1 0 630500050 319188992 63259 33554432000 4194304 4650387 140735648523696 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 77927 63259 383 112 0 72892 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 311708

[startup+402.301 s]
/proc/loadavg: 4.05 4.04 3.59 5/343 17989
/proc/meminfo: memFree=8992544/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=338128 CPUtime=402.31 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 148309 0 0 0 40201 30 0 0 25 0 1 0 630500050 346243072 68906 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 84532 68906 383 112 0 79497 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 338128

[startup+462.301 s]
/proc/loadavg: 4.12 4.06 3.62 5/343 17990
/proc/meminfo: memFree=8974484/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=338276 CPUtime=462.31 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 158376 0 0 0 46199 32 0 0 25 0 1 0 630500050 346394624 67806 33554432000 4194304 4650387 140735648523696 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 84569 67806 383 112 0 79534 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 338276

[startup+522.301 s]
/proc/loadavg: 4.09 4.06 3.65 5/343 17992
/proc/meminfo: memFree=8906076/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=339132 CPUtime=522.32 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 188572 0 0 0 52190 42 0 0 25 0 1 0 630500050 347271168 72943 33554432000 4194304 4650387 140735648523696 18446744073709551615 4364401 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 84783 72943 383 112 0 79748 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 339132

[startup+582.301 s]
/proc/loadavg: 4.03 4.05 3.67 5/343 17993
/proc/meminfo: memFree=8912816/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=339868 CPUtime=582.32 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 213773 0 0 0 58182 50 0 0 25 0 1 0 630500050 348024832 69672 33554432000 4194304 4650387 140735648523696 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 84967 69672 383 112 0 79932 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 339868

[startup+642.301 s]
/proc/loadavg: 4.01 4.04 3.69 5/343 17995
/proc/meminfo: memFree=8935088/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=286272 CPUtime=642.33 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 242781 0 0 0 64175 58 0 0 25 0 1 0 630500050 293142528 66350 33554432000 4194304 4650387 140735648523696 18446744073709551615 4368082 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 71568 66350 383 112 0 66533 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 286272

[startup+702.301 s]
/proc/loadavg: 4.03 4.04 3.71 5/343 17997
/proc/meminfo: memFree=8895588/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=340596 CPUtime=702.32 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 253581 0 0 0 70172 60 0 0 25 0 1 0 630500050 348770304 68684 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476079 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 85149 68684 383 112 0 80114 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 340596

[startup+762.313 s]
/proc/loadavg: 4.01 4.03 3.73 5/343 17998
/proc/meminfo: memFree=8862112/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=342912 CPUtime=762.34 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 272479 0 0 0 76169 65 0 0 25 0 1 0 630500050 351141888 70032 33554432000 4194304 4650387 140735648523696 18446744073709551615 4328222 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 85728 70032 383 112 0 80693 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 342912

[startup+822.301 s]
/proc/loadavg: 4.03 4.04 3.74 5/343 18009
/proc/meminfo: memFree=8767704/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=343584 CPUtime=822.33 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 302259 0 0 0 82161 72 0 0 25 0 1 0 630500050 351830016 71800 33554432000 4194304 4650387 140735648523696 18446744073709551615 4328951 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 85896 71800 383 112 0 80861 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 343584

[startup+882.3 s]
/proc/loadavg: 4.07 4.04 3.76 5/343 18010
/proc/meminfo: memFree=8821160/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=357200 CPUtime=882.33 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 334982 0 0 0 88154 79 0 0 25 0 1 0 630500050 365772800 74738 33554432000 4194304 4650387 140735648523696 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 89300 74738 383 112 0 84265 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 357200

[startup+942.3 s]
/proc/loadavg: 3.66 3.95 3.75 3/331 18048
/proc/meminfo: memFree=12085112/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=330024 CPUtime=942.33 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 365002 0 0 0 94148 85 0 0 25 0 1 0 630500050 337944576 73453 33554432000 4194304 4650387 140735648523696 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 82506 73453 383 112 0 77471 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 330024

[startup+1002.3 s]
/proc/loadavg: 2.68 3.61 3.64 3/331 18050
/proc/meminfo: memFree=12111476/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=330632 CPUtime=1002.34 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 406571 0 0 0 100140 94 0 0 25 0 1 0 630500050 338567168 71548 33554432000 4194304 4650387 140735648523696 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 82658 71548 383 112 0 77623 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 330632

[startup+1062.3 s]
/proc/loadavg: 2.25 3.31 3.53 3/331 18051
/proc/meminfo: memFree=12104592/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=331292 CPUtime=1062.34 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 447605 0 0 0 106131 103 0 0 25 0 1 0 630500050 339243008 66953 33554432000 4194304 4650387 140735648523696 18446744073709551615 4364368 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 82823 66953 383 112 0 77788 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 331292

[startup+1122.3 s]
/proc/loadavg: 2.16 3.09 3.44 3/331 18053
/proc/meminfo: memFree=12028420/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=414744 CPUtime=1122.34 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 473693 0 0 0 112127 107 0 0 25 0 1 0 630500050 424697856 93041 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 103686 93041 383 112 0 98651 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 414744

[startup+1182.3 s]
/proc/loadavg: 2.11 2.90 3.35 3/331 18054
/proc/meminfo: memFree=12011908/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=414744 CPUtime=1182.34 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 473693 0 0 0 118127 107 0 0 25 0 1 0 630500050 424697856 93041 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 103686 93041 383 112 0 98651 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 414744

[startup+1242.3 s]
/proc/loadavg: 1.64 2.64 3.23 2/325 18074
/proc/meminfo: memFree=12460320/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=414744 CPUtime=1242.35 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 473693 0 0 0 124128 107 0 0 25 0 1 0 630500050 424697856 93041 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 103686 93041 383 112 0 98651 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 414744



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.23 2.34 3.09 2/325 18075
/proc/meminfo: memFree=12459684/32951124 swapFree=67111352/67111528
[pid=17977] ppid=17975 vsize=414892 CPUtime=1300.06 cores=1,3
/proc/17977/stat : 17977 (strangenight1-s) R 17975 17977 17595 0 -1 4202496 473723 0 0 0 129899 107 0 0 25 0 1 0 630500050 424849408 93071 33554432000 4194304 4650387 140735648523696 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17977/statm: 103723 93071 383 112 0 98688 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 414892

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.09
CPU user time (s): 1299
CPU system time (s): 1.08883
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 414892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299
system time used= 1.08883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 473723
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= 13
involuntary context switches= 1937

runsolver used 4.03839 second user time and 10.0885 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-14 15:47:24
IDJOB=3369731
IDBENCH=82540
IDSOLVER=1847
FILE ID=node143/3369731-1305380844
RUNJOBID= node143-1305379151-17615
PBS_JOBID= 13324359
Free space on /tmp= 73372 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S1778371838-017-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369731-1305380844/watcher-3369731-1305380844 -o /tmp/evaluation-result-3369731-1305380844/solver-3369731-1305380844 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369731-1305380844.cnf

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

MD5SUM BENCH= fdeac497d04edcceaf426c845c7872aa
RANDOM SEED=474332598

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9992864 kB
Buffers:        270720 kB
Cached:        3431576 kB
SwapCached:          0 kB
Active:       20042364 kB
Inactive:      2646516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9992864 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            7864 kB
Writeback:           0 kB
AnonPages:    18986800 kB
Mapped:          30152 kB
Slab:           144316 kB
PageTables:      61220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 73697004 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= 73408 MiB
End job on node143 at 2011-05-14 16:09:06