Trace number 3369847

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-S269939581-066-UNKNOWN.cnf
MD5SUM3d91d29f74f04e1ffeedae8425f55746
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.5211
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-3369847-1305383225.cnf'
0.00/0.01	c -- header says num vars:          25000
0.00/0.01	c -- header says num clauses:      105000
0.04/0.06	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.04/0.06	c -- vars added      25000
0.04/0.06	c Parsing time:  0.05 s
0.04/0.06	c  N st     0         0     25000    105000         0         0    315000         0   no data   no data  --
0.08/0.12	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.06
0.08/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
0.18/0.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.18/0.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.18/0.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.01 s
0.18/0.25	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
0.39/0.45	c lits-rem:         0  cl-subs:        0  v-elim:    696  v-fix:    0  time:  0.19 s
0.39/0.45	c Finding binary XORs  T:     0.00 s  found:       0
0.49/0.50	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.49/0.50	c calculated reachability. Time: 0.00
0.49/0.51	c Calc default polars -  time:   0.01 s pos:   11035 undec:    2879 neg:   11086
0.49/0.51	c =========================================================================================
0.49/0.51	c types(t): F = full restart, N = normal restart
0.49/0.51	c types(t): S = simplification begin/end, E = solution found
0.49/0.51	c restart types(rt): st = static, dy = dynamic
0.49/0.51	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.51	c  B st     0         0     24304    103866         0         0    315427         0   no data   no data  --
1.49/1.54	c  N dy    20      4024     24304    103866         0      4023    315427    963700    124.41    136.81  --
2.49/2.59	c  N dy    52      8048     24304    103866         0      8047    315427   1854283    135.58    143.34  --
3.58/3.68	c  N dy    81     12088     24304    103866         0     12086    315427   2740072    137.87    147.79  --
4.68/4.77	c  N dy   109     16219     24304    103866         0     16217    315427   3593806    137.14    145.02  --
5.89/5.92	c  N dy   139     20278     24304    103866         0     10279    315427    644447    138.34    147.92  --
6.99/7.01	c  N dy   168     24344     24304    103866         0     14345    315427   1516051    138.53    146.18  --
7.09/7.20	c  F st   174     25000     24304    103866         0     15001    315427   1678015    138.94    133.26  --
8.69/8.72	c  N dy   180     30000     24304    103866         0     20000    315427   3238054    138.94   no data  --
8.69/8.72	c  S st   180     30000     24304    103866         0     20000    315427   3238054    138.94   no data  --
8.80/8.85	c  S st   180     30504     24304    103866         0     20504    315427   3323352    138.94   no data  --
8.80/8.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.80/8.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.88/8.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
9.19/9.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
9.19/9.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/9.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24304 time:  0.01 s
9.19/9.28	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
15.99/16.06	c lits-rem:        41  cl-subs:     2089  v-elim:    151  v-fix:    0  time:  6.77 s
16.09/16.17	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.11
16.09/16.17	c calculated reachability. Time: 0.00
16.09/16.17	c  N dy   180     30504     24153    104017         0     18415    316819   2258776    138.94   no data  --
17.38/17.44	c  N dy   215     34560     24153    104017         0     22471    316819   3163044    140.29    148.77  --
18.59/18.69	c  N dy   245     38649     24153    104017         0     26560    316819   4099495    141.09    168.82  --
19.88/19.95	c  N dy   275     42787     24153    104017         0     30698    316819   5022791    141.26    150.26  --
20.69/20.80	c  S st   294     45758     24153    104017         0     18171    316819   1260495    141.25    123.89  --
20.90/20.94	c  S st   294     46262     24153    104017         0     18675    316819   1354476    141.25   no data  --
20.90/20.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
20.90/20.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.99/21.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
21.09/21.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
21.09/21.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.09/21.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
21.09/21.19	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
23.89/23.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.74 s
23.89/23.94	c vivif2 --  cl tried   104017 cl shrink        0 lits rem          0 time: 0.01
23.89/23.96	c vivif2 --  cl tried    18675 cl shrink        0 lits rem          0 time: 0.02
23.99/24.07	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.11
23.99/24.07	c calculated reachability. Time: 0.00
23.99/24.08	c  N dy   294     46262     24153    104017         0     18675    316819   1354476    141.25   no data  --
25.19/25.27	c  N dy   321     50381     24153    104017         0     22793    316819   2253220    141.25    148.86  --
26.49/26.50	c  N dy   348     54460     24153    104017         0     26872    316819   3095251    140.91    151.50  --
27.69/27.78	c  N dy   379     58505     24153    104017         0     30916    316819   4007608    141.42    149.28  --
28.98/29.05	c  N dy   403     62647     24153    104017         0     35058    316819   4901355    141.09    152.65  --
30.29/30.32	c  N dy   430     66839     24153    104017         0     20506    316819   1060342    141.05    149.47  --
30.99/31.06	c  S st   447     69393     24153    104017         0     23060    316819   1631932    140.98   no data  --
31.19/31.20	c  S st   447     69895     24153    104017         0     23562    316819   1712194    140.98   no data  --
31.19/31.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.19/31.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.29/31.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
31.39/31.45	c bin-w-bin subsume rem            0 bins  time:  0.01 s
31.39/31.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.39/31.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
31.39/31.47	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
34.79/34.87	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.39 s
34.79/34.87	c vivif2 --  cl tried   104017 cl shrink        0 lits rem          0 time: 0.01
34.89/34.90	c vivif2 --  cl tried    23562 cl shrink        0 lits rem          0 time: 0.03
34.99/35.01	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.11
34.99/35.02	c calculated reachability. Time: 0.00
34.99/35.02	c  N dy   447     69895     24153    104017         0     23562    316819   1712193    140.98   no data  --
36.30/36.35	c  N dy   480     74456     24153    104017         0     28123    316819   2715617    141.26    152.94  --
37.79/37.85	c  N dy   516     79275     24153    104017         0     32942    316819   3806824    141.38    150.80  --
39.39/39.49	c  N dy   552     84432     24153    104017         0     38097    316819   4938215    141.60    173.26  --
40.49/40.55	c  F st   577     87500     24153    104017         0     41165    316819   5686468    142.13   no data  --
41.58/41.68	c  N st   582     90800     24153    104017         0     23596    316819   1423754    142.13   no data  --
43.39/43.48	c  N dy   611     96680     24153    104017         0     29476    316819   2947783    142.17    152.96  --
45.39/45.43	c  N dy   654    102959     24153    104017         0     35754    316819   4379186    142.39    150.56  --
45.99/46.00	c  S st   667    104843     24153    104017         0     37638    316819   4772990    142.27   no data  --
46.09/46.16	c  S st   667    105350     24153    104017         0     38144    316819   4855794    142.27   no data  --
46.09/46.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
46.09/46.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.29/46.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
46.59/46.60	c bin-w-bin subsume rem            0 bins  time:  0.01 s
46.59/46.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
46.59/46.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
46.59/46.63	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
90.79/90.88	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 44.26 s
90.79/90.89	c vivif2 --  cl tried   104017 cl shrink        0 lits rem          0 time: 0.01
90.89/90.97	c vivif2 --  cl tried    38140 cl shrink        0 lits rem          0 time: 0.08
91.09/91.11	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.14
91.09/91.12	c calculated reachability. Time: 0.00
91.09/91.12	c  N dy   667    105350     24153    104017         0     38140    316819   4853151    142.27   no data  --
93.29/93.39	c  N dy   720    112074     24153    104017         0     44863    316819   6388722    142.56    160.90  --
95.59/95.66	c  N dy   773    119298     24153    104017         0     29647    316819   2199970    142.77    156.47  --
98.09/98.13	c  N dy   828    126935     24153    104017         0     37283    316819   3944435    143.04    152.95  --
100.79/100.86	c  N dy   881    135092     24153    104017         0     45440    316819   5763714    143.01    153.99  --
103.59/103.63	c  N dy   944    143767     24153    104017         0     30395    316819   2023754    143.19    150.89  --
106.59/106.65	c  N dy  1008    153039     24153    104017         0     39666    316819   4111649    143.32    152.99  --
108.29/108.32	c  S st  1042    158025     24153    104017         0     44652    316819   5213167    143.34   no data  --
108.39/108.49	c  S st  1042    158535     24153    104017         0     45162    316819   5299640    143.34   no data  --
108.49/108.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
108.49/108.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
108.59/108.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
108.90/108.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
108.90/108.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
108.90/108.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
108.90/108.99	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
166.59/166.67	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 57.69 s
166.59/166.68	c vivif2 --  cl tried   104017 cl shrink        0 lits rem          0 time: 0.01
166.69/166.77	c vivif2 --  cl tried    45158 cl shrink        0 lits rem          0 time: 0.09
166.89/166.93	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.16
166.89/166.94	c calculated reachability. Time: 0.00
166.89/166.94	c  N dy  1042    158535     24153    104017         0     45158    316819   5295997    143.34   no data  --
170.29/170.30	c  N dy  1110    168831     24153    104017         0     30600    316819   1796764    143.13    152.73  --
173.80/173.89	c  N dy  1182    179794     24153    104017         0     41562    316819   4239298    143.14    153.96  --
177.89/177.92	c  N dy  1265    191395     24153    104017         0     27234    316819    821354    143.45    152.23  --
181.79/181.87	c  N dy  1354    203624     24153    104017         0     39462    316819   3596077    143.64    151.45  --
186.39/186.40	c  N dy  1449    216707     24153    104017         0     52545    316819   6604683    143.85    151.98  --
190.89/190.93	c  N dy  1539    230624     24153    104017         0     39500    316819   3304362    143.80    158.84  --
193.30/193.35	c  S st  1587    237802     24153    104017         0     46678    316819   4910457    143.81   no data  --
193.50/193.53	c  S st  1587    238305     24153    104017         0     47181    316819   4996512    143.81   no data  --
193.50/193.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
193.50/193.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
193.61/193.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
193.89/193.97	c bin-w-bin subsume rem            0 bins  time:  0.01 s
193.89/193.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
193.89/193.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
193.89/193.99	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
246.10/246.11	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 52.13 s
246.10/246.12	c vivif2 --  cl tried   104017 cl shrink        0 lits rem          0 time: 0.01
246.20/246.21	c vivif2 --  cl tried    47177 cl shrink        0 lits rem          0 time: 0.08
246.30/246.37	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.16
246.30/246.37	c calculated reachability. Time: 0.00
246.30/246.37	c  N dy  1587    238305     24153    104017         0     47177    316819   4995477    143.81   no data  --
251.50/251.52	c  N dy  1683    253573     24153    104017         0     34463    316819   1939524    143.78    158.42  --
256.99/257.04	c  N dy  1796    269837     24153    104017         0     50727    316819   5655711    143.86    182.89  --
262.91/262.94	c  N dy  1918    287127     24153    104017         0     39021    316819   2741684    143.89    156.78  --
269.30/269.38	c  N dy  2050    305480     24153    104017         0     57373    316819   6936466    144.04    152.75  --
269.60/269.66	c  F st  2056    306251     24153    104017         0     58144    316819   7111346    144.05    145.81  --
276.00/276.06	c  N dy  2154    325118     24153    104017         0     47015    316819   4574793    144.05    151.70  --
282.99/283.01	c  N dy  2288    345130     24153    104017         0     36028    316819   1589933    144.13    160.07  --
287.20/287.22	c  S st  2377    357458     24153    104017         0     48355    316819   4399994    144.26    144.30  --
287.40/287.40	c  S st  2377    357958     24153    104017         0     48855    316819   4482026    144.26   no data  --
287.40/287.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
287.40/287.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
287.50/287.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
287.80/287.81	c bin-w-bin subsume rem            0 bins  time:  0.01 s
287.80/287.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
287.80/287.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
287.80/287.83	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
326.40/326.41	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time: 38.58 s
326.40/326.42	c vivif2 --  cl tried   104017 cl shrink        0 lits rem          0 time: 0.01
326.40/326.49	c vivif2 --  cl tried    48853 cl shrink        0 lits rem          0 time: 0.07
326.60/326.65	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.15
326.60/326.65	c calculated reachability. Time: 0.00
326.60/326.65	c  N dy  2377    357958     24153    104017         0     48853    316819   4481815    144.26   no data  --
333.30/333.37	c  N dy  2509    378001     24153    104017         0     36902    316819   1598252    144.32    159.20  --
339.91/339.97	c  N dy  2646    398083     24153    104017         0     56983    316819   6155986    144.39    153.33  --
346.59/346.63	c  N dy  2782    418160     24153    104017         0     44066    316819   2934025    144.35    152.50  --
353.30/353.39	c  N dy  2914    438192     24153    104017         0     64094    316819   7467150    144.40    155.72  --
360.10/360.16	c  N dy  3043    458271     24153    104017         0     50169    316819   4072559    144.34    173.03  --
367.50/367.50	c  N dy  3165    478358     24153    104017         0     35263    316819    513209    144.29    153.92  --
374.29/374.38	c  N dy  3311    498475     24153    104017         0     55378    316819   5052201    144.34    162.58  --
381.71/381.77	c  N dy  3454    518542     24153    104017         0     39446    316819   1261338    144.45    154.19  --
388.09/388.10	c  S st  3580    536939     24153    104017         0     57842    316819   5439705    144.46   no data  --
388.21/388.30	c  S st  3580    537442     24153    104017         0     58345    316819   5526525    144.46   no data  --
388.31/388.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
388.31/388.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
388.40/388.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
388.70/388.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
388.70/388.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
388.70/388.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
388.70/388.79	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
455.41/455.48	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 66.69 s
455.41/455.49	c vivif2 --  cl tried   104017 cl shrink        0 lits rem          0 time: 0.01
455.50/455.58	c vivif2 --  cl tried    58342 cl shrink        0 lits rem          0 time: 0.09
455.70/455.75	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.17
455.70/455.75	c calculated reachability. Time: 0.00
455.70/455.75	c  N dy  3580    537442     24153    104017         0     58342    316819   5525231    144.46   no data  --
462.70/462.76	c  N dy  3712    557456     24153    104017         0     41361    316819   1458734    144.44    167.12  --
469.50/469.52	c  N dy  3852    577680     24153    104017         0     61584    316819   6037214    144.45    153.58  --
476.60/476.64	c  N dy  3993    597812     24153    104017         0     43714    316819   1762003    144.48    163.78  --
483.40/483.43	c  N dy  4137    617930     24153    104017         0     63831    316819   6319604    144.54    153.71  --
490.80/490.82	c  N dy  4270    638001     24153    104017         0     44899    316819   1791988    144.56    164.19  --
498.09/498.10	c  N dy  4413    658143     24153    104017         0     65040    316819   6408619    144.67    152.45  --
505.60/505.67	c  N dy  4541    678352     24153    104017         0     45250    316819   1676016    144.68    153.03  --
512.80/512.83	c  N dy  4674    698411     24153    104017         0     65309    316819   6247070    144.70    154.55  --
520.50/520.50	c  N dy  4819    718419     24153    104017         0     44322    316819   1217942    144.81    162.96  --
527.50/527.59	c  N dy  4956    738511     24153    104017         0     64413    316819   5684279    144.76    160.94  --
535.40/535.47	c  N dy  5098    758573     24153    104017         0     42473    316819    568829    144.90    153.78  --
542.50/542.52	c  N dy  5234    778677     24153    104017         0     62577    316819   5069050    144.93    153.79  --
550.21/550.29	c  N dy  5379    798727     24153    104017         0     82626    316819   9645748    144.98    161.98  --
553.00/553.08	c  S st  5431    806163     24153    104017         0     47069    316819   1390926    144.97   no data  --
553.21/553.25	c  S st  5431    806665     24153    104017         0     47571    316819   1479412    144.97   no data  --
553.21/553.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
553.21/553.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
553.40/553.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
553.50/553.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
553.50/553.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
553.50/553.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
553.50/553.54	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
557.00/557.05	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.51 s
557.00/557.06	c vivif2 --  cl tried   104017 cl shrink        0 lits rem          0 time: 0.01
557.00/557.09	c vivif2 --  cl tried    47570 cl shrink        0 lits rem          0 time: 0.03
557.20/557.24	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.15
557.20/557.25	c calculated reachability. Time: 0.00
557.20/557.25	c  N dy  5431    806665     24153    104017         0     47570    316819   1479364    144.97   no data  --
564.40/564.44	c  N dy  5566    826783     24153    104017         0     67686    316819   6041210    144.98    163.92  --
572.40/572.45	c  N dy  5696    846950     24153    104017         0     87853    316819  10683281    145.01    155.65  --
579.30/579.34	c  N dy  5838    867058     24153    104017         0     63965    316819   5121894    145.11    154.01  --
586.70/586.72	c  N dy  5973    887155     24153    104017         0     84062    316819   9687246    145.12    155.63  --
593.80/593.84	c  N dy  6111    907244     24153    104017         0     59148    316819   3676832    145.16    154.40  --
601.10/601.10	c  N dy  6252    927259     24153    104017         0     79160    316819   8236946    145.16    157.95  --
608.50/608.53	c  N dy  6392    947323     24153    104017         0     53223    316819   2104542    145.18    154.90  --
615.60/615.63	c  N dy  6531    967535     24153    104017         0     73435    316819   6772012    145.24    156.56  --
623.40/623.41	c  N dy  6673    987752     24153    104017         0     93651    316819  11420996    145.29    153.29  --
630.32/630.33	c  N dy  6813   1007760     24153    104017         0     66654    316819   5004874    145.33    157.66  --
637.70/637.77	c  N dy  6949   1027774     24153    104017         0     86666    316819   9595052    145.34    164.10  --
645.11/645.13	c  N dy  7078   1047811     24153    104017         0     58710    316819   2970743    145.35    160.87  --
652.32/652.38	c  N dy  7215   1067912     24153    104017         0     78810    316819   7641918    145.38    153.88  --
653.90/653.90	c  F st  7243   1071876     24153    104017         0     82774    316819   8539568    145.38    133.94  --
660.21/660.26	c  N dy  7321   1088012     24153    104017         0     49915    316819    701247    145.39    158.49  --
667.10/667.19	c  N dy  7459   1108014     24153    104017         0     69916    316819   5246649    145.42    156.43  --
674.70/674.73	c  N dy  7590   1128084     24153    104017         0     89985    316819   9793281    145.42    153.51  --
682.30/682.36	c  N dy  7724   1148237     24153    104017         0     60138    316819   2827053    145.42    154.72  --
689.61/689.66	c  N dy  7864   1168421     24153    104017         0     80320    316819   7480140    145.46    164.95  --
697.50/697.56	c  N dy  7996   1188497     24153    104017         0    100393    316819  12022445    145.42    154.39  --
704.61/704.68	c  N dy  8136   1208654     24153    104017         0     69551    316819   4721350    145.44    154.11  --
705.12/705.17	c  S st  8146   1209999     24153    104017         0     70896    316819   5024029    145.44   no data  --
705.30/705.37	c  S st  8146   1210506     24153    104017         0     71403    316819   5113061    145.44   no data  --
705.30/705.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
705.30/705.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
705.50/705.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.16
705.80/705.81	c bin-w-bin subsume rem            0 bins  time:  0.01 s
705.80/705.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
705.80/705.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
705.80/705.83	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
765.51/765.52	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 59.69 s
765.51/765.53	c vivif2 --  cl tried   104017 cl shrink        0 lits rem          0 time: 0.01
765.62/765.61	c vivif2 --  cl tried    71398 cl shrink        0 lits rem          0 time: 0.08
765.81/765.80	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.19
765.81/765.81	c calculated reachability. Time: 0.00
765.81/765.81	c  N dy  8146   1210506     24153    104017         0     71398    316819   5111530    145.44   no data  --
773.32/773.38	c  N dy  8279   1230533     24153    104017         0     91423    316819   9712308    145.45    154.51  --
781.02/781.05	c  N dy  8410   1250703     24153    104017         0     59595    316819   2207555    145.44    154.72  --
788.21/788.26	c  N dy  8547   1270716     24153    104017         0     79607    316819   6819543    145.47    153.56  --
796.21/796.26	c  N dy  8692   1290827     24153    104017         0     99717    316819  11481461    145.54    156.98  --
803.60/803.61	c  N dy  8827   1310903     24153    104017         0     66796    316819   3703910    145.56    179.36  --
811.01/811.05	c  N dy  8964   1331002     24153    104017         0     86894    316819   8402621    145.61    157.13  --
819.20/819.21	c  N dy  9099   1351176     24153    104017         0    107068    316819  12951422    145.60    156.05  --
826.31/826.38	c  N dy  9240   1371342     24153    104017         0     73234    316819   4935498    145.62    154.32  --
834.01/834.06	c  N dy  9376   1391430     24153    104017         0     93321    316819   9527442    145.64    155.72  --
842.11/842.16	c  N dy  9516   1411473     24153    104017         0     58372    316819   1314474    145.66    153.80  --
849.41/849.43	c  N dy  9657   1431602     24153    104017         0     78501    316819   6013700    145.70    153.67  --
857.50/857.58	c  N dy  9782   1451613     24153    104017         0     98511    316819  10519981    145.67    157.70  --
865.81/865.84	c  N dy  9910   1471633     24153    104017         0     62532    316819   1990527    145.66    158.32  --
873.51/873.52	c  N dy 10046   1491733     24153    104017         0     82631    316819   6524412    145.67    153.41  --
881.90/881.93	c  N dy 10175   1512087     24153    104017         0    102985    316819  11129001    145.65    154.94  --
890.20/890.21	c  N dy 10310   1532175     24153    104017         0     66072    316819   2575818    145.65    154.75  --
897.91/897.95	c  N dy 10445   1552184     24153    104017         0     86080    316819   7114565    145.63    153.88  --
906.50/906.55	c  N dy 10583   1572404     24153    104017         0    106297    316819  11706365    145.65    154.61  --
914.71/914.78	c  N dy 10709   1592518     24153    104017         0     68411    316819   2885349    145.64    156.25  --
922.60/922.66	c  N dy 10839   1612638     24153    104017         0     88529    316819   7501865    145.64    153.61  --
931.11/931.19	c  N dy 10974   1632757     24153    104017         0    108647    316819  12185101    145.67    161.12  --
939.11/939.17	c  N dy 11108   1653003     24153    104017         0     69897    316819   3048530    145.68    153.59  --
946.71/946.76	c  N dy 11237   1673132     24153    104017         0     90025    316819   7706066    145.68    155.12  --
955.01/955.00	c  N dy 11383   1693165     24153    104017         0    110057    316819  12303071    145.70    161.13  --
962.01/962.03	c  S st 11502   1710509     24153    104017         0     67404    316819   2257938    145.71   no data  --
962.21/962.21	c  S st 11502   1711010     24153    104017         0     67905    316819   2327296    145.71   no data  --
962.21/962.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
962.21/962.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
962.31/962.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.15
962.53/962.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
962.53/962.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
962.53/962.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
962.53/962.55	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
968.91/969.00	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  6.45 s
968.91/969.01	c vivif2 --  cl tried   104017 cl shrink        0 lits rem          0 time: 0.01
969.02/969.05	c vivif2 --  cl tried    67903 cl shrink        0 lits rem          0 time: 0.04
969.21/969.22	c asymm  cl-useful: 0/104017/104017 lits-rem:0 time: 0.18
969.21/969.23	c calculated reachability. Time: 0.00
969.21/969.23	c  N dy 11502   1711010     24153    104017         0     67903    316819   2326129    145.71   no data  --
976.72/976.79	c  N dy 11635   1731261     24153    104017         0     88152    316819   7095468    145.73    165.00  --
984.91/984.99	c  N dy 11776   1751365     24153    104017         0    108254    316819  11741801    145.77    155.66  --
993.22/993.25	c  N dy 11915   1771618     24153    104017         0     67506    316819   2055926    145.77    159.40  --
1000.61/1000.65	c  N dy 12043   1791650     24153    104017         0     87534    316819   6593273    145.77    164.67  --
1008.72/1008.72	c  N dy 12174   1811662     24153    104017         0    107545    316819  11189221    145.79    153.99  --
1017.12/1017.13	c  N dy 12311   1831777     24153    104017         0     65674    316819   1411544    145.80    155.04  --
1024.61/1024.61	c  N dy 12456   1851861     24153    104017         0     85758    316819   6027907    145.81    153.63  --
1032.61/1032.67	c  N dy 12586   1871910     24153    104017         0    105807    316819  10609560    145.81    190.13  --
1041.41/1041.40	c  N dy 12716   1892072     24153    104017         0    125967    316819  15230229    145.81    153.87  --
1048.81/1048.87	c  N dy 12858   1912292     24153    104017         0     83192    316819   5142962    145.83    154.68  --
1056.81/1056.87	c  N dy 12994   1932312     24153    104017         0    103212    316819   9723214    145.84    168.96  --
1065.52/1065.56	c  N dy 13136   1952381     24153    104017         0    123280    316819  14339892    145.86    153.76  --
1073.32/1073.39	c  N dy 13275   1972682     24153    104017         0     79581    316819   4215025    145.88    155.52  --
1081.22/1081.31	c  N dy 13415   1992727     24153    104017         0     99624    316819   8857209    145.91    154.44  --
1089.81/1089.80	c  N dy 13546   2012830     24153    104017         0    119727    316819  13465919    145.91    156.54  --
1097.92/1097.99	c  N dy 13686   2032881     24153    104017         0     74778    316819   2843429    145.93    157.04  --
1105.72/1105.79	c  N dy 13828   2052941     24153    104017         0     94836    316819   7517690    145.95    155.92  --
1114.22/1114.26	c  N dy 13959   2073174     24153    104017         0    115068    316819  12217119    145.98    157.72  --
1123.02/1123.05	c  N dy 14096   2093261     24153    104017         0     69158    316819   1318316    146.00    182.00  --
1130.61/1130.64	c  N dy 14237   2113387     24153    104017         0     89282    316819   5963956    146.02    154.18  --
1138.91/1138.94	c  N dy 14385   2133476     24153    104017         0    109370    316819  10595647    146.05    157.57  --
1148.21/1148.27	c  N dy 14531   2153559     24153    104017         0    129453    316819  15216820    146.06    154.64  --
1156.41/1156.48	c  N dy 14672   2173646     24153    104017         0     82541    316819   4162480    146.08    154.37  --
1164.41/1164.47	c  N dy 14820   2193804     24153    104017         0    102698    316819   8877625    146.11    154.30  --
1171.82/1171.85	c  S st 14939   2211010     24153    104017         0    119902    316819  12847993    146.12   no data  --
1172.12/1172.11	c  S st 14939   2211513     24153    104017         0    120405    316819  12925738    146.12   no data  --
1172.12/1172.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1172.12/1172.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1172.32/1172.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.19
1173.02/1173.06	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1173.02/1173.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1173.02/1173.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24153 time:  0.01 s
1173.02/1173.08	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 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-3369847-1305383225/watcher-3369847-1305383225 -o /tmp/evaluation-result-3369847-1305383225/solver-3369847-1305383225 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369847-1305383225.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.69 3.96 3.85 6/342 10693
/proc/meminfo: memFree=18210704/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=22624 CPUtime=0 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 942 0 0 0 0 0 0 0 22 0 1 0 649920517 23166976 883 33554432000 4194304 4650387 140734226857536 18446744073709551615 4317100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 5656 888 325 112 0 621 0

[startup+0.0538431 s]
/proc/loadavg: 3.69 3.96 3.85 6/342 10693
/proc/meminfo: memFree=18210704/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=41032 CPUtime=0.04 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 4235 0 0 0 4 0 0 0 22 0 1 0 649920517 42016768 3715 33554432000 4194304 4650387 140734226857536 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 10258 3716 329 112 0 5223 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 41032

[startup+0.10083 s]
/proc/loadavg: 3.69 3.96 3.85 6/342 10693
/proc/meminfo: memFree=18210704/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=42912 CPUtime=0.08 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 4743 0 0 0 8 0 0 0 22 0 1 0 649920517 43941888 4223 33554432000 4194304 4650387 140734226857536 18446744073709551615 4369204 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 10728 4223 346 112 0 5693 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42912

[startup+0.300795 s]
/proc/loadavg: 3.69 3.96 3.85 6/342 10693
/proc/meminfo: memFree=18210704/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=62344 CPUtime=0.29 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 9066 0 0 0 28 1 0 0 23 0 1 0 649920517 63840256 7929 33554432000 4194304 4650387 140734226857536 18446744073709551615 4444023 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 15586 7929 365 112 0 10551 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62344

[startup+0.700726 s]
/proc/loadavg: 3.69 3.96 3.85 6/342 10693
/proc/meminfo: memFree=18210704/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=65944 CPUtime=0.69 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 10154 0 0 0 68 1 0 0 25 0 1 0 649920517 67526656 9017 33554432000 4194304 4650387 140734226857536 18446744073709551615 4333595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 16486 9017 379 112 0 11451 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65944

[startup+1.50058 s]
/proc/loadavg: 3.69 3.96 3.85 7/352 10711
/proc/meminfo: memFree=18068888/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=65944 CPUtime=1.49 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 10888 0 0 0 148 1 0 0 25 0 1 0 649920517 67526656 9751 33554432000 4194304 4650387 140734226857536 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 16486 9751 379 112 0 11451 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65944

[startup+3.1003 s]
/proc/loadavg: 3.72 3.96 3.86 7/352 10712
/proc/meminfo: memFree=18054752/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=110576 CPUtime=3.08 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 12224 0 0 0 307 1 0 0 25 0 1 0 649920517 113229824 11087 33554432000 4194304 4650387 140734226857536 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 27644 11087 379 112 0 22609 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 110576

[startup+6.30074 s]
/proc/loadavg: 3.72 3.96 3.86 6/352 10712
/proc/meminfo: memFree=18007448/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=68740 CPUtime=6.29 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 15928 0 0 0 627 2 0 0 25 0 1 0 649920517 70389760 9795 33554432000 4194304 4650387 140734226857536 18446744073709551615 4360459 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 17185 9795 381 112 0 12150 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68740

[startup+12.7006 s]
/proc/loadavg: 3.76 3.96 3.86 7/352 10712
/proc/meminfo: memFree=17785520/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=196804 CPUtime=12.69 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 36478 0 0 0 1264 5 0 0 25 0 1 0 649920517 201527296 30345 33554432000 4194304 4650387 140734226857536 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 49201 30345 383 112 0 44166 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 196804

[startup+25.5004 s]
/proc/loadavg: 3.80 3.96 3.86 6/352 10712
/proc/meminfo: memFree=17758292/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=148012 CPUtime=25.49 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 43852 0 0 0 2542 7 0 0 25 0 1 0 649920517 151564288 30983 33554432000 4194304 4650387 140734226857536 18446744073709551615 4333850 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 37003 30984 383 112 0 31968 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 148012

[startup+51.1009 s]
/proc/loadavg: 3.86 3.96 3.86 7/352 10713
/proc/meminfo: memFree=17641444/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=256964 CPUtime=51.09 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 71800 0 0 0 5097 12 0 0 25 0 1 0 649920517 263131136 46449 33554432000 4194304 4650387 140734226857536 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 64241 46449 383 112 0 59206 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 256964

[startup+102.314 s]
/proc/loadavg: 3.99 3.98 3.87 6/352 10714
/proc/meminfo: memFree=17484308/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=212348 CPUtime=102.31 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 79922 0 0 0 10216 15 0 0 25 0 1 0 649920517 217444352 47924 33554432000 4194304 4650387 140734226857536 18446744073709551615 4366015 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 53087 47924 383 112 0 48052 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 212348

[startup+162.3 s]
/proc/loadavg: 4.04 4.00 3.88 6/352 10716
/proc/meminfo: memFree=17376872/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=287188 CPUtime=162.29 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 86854 0 0 0 16213 16 0 0 25 0 1 0 649920517 294080512 54856 33554432000 4194304 4650387 140734226857536 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 71797 54856 383 112 0 66762 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 287188

[startup+222.301 s]
/proc/loadavg: 4.13 4.03 3.90 6/352 10717
/proc/meminfo: memFree=17322052/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=300768 CPUtime=222.3 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 101402 0 0 0 22209 21 0 0 25 0 1 0 649920517 307986432 58278 33554432000 4194304 4650387 140734226857536 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 75192 58278 383 112 0 70157 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 300768

[startup+282.3 s]
/proc/loadavg: 4.15 4.05 3.91 7/352 10719
/proc/meminfo: memFree=17286276/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=261160 CPUtime=282.29 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 121526 0 0 0 28201 28 0 0 25 0 1 0 649920517 267427840 59882 33554432000 4194304 4650387 140734226857536 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 65290 59882 383 112 0 60255 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 261160

[startup+342.301 s]
/proc/loadavg: 4.10 4.06 3.92 8/352 10721
/proc/meminfo: memFree=17231912/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=323056 CPUtime=342.29 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 133173 0 0 0 34198 31 0 0 25 0 1 0 649920517 330809344 66433 33554432000 4194304 4650387 140734226857536 18446744073709551615 4363461 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 80764 66433 383 112 0 75729 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 323056

[startup+402.3 s]
/proc/loadavg: 4.04 4.04 3.92 6/352 10722
/proc/meminfo: memFree=17208676/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=333784 CPUtime=402.3 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 156683 0 0 0 40190 40 0 0 25 0 1 0 649920517 341794816 67249 33554432000 4194304 4650387 140734226857536 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 83446 67249 383 112 0 78411 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 333784

[startup+462.301 s]
/proc/loadavg: 4.01 4.03 3.92 6/352 10724
/proc/meminfo: memFree=17235808/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=281344 CPUtime=462.3 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 160604 0 0 0 46190 40 0 0 25 0 1 0 649920517 288096256 64963 33554432000 4194304 4650387 140734226857536 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 70336 64963 383 112 0 65301 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 281344

[startup+522.301 s]
/proc/loadavg: 4.00 4.03 3.92 6/352 10725
/proc/meminfo: memFree=17169288/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=292404 CPUtime=522.3 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 191008 0 0 0 52180 50 0 0 25 0 1 0 649920517 299421696 67964 33554432000 4194304 4650387 140734226857536 18446744073709551615 4363358 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 73101 67964 383 112 0 68066 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 292404

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 3.92 7/352 10727
/proc/meminfo: memFree=17166384/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=348444 CPUtime=582.3 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 217919 0 0 0 58170 60 0 0 25 0 1 0 649920517 356806656 72094 33554432000 4194304 4650387 140734226857536 18446744073709551615 4334384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 87111 72094 383 112 0 82076 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 348444

[startup+642.301 s]
/proc/loadavg: 4.07 4.03 3.92 7/352 10729
/proc/meminfo: memFree=17195208/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=293068 CPUtime=642.31 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 247895 0 0 0 64163 68 0 0 25 0 1 0 649920517 300101632 68130 33554432000 4194304 4650387 140734226857536 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 73267 68130 383 112 0 68232 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 293068

[startup+702.3 s]
/proc/loadavg: 4.15 4.06 3.93 7/352 10730
/proc/meminfo: memFree=17187120/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=350636 CPUtime=702.3 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 276523 0 0 0 70155 75 0 0 25 0 1 0 649920517 359051264 68633 33554432000 4194304 4650387 140734226857536 18446744073709551615 4364384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 87659 68633 383 112 0 82624 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 350636

[startup+762.313 s]
/proc/loadavg: 4.05 4.04 3.93 7/352 10732
/proc/meminfo: memFree=17157816/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=350636 CPUtime=762.32 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 278424 0 0 0 76156 76 0 0 25 0 1 0 649920517 359051264 70534 33554432000 4194304 4650387 140734226857536 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 87659 70534 383 112 0 82624 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 350636

[startup+822.3 s]
/proc/loadavg: 4.09 4.05 3.94 6/352 10733
/proc/meminfo: memFree=17134084/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=293956 CPUtime=822.31 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 306043 0 0 0 82148 83 0 0 25 0 1 0 649920517 301010944 68352 33554432000 4194304 4650387 140734226857536 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 73489 68352 383 112 0 68454 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 293956

[startup+882.301 s]
/proc/loadavg: 4.10 4.05 3.94 7/352 10735
/proc/meminfo: memFree=17049976/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=359016 CPUtime=882.3 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 337208 0 0 0 88138 92 0 0 25 0 1 0 649920517 367632384 78545 33554432000 4194304 4650387 140734226857536 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 89754 78545 383 112 0 84719 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 359016

[startup+942.3 s]
/proc/loadavg: 4.03 4.04 3.94 7/352 10737
/proc/meminfo: memFree=17115780/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=359464 CPUtime=942.31 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 363925 0 0 0 94129 102 0 0 25 0 1 0 649920517 368091136 72314 33554432000 4194304 4650387 140734226857536 18446744073709551615 4363572 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 89866 72314 383 112 0 84831 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 359464

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 3.94 7/352 10738
/proc/meminfo: memFree=17068368/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=359816 CPUtime=1002.31 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 389820 0 0 0 100121 110 0 0 25 0 1 0 649920517 368451584 74799 33554432000 4194304 4650387 140734226857536 18446744073709551615 4334358 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 89954 74799 383 112 0 84919 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 359816

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.94 7/352 10740
/proc/meminfo: memFree=17048836/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=360100 CPUtime=1062.31 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 418925 0 0 0 106112 119 0 0 25 0 1 0 649920517 368742400 79801 33554432000 4194304 4650387 140734226857536 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 90025 79801 383 112 0 84990 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 360100

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.94 6/352 10741
/proc/meminfo: memFree=17039596/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=301324 CPUtime=1122.31 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 451239 0 0 0 112102 129 0 0 25 0 1 0 649920517 308555776 70194 33554432000 4194304 4650387 140734226857536 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 75331 70194 383 112 0 70296 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 301324

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.94 7/352 10743
/proc/meminfo: memFree=17008652/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=439268 CPUtime=1182.31 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 493517 0 0 0 118093 138 0 0 25 0 1 0 649920517 449810432 99273 33554432000 4194304 4650387 140734226857536 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 109817 99273 383 112 0 104782 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 439268

[startup+1242.3 s]
/proc/loadavg: 4.07 4.03 3.96 7/352 10745
/proc/meminfo: memFree=16939896/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=439904 CPUtime=1242.31 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 493682 0 0 0 124093 138 0 0 25 0 1 0 649920517 450461696 99438 33554432000 4194304 4650387 140734226857536 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 109976 99438 383 112 0 104941 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 439904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.07 3.97 7/352 10746
/proc/meminfo: memFree=16916420/32951124 swapFree=67082152/67111528
[pid=10693] ppid=10691 vsize=439904 CPUtime=1300.02 cores=1,3
/proc/10693/stat : 10693 (strangenight1-s) R 10691 10693 10078 0 -1 4202496 493683 0 0 0 129864 138 0 0 25 0 1 0 649920517 450461696 99439 33554432000 4194304 4650387 140734226857536 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10693/statm: 109976 99439 383 112 0 104941 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 439904

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.65
CPU system time (s): 1.40679
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 439904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.65
system time used= 1.40679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493683
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1191

runsolver used 4.02639 second user time and 10.2784 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-14 16:27:06
IDJOB=3369847
IDBENCH=82656
IDSOLVER=1847
FILE ID=node136/3369847-1305383225
RUNJOBID= node136-1305383225-10670
PBS_JOBID= 13324366
Free space on /tmp= 72988 MiB

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

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

MD5SUM BENCH= 3d91d29f74f04e1ffeedae8425f55746
RANDOM SEED=282995313

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      18213836 kB
Buffers:        283084 kB
Cached:        4993000 kB
SwapCached:       2740 kB
Active:       10524528 kB
Inactive:      3869672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18213836 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           16644 kB
Writeback:          24 kB
AnonPages:     9116548 kB
Mapped:          28028 kB
Slab:           237576 kB
PageTables:      39832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69877968 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= 72964 MiB
End job on node136 at 2011-05-14 16:48:48