Trace number 3369746

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-S1838224332-006-UNKNOWN.cnf
MD5SUMa93695501183427990f531672c9572d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.7978
Satisfiable
(Un)Satisfiability was proved
Number of variables24998
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-3369746-1305381789.cnf'
0.00/0.01	c -- header says num vars:          24998
0.00/0.01	c -- header says num clauses:      105000
0.00/0.06	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.00/0.06	c -- vars added      24998
0.00/0.06	c Parsing time:  0.05 s
0.00/0.06	c  N st     0         0     24998    105000         0         0    315000         0   no data   no data  --
0.09/0.12	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.06
0.09/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.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.18/0.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.18/0.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24998 time:  0.00 s
0.18/0.24	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
0.38/0.43	c lits-rem:         0  cl-subs:        0  v-elim:    886  v-fix:    0  time:  0.19 s
0.38/0.43	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.47	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.38/0.47	c calculated reachability. Time: 0.00
0.38/0.48	c Calc default polars -  time:   0.01 s pos:   11077 undec:    3011 neg:   10910
0.38/0.48	c =========================================================================================
0.38/0.48	c types(t): F = full restart, N = normal restart
0.38/0.48	c types(t): S = simplification begin/end, E = solution found
0.38/0.48	c restart types(rt): st = static, dy = dynamic
0.38/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.48	c  B st     0         0     24112    103839         0         0    316421         0   no data   no data  --
1.49/1.51	c  N dy    20      4044     24112    103839         0      4044    316421   1037679    133.27    140.71  --
2.49/2.55	c  N dy    50      8128     24112    103839         0      8128    316421   1960399    139.51    149.15  --
3.58/3.61	c  N dy    80     12192     24112    103839         0     12192    316421   2849012    140.97    151.06  --
4.69/4.75	c  N dy   109     16257     24112    103839         0     16257    316421   3782865    142.44    150.49  --
5.89/5.90	c  N dy   136     20407     24112    103839         0     10409    316421    662549    141.79    152.36  --
6.88/6.99	c  N dy   163     24455     24112    103839         0     14457    316421   1595968    143.33    152.17  --
7.08/7.13	c  F st   166     25000     24112    103839         0     15002    316421   1709795    143.06    131.79  --
8.58/8.68	c  N dy   172     30002     24112    103839         0     20002    316421   3383610    143.06   no data  --
8.58/8.68	c  S st   172     30002     24112    103839         0     20002    316421   3383610    143.06   no data  --
8.78/8.81	c  S st   172     30506     24112    103839         0     20506    316421   3456094    143.06   no data  --
8.78/8.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.78/8.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.90/8.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
9.19/9.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
9.19/9.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/9.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
9.19/9.23	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
15.09/15.14	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  5.90 s
15.19/15.24	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.10
15.19/15.24	c calculated reachability. Time: 0.00
15.19/15.24	c  N dy   172     30506     24112    103839         0     20502    316421   3452908    143.06   no data  --
16.38/16.45	c  N dy   205     34599     24112    103839         0     24595    316421   4375196    143.99    154.33  --
17.59/17.67	c  N dy   232     38650     24112    103839         0     28646    316421   5250694    143.49    152.89  --
18.89/18.94	c  N dy   261     42868     24112    103839         0     17368    316421   1114571    143.68    155.18  --
19.68/19.76	c  S st   285     45761     24112    103839         0     20261    316421   1773791    144.07   no data  --
19.79/19.90	c  S st   285     46266     24112    103839         0     20766    316421   1859648    144.07   no data  --
19.90/19.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19.90/19.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.98/20.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
20.08/20.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
20.08/20.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.08/20.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
20.08/20.17	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
23.88/23.90	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.73 s
23.88/23.91	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.01
23.88/23.93	c vivif2 --  cl tried    20764 cl shrink        0 lits rem          0 time: 0.02
23.98/24.03	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.10
23.98/24.04	c calculated reachability. Time: 0.00
23.98/24.04	c  N dy   285     46266     24112    103839         0     20764    316421   1858816    144.07   no data  --
25.19/25.23	c  N dy   314     50321     24112    103839         0     24819    316421   2759672    144.18    153.56  --
26.50/26.52	c  N dy   339     54586     24112    103839         0     29084    316421   3730815    143.81    151.97  --
27.79/27.80	c  N dy   363     58603     24112    103839         0     33101    316421   4615702    143.69    155.97  --
28.99/29.04	c  N dy   389     62613     24112    103839         0     37111    316421   5486282    143.48    151.93  --
30.18/30.22	c  N dy   418     66633     24112    103839         0     22384    316421   1533976    143.69    191.16  --
30.98/31.01	c  S st   435     69399     24112    103839         0     25149    316421   2139479    143.51   no data  --
31.08/31.14	c  S st   435     69903     24112    103839         0     25653    316421   2215224    143.51   no data  --
31.08/31.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.08/31.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.18/31.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
31.38/31.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
31.38/31.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.38/31.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
31.38/31.43	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
35.89/35.92	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  4.49 s
35.89/35.93	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.01
35.89/35.96	c vivif2 --  cl tried    25650 cl shrink        0 lits rem          0 time: 0.03
35.99/36.07	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.11
35.99/36.08	c calculated reachability. Time: 0.00
35.99/36.08	c  N dy   435     69903     24112    103839         0     25650    316421   2213867    143.51   no data  --
37.39/37.43	c  N dy   469     74464     24112    103839         0     30211    316421   3266708    143.68    151.57  --
38.89/38.93	c  N dy   501     79451     24112    103839         0     35198    316421   4396264    143.76    151.67  --
40.49/40.57	c  N dy   533     84565     24112    103839         0     40310    316421   5581138    143.82    156.95  --
41.48/41.56	c  F st   553     87500     24112    103839         0     22368    316421    966324    143.77   no data  --
42.58/42.63	c  N st   558     90797     24112    103839         0     25665    316421   1843235    143.77   no data  --
44.38/44.44	c  N dy   588     96752     24112    103839         0     31620    316421   3414415    143.96    155.44  --
46.30/46.39	c  N dy   636    103103     24112    103839         0     37971    316421   4874025    144.32    153.81  --
46.89/46.95	c  S st   650    104854     24112    103839         0     39722    316421   5272840    144.34   no data  --
47.09/47.10	c  S st   650    105360     24112    103839         0     40228    316421   5355016    144.34   no data  --
47.09/47.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
47.09/47.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.19/47.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
47.49/47.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
47.49/47.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
47.49/47.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
47.49/47.59	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
101.48/101.57	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 53.98 s
101.48/101.58	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.01
101.58/101.65	c vivif2 --  cl tried    40226 cl shrink        0 lits rem          0 time: 0.07
101.68/101.79	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.14
101.68/101.79	c calculated reachability. Time: 0.00
101.68/101.79	c  N dy   650    105360     24112    103839         0     40226    316421   5351725    144.34   no data  --
103.79/103.86	c  N dy   691    112090     24112    103839         0     24519    316421   1065789    144.23    155.65  --
105.88/105.99	c  N dy   738    119346     24112    103839         0     31774    316421   2672235    144.09    152.98  --
108.29/108.33	c  N dy   790    126964     24112    103839         0     39391    316421   4386131    144.20    151.94  --
110.89/110.92	c  N dy   846    135173     24112    103839         0     23884    316421    615248    144.08    155.17  --
113.49/113.51	c  N dy   910    143889     24112    103839         0     32599    316421   2604215    144.23    156.25  --
116.29/116.39	c  N dy   974    153095     24112    103839         0     41805    316421   4747469    144.31    152.60  --
117.89/117.97	c  S st  1009    158041     24112    103839         0     46751    316421   5874733    144.38    146.27  --
118.09/118.14	c  S st  1009    158543     24112    103839         0     47253    316421   5955488    144.38   no data  --
118.09/118.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
118.09/118.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
118.29/118.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
118.59/118.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
118.59/118.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
118.59/118.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
118.59/118.64	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
190.89/190.97	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time: 72.33 s
190.89/190.98	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.01
190.99/191.07	c vivif2 --  cl tried    47248 cl shrink        0 lits rem          0 time: 0.08
191.19/191.23	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.16
191.19/191.24	c calculated reachability. Time: 0.00
191.19/191.24	c  N dy  1009    158543     24112    103839         0     47248    316421   5953770    144.38   no data  --
194.70/194.71	c  N dy  1082    168902     24112    103839         0     32752    316421   2350914    144.61    158.23  --
198.29/198.34	c  N dy  1149    179706     24112    103839         0     43556    316421   4750612    144.41    156.27  --
202.29/202.38	c  N dy  1225    191351     24112    103839         0     29271    316421   1279392    144.37    156.71  --
206.39/206.43	c  N dy  1308    203621     24112    103839         0     41540    316421   4021179    144.34    155.76  --
210.89/210.96	c  N dy  1395    216702     24112    103839         0     27654    316421    662320    144.47    168.22  --
215.09/215.17	c  N dy  1482    230589     24112    103839         0     41540    316421   3782505    144.39    153.50  --
217.49/217.54	c  S st  1527    237815     24112    103839         0     48765    316421   5428147    144.42    119.09  --
217.69/217.73	c  S st  1527    238319     24112    103839         0     49269    316421   5530867    144.42   no data  --
217.69/217.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
217.69/217.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
217.79/217.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
218.09/218.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
218.09/218.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
218.09/218.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
218.19/218.20	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
280.79/280.89	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time: 62.70 s
280.89/280.90	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.01
280.89/280.97	c vivif2 --  cl tried    49266 cl shrink        0 lits rem          0 time: 0.07
281.09/281.13	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.15
281.09/281.14	c calculated reachability. Time: 0.00
281.09/281.14	c  N dy  1527    238319     24112    103839         0     49266    316421   5528956    144.42   no data  --
286.00/286.06	c  N dy  1629    253568     24112    103839         0     36537    316421   2424598    144.49    152.18  --
291.29/291.30	c  N dy  1734    269862     24112    103839         0     52831    316421   6099107    144.46    153.79  --
297.10/297.16	c  N dy  1861    287134     24112    103839         0     41113    316421   3278339    144.67    164.70  --
303.79/303.87	c  N dy  1987    305627     24112    103839         0     59605    316421   7417182    144.69    153.27  --
304.09/304.13	c  F st  1991    306251     24112    103839         0     30231    316421    531417    144.69    139.12  --
310.69/310.74	c  N dy  2093    325253     24112    103839         0     49233    316421   5238718    144.84    158.57  --
318.01/318.04	c  N dy  2236    345291     24112    103839         0     38273    316421   2139760    145.01    195.08  --
322.30/322.33	c  S st  2324    357478     24112    103839         0     50460    316421   4905667    145.10   no data  --
322.50/322.52	c  S st  2324    357980     24112    103839         0     50962    316421   5003221    145.10   no data  --
322.50/322.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
322.50/322.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
322.60/322.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
322.90/322.97	c bin-w-bin subsume rem            0 bins  time:  0.01 s
322.90/322.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
322.90/322.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
322.90/322.99	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
377.41/377.47	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 54.48 s
377.41/377.48	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.01
377.50/377.55	c vivif2 --  cl tried    50960 cl shrink        0 lits rem          0 time: 0.07
377.70/377.72	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.17
377.70/377.73	c calculated reachability. Time: 0.00
377.70/377.73	c  N dy  2324    357980     24112    103839         0     50960    316421   5002210    145.10   no data  --
384.89/384.90	c  N dy  2458    378086     24112    103839         0     39073    316421   2024315    145.01    154.32  --
391.59/391.68	c  N dy  2602    398268     24112    103839         0     59252    316421   6577415    145.08    156.41  --
398.20/398.29	c  N dy  2735    418324     24112    103839         0     46307    316421   3496830    145.10    155.40  --
405.10/405.14	c  N dy  2878    438391     24112    103839         0     66373    316421   8110508    145.15    159.89  --
411.59/411.67	c  N dy  3017    458424     24112    103839         0     52406    316421   4595180    145.21    154.54  --
418.49/418.57	c  N dy  3147    478433     24112    103839         0     37418    316421   1028376    145.22    177.86  --
425.10/425.15	c  N dy  3286    498479     24112    103839         0     57464    316421   5592513    145.28    153.72  --
432.00/432.08	c  N dy  3421    518545     24112    103839         0     41531    316421   1725598    145.32    153.75  --
438.09/438.16	c  S st  3551    536971     24112    103839         0     59956    316421   5907377    145.36   no data  --
438.29/438.33	c  S st  3551    537474     24112    103839         0     60459    316421   5998072    145.36   no data  --
438.29/438.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
438.29/438.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
438.49/438.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
438.79/438.80	c bin-w-bin subsume rem            0 bins  time:  0.01 s
438.79/438.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
438.79/438.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
438.79/438.83	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
515.90/515.93	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 77.11 s
515.90/515.94	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.01
516.01/516.02	c vivif2 --  cl tried    60453 cl shrink        0 lits rem          0 time: 0.08
516.19/516.20	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.17
516.19/516.21	c calculated reachability. Time: 0.00
516.19/516.21	c  N dy  3551    537474     24112    103839         0     60453    316421   5995143    145.36   no data  --
523.00/523.07	c  N dy  3685    557556     24112    103839         0     43536    316421   1929419    145.34    153.20  --
529.89/529.92	c  N dy  3824    577669     24112    103839         0     63649    316421   6556924    145.40    153.34  --
536.80/536.84	c  N dy  3957    597689     24112    103839         0     45672    316421   2198047    145.41    167.52  --
543.69/543.74	c  N dy  4096    617848     24112    103839         0     65827    316421   6828618    145.47    156.89  --
550.70/550.79	c  N dy  4225    638011     24112    103839         0     46992    316421   2254123    145.44    157.27  --
557.60/557.67	c  N dy  4367    658069     24112    103839         0     67048    316421   6804981    145.48    155.78  --
564.79/564.81	c  N dy  4506    678104     24112    103839         0     47085    316421   2074908    145.52    153.23  --
571.70/571.73	c  N dy  4647    698324     24112    103839         0     67305    316421   6661726    145.56    156.93  --
578.90/578.91	c  N dy  4776    718388     24112    103839         0     46370    316421   1696689    145.49    154.63  --
585.60/585.69	c  N dy  4906    738540     24112    103839         0     66520    316421   6255707    145.47    157.33  --
593.10/593.11	c  N dy  5045    758710     24112    103839         0     44697    316421   1106525    145.50    155.43  --
599.80/599.81	c  N dy  5174    778732     24112    103839         0     64719    316421   5646891    145.45    155.79  --
607.20/607.21	c  N dy  5299    798814     24112    103839         0     84800    316421  10232435    145.42    154.56  --
609.70/609.78	c  S st  5353    806212     24112    103839         0     49200    316421   1903451    145.47    146.83  --
609.90/609.95	c  S st  5353    806715     24112    103839         0     49703    316421   1987417    145.47   no data  --
609.90/609.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
609.90/609.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
610.10/610.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
610.20/610.23	c bin-w-bin subsume rem            0 bins  time:  0.01 s
610.20/610.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
610.20/610.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
610.20/610.26	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
615.01/615.03	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.77 s
615.01/615.04	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.01
615.01/615.07	c vivif2 --  cl tried    49702 cl shrink        0 lits rem          0 time: 0.03
615.20/615.21	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.15
615.20/615.22	c calculated reachability. Time: 0.00
615.20/615.22	c  N dy  5353    806715     24112    103839         0     49702    316421   1987065    145.47   no data  --
622.10/622.13	c  N dy  5482    826860     24112    103839         0     69847    316421   6544006    145.43    153.94  --
629.60/629.64	c  N dy  5615    846888     24112    103839         0     45871    316421    893805    145.48    154.32  --
636.40/636.47	c  N dy  5747    866923     24112    103839         0     65906    316421   5425465    145.47    158.17  --
643.90/643.94	c  N dy  5883    886947     24112    103839         0     85929    316421  10018055    145.49    155.23  --
651.10/651.10	c  N dy  6024    907241     24112    103839         0     61223    316421   4284731    145.55    157.83  --
658.30/658.37	c  N dy  6159    927408     24112    103839         0     81390    316421   8865941    145.55    153.87  --
665.61/665.63	c  N dy  6289    947436     24112    103839         0     55419    316421   2591907    145.55    155.76  --
672.70/672.77	c  N dy  6429    967500     24112    103839         0     75482    316421   7251308    145.60    183.12  --
680.40/680.45	c  N dy  6568    987613     24112    103839         0     48591    316421    827012    145.62    161.51  --
687.40/687.41	c  N dy  6706   1007662     24112    103839         0     68640    316421   5419974    145.63    155.13  --
694.90/694.95	c  N dy  6846   1027696     24112    103839         0     88672    316421  10013327    145.67    177.06  --
702.20/702.27	c  N dy  6985   1047877     24112    103839         0     60853    316421   3450505    145.69    156.04  --
709.62/709.63	c  N dy  7125   1067894     24112    103839         0     80869    316421   8070374    145.74    156.28  --
711.10/711.19	c  F st  7157   1071875     24112    103839         0     84850    316421   9014632    145.76   no data  --
717.40/717.42	c  N dy  7242   1087906     24112    103839         0     51887    316421   1189409    145.80    158.32  --
724.51/724.50	c  N dy  7384   1107970     24112    103839         0     71950    316421   5841576    145.85    161.93  --
732.10/732.17	c  N dy  7528   1128023     24112    103839         0     92002    316421  10455906    145.89    155.86  --
739.50/739.54	c  N dy  7665   1148082     24112    103839         0     62062    316421   3238095    145.91    153.69  --
746.91/746.96	c  N dy  7813   1168162     24112    103839         0     82142    316421   7892770    145.97    153.71  --
754.90/754.94	c  N dy  7947   1188280     24112    103839         0     51260    316421    562657    145.97    154.79  --
761.80/761.89	c  N dy  8084   1208283     24112    103839         0     71262    316421   5217261    146.01    173.28  --
762.50/762.56	c  S st  8097   1210072     24112    103839         0     73051    316421   5631782    146.01   no data  --
762.70/762.75	c  S st  8097   1210577     24112    103839         0     73556    316421   5714683    146.01   no data  --
762.70/762.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
762.70/762.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
762.90/762.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.16
763.21/763.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
763.21/763.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
763.21/763.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
763.21/763.25	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
836.71/836.78	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 73.53 s
836.71/836.79	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.01
836.81/836.86	c vivif2 --  cl tried    73550 cl shrink        0 lits rem          0 time: 0.08
837.01/837.06	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.19
837.01/837.07	c calculated reachability. Time: 0.00
837.01/837.07	c  N dy  8097   1210577     24112    103839         0     73550    316421   5710438    146.01   no data  --
844.71/844.78	c  N dy  8236   1230642     24112    103839         0     93615    316421  10309415    146.03    161.04  --
852.21/852.28	c  N dy  8372   1250728     24112    103839         0     61707    316421   2723514    146.02    157.59  --
859.60/859.61	c  N dy  8506   1270816     24112    103839         0     81794    316421   7337150    146.03    158.20  --
867.50/867.54	c  N dy  8640   1290906     24112    103839         0    101883    316421  11894656    146.02    172.19  --
874.81/874.83	c  N dy  8772   1311207     24112    103839         0     69183    316421   4215602    146.02    156.41  --
882.32/882.38	c  N dy  8908   1331331     24112    103839         0     89304    316421   8778729    146.00    155.02  --
890.40/890.49	c  N dy  9038   1351370     24112    103839         0     55343    316421    843664    145.98    154.14  --
897.51/897.59	c  N dy  9176   1371560     24112    103839         0     75532    316421   5472412    145.99    155.03  --
905.31/905.37	c  N dy  9312   1391649     24112    103839         0     95620    316421  10099380    145.99    154.73  --
913.41/913.48	c  N dy  9455   1411814     24112    103839         0     60788    316421   1899244    146.03    157.08  --
920.71/920.73	c  N dy  9597   1431938     24112    103839         0     80911    316421   6500539    146.04    171.07  --
928.61/928.63	c  N dy  9732   1451986     24112    103839         0    100957    316421  11052774    146.04    155.73  --
937.01/937.02	c  N dy  9873   1472098     24112    103839         0     65070    316421   2623627    146.06    155.23  --
945.10/945.11	c  N dy 10003   1492228     24112    103839         0     85200    316421   7165273    146.05    159.19  --
954.00/954.01	c  N dy 10141   1512241     24112    103839         0    105210    316421  11698753    146.05    153.79  --
962.71/962.73	c  N dy 10287   1532347     24112    103839         0     68315    316421   3226309    146.11    158.27  --
971.01/971.09	c  N dy 10434   1552351     24112    103839         0     88318    316421   7837154    146.14    154.04  --
980.22/980.21	c  N dy 10577   1572489     24112    103839         0    108451    316421  12526584    146.19    158.88  --
988.71/988.75	c  N dy 10715   1592665     24112    103839         0     70634    316421   3414954    146.20    159.95  --
997.01/997.04	c  N dy 10837   1612713     24112    103839         0     90681    316421   7986265    146.17    155.27  --
1006.11/1006.15	c  N dy 10972   1632783     24112    103839         0    110749    316421  12607187    146.18    174.74  --
1014.71/1014.77	c  N dy 11105   1653119     24112    103839         0     72098    316421   3617240    146.19    157.59  --
1023.12/1023.18	c  N dy 11236   1673228     24112    103839         0     92207    316421   8145550    146.17    157.77  --
1032.41/1032.45	c  N dy 11372   1693284     24112    103839         0    112260    316421  12869993    146.22    158.78  --
1039.91/1039.96	c  S st 11492   1710577     24112    103839         0     69556    316421   2803663    146.25   no data  --
1040.11/1040.18	c  S st 11492   1711080     24112    103839         0     70059    316421   2881375    146.25   no data  --
1040.11/1040.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1040.11/1040.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1040.31/1040.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.16
1040.51/1040.54	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1040.51/1040.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1040.51/1040.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
1040.51/1040.56	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
1054.81/1054.86	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 14.30 s
1054.81/1054.87	c vivif2 --  cl tried   103839 cl shrink        0 lits rem          0 time: 0.01
1054.91/1054.91	c vivif2 --  cl tried    70056 cl shrink        0 lits rem          0 time: 0.04
1055.11/1055.11	c asymm  cl-useful: 0/103839/103839 lits-rem:0 time: 0.20
1055.11/1055.12	c calculated reachability. Time: 0.00
1055.11/1055.12	c  N dy 11492   1711080     24112    103839         0     70056    316421   2878949    146.25   no data  --
1063.41/1063.43	c  N dy 11635   1731096     24112    103839         0     90072    316421   7471550    146.27    158.87  --
1072.32/1072.38	c  N dy 11765   1751132     24112    103839         0    110108    316421  12029606    146.27    154.02  --
1081.32/1081.36	c  N dy 11906   1771267     24112    103839         0     69239    316421   2454648    146.27    158.09  --
1089.51/1089.58	c  N dy 12036   1791272     24112    103839         0     89243    316421   7013428    146.26    155.77  --
1098.51/1098.50	c  N dy 12165   1811365     24112    103839         0    109335    316421  11633284    146.26    158.28  --
1107.61/1107.66	c  N dy 12304   1831368     24112    103839         0     67343    316421   1800240    146.27    163.26  --
1115.81/1115.82	c  N dy 12446   1851404     24112    103839         0     87376    316421   6427289    146.30    159.02  --
1124.71/1124.72	c  N dy 12582   1871476     24112    103839         0    107445    316421  11095576    146.34    157.02  --
1134.11/1134.14	c  N dy 12710   1891619     24112    103839         0     64588    316421    932682    146.33    155.62  --
1142.21/1142.25	c  N dy 12840   1911706     24112    103839         0     84674    316421   5544549    146.33    158.38  --
1150.21/1150.27	c  N dy 12978   1931776     24112    103839         0    104741    316421  10090553    146.34    160.52  --
1158.92/1158.95	c  N dy 13115   1951982     24112    103839         0    124946    316421  14815950    146.36    154.18  --
1166.61/1166.64	c  N dy 13255   1972082     24112    103839         0     81053    316421   4510673    146.38    192.41  --
1174.62/1174.60	c  N dy 13389   1992147     24112    103839         0    101117    316421   9119634    146.38    174.50  --
1183.11/1183.10	c  N dy 13526   2012184     24112    103839         0    121154    316421  13753882    146.40    156.43  --
1191.22/1191.21	c  N dy 13660   2032253     24112    103839         0     76225    316421   3143774    146.39    160.46  --
1198.91/1198.97	c  N dy 13795   2052363     24112    103839         0     96335    316421   7685103    146.38    159.13  --
1207.21/1207.28	c  N dy 13921   2072459     24112    103839         0    116431    316421  12387480    146.39    190.73  --
1215.92/1215.96	c  N dy 14059   2092509     24112    103839         0     70479    316421   1609250    146.40    155.39  --
1223.51/1223.56	c  N dy 14194   2112692     24112    103839         0     90662    316421   6232570    146.40    154.36  --
1231.71/1231.72	c  N dy 14326   2132758     24112    103839         0    110727    316421  10798733    146.40    156.52  --
1240.51/1240.51	c  N dy 14462   2152858     24112    103839         0    130824    316421  15413228    146.41    195.42  --
1248.32/1248.39	c  N dy 14602   2173061     24112    103839         0     84029    316421   4489691    146.43    154.32  --
1256.22/1256.29	c  N dy 14731   2193080     24112    103839         0    104046    316421   9069627    146.43    154.34  --
1263.92/1263.98	c  S st 14858   2211081     24112    103839         0    122046    316421  13213173    146.44   no data  --
1264.21/1264.23	c  S st 14858   2211587     24112    103839         0    122552    316421  13295708    146.44   no data  --
1264.21/1264.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1264.21/1264.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1264.41/1264.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.20
1265.22/1265.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1265.22/1265.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1265.22/1265.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24112 time:  0.01 s
1265.22/1265.22	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-3369746-1305381789/watcher-3369746-1305381789 -o /tmp/evaluation-result-3369746-1305381789/solver-3369746-1305381789 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369746-1305381789.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.77 2.48 3.01 5/353 701
/proc/meminfo: memFree=26310096/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=11796 CPUtime=0 cores=5,7
/proc/701/stat : 701 (runsolver) R 699 701 32704 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 649781534 12079104 49 33554432000 4194304 5432360 140733367847968 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/701/statm: 2949 49 30 303 0 2643 0

[startup+0.103208 s]
/proc/loadavg: 1.77 2.48 3.01 5/353 701
/proc/meminfo: memFree=26310096/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=42900 CPUtime=0.09 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 4740 0 0 0 9 0 0 0 21 0 1 0 649781534 43929600 4219 33554432000 4194304 4650387 140734710118368 18446744073709551615 4369341 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 10725 4219 346 112 0 5690 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42900

[startup+0.200194 s]
/proc/loadavg: 1.77 2.48 3.01 5/353 701
/proc/meminfo: memFree=26310096/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=52732 CPUtime=0.18 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 7019 0 0 0 18 0 0 0 22 0 1 0 649781534 53997568 5881 33554432000 4194304 4650387 140734710118368 18446744073709551615 216634164428 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 13183 5881 356 112 0 8148 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 52732

[startup+0.301177 s]
/proc/loadavg: 1.77 2.48 3.01 5/353 701
/proc/meminfo: memFree=26310096/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=63596 CPUtime=0.29 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 9292 0 0 0 28 1 0 0 22 0 1 0 649781534 65122304 8154 33554432000 4194304 4650387 140734710118368 18446744073709551615 4441540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 15899 8154 365 112 0 10864 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63596

[startup+0.701115 s]
/proc/loadavg: 1.77 2.48 3.01 5/353 701
/proc/meminfo: memFree=26310096/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=65836 CPUtime=0.68 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 10144 0 0 0 67 1 0 0 24 0 1 0 649781534 67416064 9006 33554432000 4194304 4650387 140734710118368 18446744073709551615 4363423 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 16459 9006 379 112 0 11424 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 65836

[startup+1.50096 s]
/proc/loadavg: 1.77 2.48 3.01 5/362 713
/proc/meminfo: memFree=26175084/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=65836 CPUtime=1.49 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 10940 0 0 0 147 2 0 0 25 0 1 0 649781534 67416064 9802 33554432000 4194304 4650387 140734710118368 18446744073709551615 4363581 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 16459 9802 379 112 0 11424 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65836

[startup+3.10068 s]
/proc/loadavg: 1.77 2.48 3.01 5/362 713
/proc/meminfo: memFree=26161448/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=110468 CPUtime=3.08 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 12328 0 0 0 306 2 0 0 25 0 1 0 649781534 113119232 11190 33554432000 4194304 4650387 140734710118368 18446744073709551615 4303934 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 27617 11190 379 112 0 22582 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 110468

[startup+6.30112 s]
/proc/loadavg: 1.95 2.51 3.02 5/362 713
/proc/meminfo: memFree=26114376/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=68680 CPUtime=6.29 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 16131 0 0 0 626 3 0 0 25 0 1 0 649781534 70328320 9788 33554432000 4194304 4650387 140734710118368 18446744073709551615 4229514 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 17170 9788 381 112 0 12135 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68680

[startup+12.701 s]
/proc/loadavg: 2.11 2.53 3.02 5/362 714
/proc/meminfo: memFree=25899888/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=199480 CPUtime=12.69 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 37389 0 0 0 1264 5 0 0 25 0 1 0 649781534 204267520 31046 33554432000 4194304 4650387 140734710118368 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 49870 31046 383 112 0 44835 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 199480

[startup+25.5007 s]
/proc/loadavg: 2.53 2.60 3.04 5/362 716
/proc/meminfo: memFree=25849584/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=155664 CPUtime=25.49 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 46126 0 0 0 2542 7 0 0 25 0 1 0 649781534 159399936 33421 33554432000 4194304 4650387 140734710118368 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 38916 33421 383 112 0 33881 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 155664

[startup+51.1012 s]
/proc/loadavg: 3.10 2.73 3.07 5/362 718
/proc/meminfo: memFree=25728328/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=271348 CPUtime=51.08 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 75585 0 0 0 5098 10 0 0 25 0 1 0 649781534 277860352 50200 33554432000 4194304 4650387 140734710118368 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 67837 50200 383 112 0 62802 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 271348

[startup+102.301 s]
/proc/loadavg: 3.61 2.93 3.11 5/362 719
/proc/meminfo: memFree=25567036/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=271348 CPUtime=102.29 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 75942 0 0 0 10219 10 0 0 25 0 1 0 649781534 277860352 50557 33554432000 4194304 4650387 140734710118368 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 67837 50557 383 112 0 62802 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 271348

[startup+162.301 s]
/proc/loadavg: 3.85 3.12 3.17 5/362 721
/proc/meminfo: memFree=25430100/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=302272 CPUtime=162.29 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 90803 0 0 0 16216 13 0 0 25 0 1 0 649781534 309526528 58886 33554432000 4194304 4650387 140734710118368 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 75568 58886 383 112 0 70533 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 302272

[startup+222.314 s]
/proc/loadavg: 4.01 3.29 3.22 5/362 722
/proc/meminfo: memFree=25423248/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=317496 CPUtime=222.3 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 105820 0 0 0 22212 18 0 0 25 0 1 0 649781534 325115904 62663 33554432000 4194304 4650387 140734710118368 18446744073709551615 4476097 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 79374 62663 383 112 0 74339 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 317496

[startup+282.3 s]
/proc/loadavg: 4.26 3.48 3.29 5/362 724
/proc/meminfo: memFree=25382676/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=317496 CPUtime=282.29 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 106622 0 0 0 28211 18 0 0 25 0 1 0 649781534 325115904 63465 33554432000 4194304 4650387 140734710118368 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 79374 63465 383 112 0 74339 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 317496

[startup+342.301 s]
/proc/loadavg: 4.21 3.60 3.34 5/362 725
/proc/meminfo: memFree=25331328/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=341840 CPUtime=342.3 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 130252 0 0 0 34203 27 0 0 25 0 1 0 649781534 350044160 68497 33554432000 4194304 4650387 140734710118368 18446744073709551615 4476261 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 85460 68497 383 112 0 80425 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 341840

[startup+402.3 s]
/proc/loadavg: 4.08 3.67 3.38 5/362 727
/proc/meminfo: memFree=25295212/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=341780 CPUtime=402.29 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 141853 0 0 0 40199 30 0 0 25 0 1 0 649781534 349982720 69726 33554432000 4194304 4650387 140734710118368 18446744073709551615 4330435 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 85445 69726 383 112 0 80410 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 341780

[startup+462.301 s]
/proc/loadavg: 4.03 3.73 3.41 5/362 729
/proc/meminfo: memFree=25299036/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=341936 CPUtime=462.29 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 159167 0 0 0 46195 34 0 0 25 0 1 0 649781534 350142464 69538 33554432000 4194304 4650387 140734710118368 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 85484 69538 383 112 0 80449 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 341936

[startup+522.301 s]
/proc/loadavg: 4.01 3.78 3.45 5/362 730
/proc/meminfo: memFree=25290324/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=296940 CPUtime=522.29 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 163153 0 0 0 52194 35 0 0 25 0 1 0 649781534 304066560 67301 33554432000 4194304 4650387 140734710118368 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 74235 67301 383 112 0 69200 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 296940

[startup+582.301 s]
/proc/loadavg: 4.00 3.81 3.48 5/362 732
/proc/meminfo: memFree=25242156/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=376476 CPUtime=582.3 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 199289 0 0 0 58186 44 0 0 25 0 1 0 649781534 385511424 76100 33554432000 4194304 4650387 140734710118368 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 94119 76100 383 112 0 89084 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 376476

[startup+642.301 s]
/proc/loadavg: 4.04 3.86 3.51 5/362 733
/proc/meminfo: memFree=25216188/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=377088 CPUtime=642.3 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 227202 0 0 0 64180 50 0 0 25 0 1 0 649781534 386138112 81122 33554432000 4194304 4650387 140734710118368 18446744073709551615 4363530 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 94272 81122 383 112 0 89237 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 377088

[startup+702.3 s]
/proc/loadavg: 4.01 3.88 3.54 5/362 735
/proc/meminfo: memFree=25187380/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=377884 CPUtime=702.3 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 255578 0 0 0 70172 58 0 0 25 0 1 0 649781534 386953216 75648 33554432000 4194304 4650387 140734710118368 18446744073709551615 4363534 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 94471 75648 383 112 0 89436 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 377884

[startup+762.301 s]
/proc/loadavg: 4.08 3.92 3.57 5/362 737
/proc/meminfo: memFree=25157716/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=378636 CPUtime=762.3 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 286033 0 0 0 76165 65 0 0 25 0 1 0 649781534 387723264 77698 33554432000 4194304 4650387 140734710118368 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 94659 77698 383 112 0 89624 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 378636

[startup+822.3 s]
/proc/loadavg: 4.11 3.95 3.60 5/362 738
/proc/meminfo: memFree=25185964/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=378636 CPUtime=822.31 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 286322 0 0 0 82165 66 0 0 25 0 1 0 649781534 387723264 77987 33554432000 4194304 4650387 140734710118368 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 94659 77987 383 112 0 89624 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 378636

[startup+882.314 s]
/proc/loadavg: 4.11 3.97 3.63 5/362 740
/proc/meminfo: memFree=25165472/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=379296 CPUtime=882.32 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 309031 0 0 0 88160 72 0 0 25 0 1 0 649781534 388399104 81044 33554432000 4194304 4650387 140734710118368 18446744073709551615 4364368 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 94824 81044 383 112 0 89789 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 379296

[startup+942.301 s]
/proc/loadavg: 4.07 3.99 3.65 5/362 741
/proc/meminfo: memFree=25126492/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=379980 CPUtime=942.31 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 337122 0 0 0 94151 80 0 0 25 0 1 0 649781534 389099520 78046 33554432000 4194304 4650387 140734710118368 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 94995 78046 383 112 0 89960 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 379980

[startup+1002.3 s]
/proc/loadavg: 4.02 3.99 3.67 5/362 743
/proc/meminfo: memFree=25080956/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=380288 CPUtime=1002.31 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 364089 0 0 0 100139 92 0 0 25 0 1 0 649781534 389414912 83014 33554432000 4194304 4650387 140734710118368 18446744073709551615 4363499 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 95072 83014 383 112 0 90037 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 380288

[startup+1062.3 s]
/proc/loadavg: 4.01 3.99 3.69 5/362 745
/proc/meminfo: memFree=25098908/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=380988 CPUtime=1062.31 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 383311 0 0 0 106129 102 0 0 25 0 1 0 649781534 390131712 79309 33554432000 4194304 4650387 140734710118368 18446744073709551615 4364756 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 95247 79309 383 112 0 90212 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 380988

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.71 5/362 746
/proc/meminfo: memFree=25085984/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=381704 CPUtime=1122.32 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 410094 0 0 0 112117 115 0 0 25 0 1 0 649781534 390864896 82389 33554432000 4194304 4650387 140734710118368 18446744073709551615 4364429 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 95426 82389 383 112 0 90391 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 381704

[startup+1182.3 s]
/proc/loadavg: 4.06 4.00 3.73 5/362 748
/proc/meminfo: memFree=25097484/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=381952 CPUtime=1182.31 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 438247 0 0 0 118107 124 0 0 25 0 1 0 649781534 391118848 85759 33554432000 4194304 4650387 140734710118368 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 95488 85759 383 112 0 90453 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 381952

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.74 5/362 749
/proc/meminfo: memFree=25076480/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=296040 CPUtime=1242.32 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 475536 0 0 0 124098 134 0 0 25 0 1 0 649781534 303144960 66559 33554432000 4194304 4650387 140734710118368 18446744073709551615 4363521 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 74010 66560 383 112 0 68975 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 296040



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.75 4/361 752
/proc/meminfo: memFree=25227476/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=449844 CPUtime=1300.02 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 510955 0 0 0 129861 141 0 0 25 0 1 0 649781534 460640256 101978 33554432000 4194304 4650387 140734710118368 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 112461 101978 383 112 0 107426 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 449844

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.75 4/361 752
/proc/meminfo: memFree=25227476/32951124 swapFree=53501236/67111528
[pid=701] ppid=699 vsize=449844 CPUtime=1300.02 cores=5,7
/proc/701/stat : 701 (strangenight1-s) R 699 701 32704 0 -1 4202496 510955 0 0 0 129861 141 0 0 25 0 1 0 649781534 460640256 101978 33554432000 4194304 4650387 140734710118368 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/701/statm: 112461 101978 383 112 0 107426 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 449844

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

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

runsolver used 4.21836 second user time and 10.1155 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 16:03:09
IDJOB=3369746
IDBENCH=82555
IDSOLVER=1847
FILE ID=node103/3369746-1305381789
RUNJOBID= node103-1305381788-673
PBS_JOBID= 13324399
Free space on /tmp= 72980 MiB

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

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

MD5SUM BENCH= a93695501183427990f531672c9572d2
RANDOM SEED=1381088674

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26310500 kB
Buffers:        282448 kB
Cached:        3811684 kB
SwapCached:     340192 kB
Active:        1291436 kB
Inactive:      5080100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26310500 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           25484 kB
Writeback:          12 kB
AnonPages:     1948228 kB
Mapped:          11244 kB
Slab:           151376 kB
PageTables:      53480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78332060 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= 72968 MiB
End job on node103 at 2011-05-14 16:24:51