Trace number 3369876

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S878494004-057-UNKNOWN.cnf
MD5SUMd6c81b59e209c449a4578a840944dc82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.4941
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369876-1305383377.cnf'
0.00/0.02	c -- header says num vars:          20000
0.00/0.02	c -- header says num clauses:       84000
0.00/0.04	c -- clauses added:            0 learnts,        84000 normals,            0 xors
0.00/0.04	c -- vars added      20000
0.00/0.04	c Parsing time:  0.04 s
0.00/0.04	c  N st     0         0     20000     84000         0         0    252000         0   no data   no data  --
0.05/0.09	c asymm  cl-useful: 0/84000/84000 lits-rem:0 time: 0.05
0.09/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
0.09/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20000 time:  0.00 s
0.09/0.17	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
0.29/0.31	c lits-rem:         0  cl-subs:        0  v-elim:    687  v-fix:    0  time:  0.14 s
0.29/0.32	c Finding binary XORs  T:     0.00 s  found:       0
0.29/0.35	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.29/0.35	c calculated reachability. Time: 0.00
0.29/0.35	c Calc default polars -  time:   0.01 s pos:    8824 undec:    2398 neg:    8778
0.29/0.35	c =========================================================================================
0.29/0.35	c types(t): F = full restart, N = normal restart
0.29/0.35	c types(t): S = simplification begin/end, E = solution found
0.29/0.35	c restart types(rt): st = static, dy = dynamic
0.29/0.35	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.29/0.35	c  B st     0         0     19313     83081         0         0    252987         0   no data   no data  --
1.18/1.27	c  N dy    22      4041     19313     83081         0      4041    252987    969334    131.35    138.61  --
2.11/2.17	c  N dy    46      8100     19313     83081         0      8100    252987   1805642    129.02    138.22  --
2.99/3.08	c  N dy    73     12127     19313     83081         0     12127    252987   2626688    129.35    138.98  --
3.99/4.09	c  N dy   103     16456     19313     83081         0     16456    252987   3505728    129.58    140.54  --
4.99/5.08	c  N dy   131     20546     19313     83081         0     10546    252987    678766    130.31    161.06  --
5.99/6.02	c  N dy   157     24676     19313     83081         0     14676    252987   1509456    129.41    136.49  --
6.09/6.10	c  F st   160     25003     19313     83081         0     15003    252987   1579509    129.50   no data  --
7.29/7.39	c  N dy   166     30003     19313     83081         0     20002    252987   3021426    129.50   no data  --
7.29/7.39	c  S st   166     30003     19313     83081         0     20002    252987   3021426    129.50   no data  --
7.49/7.51	c  S st   166     30506     19313     83081         0     20505    252987   3105771    129.50   no data  --
7.49/7.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.49/7.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.61/7.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
7.79/7.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.79/7.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.79/7.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.00 s
7.79/7.84	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
12.59/12.67	c lits-rem:         8  cl-subs:        6  v-elim:      0  v-fix:    0  time:  4.82 s
12.69/12.75	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.08
12.69/12.76	c calculated reachability. Time: 0.00
12.69/12.76	c  N dy   166     30506     19313     83081         0     20499    252987   3103342    129.50   no data  --
13.78/13.84	c  N dy   193     34719     19313     83081         0     24712    252987   3961900    129.30    137.36  --
14.79/14.87	c  N dy   216     38772     19313     83081         0     28765    252987   4771040    128.50    140.24  --
15.89/15.94	c  N dy   244     42794     19313     83081         0     17288    252987   1019193    128.81    170.90  --
16.59/16.65	c  S st   262     45759     19313     83081         0     20253    252987   1618256    128.76    124.91  --
16.69/16.77	c  S st   262     46261     19313     83081         0     20755    252987   1694532    128.76   no data  --
16.69/16.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.69/16.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.79/16.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
16.89/16.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.89/16.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.89/16.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.00 s
16.89/16.97	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
19.89/19.90	c lits-rem:         8  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.93 s
19.89/19.91	c vivif2 --  cl tried    83081 cl shrink        0 lits rem          0 time: 0.01
19.89/19.93	c vivif2 --  cl tried    20754 cl shrink        0 lits rem          0 time: 0.02
19.99/20.01	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.08
19.99/20.02	c calculated reachability. Time: 0.00
19.99/20.02	c  N dy   262     46261     19313     83081         0     20754    252987   1694175    128.76   no data  --
20.99/21.09	c  N dy   290     50304     19313     83081         0     24797    252987   2501018    128.76    136.40  --
22.19/22.20	c  N dy   317     54408     19313     83081         0     28901    252987   3356414    128.98    137.30  --
23.29/23.33	c  N dy   345     58533     19313     83081         0     33025    252987   4205954    129.05    137.89  --
24.49/24.51	c  N dy   374     62573     19313     83081         0     37065    252987   5048247    129.22    138.29  --
25.49/25.55	c  N dy   399     66676     19313     83081         0     22419    252987   1407187    129.10    136.49  --
26.19/26.24	c  S st   420     69391     19313     83081         0     25133    252987   1963623    129.16   no data  --
26.30/26.36	c  S st   420     69895     19313     83081         0     25637    252987   2042541    129.16   no data  --
26.30/26.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
26.30/26.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.40/26.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
26.49/26.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.49/26.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.49/26.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.00 s
26.49/26.58	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
30.39/30.43	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.85 s
30.39/30.43	c vivif2 --  cl tried    83081 cl shrink        0 lits rem          0 time: 0.01
30.39/30.46	c vivif2 --  cl tried    25636 cl shrink        0 lits rem          0 time: 0.03
30.49/30.55	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.09
30.49/30.55	c calculated reachability. Time: 0.00
30.49/30.55	c  N dy   420     69895     19313     83081         0     25636    252987   2042422    129.16   no data  --
31.69/31.78	c  N dy   452     74761     19313     83081         0     30502    252987   3024721    129.30    140.58  --
33.09/33.10	c  N dy   483     79634     19313     83081         0     35374    252987   4023758    129.26    136.39  --
34.49/34.58	c  N dy   513     84777     19313     83081         0     40515    252987   5074740    129.23    136.85  --
35.29/35.39	c  F st   532     87503     19313     83081         0     22369    252987    933510    129.33   no data  --
36.31/36.33	c  N st   537     90800     19313     83081         0     25666    252987   1768613    129.33   no data  --
37.79/37.89	c  N dy   564     96650     19313     83081         0     31513    252987   3105490    129.52    136.76  --
39.50/39.56	c  N dy   611    102911     19313     83081         0     37773    252987   4399606    129.73    138.05  --
39.99/40.07	c  S st   624    104842     19313     83081         0     39703    252987   4798418    129.78    133.18  --
40.19/40.21	c  S st   624    105345     19313     83081         0     40206    252987   4874995    129.78   no data  --
40.19/40.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
40.19/40.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.29/40.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
40.49/40.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.49/40.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.49/40.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.01 s
40.60/40.61	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
86.39/86.43	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 45.84 s
86.39/86.44	c vivif2 --  cl tried    83081 cl shrink        0 lits rem          0 time: 0.01
86.49/86.50	c vivif2 --  cl tried    40203 cl shrink        0 lits rem          0 time: 0.06
86.59/86.62	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.11
86.59/86.62	c calculated reachability. Time: 0.00
86.59/86.62	c  N dy   624    105345     19313     83081         0     40203    252987   4873411    129.78   no data  --
88.39/88.48	c  N dy   669    112151     19313     83081         0     24577    252987   1030450    129.78    146.58  --
90.29/90.34	c  N dy   722    119314     19313     83081         0     31740    252987   2528231    129.91    137.51  --
92.31/92.40	c  N dy   773    127011     19313     83081         0     39437    252987   4076727    129.82    139.38  --
94.69/94.70	c  N dy   825    135292     19313     83081         0     24003    252987    601738    129.77    138.72  --
96.89/96.92	c  N dy   880    144059     19313     83081         0     32769    252987   2364926    129.65    136.98  --
99.39/99.40	c  N dy   946    153266     19313     83081         0     41975    252987   4276775    129.79    137.92  --
100.69/100.74	c  S st   976    158017     19313     83081         0     46726    252987   5237133    129.74    135.63  --
100.79/100.89	c  S st   976    158521     19313     83081         0     47230    252987   5316700    129.74   no data  --
100.89/100.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
100.89/100.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.99/101.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.10
101.20/101.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.20/101.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.20/101.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.01 s
101.20/101.29	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
161.09/161.16	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 59.87 s
161.09/161.16	c vivif2 --  cl tried    83081 cl shrink        0 lits rem          0 time: 0.01
161.19/161.23	c vivif2 --  cl tried    47227 cl shrink        0 lits rem          0 time: 0.07
161.29/161.36	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.13
161.29/161.37	c calculated reachability. Time: 0.00
161.29/161.37	c  N dy   976    158521     19313     83081         0     47227    252987   5315405    129.74   no data  --
164.00/164.08	c  N dy  1044    168720     19313     83081         0     32568    252987   2083830    129.60    141.15  --
166.99/167.04	c  N dy  1126    179492     19313     83081         0     43340    252987   4362408    129.91    143.65  --
170.29/170.34	c  N dy  1207    191178     19313     83081         0     29097    252987   1182613    130.06    137.88  --
173.49/173.57	c  N dy  1287    203457     19313     83081         0     41376    252987   3702707    130.07    149.10  --
177.30/177.34	c  N dy  1379    216570     19313     83081         0     27525    252987    596092    130.02    144.04  --
180.99/181.03	c  N dy  1473    230434     19313     83081         0     41389    252987   3470664    130.14    141.26  --
182.99/183.09	c  S st  1519    237781     19313     83081         0     48736    252987   4961689    130.05   no data  --
183.19/183.25	c  S st  1519    238287     19313     83081         0     49242    252987   5042335    130.05   no data  --
183.19/183.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
183.19/183.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
183.29/183.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.10
183.61/183.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
183.61/183.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
183.61/183.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.00 s
183.61/183.62	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
238.60/238.71	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time: 55.08 s
238.70/238.71	c vivif2 --  cl tried    83081 cl shrink        0 lits rem          0 time: 0.01
238.70/238.78	c vivif2 --  cl tried    49233 cl shrink        0 lits rem          0 time: 0.07
238.89/238.94	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.15
238.89/238.94	c calculated reachability. Time: 0.00
238.89/238.94	c  N dy  1519    238287     19313     83081         0     49233    252987   5039250    130.05   no data  --
243.70/243.79	c  N dy  1618    253699     19313     83081         0     36663    252987   2216075    129.93    137.27  --
248.61/248.61	c  N dy  1724    269892     19313     83081         0     52856    252987   5575305    129.91    137.81  --
253.39/253.40	c  N dy  1835    287154     19313     83081         0     41129    252987   2949399    129.91    140.91  --
258.80/258.81	c  N dy  1960    305661     19313     83081         0     59636    252987   6798271    130.07    136.95  --
259.00/259.02	c  F st  1963    306252     19313     83081         0     30231    252987    497615    130.05    116.15  --
264.19/264.29	c  N dy  2061    325276     19313     83081         0     49254    252987   4818077    130.06    144.38  --
270.10/270.12	c  N dy  2202    345285     19313     83081         0     38263    252987   1938752    130.27    140.57  --
273.49/273.51	c  S st  2289    357430     19313     83081         0     50407    252987   4472810    130.38   no data  --
273.60/273.67	c  S st  2289    357931     19313     83081         0     50908    252987   4553285    130.38   no data  --
273.60/273.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
273.60/273.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
273.70/273.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.10
274.00/274.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
274.00/274.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
274.00/274.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.00 s
274.00/274.02	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
314.51/314.51	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 40.49 s
314.51/314.52	c vivif2 --  cl tried    83081 cl shrink        0 lits rem          0 time: 0.01
314.51/314.58	c vivif2 --  cl tried    50907 cl shrink        0 lits rem          0 time: 0.06
314.70/314.71	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.13
314.70/314.72	c calculated reachability. Time: 0.00
314.70/314.72	c  N dy  2289    357931     19313     83081         0     50907    252987   4552640    130.38   no data  --
320.49/320.52	c  N dy  2419    377941     19313     83081         0     38926    252987   1937563    130.46    137.73  --
326.20/326.25	c  N dy  2545    397984     19313     83081         0     58969    252987   6025835    130.43    140.62  --
331.90/331.93	c  N dy  2673    418027     19313     83081         0     46010    252987   3147236    130.44    161.89  --
337.89/337.94	c  N dy  2806    438048     19313     83081         0     66031    252987   7300848    130.50    144.84  --
343.60/343.66	c  N dy  2946    458118     19313     83081         0     52105    252987   4177058    130.59    138.81  --
349.71/349.80	c  N dy  3087    478135     19313     83081         0     37122    252987    876812    130.70    145.08  --
356.70/356.75	c  N dy  3216    498311     19313     83081         0     57298    252987   5057747    130.71    141.48  --
363.90/363.98	c  N dy  3351    518462     19313     83081         0     41447    252987   1571817    130.73    138.51  --
370.00/370.02	c  S st  3482    536896     19313     83081         0     59881    252987   5405582    130.80   no data  --
370.19/370.24	c  S st  3482    537400     19313     83081         0     60385    252987   5480746    130.80   no data  --
370.19/370.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
370.19/370.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
370.29/370.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.13
370.71/370.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
370.71/370.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
370.71/370.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.01 s
370.71/370.74	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
441.30/441.33	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 70.60 s
441.30/441.34	c vivif2 --  cl tried    83081 cl shrink        0 lits rem          0 time: 0.01
441.40/441.42	c vivif2 --  cl tried    60383 cl shrink        0 lits rem          0 time: 0.08
441.60/441.60	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.18
441.60/441.61	c calculated reachability. Time: 0.00
441.60/441.61	c  N dy  3482    537400     19313     83081         0     60383    252987   5480271    130.80   no data  --
448.71/448.71	c  N dy  3608    557409     19313     83081         0     43391    252987   1722052    130.74    140.33  --
455.60/455.62	c  N dy  3741    577422     19313     83081         0     63403    252987   5848045    130.81    144.33  --
462.80/462.86	c  N dy  3876    597436     19313     83081         0     45421    252987   2005128    130.87    138.25  --
469.80/469.81	c  N dy  4001    617477     19313     83081         0     65462    252987   6113942    130.83    138.31  --
477.10/477.10	c  N dy  4129    637636     19313     83081         0     46621    252987   2006714    130.81    141.58  --
484.01/484.08	c  N dy  4265    657688     19313     83081         0     66673    252987   6209298    130.87    199.05  --
491.39/491.42	c  N dy  4394    677785     19313     83081         0     46769    252987   1840816    130.85    182.99  --
498.39/498.47	c  N dy  4531    697797     19313     83081         0     66778    252987   6024892    130.87    138.06  --
506.01/506.02	c  N dy  4671    717894     19313     83081         0     45871    252987   1462957    130.89    145.49  --
513.10/513.10	c  N dy  4807    738052     19313     83081         0     66029    252987   5658669    130.89    137.95  --
520.79/520.84	c  N dy  4944    758171     19313     83081         0     44151    252987    925059    130.96    138.04  --
527.70/527.70	c  N dy  5084    778218     19313     83081         0     64197    252987   5100696    130.98    138.66  --
535.49/535.52	c  N dy  5219    798308     19313     83081         0     84281    252987   9269789    131.01    138.31  --
538.20/538.26	c  S st  5272    806100     19313     83081         0     49075    252987   1713131    131.03   no data  --
538.40/538.44	c  S st  5272    806604     19313     83081         0     49579    252987   1785541    131.03   no data  --
538.40/538.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
538.40/538.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
538.50/538.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
538.60/538.69	c bin-w-bin subsume rem            0 bins  time:  0.01 s
538.60/538.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
538.70/538.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.01 s
538.70/538.71	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
542.80/542.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.16 s
542.80/542.88	c vivif2 --  cl tried    83081 cl shrink        0 lits rem          0 time: 0.01
542.90/542.91	c vivif2 --  cl tried    49579 cl shrink        0 lits rem          0 time: 0.03
543.00/543.05	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.15
543.00/543.06	c calculated reachability. Time: 0.00
543.00/543.06	c  N dy  5272    806604     19313     83081         0     49579    252987   1785541    131.03   no data  --
550.10/550.17	c  N dy  5410    826771     19313     83081         0     69744    252987   6013561    131.08    138.42  --
557.90/557.93	c  N dy  5545    846892     19313     83081         0     45869    252987    864258    131.16    145.17  --
564.80/564.87	c  N dy  5671    866930     19313     83081         0     65906    252987   5048333    131.15    142.06  --
572.80/572.85	c  N dy  5818    887026     19313     83081         0     86000    252987   9337677    131.25    139.10  --
579.80/579.84	c  N dy  5947    907139     19313     83081         0     61114    252987   3845998    131.26    142.47  --
587.20/587.28	c  N dy  6083    927166     19313     83081         0     81140    252987   8044127    131.28    139.72  --
594.50/594.59	c  N dy  6210    947248     19313     83081         0     55228    252987   2389619    131.29    141.73  --
600.70/600.75	c  N dy  6344    967342     19313     83081         0     75320    252987   6582553    131.29    139.70  --
607.49/607.53	c  N dy  6475    987363     19313     83081         0     48346    252987    756409    131.31    140.91  --
613.40/613.45	c  N dy  6605   1007393     19313     83081         0     68375    252987   4880369    131.29    138.63  --
620.10/620.15	c  N dy  6738   1027561     19313     83081         0     88543    252987   9124384    131.30    139.81  --
626.50/626.53	c  N dy  6879   1047677     19313     83081         0     60657    252987   3157641    131.37    140.67  --
632.90/632.94	c  N dy  7018   1067778     19313     83081         0     80757    252987   7358649    131.40    143.52  --
634.30/634.33	c  F st  7049   1071875     19313     83081         0     84853    252987   8186734    131.40    131.32  --
639.60/639.69	c  N dy  7122   1087927     19313     83081         0     51908    252987   1107471    131.39    139.47  --
645.80/645.89	c  N dy  7256   1108172     19313     83081         0     72149    252987   5374783    131.41    144.99  --
652.60/652.61	c  N dy  7386   1128266     19313     83081         0     92241    252987   9528446    131.42    139.61  --
659.10/659.11	c  N dy  7522   1148384     19313     83081         0     62367    252987   3049347    131.42    140.46  --
665.60/665.65	c  N dy  7666   1168557     19313     83081         0     82540    252987   7301448    131.47    138.76  --
672.80/672.81	c  N dy  7802   1188774     19313     83081         0     51757    252987    644056    131.49    141.15  --
678.90/678.90	c  N dy  7937   1208793     19313     83081         0     71773    252987   4847850    131.51    138.52  --
679.20/679.27	c  S st  7946   1209907     19313     83081         0     72887    252987   5088184    131.52    135.77  --
679.40/679.45	c  S st  7946   1210413     19313     83081         0     73393    252987   5161948    131.52   no data  --
679.40/679.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
679.40/679.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
679.50/679.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.12
679.82/679.82	c bin-w-bin subsume rem            0 bins  time:  0.01 s
679.82/679.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
679.82/679.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.00 s
679.82/679.84	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
744.40/744.40	c lits-rem:         1  cl-subs:        8  v-elim:      0  v-fix:    0  time: 64.56 s
744.40/744.41	c vivif2 --  cl tried    83081 cl shrink        0 lits rem          0 time: 0.01
744.40/744.48	c vivif2 --  cl tried    73385 cl shrink        0 lits rem          0 time: 0.07
744.62/744.68	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.20
744.62/744.69	c calculated reachability. Time: 0.00
744.62/744.69	c  N dy  7946   1210413     19313     83081         0     73385    252987   5158934    131.52   no data  --
752.60/752.63	c  N dy  8068   1230511     19313     83081         0     93481    252987   9324747    131.51    170.33  --
760.50/760.53	c  N dy  8207   1250574     19313     83081         0     61545    252987   2500968    131.54    173.82  --
768.10/768.16	c  N dy  8345   1270621     19313     83081         0     81592    252987   6691677    131.56    144.34  --
776.40/776.45	c  N dy  8482   1290632     19313     83081         0    101602    252987  10841607    131.57    141.70  --
783.91/783.91	c  N dy  8624   1310672     19313     83081         0     68646    252987   3796436    131.59    141.63  --
791.80/791.80	c  N dy  8759   1330855     19313     83081         0     88829    252987   7973590    131.58    147.54  --
800.40/800.49	c  N dy  8886   1350912     19313     83081         0     54886    252987    689460    131.57    138.85  --
807.81/807.85	c  N dy  9025   1371104     19313     83081         0     75077    252987   4854736    131.58    141.76  --
815.90/815.93	c  N dy  9158   1391172     19313     83081         0     95143    252987   8998695    131.58    139.89  --
824.30/824.32	c  N dy  9281   1411201     19313     83081         0     60174    252987   1589797    131.60    142.27  --
831.80/831.84	c  N dy  9411   1431351     19313     83081         0     80321    252987   5863502    131.62    140.53  --
840.00/840.07	c  N dy  9550   1451429     19313     83081         0    100397    252987  10040516    131.63    141.67  --
848.30/848.31	c  N dy  9690   1471511     19313     83081         0     64485    252987   2278233    131.65    140.66  --
855.91/855.93	c  N dy  9827   1491595     19313     83081         0     84564    252987   6505155    131.68    167.98  --
864.51/864.53	c  N dy  9960   1511688     19313     83081         0    104655    252987  10680151    131.69    161.00  --
872.81/872.80	c  N dy 10098   1531899     19313     83081         0     67870    252987   2855144    131.72    143.17  --
880.71/880.76	c  N dy 10232   1552266     19313     83081         0     88235    252987   7119853    131.73    140.82  --
889.31/889.38	c  N dy 10362   1572337     19313     83081         0    108306    252987  11232835    131.71    145.32  --
897.40/897.43	c  N dy 10498   1592481     19313     83081         0     70452    252987   3078096    131.74    140.03  --
905.22/905.30	c  N dy 10623   1612571     19313     83081         0     90541    252987   7344918    131.76    147.23  --
913.80/913.81	c  N dy 10763   1632588     19313     83081         0    110557    252987  11538798    131.78    141.63  --
922.01/922.03	c  N dy 10904   1652707     19313     83081         0     71676    252987   3194234    131.83    139.64  --
929.91/929.92	c  N dy 11038   1672767     19313     83081         0     91736    252987   7449259    131.84    143.62  --
938.60/938.67	c  N dy 11168   1692821     19313     83081         0    111790    252987  11641477    131.85    140.13  --
945.92/945.96	c  S st 11290   1710413     19313     83081         0     69382    252987   2514441    131.86   no data  --
946.10/946.17	c  S st 11290   1710916     19313     83081         0     69885    252987   2581034    131.86   no data  --
946.10/946.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
946.10/946.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
946.30/946.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.13
946.40/946.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
946.40/946.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
946.40/946.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.01 s
946.40/946.49	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
954.40/954.47	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  7.97 s
954.40/954.48	c vivif2 --  cl tried    83081 cl shrink        0 lits rem          0 time: 0.01
954.50/954.52	c vivif2 --  cl tried    69884 cl shrink        0 lits rem          0 time: 0.04
954.72/954.71	c asymm  cl-useful: 0/83081/83081 lits-rem:0 time: 0.19
954.72/954.72	c calculated reachability. Time: 0.00
954.72/954.72	c  N dy 11290   1710916     19313     83081         0     69884    252987   2580897    131.86   no data  --
962.52/962.56	c  N dy 11421   1731110     19313     83081         0     90075    252987   6771101    131.85    139.54  --
971.22/971.24	c  N dy 11560   1751177     19313     83081         0    110140    252987  10951933    131.86    139.32  --
979.80/979.84	c  N dy 11694   1771268     19313     83081         0     69239    252987   2286854    131.88    148.25  --
987.40/987.41	c  N dy 11829   1791276     19313     83081         0     89245    252987   6422411    131.89    140.20  --
995.90/995.97	c  N dy 11962   1811383     19313     83081         0    109350    252987  10616539    131.89    140.63  --
1004.22/1004.21	c  N dy 12099   1831622     19313     83081         0     67595    252987   1707951    131.91    140.39  --
1010.61/1010.67	c  N dy 12226   1851633     19313     83081         0     87605    252987   5881067    131.91    139.08  --
1017.81/1017.89	c  N dy 12364   1871699     19313     83081         0    107669    252987  10130465    131.93    153.43  --
1025.70/1025.70	c  N dy 12515   1891757     19313     83081         0     64728    252987    935271    131.98    140.55  --
1032.00/1032.08	c  N dy 12641   1911916     19313     83081         0     84886    252987   5101768    131.96    141.19  --
1039.31/1039.32	c  N dy 12781   1932130     19313     83081         0    105099    252987   9393142    131.99    141.42  --
1046.91/1046.96	c  N dy 12915   1952155     19313     83081         0    125123    252987  13575603    131.98    157.13  --
1053.82/1053.85	c  N dy 13061   1972251     19313     83081         0     81223    252987   4167827    132.01    152.08  --
1060.91/1060.90	c  N dy 13212   1992348     19313     83081         0    101319    252987   8436106    132.06    139.62  --
1068.51/1068.53	c  N dy 13347   2012353     19313     83081         0    121322    252987  12614073    132.07    140.18  --
1075.72/1075.72	c  N dy 13485   2032474     19313     83081         0     76454    252987   2959571    132.08    140.17  --
1082.51/1082.59	c  N dy 13615   2052592     19313     83081         0     96572    252987   7146773    132.08    140.71  --
1090.21/1090.20	c  N dy 13757   2072690     19313     83081         0    116667    252987  11363803    132.10    141.35  --
1098.01/1098.06	c  N dy 13898   2092866     19313     83081         0     70842    252987   1573727    132.11    140.51  --
1104.71/1104.74	c  N dy 14031   2112917     19313     83081         0     90891    252987   5796440    132.13    140.33  --
1112.13/1112.13	c  N dy 14164   2132938     19313     83081         0    110912    252987  10029987    132.14    141.91  --
1120.21/1120.25	c  N dy 14295   2153399     19313     83081         0    131373    252987  14296096    132.15    140.60  --
1127.01/1127.00	c  N dy 14430   2173447     19313     83081         0     84420    252987   4250081    132.17    140.49  --
1135.41/1135.47	c  N dy 14566   2193609     19313     83081         0    104581    252987   8526013    132.19    140.56  --
1144.31/1144.35	c  S st 14681   2210916     19313     83081         0    121886    252987  12171494    132.21   no data  --
1144.61/1144.67	c  S st 14681   2211420     19313     83081         0    122390    252987  12247625    132.21   no data  --
1144.71/1144.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1144.71/1144.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1144.81/1144.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.17
1145.61/1145.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1145.61/1145.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1145.61/1145.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19313 time:  0.01 s
1145.61/1145.69	c Removed useless bin:       0  fixed:     0  props:   0.19M  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-3369876-1305383377/watcher-3369876-1305383377 -o /tmp/evaluation-result-3369876-1305383377/solver-3369876-1305383377 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369876-1305383377.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.47 3.92 3.85 4/394 26155
/proc/meminfo: memFree=27066288/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=37828 CPUtime=0.01 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 3011 0 0 0 1 0 0 0 22 0 1 0 649936410 38735872 2490 33554432000 4194304 4650387 140733998862336 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 9457 2490 329 112 0 4422 0

[startup+0.0637101 s]
/proc/loadavg: 3.47 3.92 3.85 4/394 26155
/proc/meminfo: memFree=27066288/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=40172 CPUtime=0.05 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 3970 0 0 0 5 0 0 0 22 0 1 0 649936410 41136128 3449 33554432000 4194304 4650387 140733998862336 18446744073709551615 4369304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 10043 3449 346 112 0 5008 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 40172

[startup+0.100708 s]
/proc/loadavg: 3.47 3.92 3.85 4/394 26155
/proc/meminfo: memFree=27066288/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=53800 CPUtime=0.09 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 5039 0 0 0 9 0 0 0 22 0 1 0 649936410 55091200 4518 33554432000 4194304 4650387 140733998862336 18446744073709551615 4512097 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 13450 4298 348 112 0 8415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53800

[startup+0.300674 s]
/proc/loadavg: 3.47 3.92 3.85 4/394 26155
/proc/meminfo: memFree=27066288/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=59948 CPUtime=0.29 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 8506 0 0 0 29 0 0 0 23 0 1 0 649936410 61386752 7491 33554432000 4194304 4650387 140733998862336 18446744073709551615 4451333 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 14987 7491 367 112 0 9952 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59948

[startup+0.700601 s]
/proc/loadavg: 3.47 3.92 3.85 4/394 26155
/proc/meminfo: memFree=27066288/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=59948 CPUtime=0.69 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 8884 0 0 0 69 0 0 0 25 0 1 0 649936410 61386752 7869 33554432000 4194304 4650387 140733998862336 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 14987 7869 379 112 0 9952 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59948

[startup+1.50047 s]
/proc/loadavg: 3.47 3.92 3.85 5/398 26162
/proc/meminfo: memFree=26977244/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=59948 CPUtime=1.48 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 9688 0 0 0 148 0 0 0 25 0 1 0 649936410 61386752 8673 33554432000 4194304 4650387 140733998862336 18446744073709551615 4363450 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 14987 8673 379 112 0 9952 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 59948

[startup+3.1002 s]
/proc/loadavg: 3.51 3.92 3.85 5/398 26162
/proc/meminfo: memFree=26954676/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=102216 CPUtime=3.09 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 11132 0 0 0 308 1 0 0 25 0 1 0 649936410 104669184 10117 33554432000 4194304 4650387 140733998862336 18446744073709551615 4364370 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 25554 10117 379 112 0 20519 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102216

[startup+6.30066 s]
/proc/loadavg: 3.51 3.92 3.85 5/398 26162
/proc/meminfo: memFree=26926456/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=62696 CPUtime=6.29 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 14987 0 0 0 628 1 0 0 25 0 1 0 649936410 64200704 9244 33554432000 4194304 4650387 140733998862336 18446744073709551615 4364368 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 15674 9244 382 112 0 10639 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62696

[startup+12.7006 s]
/proc/loadavg: 3.59 3.93 3.85 5/398 26163
/proc/meminfo: memFree=26760048/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=188088 CPUtime=12.69 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 33966 0 0 0 1265 4 0 0 25 0 1 0 649936410 192602112 28223 33554432000 4194304 4650387 140733998862336 18446744073709551615 4369959 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 47022 28223 383 112 0 41987 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 188088

[startup+25.5004 s]
/proc/loadavg: 3.65 3.93 3.85 5/398 26163
/proc/meminfo: memFree=26719440/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=140172 CPUtime=25.49 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 45088 0 0 0 2542 7 0 0 25 0 1 0 649936410 143536128 28024 33554432000 4194304 4650387 140733998862336 18446744073709551615 4328222 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 35043 28024 383 112 0 30008 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140172

[startup+51.1011 s]
/proc/loadavg: 3.90 3.97 3.86 5/398 26164
/proc/meminfo: memFree=26592472/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=246452 CPUtime=51.09 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 67377 0 0 0 5098 11 0 0 25 0 1 0 649936410 252366848 44504 33554432000 4194304 4650387 140733998862336 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 61613 44504 383 112 0 56578 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 246452

[startup+102.316 s]
/proc/loadavg: 3.96 3.97 3.87 5/398 26165
/proc/meminfo: memFree=26463212/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=273144 CPUtime=102.31 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 80386 0 0 0 10217 14 0 0 25 0 1 0 649936410 279699456 51843 33554432000 4194304 4650387 140733998862336 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 68286 51843 383 112 0 63251 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 273144

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.87 5/398 26167
/proc/meminfo: memFree=26427568/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=231460 CPUtime=162.29 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 81972 0 0 0 16215 14 0 0 25 0 1 0 649936410 237015040 50479 33554432000 4194304 4650387 140733998862336 18446744073709551615 4303957 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 57865 50479 383 112 0 52830 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 231460

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.88 5/398 26168
/proc/meminfo: memFree=26383840/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=286240 CPUtime=222.29 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 93530 0 0 0 22212 17 0 0 25 0 1 0 649936410 293109760 55344 33554432000 4194304 4650387 140733998862336 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 71560 55344 383 112 0 66525 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 286240

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.88 5/398 26170
/proc/meminfo: memFree=26365796/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=298668 CPUtime=282.3 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 112566 0 0 0 28207 23 0 0 25 0 1 0 649936410 305836032 58131 33554432000 4194304 4650387 140733998862336 18446744073709551615 4476439 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 74667 58131 383 112 0 69632 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 298668

[startup+342.3 s]
/proc/loadavg: 4.10 4.00 3.90 5/398 26172
/proc/meminfo: memFree=26318732/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=335944 CPUtime=342.3 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 134756 0 0 0 34204 26 0 0 25 0 1 0 649936410 344006656 66155 33554432000 4194304 4650387 140733998862336 18446744073709551615 4363482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 83986 66155 383 112 0 78951 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 335944

[startup+402.301 s]
/proc/loadavg: 4.09 4.01 3.91 5/398 26173
/proc/meminfo: memFree=26278872/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=336084 CPUtime=402.3 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 147583 0 0 0 40199 31 0 0 25 0 1 0 649936410 344150016 68424 33554432000 4194304 4650387 140733998862336 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 84021 68424 383 112 0 78986 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 336084

[startup+462.301 s]
/proc/loadavg: 4.03 4.01 3.91 5/398 26175
/proc/meminfo: memFree=26289748/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=267348 CPUtime=462.29 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 158196 0 0 0 46192 37 0 0 25 0 1 0 649936410 273764352 60563 33554432000 4194304 4650387 140733998862336 18446744073709551615 4363203 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 66837 60563 383 112 0 61802 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 267348

[startup+522.301 s]
/proc/loadavg: 4.09 4.03 3.92 5/398 26176
/proc/meminfo: memFree=26259916/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=267348 CPUtime=522.29 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 184395 0 0 0 52178 51 0 0 25 0 1 0 649936410 273764352 61661 33554432000 4194304 4650387 140733998862336 18446744073709551615 4363423 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 66837 61661 383 112 0 61802 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 267348

[startup+582.301 s]
/proc/loadavg: 4.06 4.04 3.93 5/398 26178
/proc/meminfo: memFree=26242108/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=334448 CPUtime=582.3 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 211548 0 0 0 58165 65 0 0 25 0 1 0 649936410 342474752 67573 33554432000 4194304 4650387 140733998862336 18446744073709551615 4363851 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 83612 67573 383 112 0 78577 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 334448

[startup+642.301 s]
/proc/loadavg: 4.10 4.05 3.94 5/398 26180
/proc/meminfo: memFree=26252432/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=334984 CPUtime=642.32 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 240492 0 0 0 64159 73 0 0 25 0 1 0 649936410 343023616 65232 33554432000 4194304 4650387 140733998862336 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 83746 65232 383 112 0 78711 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 334984

[startup+702.301 s]
/proc/loadavg: 4.04 4.04 3.94 5/398 26181
/proc/meminfo: memFree=26214432/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=335224 CPUtime=702.3 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 259441 0 0 0 70152 78 0 0 25 0 1 0 649936410 343269376 67391 33554432000 4194304 4650387 140733998862336 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 83806 67391 383 112 0 78771 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 335224

[startup+762.316 s]
/proc/loadavg: 4.01 4.03 3.94 5/398 26183
/proc/meminfo: memFree=26135996/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=335840 CPUtime=762.32 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 266614 0 0 0 76151 81 0 0 25 0 1 0 649936410 343900160 65909 33554432000 4194304 4650387 140733998862336 18446744073709551615 4363437 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 83960 65909 383 112 0 78925 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 335840

[startup+822.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/398 26184
/proc/meminfo: memFree=26115008/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=349756 CPUtime=822.3 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 296429 0 0 0 82135 95 0 0 25 0 1 0 649936410 358150144 77738 33554432000 4194304 4650387 140733998862336 18446744073709551615 4365281 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 87439 77738 383 112 0 82404 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 349756

[startup+882.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/398 26186
/proc/meminfo: memFree=26100960/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=350620 CPUtime=882.3 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 320873 0 0 0 88121 109 0 0 25 0 1 0 649936410 359034880 73648 33554432000 4194304 4650387 140733998862336 18446744073709551615 4363464 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 87655 73648 383 112 0 82620 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 350620

[startup+942.3 s]
/proc/loadavg: 4.07 4.03 3.94 5/398 26188
/proc/meminfo: memFree=26108848/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=351176 CPUtime=942.31 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 346473 0 0 0 94111 120 0 0 25 0 1 0 649936410 359604224 79116 33554432000 4194304 4650387 140733998862336 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 87794 79116 383 112 0 82759 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 351176

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/398 26189
/proc/meminfo: memFree=26091952/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=351476 CPUtime=1002.3 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 367746 0 0 0 100100 130 0 0 25 0 1 0 649936410 359911424 79451 33554432000 4194304 4650387 140733998862336 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 87869 79451 383 112 0 82834 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 351476

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/398 26191
/proc/meminfo: memFree=26143844/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=324584 CPUtime=1062.3 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 406906 0 0 0 106089 141 0 0 25 0 1 0 649936410 332374016 68183 33554432000 4194304 4650387 140733998862336 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 81146 68183 383 112 0 76111 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 324584

[startup+1122.3 s]
/proc/loadavg: 4.05 4.03 3.95 5/398 26192
/proc/meminfo: memFree=26165984/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=268376 CPUtime=1122.31 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 444484 0 0 0 112082 149 0 0 25 0 1 0 649936410 274817024 60265 33554432000 4194304 4650387 140733998862336 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 67094 60265 383 112 0 62059 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 268376

[startup+1182.3 s]
/proc/loadavg: 4.19 4.07 3.96 5/398 26194
/proc/meminfo: memFree=25985896/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=412484 CPUtime=1182.31 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 476476 0 0 0 118074 157 0 0 25 0 1 0 649936410 422383616 92257 33554432000 4194304 4650387 140733998862336 18446744073709551615 4476169 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 103121 92257 383 112 0 98086 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 412484

[startup+1242.3 s]
/proc/loadavg: 4.16 4.08 3.97 5/398 26196
/proc/meminfo: memFree=25982264/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=412648 CPUtime=1242.31 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 476673 0 0 0 124074 157 0 0 25 0 1 0 649936410 422551552 92454 33554432000 4194304 4650387 140733998862336 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 103162 92454 383 112 0 98127 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 412648



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.06 3.97 3/394 26199
/proc/meminfo: memFree=26311364/32950928 swapFree=44388876/67111528
[pid=26155] ppid=26153 vsize=412648 CPUtime=1300.03 cores=5,7
/proc/26155/stat : 26155 (strangenight1-s) R 26153 26155 25497 0 -1 4202496 476678 0 0 0 129846 157 0 0 25 0 1 0 649936410 422551552 92459 33554432000 4194304 4650387 140733998862336 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26155/statm: 103162 92459 383 112 0 98127 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 412648

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.05
CPU user time (s): 1298.46
CPU system time (s): 1.58676
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 412648

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

runsolver used 4.56231 second user time and 12.0382 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-14 16:29:37
IDJOB=3369876
IDBENCH=82685
IDSOLVER=1847
FILE ID=node126/3369876-1305383377
RUNJOBID= node126-1305383377-26122
PBS_JOBID= 13324376
Free space on /tmp= 73312 MiB

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

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

MD5SUM BENCH= d6c81b59e209c449a4578a840944dc82
RANDOM SEED=1310589049

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27066568 kB
Buffers:        244184 kB
Cached:        2407960 kB
SwapCached:      92524 kB
Active:         717300 kB
Inactive:      4917320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27066568 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           22352 kB
Writeback:           0 kB
AnonPages:     2902084 kB
Mapped:          16048 kB
Slab:           108032 kB
PageTables:      76356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88170960 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= 73308 MiB
End job on node126 at 2011-05-14 16:51:19