Trace number 3264882

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) 1299.99 1300.01

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-220-3.shuffled-as.sat05-2490.cnf
MD5SUM8e6def53b47a48972a9a9fc80e087610
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark70.2133
Satisfiable
(Un)Satisfiability was proved
Number of variables311
Number of clauses2192
Sum of the clauses size9664
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41352
Number of clauses of size 5784
Number of clauses of size over 556

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-3264882-1303573833.cnf'
0.00/0.00	c -- header says num vars:            311
0.00/0.00	c -- header says num clauses:        2192
0.00/0.00	c -- clauses added:            0 learnts,         2192 normals,            0 xors
0.00/0.00	c -- vars added        311
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       311      2192         0         0      9664         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 322/2192/2192 lits-rem:322 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.1M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    311 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.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	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:      1161  cl-subs:      708  v-elim:     44  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:     116 undec:      87 neg:     108
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       311      1484         0         0      5127         0   no data   no data  --
0.01/0.05	c Decided on static restart strategy
2.29/2.31	c  N dy     8     30000       311      1484         2     10190      5127    194408     26.21     16.81  --
2.29/2.33	c  S st     8     30000       311      1484         2     10190      5127    194408     26.21     16.81  --
2.29/2.37	c  S st     8     30502       311      1484         2     10682      5127    205247     26.21     16.81  --
2.29/2.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.29/2.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.02
2.29/2.39	c Calc non-exist non-lernt bins v-fix:     0 done:    311 time:  0.00 s
2.29/2.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.29/2.39	c Subs w/ non-existent bins:      6 time:  0.00 s
2.39/2.40	c Replacing        1 vars Replaced     5894 lits Time:     0.01 s 
2.39/2.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.41	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2.79/2.86	c lits-rem:      1897  cl-subs:     1454  v-elim:     43  v-fix:    0  time:  0.45 s
2.79/2.86	c learnt bin added due to v-elim: 0
2.79/2.86	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
2.79/2.86	c vivif2 --  cl tried     9234 cl shrink        0 lits rem          0 time: 0.00
2.79/2.89	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.03
2.79/2.89	c calculated reachability. Time: 0.00
2.79/2.89	c  N dy     8     30502       310      1472         0      9234      5072    180816     26.21     16.81  --
2.79/2.89	c  F st     8     30502       310      1472         0      9234      5072    180816     26.21     16.81  --
2.99/3.04	c Decided on static restart strategy
4.49/4.54	c  N dy    15     45754       310      1472         0     15771      5072    278583     20.17     16.34  --
4.49/4.55	c  S st    15     45754       310      1472         0     15771      5072    278583     20.17     16.34  --
4.59/4.61	c  S st    15     46257       310      1472         0     16257      5072    289773     20.17     16.34  --
4.59/4.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.59/4.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.59/4.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.02
4.59/4.64	c Calc non-exist non-lernt bins v-fix:     0 done:    310 time:  0.00 s
4.59/4.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.59/4.64	c Subs w/ non-existent bins:      0 time:  0.00 s
4.59/4.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.59/4.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.59/4.65	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.50/5.58	c lits-rem:      1980  cl-subs:     4901  v-elim:     43  v-fix:    0  time:  0.93 s
5.50/5.58	c learnt bin added due to v-elim: 0
5.50/5.58	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
5.50/5.58	c vivif2 --  cl tried    11356 cl shrink        0 lits rem          0 time: 0.00
5.59/5.61	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.02
5.59/5.61	c calculated reachability. Time: 0.00
5.59/5.61	c  N dy    15     46257       310      1472         0     11356      5072    202692     20.17     16.34  --
8.39/8.41	c  N dy    16     69385       310      1472         0     14992      5072    246926     19.16     16.00  --
8.39/8.42	c  S st    16     69385       310      1472         0     14992      5072    246926     19.16     16.00  --
8.39/8.48	c  S st    16     69888       310      1472         1     15480      5072    258126     19.16     16.00  --
8.39/8.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.39/8.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.49/8.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.02
8.49/8.51	c Calc non-exist non-lernt bins v-fix:     0 done:    310 time:  0.00 s
8.49/8.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.49/8.51	c Subs w/ non-existent bins:      0 time:  0.00 s
8.49/8.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.49/8.51	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
8.49/8.51	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.29/9.39	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
10.09/10.15	c Added 4 vars  tried: 57460 time: 0.75
10.09/10.17	c ORs :      4 avg-s:  0.0 cl-sh:  4239 l-rem:   4239 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.78
10.09/10.18	c lits-rem:      1349  cl-subs:     3747  v-elim:     43  v-fix:    0  time:  1.66 s
10.09/10.18	c learnt bin added due to v-elim: 0
10.09/10.18	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
10.09/10.18	c vivif2 --  cl tried    11732 cl shrink        0 lits rem          0 time: 0.00
10.19/10.20	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.02
10.19/10.20	c calculated reachability. Time: 0.00
10.19/10.20	c  N dy    16     69888       314      1476         9     11732      5100    191757     19.16     16.00  --
10.19/10.20	c  F st    16     69888       314      1476         9     11732      5100    191757     19.16     16.00  --
10.29/10.37	c Decided on static restart strategy
14.30/14.35	c  N dy    23    104832       314      1476         9     22782      5100    370125     19.04     15.51  --
14.30/14.37	c  S st    23    104832       314      1476         9     22782      5100    370125     19.04     15.51  --
14.40/14.46	c  S st    23    105334       314      1476         9     11754      5100    149666     19.04     15.51  --
14.40/14.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.40/14.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.40/14.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.2M T:  0.02
14.40/14.48	c Calc non-exist non-lernt bins v-fix:     0 done:    314 time:  0.00 s
14.40/14.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.40/14.49	c Subs w/ non-existent bins:      0 time:  0.00 s
14.40/14.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.40/14.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.40/14.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
14.69/14.77	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
15.30/15.30	c Added 4 vars  tried: 80000 time: 0.53
15.30/15.31	c ORs :      4 avg-s:  0.0 cl-sh:  3024 l-rem:   3024 b-add:      8 v-rep:   0 cl-rem: 1 avg s: 12.0 T:    0.54
15.30/15.31	c lits-rem:       447  cl-subs:      798  v-elim:     45  v-fix:    0  time:  0.82 s
15.30/15.31	c learnt bin added due to v-elim: 0
15.30/15.31	c vivif2 --  cl tried     1480 cl shrink        0 lits rem          0 time: 0.00
15.30/15.31	c vivif2 --  cl tried    10955 cl shrink        0 lits rem          0 time: 0.00
15.30/15.33	c asymm  cl-useful: 0/1480/1480 lits-rem:0 time: 0.02
15.30/15.33	c calculated reachability. Time: 0.00
15.30/15.33	c  N dy    23    105334       318      1480        17     10955      5127    137490     19.04     15.51  --
22.00/22.06	c  N dy    24    158001       318      1480        17     18419      5127    252400     19.29     14.33  --
22.00/22.07	c  S st    24    158001       318      1480        17     18419      5127    252400     19.29     14.33  --
22.09/22.14	c  S st    24    158504       318      1480        19     18905      5127    262927     19.29     14.33  --
22.09/22.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.09/22.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.09/22.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.8M T:  0.03
22.09/22.17	c Calc non-exist non-lernt bins v-fix:     0 done:    318 time:  0.00 s
22.09/22.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.09/22.18	c Subs w/ non-existent bins:      0 time:  0.00 s
22.09/22.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.09/22.18	c subs with bin:        3  lits-rem:        43  v-fix:    0  time:  0.00 s
22.09/22.18	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
23.19/23.26	c ORs :      8 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
23.69/23.75	c Added 4 vars  tried: 80000 time: 0.49
23.69/23.79	c ORs :      4 avg-s:  0.0 cl-sh:  5816 l-rem:   5816 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.53
23.69/23.79	c lits-rem:      1414  cl-subs:     4714  v-elim:     46  v-fix:    0  time:  1.61 s
23.69/23.79	c learnt bin added due to v-elim: 0
23.69/23.80	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
23.79/23.80	c vivif2 --  cl tried    14188 cl shrink        0 lits rem          0 time: 0.00
23.79/23.82	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.02
23.79/23.82	c calculated reachability. Time: 0.00
23.79/23.82	c  N dy    24    158504       322      1484        27     14188      5154    189694     19.29     14.33  --
35.49/35.50	c  N dy    25    237756       322      1484        29     19060      5154    262098     22.14     15.09  --
35.49/35.51	c  S st    25    237756       322      1484        29     19060      5154    262098     22.14     15.09  --
35.49/35.59	c  S st    25    238260       322      1484        29     19553      5154    273222     22.14     15.09  --
35.49/35.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.49/35.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.59/35.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.1M T:  0.04
35.59/35.63	c Calc non-exist non-lernt bins v-fix:     0 done:    322 time:  0.00 s
35.59/35.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.59/35.63	c Subs w/ non-existent bins:      0 time:  0.00 s
35.59/35.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.59/35.63	c subs with bin:        4  lits-rem:         4  v-fix:    0  time:  0.00 s
35.59/35.63	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
36.49/36.53	c ORs :     12 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
36.89/36.99	c Added 4 vars  tried: 80000 time: 0.45
36.99/37.01	c ORs :      4 avg-s:  0.0 cl-sh:  3191 l-rem:   3191 b-add:      8 v-rep:   0 cl-rem: 1 avg s: 13.0 T:    0.47
36.99/37.01	c lits-rem:       859  cl-subs:      937  v-elim:     47  v-fix:    0  time:  1.38 s
36.99/37.01	c learnt bin added due to v-elim: 0
36.99/37.01	c vivif2 --  cl tried     1488 cl shrink        0 lits rem          0 time: 0.00
36.99/37.02	c vivif2 --  cl tried    18611 cl shrink        0 lits rem          0 time: 0.00
36.99/37.04	c asymm  cl-useful: 0/1488/1488 lits-rem:0 time: 0.03
36.99/37.04	c calculated reachability. Time: 0.00
36.99/37.04	c  N dy    25    238260       326      1488        37     18611      5182    255433     22.14     15.09  --
56.79/56.81	c  N dy    26    357390       326      1488        37     47071      5182    938609     27.18     15.89  --
56.79/56.84	c  S st    26    357390       326      1488        37     47071      5182    938609     27.18     15.89  --
56.99/57.08	c  S st    26    357894       326      1488        38     23949      5182    327903     27.18     15.89  --
56.99/57.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.99/57.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.09/57.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.1M T:  0.05
57.09/57.13	c Calc non-exist non-lernt bins v-fix:     0 done:    326 time:  0.00 s
57.09/57.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.09/57.13	c Subs w/ non-existent bins:      0 time:  0.00 s
57.09/57.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.09/57.14	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
57.09/57.14	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
57.89/57.99	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 17.0 T:    0.02
58.29/58.39	c Added 4 vars  tried: 80000 time: 0.40
58.39/58.44	c ORs :      4 avg-s:  0.0 cl-sh:  6418 l-rem:   6418 b-add:      8 v-rep:   0 cl-rem: 1 avg s: 8.0 T:    0.45
58.39/58.45	c lits-rem:       792  cl-subs:      867  v-elim:     48  v-fix:    0  time:  1.31 s
58.39/58.45	c learnt bin added due to v-elim: 0
58.39/58.45	c vivif2 --  cl tried     1492 cl shrink        0 lits rem          0 time: 0.00
58.39/58.45	c vivif2 --  cl tried    23077 cl shrink        3 lits rem          3 time: 0.00
58.39/58.49	c asymm  cl-useful: 0/1492/1492 lits-rem:0 time: 0.03
58.39/58.49	c calculated reachability. Time: 0.00
58.39/58.49	c  N dy    26    357894       330      1492        46     23077      5210    309080     27.18     15.89  --
91.59/91.67	c  N dy    27    536842       330      1492        46     29952      5210    402743     22.15     15.78  --
91.59/91.69	c  S st    27    536842       330      1492        46     29952      5210    402743     22.15     15.78  --
91.79/91.80	c  S st    27    537344       330      1492        46     30440      5210    413476     22.15     15.78  --
91.79/91.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.79/91.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.79/91.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.3M T:  0.07
91.79/91.87	c Calc non-exist non-lernt bins v-fix:     0 done:    330 time:  0.00 s
91.79/91.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.79/91.88	c Subs w/ non-existent bins:      0 time:  0.00 s
91.79/91.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.79/91.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.79/91.89	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
92.69/92.73	c ORs :     20 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 10.0 T:    0.04
93.09/93.10	c Added 4 vars  tried: 80000 time: 0.37
93.09/93.18	c ORs :      4 avg-s:  0.0 cl-sh:  6796 l-rem:   6796 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.45
93.09/93.19	c lits-rem:      1659  cl-subs:     1739  v-elim:     48  v-fix:    0  time:  1.30 s
93.09/93.19	c learnt bin added due to v-elim: 0
93.09/93.19	c vivif2 --  cl tried     1496 cl shrink        0 lits rem          0 time: 0.00
93.19/93.20	c vivif2 --  cl tried    28699 cl shrink        0 lits rem          0 time: 0.01
93.19/93.24	c asymm  cl-useful: 0/1496/1496 lits-rem:0 time: 0.04
93.19/93.24	c calculated reachability. Time: 0.00
93.19/93.24	c  N dy    27    537344       334      1496        54     28699      5238    382413     22.15     15.78  --
93.19/93.24	c  F st    27    537344       334      1496        54     28699      5238    382413     22.15     15.78  --
93.49/93.56	c Decided on static restart strategy
160.19/160.23	c  N dy    34    806016       334      1496        54     52737      5238    931963     26.77     16.62  --
160.19/160.26	c  S st    34    806016       334      1496        54     52737      5238    931963     26.77     16.62  --
160.39/160.44	c  S st    34    806523       334      1496        54     53236      5238    942610     26.77     16.62  --
160.39/160.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
160.39/160.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.49/160.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.7M T:  0.14
160.49/160.58	c Calc non-exist non-lernt bins v-fix:     0 done:    334 time:  0.00 s
160.49/160.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.49/160.59	c Subs w/ non-existent bins:      0 time:  0.01 s
160.59/160.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.59/160.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
160.59/160.62	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
162.19/162.29	c ORs :     24 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.06
162.99/163.09	c Added 4 vars  tried: 80000 time: 0.79
163.59/163.67	c ORs :      4 avg-s:  0.0 cl-sh: 26183 l-rem:  26183 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.38
163.59/163.69	c lits-rem:      1936  cl-subs:     2571  v-elim:     48  v-fix:    0  time:  3.07 s
163.59/163.69	c learnt bin added due to v-elim: 0
163.59/163.69	c vivif2 --  cl tried     1500 cl shrink        0 lits rem          0 time: 0.00
163.69/163.70	c vivif2 --  cl tried    50664 cl shrink        0 lits rem          0 time: 0.01
163.69/163.78	c asymm  cl-useful: 0/1500/1500 lits-rem:0 time: 0.08
163.69/163.78	c calculated reachability. Time: 0.00
163.69/163.78	c  N dy    34    806523       338      1500        62     50664      5266    857893     26.77     16.62  --
287.18/287.25	c  N dy    35   1209784       338      1500        62     67096      5266   1199601     27.19     17.13  --
287.28/287.30	c  S st    35   1209784       338      1500        62     67096      5266   1199601     27.19     17.13  --
287.48/287.55	c  S st    35   1210286       338      1500        62     67581      5266   1210533     27.19     17.13  --
287.48/287.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
287.48/287.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
287.68/287.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.5M T:  0.19
287.68/287.74	c Calc non-exist non-lernt bins v-fix:     0 done:    338 time:  0.00 s
287.68/287.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
287.68/287.76	c Subs w/ non-existent bins:      0 time:  0.01 s
287.68/287.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
287.68/287.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
287.68/287.79	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
290.58/290.60	c ORs :     28 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 18.5 T:    0.12
291.49/291.53	c Added 4 vars  tried: 80000 time: 0.94
292.29/292.38	c ORs :      4 avg-s:  0.0 cl-sh: 31667 l-rem:  31667 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.78
292.39/292.40	c lits-rem:      2604  cl-subs:     2862  v-elim:     51  v-fix:    0  time:  4.62 s
292.39/292.40	c learnt bin added due to v-elim: 0
292.39/292.40	c vivif2 --  cl tried     1504 cl shrink        0 lits rem          0 time: 0.00
292.39/292.42	c vivif2 --  cl tried    64715 cl shrink        1 lits rem          1 time: 0.02
292.50/292.52	c asymm  cl-useful: 0/1504/1504 lits-rem:0 time: 0.10
292.50/292.52	c calculated reachability. Time: 0.00
292.50/292.52	c  N dy    35   1210286       342      1504        70     64715      5294   1112605     27.19     17.13  --
483.19/483.26	c  N dy    36   1710286       342      1504        70     92318      5294   1551833     23.02     16.97  --
483.29/483.33	c  S st    36   1710286       342      1504        70     92318      5294   1551833     23.02     16.97  --
483.29/483.33	c Finding binary XORs  T:     0.00 s  found:       0
483.59/483.64	c  S st    36   1710788       342      1504        70     92811      5294   1563084     23.02     16.97  --
483.59/483.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
483.59/483.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
483.79/483.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.5M T:  0.23
483.79/483.88	c Calc non-exist non-lernt bins v-fix:     0 done:    342 time:  0.00 s
483.79/483.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
483.89/483.90	c Subs w/ non-existent bins:      0 time:  0.02 s
483.89/483.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
483.89/483.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
483.89/483.94	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
491.79/491.86	c ORs :     32 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 13.0 T:    0.15
492.69/492.71	c Added 4 vars  tried: 80000 time: 0.86
493.39/493.48	c ORs :      4 avg-s:  0.0 cl-sh: 29735 l-rem:  29735 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.62
493.49/493.50	c lits-rem:       995  cl-subs:    17650  v-elim:     51  v-fix:    0  time:  9.56 s
493.49/493.50	c learnt bin added due to v-elim: 0
493.49/493.50	c vivif2 --  cl tried     1508 cl shrink        0 lits rem          0 time: 0.00
493.49/493.52	c vivif2 --  cl tried    75159 cl shrink        0 lits rem          0 time: 0.02
493.59/493.63	c asymm  cl-useful: 0/1471/1508 lits-rem:0 time: 0.10
493.59/493.63	c calculated reachability. Time: 0.00
493.59/493.63	c  N dy    36   1710788       346      1508        78     75159      5322   1211536     23.02     16.97  --
743.59/743.68	c  N dy    37   2210789       346      1508        78     94406      5322   1570142     23.47     16.79  --
743.68/743.75	c  S st    37   2210789       346      1508        78     94406      5322   1570142     23.47     16.79  --
744.08/744.12	c  S st    37   2211290       346      1508        78     94898      5322   1581654     23.47     16.79  --
744.08/744.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
744.08/744.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
744.28/744.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.0M T:  0.24
744.28/744.37	c Calc non-exist non-lernt bins v-fix:     0 done:    346 time:  0.00 s
744.28/744.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
744.38/744.40	c Subs w/ non-existent bins:      0 time:  0.02 s
744.38/744.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
744.38/744.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
744.38/744.44	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
749.28/749.33	c ORs :     36 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 6 avg s: 14.3 T:    0.23
749.98/750.02	c Added 4 vars  tried: 80000 time: 0.69
750.38/750.47	c ORs :      4 avg-s:  0.0 cl-sh: 20559 l-rem:  20559 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.14
750.48/750.50	c lits-rem:      2353  cl-subs:     4277  v-elim:     52  v-fix:    0  time:  6.06 s
750.48/750.50	c learnt bin added due to v-elim: 0
750.48/750.50	c vivif2 --  cl tried     1512 cl shrink        0 lits rem          0 time: 0.00
750.48/750.53	c vivif2 --  cl tried    90615 cl shrink        0 lits rem          0 time: 0.03
750.58/750.63	c asymm  cl-useful: 0/1222/1512 lits-rem:0 time: 0.10
750.58/750.64	c calculated reachability. Time: 0.00
750.58/750.64	c  N dy    37   2211290       350      1512        86     90615      5350   1480373     23.47     16.79  --
1015.28/1015.35	c  N dy    38   2711291       350      1512        86    114156      5350   2025647     24.80     16.75  --
1015.37/1015.43	c  S st    38   2711291       350      1512        86    114156      5350   2025647     24.80     16.75  --
1015.77/1015.83	c  S st    38   2711791       350      1512        86    114647      5350   2036381     24.80     16.75  --
1015.77/1015.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1015.77/1015.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1016.07/1016.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 14.6M T:  0.30
1016.07/1016.14	c Calc non-exist non-lernt bins v-fix:     0 done:    350 time:  0.00 s
1016.07/1016.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1016.07/1016.17	c Subs w/ non-existent bins:      0 time:  0.03 s
1016.17/1016.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1016.17/1016.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1016.17/1016.23	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1023.98/1024.08	c ORs :     40 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.33
1024.77/1024.86	c Added 4 vars  tried: 80000 time: 0.77
1026.67/1026.74	c ORs :      4 avg-s:  0.0 cl-sh: 39362 l-rem:  39362 b-add:      8 v-rep:   0 cl-rem: 4 avg s: 11.8 T:    2.65
1026.67/1026.77	c lits-rem:      1208  cl-subs:     5732  v-elim:     53  v-fix:    0  time: 10.54 s
1026.67/1026.77	c learnt bin added due to v-elim: 0
1026.67/1026.77	c vivif2 --  cl tried     1516 cl shrink        0 lits rem          0 time: 0.00
1026.77/1026.80	c vivif2 --  cl tried   108911 cl shrink        0 lits rem          0 time: 0.03
1026.87/1026.91	c asymm  cl-useful: 0/814/1516 lits-rem:0 time: 0.10
1026.87/1026.91	c calculated reachability. Time: 0.00
1026.87/1026.91	c  N dy    38   2711791       354      1516        94    108911      5378   1882204     24.80     16.75  --
1026.87/1026.91	c  F st    38   2711791       354      1516        94    108911      5378   1882204     24.80     16.75  --
1027.38/1027.49	c Decided on static restart strategy
1260.87/1260.96	c  N dy    45   3211792       354      1516        94     86074      5378   1288665     26.52     16.41  --
1260.97/1261.02	c  S st    45   3211792       354      1516        94     86074      5378   1288665     26.52     16.41  --
1261.27/1261.31	c  S st    45   3212294       354      1516        94     86566      5378   1299511     26.52     16.41  --
1261.27/1261.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1261.27/1261.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1261.58/1261.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.9M T:  0.30
1261.58/1261.61	c Calc non-exist non-lernt bins v-fix:     0 done:    354 time:  0.00 s
1261.58/1261.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1261.58/1261.63	c Subs w/ non-existent bins:      0 time:  0.02 s
1261.58/1261.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1261.58/1261.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1261.58/1261.67	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1263.67/1263.77	c ORs :     44 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 5 avg s: 12.0 T:    0.21
1264.57/1264.69	c Added 4 vars  tried: 80000 time: 0.93
1264.77/1264.81	c ORs :      4 avg-s:  0.0 cl-sh: 10862 l-rem:  10862 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.04
1264.77/1264.83	c lits-rem:       214  cl-subs:     2456  v-elim:     54  v-fix:    0  time:  3.15 s
1264.77/1264.83	c learnt bin added due to v-elim: 0
1264.77/1264.83	c vivif2 --  cl tried     1520 cl shrink        0 lits rem          0 time: 0.00
1264.77/1264.85	c vivif2 --  cl tried    84105 cl shrink        0 lits rem          0 time: 0.02
1264.88/1264.93	c asymm  cl-useful: 0/706/1520 lits-rem:0 time: 0.08
1264.88/1264.94	c calculated reachability. Time: 0.00
1264.88/1264.94	c  N dy    45   3212294       358      1520       102     84105      5406   1249309     26.52     16.41  --

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-3264882-1303573833/watcher-3264882-1303573833 -o /tmp/evaluation-result-3264882-1303573833/solver-3264882-1303573833 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3264882-1303573833.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: 4.01 4.05 4.13 4/193 18766
/proc/meminfo: memFree=11834028/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=28920 CPUtime=0 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 579 0 0 0 0 0 0 0 25 0 1 0 468981209 29614080 516 33554432000 4194304 4797429 140736824287184 18446744073709551615 4428153 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 7230 516 370 148 0 2159 0

[startup+0.014446 s]
/proc/loadavg: 4.01 4.05 4.13 4/193 18766
/proc/meminfo: memFree=11834028/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=127696 CPUtime=0.01 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 687 0 0 0 1 0 0 0 25 0 1 0 468981209 130760704 607 33554432000 4194304 4797429 140736824287184 18446744073709551615 4422985 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 31924 607 404 148 0 26853 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 127696

[startup+0.100462 s]
/proc/loadavg: 4.01 4.05 4.13 4/193 18766
/proc/meminfo: memFree=11834028/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=127844 CPUtime=0.09 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 783 0 0 0 9 0 0 0 25 0 1 0 468981209 130912256 699 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 31961 699 406 148 0 26890 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127844

[startup+0.300436 s]
/proc/loadavg: 4.01 4.05 4.13 4/193 18766
/proc/meminfo: memFree=11834028/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=128076 CPUtime=0.29 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 961 0 0 0 29 0 0 0 25 0 1 0 468981209 131149824 757 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424432 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 32019 757 406 148 0 26948 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128076

[startup+0.700354 s]
/proc/loadavg: 4.01 4.05 4.13 4/193 18766
/proc/meminfo: memFree=11834028/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=128716 CPUtime=0.69 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 1267 0 0 0 69 0 0 0 25 0 1 0 468981209 131805184 865 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 32179 865 406 148 0 27108 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128716

[startup+1.50022 s]
/proc/loadavg: 4.01 4.05 4.13 5/194 18767
/proc/meminfo: memFree=11838732/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=128980 CPUtime=1.49 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 1682 0 0 0 149 0 0 0 25 0 1 0 468981209 132075520 1007 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424709 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 32245 1007 406 148 0 27174 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128980

[startup+3.10092 s]
/proc/loadavg: 4.01 4.05 4.13 5/194 18767
/proc/meminfo: memFree=11836128/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=131128 CPUtime=3.09 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 2576 0 0 0 309 0 0 0 25 0 1 0 468981209 134275072 1585 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424435 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 32782 1585 413 148 0 27711 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131128

[startup+6.30033 s]
/proc/loadavg: 4.01 4.04 4.13 5/194 18767
/proc/meminfo: memFree=11829728/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=133160 CPUtime=6.29 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 3677 0 0 0 629 0 0 0 25 0 1 0 468981209 136355840 1901 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424963 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 33290 1901 413 148 0 28219 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133160

[startup+12.7002 s]
/proc/loadavg: 4.01 4.04 4.13 5/194 18768
/proc/meminfo: memFree=11823288/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=134188 CPUtime=12.69 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 5189 0 0 0 1269 0 0 0 25 0 1 0 468981209 137408512 2192 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424897 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 33547 2192 417 148 0 28476 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134188

[startup+25.5009 s]
/proc/loadavg: 4.00 4.04 4.12 5/194 18768
/proc/meminfo: memFree=11820444/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=136304 CPUtime=25.49 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 8019 0 0 0 2548 1 0 0 25 0 1 0 468981209 139575296 3032 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 34076 3032 417 148 0 29005 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 136304

[startup+51.1002 s]
/proc/loadavg: 4.00 4.04 4.12 5/194 18769
/proc/meminfo: memFree=11809128/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=139904 CPUtime=51.09 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 14463 0 0 0 5106 3 0 0 25 0 1 0 468981209 143261696 3951 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424960 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 34976 3951 417 148 0 29905 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 139904

[startup+102.307 s]
/proc/loadavg: 4.00 4.03 4.11 5/194 18770
/proc/meminfo: memFree=11795104/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=145008 CPUtime=102.3 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 25482 0 0 0 10224 6 0 0 25 0 1 0 468981209 148488192 5021 33554432000 4194304 4797429 140736824287184 18446744073709551615 4425633 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 36252 5021 417 148 0 31181 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 145008

[startup+162.301 s]
/proc/loadavg: 4.00 4.02 4.10 5/194 18772
/proc/meminfo: memFree=11787400/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=151072 CPUtime=162.29 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 36386 0 0 0 16219 10 0 0 25 0 1 0 468981209 154697728 6614 33554432000 4194304 4797429 140736824287184 18446744073709551615 4509670 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 37768 6614 417 148 0 32697 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 151072

[startup+222.301 s]
/proc/loadavg: 4.00 4.02 4.09 5/194 18773
/proc/meminfo: memFree=11777216/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=153924 CPUtime=222.29 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 45936 0 0 0 22215 14 0 0 25 0 1 0 468981209 157618176 7071 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 38481 7071 417 148 0 33410 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 153924

[startup+282.3 s]
/proc/loadavg: 4.04 4.03 4.09 5/194 18775
/proc/meminfo: memFree=11758968/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=156252 CPUtime=282.28 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 54219 0 0 0 28211 17 0 0 25 0 1 0 468981209 160002048 7411 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 39063 7411 417 148 0 33992 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 156252

[startup+342.3 s]
/proc/loadavg: 4.01 4.02 4.08 5/194 18776
/proc/meminfo: memFree=11753004/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=161840 CPUtime=342.29 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 61812 0 0 0 34208 21 0 0 25 0 1 0 468981209 165724160 8714 33554432000 4194304 4797429 140736824287184 18446744073709551615 4387381 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 40460 8714 417 148 0 35389 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 161840

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 4.07 5/194 18778
/proc/meminfo: memFree=11741708/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=163000 CPUtime=402.29 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 68263 0 0 0 40205 24 0 0 25 0 1 0 468981209 166912000 9049 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 40750 9049 417 148 0 35679 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 163000

[startup+462.3 s]
/proc/loadavg: 4.04 4.02 4.07 5/194 18780
/proc/meminfo: memFree=11744664/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=164076 CPUtime=462.28 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 73690 0 0 0 46202 26 0 0 25 0 1 0 468981209 168013824 10281 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 41019 10281 417 148 0 35948 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 164076

[startup+522.301 s]
/proc/loadavg: 4.01 4.02 4.07 5/194 18781
/proc/meminfo: memFree=11728012/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=171112 CPUtime=522.28 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 79523 0 0 0 52200 28 0 0 25 0 1 0 468981209 175218688 11467 33554432000 4194304 4797429 140736824287184 18446744073709551615 4423089 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 42778 11467 417 148 0 37707 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 171112

[startup+582.301 s]
/proc/loadavg: 4.06 4.03 4.07 5/194 18783
/proc/meminfo: memFree=11708900/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=171760 CPUtime=582.29 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 84367 0 0 0 58198 31 0 0 25 0 1 0 468981209 175882240 11626 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 42940 11626 417 148 0 37869 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 171760

[startup+642.301 s]
/proc/loadavg: 4.09 4.04 4.07 5/194 18793
/proc/meminfo: memFree=11707952/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=172456 CPUtime=642.29 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 89548 0 0 0 64196 33 0 0 25 0 1 0 468981209 176594944 11906 33554432000 4194304 4797429 140736824287184 18446744073709551615 4425836 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 43114 11906 417 148 0 38043 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 172456

[startup+702.301 s]
/proc/loadavg: 4.03 4.03 4.06 5/194 18795
/proc/meminfo: memFree=11711568/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=173288 CPUtime=702.28 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 94638 0 0 0 70193 35 0 0 25 0 1 0 468981209 177446912 11910 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 43322 11910 417 148 0 38251 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 173288

[startup+762.307 s]
/proc/loadavg: 4.04 4.03 4.06 5/194 18797
/proc/meminfo: memFree=11702484/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=174456 CPUtime=762.28 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 98687 0 0 0 76192 36 0 0 25 0 1 0 468981209 178642944 13337 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 43614 13337 417 148 0 38543 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 174456

[startup+822.301 s]
/proc/loadavg: 4.05 4.04 4.06 5/194 18798
/proc/meminfo: memFree=11695032/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=177132 CPUtime=822.29 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 104527 0 0 0 82190 39 0 0 25 0 1 0 468981209 181383168 13602 33554432000 4194304 4797429 140736824287184 18446744073709551615 4385733 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 44283 13602 417 148 0 39212 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 177132

[startup+882.301 s]
/proc/loadavg: 4.02 4.03 4.05 5/194 18803
/proc/meminfo: memFree=11689836/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=178856 CPUtime=882.28 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 109691 0 0 0 88187 41 0 0 25 0 1 0 468981209 183148544 13181 33554432000 4194304 4797429 140736824287184 18446744073709551615 4351618 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 44714 13181 417 148 0 39643 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 178856

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 4.05 5/194 18804
/proc/meminfo: memFree=11670724/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=179188 CPUtime=942.27 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 113395 0 0 0 94185 42 0 0 25 0 1 0 468981209 183488512 14066 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 44797 14066 417 148 0 39726 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 179188

[startup+1002.3 s]
/proc/loadavg: 3.26 3.84 3.98 3/182 18842
/proc/meminfo: memFree=11851036/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=180772 CPUtime=1002.27 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 118588 0 0 0 100183 44 0 0 25 0 1 0 468981209 185110528 13527 33554432000 4194304 4797429 140736824287184 18446744073709551615 4423089 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 45193 13527 417 148 0 40122 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 180772

[startup+1062.3 s]
/proc/loadavg: 2.46 3.50 3.86 3/182 18844
/proc/meminfo: memFree=11835884/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=187236 CPUtime=1062.27 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 124041 0 0 0 106182 45 0 0 25 0 1 0 468981209 191729664 15825 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 46809 15825 417 148 0 41738 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 187236

[startup+1122.3 s]
/proc/loadavg: 2.17 3.23 3.74 3/182 18845
/proc/meminfo: memFree=11837848/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=188320 CPUtime=1122.28 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 129886 0 0 0 112181 47 0 0 25 0 1 0 468981209 192839680 15399 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424921 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 47080 15399 417 148 0 42009 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 188320

[startup+1182.3 s]
/proc/loadavg: 2.06 3.00 3.63 3/182 18847
/proc/meminfo: memFree=11834604/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=188388 CPUtime=1182.28 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 134354 0 0 0 118180 48 0 0 25 0 1 0 468981209 192909312 16656 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424699 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 47097 16656 417 148 0 42026 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 188388

[startup+1242.3 s]
/proc/loadavg: 1.72 2.75 3.50 2/176 18866
/proc/meminfo: memFree=11897252/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=190416 CPUtime=1242.27 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 140481 0 0 0 124177 50 0 0 25 0 1 0 468981209 194985984 16320 33554432000 4194304 4797429 140736824287184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 47604 16320 417 148 0 42533 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 190416



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.26 2.43 3.34 2/176 18868
/proc/meminfo: memFree=11900564/32951124 swapFree=67111528/67111528
[pid=18766] ppid=18764 vsize=190620 CPUtime=1299.98 cores=5,7
/proc/18766/stat : 18766 (techdemo) R 18764 18766 18497 0 -1 4202496 146305 0 0 0 129946 52 0 0 25 0 1 0 468981209 195194880 15369 33554432000 4194304 4797429 140736824287184 18446744073709551615 4426361 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18766/statm: 47655 15369 417 148 0 42584 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 190620

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): 1299.99
CPU user time (s): 1299.46
CPU system time (s): 0.529919
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 271448

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

runsolver used 2.06269 second user time and 4.97824 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-23 17:50:33
IDJOB=3264882
IDBENCH=85357
IDSOLVER=1585
FILE ID=node133/3264882-1303573833
RUNJOBID= node133-1303572204-18518
PBS_JOBID= 13150318
Free space on /tmp= 71604 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-220-3.shuffled-as.sat05-2490.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264882-1303573833/watcher-3264882-1303573833 -o /tmp/evaluation-result-3264882-1303573833/solver-3264882-1303573833 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3264882-1303573833.cnf

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

MD5SUM BENCH= 8e6def53b47a48972a9a9fc80e087610
RANDOM SEED=220605700

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.74
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.834
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:      11834184 kB
Buffers:       2162084 kB
Cached:       18227156 kB
SwapCached:          0 kB
Active:        9088700 kB
Inactive:     11468332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11834184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7812 kB
Writeback:           0 kB
AnonPages:      166988 kB
Mapped:          16716 kB
Slab:           497252 kB
PageTables:       5844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   669148 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71620 MiB
End job on node133 at 2011-04-23 18:12:15