Trace number 3273944

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 TechDemo-Alpha-st? (TO) 1300.05 1300.01

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s20078956-unsat.cnf
MD5SUM8d05c170d9e6ebfc370bd1d7f7c63d86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables141
Number of clauses292
Sum of the clauses size876
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3292
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 Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3273944-1303608324.cnf'
0.00/0.00	c -- header says num vars:            141
0.00/0.00	c -- header says num clauses:         292
0.00/0.00	c -- clauses added:            0 learnts,          292 normals,            0 xors
0.00/0.00	c -- vars added        141
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       141       292         0         0       876         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    141 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c learnt bin added due to v-elim: 0
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       6 undec:     131 neg:       4
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.01	c  B st     0         0       141       292         0         0       876         0   no data   no data  --
0.00/0.03	c Decided on static restart strategy
1.29/1.34	c  N dy     7     30001       141       292         0      9358       876    142270     21.66     14.07  --
1.29/1.34	c  S st     7     30001       141       292         0      9358       876    142270     21.66     14.07  --
1.29/1.37	c  S st     7     30504       141       292         0      9838       876    151024     21.66     14.07  --
1.29/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.29/1.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.5M T:  0.01
1.29/1.38	c Calc non-exist non-lernt bins v-fix:     0 done:    141 time:  0.00 s
1.29/1.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.29/1.39	c Subs w/ non-existent bins:      0 time:  0.00 s
1.29/1.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.39	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1.49/1.52	c lits-rem:      1082  cl-subs:     1500  v-elim:      0  v-fix:    0  time:  0.13 s
1.49/1.52	c learnt bin added due to v-elim: 0
1.49/1.52	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
1.49/1.52	c vivif2 --  cl tried     8338 cl shrink        0 lits rem          0 time: 0.00
1.49/1.53	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
1.49/1.53	c calculated reachability. Time: 0.00
1.49/1.53	c  N dy     7     30504       141       292         0      8338       876    127669     21.66     14.07  --
1.49/1.53	c  F st     7     30504       141       292         0      8338       876    127669     21.66     14.07  --
1.59/1.60	c Decided on static restart strategy
2.49/2.51	c  N dy    15     45760       141       292         0     15161       876    306194     30.11     16.12  --
2.49/2.52	c  S st    15     45760       141       292         0     15161       876    306194     30.11     16.12  --
2.49/2.57	c  S st    15     46266       141       292         0     15639       876    315186     30.11     16.12  --
2.49/2.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.49/2.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.49/2.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.03
2.49/2.60	c Calc non-exist non-lernt bins v-fix:     0 done:    141 time:  0.00 s
2.49/2.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.59/2.60	c Subs w/ non-existent bins:      0 time:  0.00 s
2.59/2.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.59/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.60	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3.49/3.53	c lits-rem:      1832  cl-subs:     1681  v-elim:      0  v-fix:    0  time:  0.93 s
3.49/3.53	c learnt bin added due to v-elim: 0
3.49/3.53	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
3.49/3.54	c vivif2 --  cl tried    13958 cl shrink        0 lits rem          0 time: 0.00
3.49/3.55	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
3.49/3.55	c calculated reachability. Time: 0.00
3.49/3.55	c  N dy    15     46266       141       292         0     13958       876    272765     30.11     16.12  --
5.19/5.26	c  N dy    17     69399       141       292         0     17376       876    294557     24.14     16.09  --
5.19/5.27	c  S st    17     69399       141       292         0     17376       876    294557     24.14     16.09  --
5.29/5.32	c  S st    17     69901       141       292         0     17858       876    303638     24.14     16.09  --
5.29/5.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.29/5.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.29/5.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.7M T:  0.03
5.29/5.36	c Calc non-exist non-lernt bins v-fix:     0 done:    141 time:  0.00 s
5.29/5.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.29/5.36	c Subs w/ non-existent bins:      0 time:  0.00 s
5.29/5.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.29/5.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.29/5.36	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
6.09/6.17	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
6.99/7.02	c Added 2 vars  tried: 71820 time: 0.85
6.99/7.08	c ORs :      2 avg-s:  0.0 cl-sh:  8855 l-rem:   8855 b-add:      4 v-rep:   0 cl-rem: 5 avg s: 24.2 T:    0.91
6.99/7.08	c lits-rem:      2666  cl-subs:     2615  v-elim:      0  v-fix:    0  time:  1.72 s
6.99/7.08	c learnt bin added due to v-elim: 0
6.99/7.08	c vivif2 --  cl tried      294 cl shrink        0 lits rem          0 time: 0.00
6.99/7.09	c vivif2 --  cl tried    15238 cl shrink        0 lits rem          0 time: 0.00
7.09/7.10	c asymm  cl-useful: 0/294/294 lits-rem:0 time: 0.01
7.09/7.10	c calculated reachability. Time: 0.00
7.09/7.10	c  N dy    17     69901       143       294         4     15238       890    236729     24.14     16.09  --
7.09/7.10	c  F st    17     69901       143       294         4     15238       890    236729     24.14     16.09  --
7.19/7.21	c Decided on static restart strategy
9.90/9.98	c  N dy    25    104853       143       294         4     15397       890    220022     24.82     15.88  --
9.90/9.99	c  S st    25    104853       143       294         4     15397       890    220022     24.82     15.88  --
9.99/10.04	c  S st    25    105356       143       294         4     15884       890    229362     24.82     15.88  --
9.99/10.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.99/10.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.99/10.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.03
9.99/10.07	c Calc non-exist non-lernt bins v-fix:     0 done:    143 time:  0.00 s
9.99/10.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.99/10.07	c Subs w/ non-existent bins:      0 time:  0.00 s
9.99/10.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.99/10.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.99/10.07	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
10.59/10.64	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 13.0 T:    0.00
11.29/11.36	c Added 2 vars  tried: 80000 time: 0.72
11.29/11.38	c ORs :      2 avg-s:  0.0 cl-sh:  2729 l-rem:   2729 b-add:      4 v-rep:   0 cl-rem: 18 avg s: 10.4 T:    0.74
11.29/11.38	c lits-rem:      1378  cl-subs:     1214  v-elim:      0  v-fix:    0  time:  1.31 s
11.29/11.38	c learnt bin added due to v-elim: 0
11.29/11.38	c vivif2 --  cl tried      296 cl shrink        0 lits rem          0 time: 0.00
11.29/11.38	c vivif2 --  cl tried    14651 cl shrink        0 lits rem          0 time: 0.00
11.29/11.39	c asymm  cl-useful: 0/296/296 lits-rem:0 time: 0.01
11.29/11.39	c calculated reachability. Time: 0.00
11.29/11.39	c  N dy    25    105356       145       296         8     14651       904    206507     24.82     15.88  --
16.29/16.38	c  N dy    26    158035       145       296         8     21510       904    325513     24.52     15.11  --
16.39/16.40	c  S st    26    158035       145       296         8     21510       904    325513     24.52     15.11  --
16.39/16.46	c  S st    26    158541       145       296         8     22006       904    335578     24.52     15.11  --
16.39/16.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.39/16.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.49/16.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.6M T:  0.05
16.49/16.51	c Calc non-exist non-lernt bins v-fix:     0 done:    145 time:  0.00 s
16.49/16.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.49/16.51	c Subs w/ non-existent bins:      0 time:  0.00 s
16.49/16.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.49/16.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.49/16.52	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
17.19/17.25	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
17.99/18.06	c Added 2 vars  tried: 80000 time: 0.82
18.09/18.10	c ORs :      2 avg-s:  0.0 cl-sh:  5267 l-rem:   5267 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    0.86
18.09/18.11	c lits-rem:      1987  cl-subs:     1483  v-elim:      0  v-fix:    0  time:  1.59 s
18.09/18.11	c learnt bin added due to v-elim: 0
18.09/18.11	c vivif2 --  cl tried      298 cl shrink        0 lits rem          0 time: 0.00
18.09/18.11	c vivif2 --  cl tried    20523 cl shrink        0 lits rem          0 time: 0.00
18.09/18.13	c asymm  cl-useful: 0/298/298 lits-rem:0 time: 0.02
18.09/18.13	c calculated reachability. Time: 0.00
18.09/18.13	c  N dy    26    158541       147       298        12     20523       918    300715     24.52     15.11  --
26.69/26.72	c  N dy    27    237811       147       298        12     24119       918    372058     25.07     16.87  --
26.69/26.73	c  S st    27    237811       147       298        12     24119       918    372058     25.07     16.87  --
26.79/26.80	c  S st    27    238314       147       298        12     24609       918    382617     25.07     16.87  --
26.79/26.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.79/26.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.79/26.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.8M T:  0.05
26.79/26.85	c Calc non-exist non-lernt bins v-fix:     0 done:    147 time:  0.00 s
26.79/26.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.79/26.85	c Subs w/ non-existent bins:      0 time:  0.00 s
26.79/26.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.79/26.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.79/26.86	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
27.69/27.77	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
28.60/28.66	c Added 2 vars  tried: 80000 time: 0.90
28.60/28.69	c ORs :      2 avg-s:  0.0 cl-sh:  4592 l-rem:   4592 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    0.93
28.69/28.70	c lits-rem:      2570  cl-subs:     1857  v-elim:      0  v-fix:    0  time:  1.84 s
28.69/28.70	c learnt bin added due to v-elim: 0
28.69/28.70	c vivif2 --  cl tried      300 cl shrink        0 lits rem          0 time: 0.00
28.69/28.70	c vivif2 --  cl tried    22752 cl shrink        0 lits rem          0 time: 0.00
28.69/28.72	c asymm  cl-useful: 0/300/300 lits-rem:0 time: 0.02
28.69/28.72	c calculated reachability. Time: 0.00
28.69/28.72	c  N dy    27    238314       149       300        16     22752       932    337503     25.07     16.87  --
43.79/43.85	c  N dy    30    357472       149       300        16     28618       932    397945     28.07     16.63  --
43.79/43.87	c  S st    30    357472       149       300        16     28618       932    397945     28.07     16.63  --
43.90/43.95	c  S st    30    357973       149       300        16     29112       932    408536     28.07     16.63  --
43.90/43.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.90/43.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.00/44.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.6M T:  0.06
44.00/44.01	c Calc non-exist non-lernt bins v-fix:     0 done:    149 time:  0.00 s
44.00/44.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.00/44.01	c Subs w/ non-existent bins:      0 time:  0.00 s
44.00/44.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.00/44.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.00/44.02	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
44.89/44.99	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 5 avg s: 14.8 T:    0.00
45.99/46.07	c Added 2 vars  tried: 80000 time: 1.07
46.10/46.11	c ORs :      2 avg-s:  0.0 cl-sh:  4974 l-rem:   4974 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.11
46.10/46.11	c lits-rem:      2257  cl-subs:     1690  v-elim:      0  v-fix:    0  time:  2.09 s
46.10/46.11	c learnt bin added due to v-elim: 0
46.10/46.11	c vivif2 --  cl tried      302 cl shrink        0 lits rem          0 time: 0.00
46.10/46.12	c vivif2 --  cl tried    27417 cl shrink        0 lits rem          0 time: 0.00
46.10/46.14	c asymm  cl-useful: 0/302/302 lits-rem:0 time: 0.02
46.10/46.14	c calculated reachability. Time: 0.00
46.10/46.14	c  N dy    30    357973       151       302        20     27417       946    377144     28.07     16.63  --
76.29/76.31	c  N dy    31    536960       151       302        20     34388       946    454746     24.96     16.80  --
76.29/76.33	c  S st    31    536960       151       302        20     34388       946    454746     24.96     16.80  --
76.39/76.43	c  S st    31    537465       151       302        20     34880       946    464676     24.96     16.80  --
76.39/76.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.39/76.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
76.49/76.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.6M T:  0.09
76.49/76.52	c Calc non-exist non-lernt bins v-fix:     0 done:    151 time:  0.00 s
76.49/76.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
76.49/76.52	c Subs w/ non-existent bins:      0 time:  0.00 s
76.49/76.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.49/76.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.49/76.53	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
77.39/77.46	c ORs :     10 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 31.0 T:    0.00
78.49/78.54	c Added 2 vars  tried: 80000 time: 1.08
78.59/78.62	c ORs :      2 avg-s:  0.0 cl-sh:  8312 l-rem:   8312 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.15
78.59/78.62	c lits-rem:      1019  cl-subs:     1913  v-elim:      0  v-fix:    0  time:  2.09 s
78.59/78.62	c learnt bin added due to v-elim: 0
78.59/78.62	c vivif2 --  cl tried      304 cl shrink        0 lits rem          0 time: 0.00
78.59/78.63	c vivif2 --  cl tried    32966 cl shrink        0 lits rem          0 time: 0.00
78.59/78.65	c asymm  cl-useful: 0/304/304 lits-rem:0 time: 0.02
78.59/78.65	c calculated reachability. Time: 0.00
78.59/78.65	c  N dy    31    537465       153       304        24     32966       960    422262     24.96     16.80  --
78.59/78.65	c  F st    31    537465       153       304        24     32966       960    422262     24.96     16.80  --
78.79/78.85	c Decided on static restart strategy
131.49/131.58	c  N dy    38    806198       153       304        24     55949       960    920998     27.25     17.30  --
131.59/131.62	c  S st    38    806198       153       304        24     55949       960    920998     27.25     17.30  --
131.69/131.77	c  S st    38    806701       153       304        24     56440       960    931694     27.25     17.30  --
131.69/131.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.69/131.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
131.90/131.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.4M T:  0.19
131.90/131.96	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
131.90/131.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
131.90/131.96	c Subs w/ non-existent bins:      0 time:  0.01 s
131.90/131.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.90/131.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.90/131.98	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
134.20/134.29	c ORs :     12 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 24.0 T:    0.02
136.49/136.58	c Added 2 vars  tried: 80000 time: 2.29
136.79/136.84	c ORs :      2 avg-s:  0.0 cl-sh: 13619 l-rem:  13619 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    2.55
136.79/136.86	c lits-rem:      2552  cl-subs:     3505  v-elim:      0  v-fix:    0  time:  4.87 s
136.79/136.86	c learnt bin added due to v-elim: 0
136.79/136.86	c vivif2 --  cl tried      306 cl shrink        0 lits rem          0 time: 0.00
136.79/136.87	c vivif2 --  cl tried    52934 cl shrink        0 lits rem          0 time: 0.01
136.89/136.93	c asymm  cl-useful: 0/306/306 lits-rem:0 time: 0.06
136.89/136.93	c calculated reachability. Time: 0.00
136.89/136.93	c  N dy    38    806701       155       306        28     52934       974    848996     27.25     17.30  --
229.50/229.53	c  N dy    40   1210053       155       306        28     65902       974   1028707     26.28     18.14  --
229.50/229.57	c  S st    40   1210053       155       306        28     65902       974   1028707     26.28     18.14  --
229.70/229.75	c  S st    40   1210556       155       306        28     66393       974   1040320     26.28     18.14  --
229.70/229.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
229.70/229.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
230.00/230.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.2M T:  0.25
230.00/230.00	c Calc non-exist non-lernt bins v-fix:     0 done:    155 time:  0.00 s
230.00/230.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
230.00/230.01	c Subs w/ non-existent bins:      0 time:  0.01 s
230.00/230.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
230.00/230.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.00/230.04	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
233.60/233.63	c ORs :     14 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 29 avg s: 22.6 T:    0.03
235.90/235.90	c Added 2 vars  tried: 80000 time: 2.27
236.30/236.39	c ORs :      2 avg-s:  0.0 cl-sh: 23535 l-rem:  23535 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    2.76
236.40/236.41	c lits-rem:      2415  cl-subs:     8233  v-elim:      0  v-fix:    0  time:  6.38 s
236.40/236.41	c learnt bin added due to v-elim: 0
236.40/236.41	c vivif2 --  cl tried      308 cl shrink        0 lits rem          0 time: 0.00
236.40/236.42	c vivif2 --  cl tried    58131 cl shrink        0 lits rem          0 time: 0.01
236.40/236.47	c asymm  cl-useful: 0/308/308 lits-rem:0 time: 0.05
236.40/236.48	c calculated reachability. Time: 0.00
236.40/236.48	c  N dy    40   1210556       157       308        32     58131       988    854507     26.28     18.14  --
388.40/388.44	c  N dy    41   1710556       157       308        32     90151       988   1682438     25.70     17.79  --
388.50/388.51	c  S st    41   1710556       157       308        32     90151       988   1682438     25.70     17.79  --
388.70/388.76	c  S st    41   1711060       157       308        32     90648       988   1693089     25.70     17.79  --
388.70/388.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
388.70/388.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
389.20/389.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 21.2M T:  0.47
389.20/389.25	c Calc non-exist non-lernt bins v-fix:     0 done:    157 time:  0.00 s
389.20/389.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
389.20/389.26	c Subs w/ non-existent bins:      0 time:  0.02 s
389.20/389.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
389.31/389.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
389.31/389.30	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
396.10/396.16	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 18.3 T:    0.04
401.60/401.66	c Added 2 vars  tried: 80000 time: 5.51
403.10/403.19	c ORs :      2 avg-s:  0.0 cl-sh: 31795 l-rem:  31795 b-add:      4 v-rep:   0 cl-rem: 45 avg s: 9.1 T:    7.03
403.20/403.22	c lits-rem:      4612  cl-subs:     6054  v-elim:      0  v-fix:    0  time: 13.92 s
403.20/403.22	c learnt bin added due to v-elim: 0
403.20/403.23	c vivif2 --  cl tried      310 cl shrink        0 lits rem          0 time: 0.00
403.20/403.25	c vivif2 --  cl tried    84546 cl shrink        0 lits rem          0 time: 0.02
403.30/403.34	c asymm  cl-useful: 0/310/310 lits-rem:0 time: 0.10
403.30/403.35	c calculated reachability. Time: 0.00
403.30/403.35	c  N dy    41   1711060       159       310        36     84546      1002   1507729     25.70     17.79  --
593.31/593.32	c  N dy    42   2211061       159       310        36    100109      1002   1813714     26.12     17.73  --
593.31/593.39	c  S st    42   2211061       159       310        36    100109      1002   1813714     26.12     17.73  --
593.31/593.40	c Finding binary XORs  T:     0.00 s  found:       0
593.61/593.66	c  S st    42   2211562       159       310        36    100602      1002   1823946     26.12     17.73  --
593.61/593.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
593.61/593.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
594.11/594.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 22.9M T:  0.52
594.11/594.19	c Calc non-exist non-lernt bins v-fix:     0 done:    159 time:  0.00 s
594.11/594.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
594.21/594.21	c Subs w/ non-existent bins:      0 time:  0.02 s
594.21/594.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
594.21/594.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
594.21/594.25	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
600.31/600.33	c ORs :     18 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 12.3 T:    0.06
605.91/605.93	c Added 2 vars  tried: 80000 time: 5.60
607.61/607.63	c ORs :      2 avg-s:  0.0 cl-sh: 32456 l-rem:  32456 b-add:      4 v-rep:   0 cl-rem: 1 avg s: 19.0 T:    7.30
607.61/607.66	c lits-rem:       833  cl-subs:     4708  v-elim:      0  v-fix:    0  time: 13.41 s
607.61/607.66	c learnt bin added due to v-elim: 0
607.61/607.66	c vivif2 --  cl tried      312 cl shrink        0 lits rem          0 time: 0.00
607.61/607.68	c vivif2 --  cl tried    95890 cl shrink        0 lits rem          0 time: 0.02
607.81/607.81	c asymm  cl-useful: 0/312/312 lits-rem:0 time: 0.12
607.81/607.81	c calculated reachability. Time: 0.00
607.81/607.81	c  N dy    42   2211562       161       312        40     95890      1016   1675171     26.12     17.73  --
878.93/878.98	c  N dy    43   2711562       161       312        40    124422      1016   2713103     36.07     17.87  --
879.02/879.09	c  S st    43   2711562       161       312        40    124422      1016   2713103     36.07     17.87  --
879.42/879.42	c  S st    43   2712062       161       312        40    124917      1016   2723885     36.07     17.87  --
879.42/879.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
879.42/879.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
880.12/880.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 29.6M T:  0.70
880.12/880.13	c Calc non-exist non-lernt bins v-fix:     0 done:    161 time:  0.00 s
880.12/880.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
880.12/880.16	c Subs w/ non-existent bins:      0 time:  0.02 s
880.22/880.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
880.22/880.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
880.22/880.23	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
893.22/893.23	c ORs :     20 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 22.0 T:    0.10
908.52/908.53	c Added 2 vars  tried: 80000 time: 15.30
910.72/910.71	c ORs :      2 avg-s:  0.0 cl-sh: 38942 l-rem:  38942 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:   17.48
910.72/910.76	c lits-rem:      3304  cl-subs:     5307  v-elim:      0  v-fix:    0  time: 30.53 s
910.72/910.76	c learnt bin added due to v-elim: 0
910.72/910.76	c vivif2 --  cl tried      314 cl shrink        0 lits rem          0 time: 0.00
910.72/910.79	c vivif2 --  cl tried   119608 cl shrink        0 lits rem          0 time: 0.03
910.92/910.95	c asymm  cl-useful: 0/196/314 lits-rem:0 time: 0.16
910.92/910.96	c calculated reachability. Time: 0.00
910.92/910.96	c  N dy    43   2712062       163       314        44    119608      1030   2515025     36.07     17.87  --
910.92/910.96	c  F st    43   2712062       163       314        44    119608      1030   2515025     36.07     17.87  --
912.02/912.05	c Decided on static restart strategy
1189.33/1189.35	c  N dy    50   3212062       163       314        44     95328      1030   1524398     27.34     18.16  --
1189.43/1189.42	c  S st    50   3212062       163       314        44     95328      1030   1524398     27.34     18.16  --
1189.73/1189.70	c  S st    50   3212565       163       314        44     95828      1030   1535311     27.34     18.16  --
1189.73/1189.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1189.73/1189.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1190.14/1190.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 22.9M T:  0.46
1190.14/1190.17	c Calc non-exist non-lernt bins v-fix:     0 done:    163 time:  0.00 s
1190.14/1190.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1190.14/1190.19	c Subs w/ non-existent bins:      0 time:  0.02 s
1190.24/1190.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1190.24/1190.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1190.24/1190.23	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1193.33/1193.35	c ORs :     22 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.05
1200.14/1200.17	c Added 2 vars  tried: 80000 time: 6.81
1201.03/1201.01	c ORs :      2 avg-s:  0.0 cl-sh: 26161 l-rem:  26161 b-add:      4 v-rep:   0 cl-rem: 1 avg s: 9.0 T:    7.66
1201.03/1201.04	c lits-rem:       186  cl-subs:     2269  v-elim:      0  v-fix:    0  time: 10.81 s
1201.03/1201.04	c learnt bin added due to v-elim: 0
1201.03/1201.04	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
1201.03/1201.06	c vivif2 --  cl tried    93558 cl shrink        0 lits rem          0 time: 0.02
1201.14/1201.17	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.11
1201.14/1201.18	c calculated reachability. Time: 0.00
1201.14/1201.18	c  N dy    50   3212565       165       316        48     93558      1044   1455167     27.34     18.16  --

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: 935)

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-3273944-1303608324/watcher-3273944-1303608324 -o /tmp/evaluation-result-3273944-1303608324/solver-3273944-1303608324 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3273944-1303608324.cnf 

running on 2 cores: 0,2

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: 2.82 3.69 3.49 2/179 4888
/proc/meminfo: memFree=16586696/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=127220 CPUtime=0.01 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 573 0 0 0 1 0 0 0 22 0 1 0 472432923 130273280 508 33554432000 4194304 4797429 140733489058368 18446744073709551615 244446641854 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 31805 508 404 148 0 26734 0

[startup+0.062516 s]
/proc/loadavg: 2.82 3.69 3.49 2/179 4888
/proc/meminfo: memFree=16586696/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=127360 CPUtime=0.06 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 654 0 0 0 6 0 0 0 22 0 1 0 472432923 130416640 588 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 31840 588 406 148 0 26769 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 127360

[startup+0.100507 s]
/proc/loadavg: 2.82 3.69 3.49 2/179 4888
/proc/meminfo: memFree=16586696/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=127496 CPUtime=0.09 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 695 0 0 0 9 0 0 0 22 0 1 0 472432923 130555904 628 33554432000 4194304 4797429 140733489058368 18446744073709551615 4389738 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 31874 628 406 148 0 26803 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127496

[startup+0.300471 s]
/proc/loadavg: 2.82 3.69 3.49 2/179 4888
/proc/meminfo: memFree=16586696/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=127904 CPUtime=0.29 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 896 0 0 0 29 0 0 0 23 0 1 0 472432923 130973696 743 33554432000 4194304 4797429 140733489058368 18446744073709551615 4425051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 31976 743 406 148 0 26905 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 127904

[startup+0.700392 s]
/proc/loadavg: 2.82 3.69 3.49 2/179 4888
/proc/meminfo: memFree=16586696/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=128576 CPUtime=0.69 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 1298 0 0 0 69 0 0 0 25 0 1 0 472432923 131661824 806 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 32144 806 406 148 0 27073 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128576

[startup+1.50028 s]
/proc/loadavg: 2.92 3.69 3.49 5/190 4909
/proc/meminfo: memFree=16561800/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=130088 CPUtime=1.49 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 2012 0 0 0 149 0 0 0 25 0 1 0 472432923 133210112 1285 33554432000 4194304 4797429 140733489058368 18446744073709551615 4523996 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 32522 1285 410 148 0 27451 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130088

[startup+3.10091 s]
/proc/loadavg: 2.92 3.69 3.49 5/190 4909
/proc/meminfo: memFree=16554732/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=132536 CPUtime=3.09 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 3064 0 0 0 309 0 0 0 25 0 1 0 472432923 135716864 2016 33554432000 4194304 4797429 140733489058368 18446744073709551615 4524138 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 33134 2016 411 148 0 28063 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132536

[startup+6.30037 s]
/proc/loadavg: 2.92 3.69 3.49 5/190 4909
/proc/meminfo: memFree=16538580/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=134204 CPUtime=6.29 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 4171 0 0 0 629 0 0 0 25 0 1 0 472432923 137424896 2385 33554432000 4194304 4797429 140733489058368 18446744073709551615 4509088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 33551 2385 414 148 0 28480 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 134204

[startup+12.7002 s]
/proc/loadavg: 3.08 3.70 3.50 5/190 4909
/proc/meminfo: memFree=16531180/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=136280 CPUtime=12.69 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 6401 0 0 0 1268 1 0 0 25 0 1 0 472432923 139550720 2700 33554432000 4194304 4797429 140733489058368 18446744073709551615 4423083 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 34070 2700 415 148 0 28999 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 136280

[startup+25.5008 s]
/proc/loadavg: 3.14 3.70 3.50 5/190 4936
/proc/meminfo: memFree=16523156/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=138724 CPUtime=25.49 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 10363 0 0 0 2547 2 0 0 25 0 1 0 472432923 142053376 3600 33554432000 4194304 4797429 140733489058368 18446744073709551615 4425030 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 34681 3600 415 148 0 29610 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138724

[startup+51.101 s]
/proc/loadavg: 3.43 3.72 3.51 5/190 4937
/proc/meminfo: memFree=16494456/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=143240 CPUtime=51.09 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 17264 0 0 0 5106 3 0 0 25 0 1 0 472432923 146677760 4488 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 35810 4488 416 148 0 30739 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143240

[startup+102.307 s]
/proc/loadavg: 3.82 3.78 3.54 5/190 4939
/proc/meminfo: memFree=16461716/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=146448 CPUtime=102.3 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 27938 0 0 0 10224 6 0 0 25 0 1 0 472432923 149962752 5890 33554432000 4194304 4797429 140733489058368 18446744073709551615 4426348 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 36612 5890 415 148 0 31541 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 146448

[startup+162.3 s]
/proc/loadavg: 3.97 3.83 3.57 6/190 4940
/proc/meminfo: memFree=16441836/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=154260 CPUtime=162.3 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 39780 0 0 0 16221 9 0 0 25 0 1 0 472432923 157962240 7139 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 38565 7139 417 148 0 33494 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 154260

[startup+222.3 s]
/proc/loadavg: 3.99 3.86 3.59 5/190 4942
/proc/meminfo: memFree=16419472/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=157580 CPUtime=222.3 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 49397 0 0 0 22219 11 0 0 25 0 1 0 472432923 161361920 8658 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424960 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 39395 8658 415 148 0 34324 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 157580

[startup+282.301 s]
/proc/loadavg: 3.99 3.88 3.62 5/190 4943
/proc/meminfo: memFree=16388820/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=163288 CPUtime=282.3 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 58369 0 0 0 28217 13 0 0 25 0 1 0 472432923 167206912 10107 33554432000 4194304 4797429 140733489058368 18446744073709551615 4425001 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 40822 10107 415 148 0 35751 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 163288

[startup+342.301 s]
/proc/loadavg: 3.99 3.90 3.64 5/190 4945
/proc/meminfo: memFree=16388156/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=164896 CPUtime=342.3 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 66462 0 0 0 34215 15 0 0 25 0 1 0 472432923 168853504 10003 33554432000 4194304 4797429 140733489058368 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 41224 10003 415 148 0 36153 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 164896

[startup+402.301 s]
/proc/loadavg: 3.99 3.92 3.66 5/190 4947
/proc/meminfo: memFree=16359832/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=170276 CPUtime=402.3 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 72774 0 0 0 40214 16 0 0 25 0 1 0 472432923 174362624 11919 33554432000 4194304 4797429 140733489058368 18446744073709551615 4518605 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 42569 11919 426 148 0 37498 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 170276

[startup+462.301 s]
/proc/loadavg: 3.99 3.93 3.68 5/190 4948
/proc/meminfo: memFree=16353712/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=173052 CPUtime=462.31 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 80174 0 0 0 46213 18 0 0 25 0 1 0 472432923 177205248 12325 33554432000 4194304 4797429 140733489058368 18446744073709551615 4423635 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 43263 12325 426 148 0 38192 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 173052

[startup+522.3 s]
/proc/loadavg: 4.04 3.95 3.70 5/190 4950
/proc/meminfo: memFree=16338036/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=173572 CPUtime=522.31 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 85789 0 0 0 52211 20 0 0 25 0 1 0 472432923 177737728 13182 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 43393 13182 426 148 0 38322 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 173572

[startup+582.3 s]
/proc/loadavg: 4.01 3.96 3.72 5/190 4951
/proc/meminfo: memFree=16331304/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=174388 CPUtime=582.31 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 92300 0 0 0 58208 23 0 0 25 0 1 0 472432923 178573312 12261 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424603 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 43597 12261 426 148 0 38526 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 174388

[startup+642.301 s]
/proc/loadavg: 4.00 3.96 3.73 5/190 4953
/proc/meminfo: memFree=16318744/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=178976 CPUtime=642.32 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 97017 0 0 0 64208 24 0 0 25 0 1 0 472432923 183271424 14018 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 44744 14018 425 148 0 39673 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 178976

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 4955
/proc/meminfo: memFree=16296864/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=180084 CPUtime=702.31 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 102329 0 0 0 70204 27 0 0 25 0 1 0 472432923 184406016 13027 33554432000 4194304 4797429 140733489058368 18446744073709551615 4425896 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 45021 13027 418 148 0 39950 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 180084

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 4956
/proc/meminfo: memFree=16286912/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=181432 CPUtime=762.32 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 107598 0 0 0 76203 29 0 0 25 0 1 0 472432923 185786368 14925 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 45358 14925 418 148 0 40287 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 181432

[startup+822.301 s]
/proc/loadavg: 4.04 3.99 3.77 5/190 4958
/proc/meminfo: memFree=16295060/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=182164 CPUtime=822.32 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 113934 0 0 0 82201 31 0 0 25 0 1 0 472432923 186535936 14567 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 45541 14567 418 148 0 40470 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 182164

[startup+882.301 s]
/proc/loadavg: 4.01 3.99 3.78 5/190 4959
/proc/meminfo: memFree=16282460/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=185644 CPUtime=882.32 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 119277 0 0 0 88199 33 0 0 21 0 1 0 472432923 190099456 16415 33554432000 4194304 4797429 140733489058368 18446744073709551615 4506576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 46411 16415 418 148 0 41340 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 185644

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.80 5/190 4961
/proc/meminfo: memFree=16268180/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=189744 CPUtime=942.32 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 123048 0 0 0 94198 34 0 0 25 0 1 0 472432923 194297856 16641 33554432000 4194304 4797429 140733489058368 18446744073709551615 4425064 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 47436 16641 418 148 0 42365 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 189744

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.81 5/190 4963
/proc/meminfo: memFree=16257932/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=191312 CPUtime=1002.33 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 128566 0 0 0 100197 36 0 0 25 0 1 0 472432923 195903488 15621 33554432000 4194304 4797429 140733489058368 18446744073709551615 4423072 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 47828 15621 418 148 0 42757 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 191312

[startup+1062.3 s]
/proc/loadavg: 4.06 4.00 3.82 5/190 4964
/proc/meminfo: memFree=16264344/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=191540 CPUtime=1062.32 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 133763 0 0 0 106194 38 0 0 25 0 1 0 472432923 196136960 17253 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 47885 17253 418 148 0 42814 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 191540

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.83 5/190 4966
/proc/meminfo: memFree=16242476/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=191940 CPUtime=1122.33 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 137952 0 0 0 112193 40 0 0 25 0 1 0 472432923 196546560 17924 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 47985 17924 418 148 0 42914 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 191940

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.84 5/190 4967
/proc/meminfo: memFree=16239200/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=192908 CPUtime=1182.33 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 143200 0 0 0 118192 41 0 0 25 0 1 0 472432923 197537792 16099 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424610 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 48227 16099 418 148 0 43156 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 192908

[startup+1242.3 s]
/proc/loadavg: 4.05 4.02 3.85 5/190 4969
/proc/meminfo: memFree=16249836/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=194836 CPUtime=1242.33 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 148061 0 0 0 124191 42 0 0 25 0 1 0 472432923 199512064 17222 33554432000 4194304 4797429 140733489058368 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 48709 17222 418 148 0 43638 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 194836



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.86 4/188 4971
/proc/meminfo: memFree=16319868/32951124 swapFree=67111528/67111528
[pid=4888] ppid=4886 vsize=195208 CPUtime=1300.04 cores=0,2
/proc/4888/stat : 4888 (techdemo) R 4886 4888 3814 0 -1 4202496 152608 0 0 0 129959 45 0 0 25 0 1 0 472432923 199892992 18011 33554432000 4194304 4797429 140733489058368 18446744073709551615 4425072 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4888/statm: 48802 18011 418 148 0 43731 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 195208

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.6
CPU system time (s): 0.45593
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 289668

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

runsolver used 2.26965 second user time and 4.83026 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-24 03:25:25
IDJOB=3273944
IDBENCH=83150
IDSOLVER=1585
FILE ID=node105/3273944-1303608324
RUNJOBID= node105-1303608323-4866
PBS_JOBID= 13150590
Free space on /tmp= 71752 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s20078956-unsat.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273944-1303608324/watcher-3273944-1303608324 -o /tmp/evaluation-result-3273944-1303608324/solver-3273944-1303608324 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3273944-1303608324.cnf

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

MD5SUM BENCH= 8d05c170d9e6ebfc370bd1d7f7c63d86
RANDOM SEED=1645977881

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:      16587100 kB
Buffers:       2272496 kB
Cached:       13459520 kB
SwapCached:          0 kB
Active:        8353308 kB
Inactive:      7444352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16587100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15740 kB
Writeback:           0 kB
AnonPages:       65168 kB
Mapped:          15208 kB
Slab:           502492 kB
PageTables:       5188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   317908 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= 71736 MiB
End job on node105 at 2011-04-24 03:47:07