Trace number 3367399

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-Night2-st (fixed)? (TO) 1300.08 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1184456903-078-UNKNOWN.cnf
MD5SUM33dd7efc1f63d9d3511c7a69c68ea88b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark112.671
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367399-1305382068.cnf'
0.00/0.00	c -- header says num vars:          40000
0.00/0.00	c -- header says num clauses:      168000
0.09/0.10	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.09/0.10	c -- vars added      40000
0.09/0.10	c Parsing time:  0.09 s
0.09/0.10	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data
0.19/0.25	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.14
0.19/0.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
0.29/0.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.29/0.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.39/0.42	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.59/0.68	c lits-rem:         0  cl-subs:        0  v-elim:   1043  v-fix:    0  time:  0.25 s
0.59/0.68	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.74	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.69/0.74	c calculated reachability. Time: 0.00
0.69/0.75	c Calc default polars -  time:   0.01 s pos:   17784 undec:    4375 neg:   17841
0.69/0.75	c =========================================================================================
0.69/0.75	c types(t): F = full restart, N = normal restart
0.69/0.75	c types(t): S = simplification begin/end, E = solution found
0.69/0.75	c restart types(rt): st = static, dy = dynamic
0.69/0.75	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.75	c  B st     0         0     38957    166841         0         0    506762         0   no data   no data
2.49/2.51	c  N dy    17      4074     38957    166841         0      4072    506762   1307511    183.81    197.80
4.19/4.29	c  N dy    44      8189     38957    166841         0      8187    506762   2443463    183.70    194.92
5.99/6.07	c  N dy    71     12271     38957    166841         0     12268    506762   3558244    183.07    194.70
7.79/7.81	c  N dy    90     16299     38957    166841         0     16296    506762   4630200    180.09    191.42
9.59/9.63	c  N dy   115     20354     38957    166841         0     10352    506762    770040    178.48    189.96
11.39/11.42	c  N dy   145     24462     38957    166841         0     14460    506762   1870092    178.65    190.23
11.59/11.65	c  F st   149     25002     38957    166841         0     15000    506762   2016764    178.95   no data
14.09/14.15	c  N dy   155     30000     38957    166841         0     19998    506762   3914808    178.95   no data
14.09/14.15	c  S st   155     30000     38957    166841         0     19998    506762   3914808    178.95   no data
14.31/14.39	c  S st   155     30501     38957    166841         0     20499    506762   4018277    178.95   no data
14.39/14.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14.49/14.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
14.49/14.56	c blocked clauses removed:      744 vars:    120 tried:       38957 T: 0.02 s
14.49/14.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
14.49/14.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.49/14.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38837 time:  0.01 s
14.59/14.60	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
14.69/14.79	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.18 s
14.99/15.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
15.99/16.01	c lits-rem:         8  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.88 s
16.09/16.18	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.17
16.09/16.19	c calculated reachability. Time: 0.00
16.09/16.19	c  N dy   155     30501     38820    166081         0     20224    504593   3885507    178.95   no data
17.99/18.02	c  N dy   182     34550     38820    166081         0     24273    504593   4953209    178.68    190.38
19.89/19.95	c  N dy   211     38609     38820    166081         0     28332    504593   6052460    178.88    190.70
21.90/21.93	c  N dy   238     42822     38820    166081         0     17183    504593   1298287    178.30    193.53
23.19/23.25	c  S st   259     45751     38820    166081         0     20112    504593   2096678    178.42   no data
23.39/23.48	c  S st   259     46255     38820    166081         0     20616    504593   2201209    178.42   no data
23.49/23.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23.49/23.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
23.59/23.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.59/23.64	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.59/23.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
23.59/23.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
23.59/23.68	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
23.79/23.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
23.90/23.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.20/24.23	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.27 s
24.20/24.25	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
24.20/24.29	c vivif2 --  cl tried    20615 cl shrink        0 lits rem          0 time: 0.04
24.39/24.46	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.18
24.39/24.47	c calculated reachability. Time: 0.00
24.39/24.47	c  N dy   259     46255     38820    166081         0     20615    504593   2200887    178.42   no data
26.30/26.32	c  N dy   286     50309     38820    166081         0     24668    504593   3277759    178.18    192.29
28.19/28.21	c  N dy   315     54326     38820    166081         0     28684    504593   4356552    178.39    188.54
30.09/30.14	c  N dy   343     58377     38820    166081         0     32735    504593   5470037    178.68    236.09
31.99/32.09	c  N dy   372     62380     38820    166081         0     36738    504593   6578237    178.84    196.81
34.00/34.03	c  N dy   401     66385     38820    166081         0     22062    504593   1717978    178.95    193.19
35.29/35.39	c  S st   421     69382     38820    166081         0     25059    504593   2482500    178.59    190.54
35.59/35.62	c  S st   421     69886     38820    166081         0     25563    504593   2583789    178.59   no data
35.59/35.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
35.69/35.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
35.69/35.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.69/35.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
35.69/35.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
35.79/35.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
35.79/35.82	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
35.89/35.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
36.09/36.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.49/36.51	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.38 s
36.49/36.53	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
36.49/36.57	c vivif2 --  cl tried    25561 cl shrink        0 lits rem          0 time: 0.04
36.69/36.76	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.18
36.69/36.77	c calculated reachability. Time: 0.00
36.69/36.77	c  N dy   421     69886     38820    166081         0     25561    504593   2582474    178.59   no data
38.89/38.91	c  N dy   452     74357     38820    166081         0     30032    504593   3792897    178.62    191.52
41.19/41.21	c  N dy   483     79157     38820    166081         0     34831    504593   5067933    178.27    196.92
43.60/43.65	c  N dy   518     84236     38820    166081         0     39909    504593   6439334    178.36    191.23
45.19/45.26	c  F st   541     87500     38820    166081         0     22334    504593   1145238    178.46   no data
46.89/46.96	c  N st   546     90794     38820    166081         0     25628    504593   2465136    178.46   no data
49.69/49.78	c  N dy   576     96615     38820    166081         0     31449    504593   4201506    178.58    189.38
52.89/52.95	c  N dy   624    103008     38820    166081         0     37842    504593   5942449    178.76    189.72
53.80/53.85	c  S st   639    104829     38820    166081         0     39663    504593   6447531    178.83   no data
54.09/54.12	c  S st   639    105332     38820    166081         0     40166    504593   6541084    178.83   no data
54.09/54.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
54.19/54.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
54.19/54.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.29/54.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
54.29/54.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
54.29/54.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
54.29/54.34	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
54.49/54.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
54.79/54.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
56.49/56.57	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.64 s
56.49/56.59	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
56.59/56.69	c vivif2 --  cl tried    40162 cl shrink        0 lits rem          0 time: 0.10
56.89/56.90	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.21
56.89/56.91	c calculated reachability. Time: 0.00
56.89/56.91	c  N dy   639    105332     38820    166081         0     40162    504593   6539766    178.83   no data
60.19/60.28	c  N dy   688    112127     38820    166081         0     24539    504593   1275313    178.96    193.45
63.59/63.69	c  N dy   737    119372     38820    166081         0     31784    504593   3217626    178.84    193.68
67.39/67.45	c  N dy   795    127082     38820    166081         0     39494    504593   5318000    179.11    192.19
71.59/71.63	c  N dy   850    135461     38820    166081         0     24167    504593    781654    179.04    192.06
75.69/75.77	c  N dy   910    144245     38820    166081         0     32950    504593   3121347    178.86    190.67
80.39/80.49	c  N dy   975    153583     38820    166081         0     42288    504593   5694875    179.06    190.44
82.60/82.69	c  S st  1005    157998     38820    166081         0     46702    504593   6886706    179.08    177.74
82.90/82.94	c  S st  1005    158499     38820    166081         0     47203    504593   6983768    179.08   no data
82.90/82.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
83.00/83.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
83.10/83.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.10/83.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
83.10/83.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
83.10/83.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
83.10/83.18	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
83.30/83.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
83.69/83.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
85.89/85.96	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.20 s
85.89/85.98	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
85.99/86.09	c vivif2 --  cl tried    47201 cl shrink        0 lits rem          0 time: 0.11
86.29/86.31	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.22
86.29/86.32	c calculated reachability. Time: 0.00
86.29/86.32	c  N dy  1005    158499     38820    166081         0     47201    504593   6983355    179.08   no data
91.39/91.41	c  N dy  1078    168826     38820    166081         0     32671    504593   2772147    179.26    194.84
96.71/96.76	c  N dy  1148    179744     38820    166081         0     43588    504593   5722937    179.14    188.82
102.49/102.50	c  N dy  1219    191261     38820    166081         0     29180    504593   1478143    179.02    193.48
108.40/108.46	c  N dy  1301    203570     38820    166081         0     41488    504593   4809007    178.98    188.42
114.99/115.05	c  N dy  1388    216588     38820    166081         0     27546    504593    719261    179.04    189.56
121.90/122.00	c  N dy  1480    230452     38820    166081         0     41410    504593   4469534    178.99    188.43
125.59/125.67	c  S st  1533    237749     38820    166081         0     48706    504593   6441582    178.97   no data
125.89/125.92	c  S st  1533    238253     38820    166081         0     49210    504593   6535322    178.97   no data
125.89/125.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
125.99/126.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
126.09/126.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
126.09/126.12	c bin-w-bin subsume rem            0 bins  time:  0.01 s
126.09/126.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
126.09/126.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
126.09/126.16	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
126.29/126.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
126.59/126.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
128.89/128.92	c lits-rem:         5  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.23 s
128.89/128.94	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
128.99/129.05	c vivif2 --  cl tried    49207 cl shrink        0 lits rem          0 time: 0.11
129.19/129.27	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.22
129.19/129.28	c calculated reachability. Time: 0.00
129.19/129.28	c  N dy  1533    238253     38820    166081         0     49207    504593   6533812    178.97   no data
136.80/136.87	c  N dy  1631    253492     38820    166081         0     36466    504593   2801064    178.86    192.14
144.99/145.02	c  N dy  1735    269682     38820    166081         0     52656    504593   7155233    178.71    190.77
153.70/153.77	c  N dy  1868    286968     38820    166081         0     40949    504593   3826543    179.11    190.41
163.20/163.29	c  N dy  1998    305437     38820    166081         0     59416    504593   8853926    179.19    191.46
163.70/163.78	c  F st  2005    306252     38820    166081         0     30241    504593    597557    179.24    278.06
173.30/173.35	c  N dy  2109    325164     38820    166081         0     49150    504593   6513494    179.37    189.67
183.80/183.82	c  N dy  2251    345239     38820    166081         0     38227    504593   2496170    179.46    206.11
189.89/189.92	c  S st  2337    357380     38820    166081         0     50367    504593   5859733    179.56    164.16
190.09/190.19	c  S st  2337    357881     38820    166081         0     50868    504593   5958526    179.56   no data
190.21/190.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
190.31/190.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
190.31/190.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
190.31/190.38	c bin-w-bin subsume rem            0 bins  time:  0.01 s
190.31/190.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
190.39/190.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
190.39/190.42	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
190.49/190.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
190.79/190.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
192.99/193.07	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.15 s
192.99/193.09	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
193.09/193.18	c vivif2 --  cl tried    50866 cl shrink        0 lits rem          0 time: 0.10
193.39/193.41	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.22
193.39/193.42	c calculated reachability. Time: 0.00
193.39/193.42	c  N dy  2337    357881     38820    166081         0     50866    504593   5958146    179.56   no data
203.79/203.85	c  N dy  2480    377985     38820    166081         0     38973    504593   2442768    179.67    216.23
214.10/214.14	c  N dy  2615    398137     38820    166081         0     59125    504593   7889102    179.71    190.64
224.50/224.52	c  N dy  2758    418218     38820    166081         0     46209    504593   4181205    179.85    189.48
235.10/235.18	c  N dy  2900    438379     38820    166081         0     66368    504593   9762654    180.01    197.08
245.31/245.37	c  N dy  3035    458470     38820    166081         0     52459    504593   5560500    180.03    196.62
255.90/255.99	c  N dy  3175    478536     38820    166081         0     37527    504593   1199422    179.99    192.58
266.40/266.42	c  N dy  3314    498680     38820    166081         0     57671    504593   6644441    180.00    196.53
277.00/277.04	c  N dy  3453    518792     38820    166081         0     41785    504593   2097161    180.03    191.10
286.30/286.35	c  S st  3575    536821     38820    166081         0     59814    504593   7025581    180.07    178.48
286.60/286.62	c  S st  3575    537322     38820    166081         0     60315    504593   7135401    180.07   no data
286.60/286.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
286.70/286.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.12
286.80/286.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
286.80/286.83	c bin-w-bin subsume rem            0 bins  time:  0.01 s
286.80/286.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
286.80/286.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
286.80/286.87	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
287.01/287.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
287.40/287.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
290.41/290.48	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.04 s
290.50/290.50	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
290.60/290.62	c vivif2 --  cl tried    60312 cl shrink        0 lits rem          0 time: 0.12
290.80/290.86	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.24
290.80/290.87	c calculated reachability. Time: 0.00
290.80/290.87	c  N dy  3575    537322     38820    166081         0     60312    504593   7133978    180.07   no data
301.60/301.65	c  N dy  3714    557542     38820    166081         0     43530    504593   2297801    180.13    192.28
312.32/312.33	c  N dy  3854    577744     38820    166081         0     63732    504593   7915841    180.21    192.17
323.00/323.04	c  N dy  3999    597748     38820    166081         0     45737    504593   2651397    180.30    195.08
333.70/333.71	c  N dy  4141    617905     38820    166081         0     65894    504593   8174282    180.35    191.52
344.40/344.40	c  N dy  4273    637978     38820    166081         0     46970    504593   2842694    180.39    192.45
354.90/354.93	c  N dy  4402    658009     38820    166081         0     67000    504593   8258099    180.36    190.13
365.70/365.72	c  N dy  4538    678065     38820    166081         0     47054    504593   2422657    180.39    191.81
376.21/376.25	c  N dy  4668    698170     38820    166081         0     67158    504593   7920988    180.36    190.24
387.30/387.31	c  N dy  4812    718258     38820    166081         0     46245    504593   1979443    180.47    191.99
397.80/397.86	c  N dy  4947    738260     38820    166081         0     66247    504593   7492804    180.43    223.24
409.01/409.05	c  N dy  5086    758278     38820    166081         0     44270    504593   1156818    180.45    190.25
419.60/419.61	c  N dy  5226    778334     38820    166081         0     64326    504593   6717925    180.53    211.28
430.60/430.64	c  N dy  5358    798379     38820    166081         0     84369    504593  12112815    180.48    192.62
434.70/434.73	c  S st  5415    805983     38820    166081         0     48973    504593   2178473    180.52   no data
434.90/434.99	c  S st  5415    806486     38820    166081         0     49476    504593   2288167    180.52   no data
435.00/435.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
435.10/435.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
435.10/435.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
435.10/435.18	c bin-w-bin subsume rem            0 bins  time:  0.01 s
435.10/435.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
435.20/435.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
435.20/435.22	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
435.30/435.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
435.40/435.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
436.10/436.19	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.68 s
436.20/436.21	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
436.20/436.25	c vivif2 --  cl tried    49473 cl shrink        0 lits rem          0 time: 0.04
436.40/436.47	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.22
436.40/436.48	c calculated reachability. Time: 0.00
436.40/436.48	c  N dy  5415    806486     38820    166081         0     49473    504593   2287293    180.52   no data
447.10/447.17	c  N dy  5554    826543     38820    166081         0     69530    504593   7840162    180.62    196.37
458.31/458.37	c  N dy  5684    846642     38820    166081         0     45626    504593    956090    180.59    194.33
468.91/468.94	c  N dy  5823    866669     38820    166081         0     65653    504593   6433254    180.63    201.53
480.21/480.21	c  N dy  5966    886681     38820    166081         0     85664    504593  12068553    180.74    208.29
491.11/491.15	c  N dy  6107    906775     38820    166081         0     60756    504593   4927907    180.80    194.59
502.20/502.21	c  N dy  6247    926910     38820    166081         0     80889    504593  10479265    180.84    197.46
513.20/513.26	c  N dy  6376    946956     38820    166081         0     54942    504593   3008089    180.84    199.43
524.21/524.20	c  N dy  6517    967152     38820    166081         0     75138    504593   8690612    180.91    194.44
535.62/535.61	c  N dy  6644    987224     38820    166081         0     48209    504593    880969    180.87    192.32
546.21/546.23	c  N dy  6781   1007294     38820    166081         0     68276    504593   6343216    180.87    191.85
557.51/557.59	c  N dy  6923   1027371     38820    166081         0     88351    504593  11934320    180.92    191.14
568.62/568.65	c  N dy  7054   1047458     38820    166081         0     60439    504593   3933639    180.92    200.07
579.51/579.50	c  N dy  7180   1067465     38820    166081         0     80446    504593   9300277    180.86    230.25
582.01/582.09	c  F st  7214   1071876     38820    166081         0     84856    504593  10537681    180.88   no data
591.31/591.32	c  N dy  7298   1087660     38820    166081         0     51642    504593   1239103    180.90    197.37
602.21/602.21	c  N dy  7440   1107932     38820    166081         0     71913    504593   6873110    180.91    190.70
613.91/613.90	c  N dy  7580   1127972     38820    166081         0     91952    504593  12472061    180.96    191.65
625.01/625.09	c  N dy  7720   1148054     38820    166081         0     62037    504593   3812586    180.97    191.55
636.11/636.12	c  N dy  7859   1168101     38820    166081         0     82083    504593   9334523    180.99    267.81
647.82/647.85	c  N dy  7990   1188122     38820    166081         0     51109    504593    573025    180.97    193.48
658.71/658.71	c  N dy  8133   1208359     38820    166081         0     71345    504593   6123755    180.99    195.46
659.41/659.47	c  S st  8143   1209729     38820    166081         0     72715    504593   6486426    180.99   no data
659.71/659.78	c  S st  8143   1210233     38820    166081         0     73219    504593   6591628    180.99   no data
659.81/659.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
659.92/659.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
659.92/659.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
659.92/660.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
659.92/660.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
660.02/660.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
660.02/660.04	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
660.21/660.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
660.51/660.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
663.71/663.77	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.20 s
663.71/663.79	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
663.91/663.90	c vivif2 --  cl tried    73215 cl shrink        0 lits rem          0 time: 0.11
664.11/664.15	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.26
664.11/664.17	c calculated reachability. Time: 0.00
664.11/664.17	c  N dy  8143   1210233     38820    166081         0     73215    504593   6590905    180.99   no data
675.61/675.69	c  N dy  8283   1230353     38820    166081         0     93332    504593  12103290    181.00    193.48
687.11/687.12	c  N dy  8422   1250366     38820    166081         0     61349    504593   3100373    181.04    220.30
698.22/698.22	c  N dy  8560   1270398     38820    166081         0     81380    504593   8615621    181.06    192.53
710.02/710.02	c  N dy  8698   1290455     38820    166081         0    101437    504593  14201259    181.09    247.76
720.92/720.97	c  N dy  8829   1310527     38820    166081         0     68513    504593   4774232    181.08    229.52
732.32/732.32	c  N dy  8960   1330612     38820    166081         0     88597    504593  10341208    181.10    197.76
744.62/744.61	c  N dy  9102   1350991     38820    166081         0     54972    504593    829687    181.11    198.10
755.42/755.47	c  N dy  9243   1371046     38820    166081         0     75027    504593   6372528    181.15    203.99
766.92/766.94	c  N dy  9373   1391091     38820    166081         0     95071    504593  11864181    181.13    191.49
778.73/778.72	c  N dy  9504   1411129     38820    166081         0     60112    504593   1984919    181.15    191.88
789.62/789.69	c  N dy  9638   1431159     38820    166081         0     80142    504593   7475473    181.15    193.14
801.41/801.45	c  N dy  9772   1451233     38820    166081         0    100215    504593  12978100    181.14    212.93
813.32/813.36	c  N dy  9923   1471353     38820    166081         0     64336    504593   2919402    181.21    199.64
824.51/824.57	c  N dy 10058   1491537     38820    166081         0     84519    504593   8477324    181.20    194.38
836.62/836.60	c  N dy 10201   1511660     38820    166081         0    104639    504593  14008880    181.21    191.56
848.22/848.26	c  N dy 10347   1531828     38820    166081         0     67807    504593   3551776    181.24    191.11
859.62/859.62	c  N dy 10488   1551916     38820    166081         0     87892    504593   9070956    181.25    195.80
871.71/871.71	c  N dy 10622   1572038     38820    166081         0    108013    504593  14519847    181.24    193.58
883.23/883.22	c  N dy 10754   1592120     38820    166081         0     70101    504593   3838610    181.22    197.30
894.72/894.76	c  N dy 10904   1612222     38820    166081         0     90202    504593   9491552    181.29    192.29
906.82/906.83	c  N dy 11034   1632233     38820    166081         0    110210    504593  14965609    181.27    192.63
918.33/918.40	c  N dy 11172   1652291     38820    166081         0     71272    504593   3986282    181.29    192.49
929.92/929.94	c  N dy 11317   1672371     38820    166081         0     91352    504593   9553023    181.30    191.86
942.02/942.08	c  N dy 11458   1692428     38820    166081         0    111409    504593  15103289    181.32    193.39
952.42/952.49	c  S st 11579   1710234     38820    166081         0     69217    504593   3112612    181.31   no data
952.72/952.78	c  S st 11579   1710737     38820    166081         0     69720    504593   3212109    181.31   no data
952.82/952.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
952.92/952.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
952.92/952.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
952.92/952.99	c bin-w-bin subsume rem            0 bins  time:  0.01 s
953.02/953.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
953.02/953.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
953.02/953.03	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
953.12/953.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
953.32/953.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
955.12/955.17	c lits-rem:         6  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.79 s
955.12/955.19	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
955.22/955.25	c vivif2 --  cl tried    69718 cl shrink        0 lits rem          0 time: 0.05
955.52/955.50	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.25
955.52/955.51	c calculated reachability. Time: 0.00
955.52/955.51	c  N dy 11579   1710737     38820    166081         0     69718    504593   3211855    181.31   no data
966.94/966.92	c  N dy 11719   1730742     38820    166081         0     89721    504593   8675076    181.31    194.51
979.12/979.16	c  N dy 11856   1750997     38820    166081         0    109975    504593  14337921    181.35    193.35
991.14/991.15	c  N dy 11994   1771096     38820    166081         0     69074    504593   2724656    181.34    192.63
1002.52/1002.52	c  N dy 12124   1791269     38820    166081         0     89247    504593   8245916    181.32    192.09
1014.62/1014.68	c  N dy 12262   1811347     38820    166081         0    109324    504593  13832436    181.34    192.58
1026.92/1026.96	c  N dy 12406   1831362     38820    166081         0     67342    504593   2067033    181.38    194.29
1038.23/1038.28	c  N dy 12544   1851433     38820    166081         0     87411    504593   7646900    181.40    202.08
1050.32/1050.31	c  N dy 12685   1871520     38820    166081         0    107497    504593  13263665    181.43    193.26
1062.93/1062.92	c  N dy 12826   1891636     38820    166081         0     64618    504593   1048755    181.45    192.68
1074.22/1074.21	c  N dy 12962   1911817     38820    166081         0     84798    504593   6680082    181.46    192.79
1086.13/1086.15	c  N dy 13095   1931902     38820    166081         0    104883    504593  12165257    181.45    192.20
1098.63/1098.69	c  N dy 13237   1951938     38820    166081         0    124918    504593  17720239    181.47    191.91
1110.13/1110.12	c  N dy 13375   1971994     38820    166081         0     80970    504593   5225867    181.47    197.53
1121.94/1121.96	c  N dy 13511   1992049     38820    166081         0    101025    504593  10759904    181.48    191.61
1134.23/1134.27	c  N dy 13639   2012164     38820    166081         0    121139    504593  16254657    181.47    192.53
1146.33/1146.31	c  N dy 13779   2032251     38820    166081         0     76229    504593   3750672    181.48    191.59
1158.53/1158.53	c  N dy 13916   2052321     38820    166081         0     96298    504593   9284587    181.47    195.44
1170.93/1170.99	c  N dy 14059   2072394     38820    166081         0    116369    504593  14845451    181.49    192.72
1183.33/1183.38	c  N dy 14195   2092477     38820    166081         0     70463    504593   1858003    181.49    201.22
1194.83/1194.87	c  N dy 14336   2112519     38820    166081         0     90505    504593   7445764    181.51    195.82
1207.13/1207.17	c  N dy 14481   2132796     38820    166081         0    110782    504593  12957679    181.51    193.45
1219.73/1219.80	c  N dy 14616   2152843     38820    166081         0    130829    504593  18450341    181.52    201.04
1231.33/1231.31	c  N dy 14748   2172845     38820    166081         0     83830    504593   5213436    181.50    199.34
1243.23/1243.22	c  N dy 14887   2192894     38820    166081         0    103879    504593  10770157    181.53    194.97
1254.44/1254.42	c  S st 15014   2210740     38820    166081         0    121724    504593  15719460    181.54   no data
1254.74/1254.78	c  S st 15014   2211242     38820    166081         0    122226    504593  15821196    181.54   no data
1254.84/1254.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1254.94/1254.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.17
1255.05/1255.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1255.05/1255.05	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1255.05/1255.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1255.05/1255.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
1255.05/1255.09	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1255.34/1255.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.26 s
1256.24/1256.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1263.63/1263.69	c lits-rem:        12  cl-subs:       12  v-elim:      0  v-fix:    0  time:  7.40 s
1263.73/1263.71	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
1263.94/1263.97	c vivif2 --  cl tried   122214 cl shrink        0 lits rem          0 time: 0.26
1264.33/1264.30	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.33
1264.33/1264.32	c calculated reachability. Time: 0.00
1264.33/1264.32	c  N dy 15014   2211242     38820    166081         0    122214    504593  15814393    181.54   no data
1276.73/1276.79	c  N dy 15145   2231275     38820    166081         0     74245    504593   2390868    181.55    201.48
1288.43/1288.47	c  N dy 15284   2251536     38820    166081         0     94505    504593   8072323    181.57    193.37

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-3367399-1305382068/watcher-3367399-1305382068 -o /tmp/evaluation-result-3367399-1305382068/solver-3367399-1305382068 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367399-1305382068.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: 0.99 1.92 2.75 6/329 21523
/proc/meminfo: memFree=25337236/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=43348 CPUtime=0 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 4599 0 0 0 0 0 0 0 20 0 1 0 649807248 44388352 3490 33554432000 4194304 4580011 140733496317888 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 10837 3490 324 95 0 5819 0

[startup+0.0202781 s]
/proc/loadavg: 0.99 1.92 2.75 6/329 21523
/proc/meminfo: memFree=25337236/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=43348 CPUtime=0.01 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 4630 0 0 0 1 0 0 0 20 0 1 0 649807248 44388352 3521 33554432000 4194304 4580011 140733496317888 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 10837 3521 324 95 0 5819 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 43348

[startup+0.100254 s]
/proc/loadavg: 0.99 1.92 2.75 6/329 21523
/proc/meminfo: memFree=25337236/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=51396 CPUtime=0.09 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 7359 0 0 0 8 1 0 0 20 0 1 0 649807248 52629504 6250 33554432000 4194304 4580011 140733496317888 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 12849 6252 324 95 0 7831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51396

[startup+0.300218 s]
/proc/loadavg: 0.99 1.92 2.75 6/329 21523
/proc/meminfo: memFree=25337236/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=54676 CPUtime=0.29 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 7592 0 0 0 28 1 0 0 21 0 1 0 649807248 55988224 6483 33554432000 4194304 4580011 140733496317888 18446744073709551615 4439103 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 13669 6483 344 95 0 8651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54676

[startup+0.701138 s]
/proc/loadavg: 0.99 1.92 2.75 6/329 21523
/proc/meminfo: memFree=25337236/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=79324 CPUtime=0.69 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 14668 0 0 0 67 2 0 0 22 0 1 0 649807248 81227776 12902 33554432000 4194304 4580011 140733496317888 18446744073709551615 4368007 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 19831 12902 357 95 0 14813 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79324

[startup+1.50099 s]
/proc/loadavg: 0.99 1.92 2.75 6/337 21537
/proc/meminfo: memFree=25177196/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=79324 CPUtime=1.49 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 15254 0 0 0 147 2 0 0 18 0 1 0 649807248 81227776 13488 33554432000 4194304 4580011 140733496317888 18446744073709551615 4320904 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 19831 13488 364 95 0 14813 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79324

[startup+3.1007 s]
/proc/loadavg: 0.99 1.92 2.75 6/337 21537
/proc/meminfo: memFree=25164300/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=112140 CPUtime=3.09 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 16336 0 0 0 307 2 0 0 21 0 1 0 649807248 114831360 14570 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 28035 14570 364 95 0 23017 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112140

[startup+6.30114 s]
/proc/loadavg: 1.23 1.95 2.76 6/337 21537
/proc/meminfo: memFree=25119396/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=112140 CPUtime=6.29 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 18323 0 0 0 627 2 0 0 25 0 1 0 649807248 114831360 16557 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 28035 16557 364 95 0 23017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112140

[startup+12.7009 s]
/proc/loadavg: 1.45 1.98 2.76 6/337 21537
/proc/meminfo: memFree=25116604/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=87380 CPUtime=12.69 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 23895 0 0 0 1266 3 0 0 25 0 1 0 649807248 89477120 15589 33554432000 4194304 4580011 140733496317888 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 21845 15589 365 95 0 16827 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87380

[startup+25.5005 s]
/proc/loadavg: 2.01 2.08 2.78 6/337 21537
/proc/meminfo: memFree=24805228/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=176956 CPUtime=25.49 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 53930 0 0 0 2540 9 0 0 25 0 1 0 649807248 181202944 37919 33554432000 4194304 4580011 140733496317888 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 44239 37919 367 95 0 39221 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 176956

[startup+51.1008 s]
/proc/loadavg: 2.69 2.24 2.81 6/337 21538
/proc/meminfo: memFree=24589712/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=257512 CPUtime=51.09 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 74955 0 0 0 5096 13 0 0 25 0 1 0 649807248 263692288 43396 33554432000 4194304 4580011 140733496317888 18446744073709551615 4294789 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 64378 43396 367 95 0 59360 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 257512

[startup+102.313 s]
/proc/loadavg: 3.51 2.53 2.88 6/337 21539
/proc/meminfo: memFree=24348360/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=311288 CPUtime=102.31 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 121806 0 0 0 10208 23 0 0 25 0 1 0 649807248 318758912 72026 33554432000 4194304 4580011 140733496317888 18446744073709551615 4316612 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 77822 72026 367 95 0 72804 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 311288

[startup+162.3 s]
/proc/loadavg: 3.86 2.81 2.95 6/337 21541
/proc/meminfo: memFree=24259428/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=393288 CPUtime=162.29 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 147951 0 0 0 16201 28 0 0 25 0 1 0 649807248 402726912 82042 33554432000 4194304 4580011 140733496317888 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 98322 82042 367 95 0 93304 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 393288

[startup+222.301 s]
/proc/loadavg: 3.95 3.03 3.02 6/337 21543
/proc/meminfo: memFree=24218588/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=404184 CPUtime=222.3 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 171609 0 0 0 22196 34 0 0 25 0 1 0 649807248 413884416 79417 33554432000 4194304 4580011 140733496317888 18446744073709551615 4321197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 101046 79417 367 95 0 96028 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 404184

[startup+282.301 s]
/proc/loadavg: 3.98 3.20 3.08 6/337 21544
/proc/meminfo: memFree=24201056/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=404304 CPUtime=282.3 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 195807 0 0 0 28190 40 0 0 25 0 1 0 649807248 414007296 81492 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 101076 81492 367 95 0 96058 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 404304

[startup+342.301 s]
/proc/loadavg: 3.99 3.34 3.13 6/337 21546
/proc/meminfo: memFree=24089896/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=372660 CPUtime=342.3 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 226331 0 0 0 34182 48 0 0 25 0 1 0 649807248 381603840 87449 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 93165 87449 367 95 0 88147 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 372660

[startup+402.301 s]
/proc/loadavg: 4.06 3.49 3.19 6/337 21547
/proc/meminfo: memFree=24059836/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=437468 CPUtime=402.3 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 251207 0 0 0 40176 54 0 0 25 0 1 0 649807248 447967232 94452 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293131 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 109367 94452 367 95 0 104349 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 437468

[startup+462.3 s]
/proc/loadavg: 4.02 3.58 3.24 6/337 21549
/proc/meminfo: memFree=24061288/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=437768 CPUtime=462.31 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 273352 0 0 0 46171 60 0 0 25 0 1 0 649807248 448274432 87909 33554432000 4194304 4580011 140733496317888 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 109442 87909 367 95 0 104424 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 437768

[startup+522.3 s]
/proc/loadavg: 4.12 3.68 3.30 6/337 21551
/proc/meminfo: memFree=24045748/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=437984 CPUtime=522.31 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 298589 0 0 0 52164 67 0 0 25 0 1 0 649807248 448495616 92520 33554432000 4194304 4580011 140733496317888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 109496 92520 367 95 0 104478 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 437984

[startup+582.3 s]
/proc/loadavg: 4.04 3.74 3.34 6/337 21552
/proc/meminfo: memFree=24003668/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=438288 CPUtime=582.31 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 323066 0 0 0 58159 72 0 0 25 0 1 0 649807248 448806912 95349 33554432000 4194304 4580011 140733496317888 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 109572 95349 367 95 0 104554 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 438288

[startup+642.301 s]
/proc/loadavg: 4.07 3.80 3.38 6/337 21554
/proc/meminfo: memFree=24000112/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=438528 CPUtime=642.32 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 347992 0 0 0 64155 77 0 0 25 0 1 0 649807248 449052672 96967 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 109632 96967 367 95 0 104614 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 438528

[startup+702.301 s]
/proc/loadavg: 4.02 3.83 3.42 6/337 21555
/proc/meminfo: memFree=24001436/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=442028 CPUtime=702.31 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 370859 0 0 0 70148 83 0 0 25 0 1 0 649807248 452636672 96207 33554432000 4194304 4580011 140733496317888 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 110507 96207 367 95 0 105489 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 442028

[startup+762.314 s]
/proc/loadavg: 4.01 3.86 3.45 6/337 21557
/proc/meminfo: memFree=23959232/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=458468 CPUtime=762.33 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 398887 0 0 0 76142 91 0 0 25 0 1 0 649807248 469471232 99335 33554432000 4194304 4580011 140733496317888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 114617 99335 367 95 0 109599 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 458468

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.48 6/337 21559
/proc/meminfo: memFree=23981524/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=465688 CPUtime=822.31 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 424399 0 0 0 82133 98 0 0 25 0 1 0 649807248 476864512 98792 33554432000 4194304 4580011 140733496317888 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 116422 98792 367 95 0 111404 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 465688

[startup+882.3 s]
/proc/loadavg: 4.00 3.90 3.51 6/337 21560
/proc/meminfo: memFree=24060332/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=448684 CPUtime=882.32 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 451423 0 0 0 88127 105 0 0 25 0 1 0 649807248 459452416 90477 33554432000 4194304 4580011 140733496317888 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 112171 90477 367 95 0 107153 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 448684

[startup+942.3 s]
/proc/loadavg: 4.04 3.93 3.55 6/337 21562
/proc/meminfo: memFree=23957004/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=465248 CPUtime=942.32 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 481069 0 0 0 94119 113 0 0 25 0 1 0 649807248 476413952 106235 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 116312 106236 367 95 0 111294 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 465248

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.57 6/337 21563
/proc/meminfo: memFree=23902412/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=448132 CPUtime=1002.32 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 506977 0 0 0 100111 121 0 0 25 0 1 0 649807248 458887168 94911 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 112033 94911 367 95 0 107015 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 448132

[startup+1062.3 s]
/proc/loadavg: 4.16 3.98 3.60 6/337 21565
/proc/meminfo: memFree=23825488/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=398612 CPUtime=1062.33 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 536012 0 0 0 106105 128 0 0 25 0 1 0 649807248 408178688 93987 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 99653 93987 367 95 0 94635 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 398612

[startup+1122.3 s]
/proc/loadavg: 4.06 3.98 3.63 6/337 21567
/proc/meminfo: memFree=23833616/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=465164 CPUtime=1122.33 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 559152 0 0 0 112100 133 0 0 25 0 1 0 649807248 476327936 101753 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 116291 101753 367 95 0 111273 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 465164

[startup+1182.3 s]
/proc/loadavg: 4.10 4.00 3.65 6/337 21568
/proc/meminfo: memFree=23727572/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=399008 CPUtime=1182.33 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 582836 0 0 0 118093 140 0 0 25 0 1 0 649807248 408584192 94086 33554432000 4194304 4580011 140733496317888 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 99752 94086 367 95 0 94734 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 399008

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.67 6/337 21570
/proc/meminfo: memFree=23635268/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=466028 CPUtime=1242.33 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 606122 0 0 0 124087 146 0 0 25 0 1 0 649807248 477212672 101288 33554432000 4194304 4580011 140733496317888 18446744073709551615 4321842 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 116507 101288 367 95 0 111489 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 466028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.69 6/337 21571
/proc/meminfo: memFree=23574600/32951124 swapFree=44485764/67111528
[pid=21523] ppid=21519 vsize=550936 CPUtime=1300.05 cores=5,7
/proc/21523/stat : 21523 (strangenight2-s) R 21519 21523 21023 0 -1 4202496 646221 0 0 0 129851 154 0 0 25 0 1 0 649807248 564158464 125020 33554432000 4194304 4580011 140733496317888 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21523/statm: 137734 125020 367 95 0 132716 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 550936

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.08
CPU user time (s): 1298.51
CPU system time (s): 1.56576
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 550936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.51
system time used= 1.56576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 646221
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 2365

runsolver used 4.05438 second user time and 10.1395 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 16:07:48
IDJOB=3367399
IDBENCH=82608
IDSOLVER=1845
FILE ID=node105/3367399-1305382068
RUNJOBID= node105-1305382068-21497
PBS_JOBID= 13324397
Free space on /tmp= 73584 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S1184456903-078-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367399-1305382068/watcher-3367399-1305382068 -o /tmp/evaluation-result-3367399-1305382068/solver-3367399-1305382068 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367399-1305382068.cnf

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

MD5SUM BENCH= 33dd7efc1f63d9d3511c7a69c68ea88b
RANDOM SEED=2121584666

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      25338036 kB
Buffers:        257080 kB
Cached:        5880840 kB
SwapCached:      39656 kB
Active:         549264 kB
Inactive:      6805136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25338036 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           17680 kB
Writeback:          24 kB
AnonPages:     1184372 kB
Mapped:           9940 kB
Slab:           127616 kB
PageTables:      66220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65324596 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= 73560 MiB
End job on node105 at 2011-05-14 16:29:30