Trace number 3368990

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)SAT 329.447 82.4806

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S445191369-092.SATISFIABLE.cnf
MD5SUMf7876d33ac32441ad4029f31e91e25a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.002999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368990-1307657356.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
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 Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.18/0.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.18/0.82	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.82	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.82	c calculated reachability. Time: 0.00
3.18/0.82	c Calc default polars -  time:   0.00 s pos:      46 undec:       5 neg:      24
3.18/0.82	c =========================================================================================
3.18/0.82	c types(t): F = full restart, N = normal restart
3.18/0.82	c types(t): S = simplification begin/end, E = solution found
3.18/0.82	c restart types(rt): st = static, dy = dynamic
3.18/0.82	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.82	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
3.18/0.82	c Decided on static restart strategy
3.18/0.82	c  N st     8      4919        75      1597         0      4447      7985     73847   no data   no data  --
3.18/0.82	c  N st    10     11302        75      1597         0      4128      7985     57950   no data   no data  --
3.18/0.82	c  N st    11     17046        75      1597         0      9324      7985    144110   no data   no data  --
3.18/0.82	c  F st    12     25003        75      1597         0     11455      7985    183021   no data   no data  --
3.18/0.82	c  N st    12     25003        75      1597         0     11455      7985    183021   no data   no data  --
3.58/0.92	c Decided on static restart strategy
3.58/0.92	c  N st    18     30001        75      1597         0      9808      7985    143596   no data   no data  --
3.58/0.92	c  S st    18     30001        75      1597         0      9808      7985    143596   no data   no data  --
3.58/0.95	c  S st    18     30505        75      1597         0     10284      7985    152307   no data   no data  --
3.58/0.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.58/0.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.58/0.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.58/0.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/0.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/0.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.58/0.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.39/1.16	c lits-rem:      1614  cl-subs:     2593  v-elim:      0  v-fix:    0  time:  0.82 s
4.39/1.19	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.39/1.19	c calculated reachability. Time: 0.00
4.39/1.19	c  N st    18     30505        75      1597         0      7691      7985    110285   no data   no data  --
5.97/1.52	c  N st    20     37615        75      1597         0      7082      7985     91061   no data   no data  --
6.77/1.79	c  N st    21     44015        75      1597         0     12883      7985    185729   no data   no data  --
7.17/1.88	c  S st    22     45758        75      1597         0     14465      7985    212175   no data   no data  --
7.57/1.92	c  S st    22     46264        75      1597         0     14936      7985    220817   no data   no data  --
7.57/1.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.57/1.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.57/1.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.57/1.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.57/1.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.57/1.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.57/1.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.17/2.86	c lits-rem:      2113  cl-subs:     3028  v-elim:      0  v-fix:    0  time:  3.71 s
11.17/2.86	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.17/2.86	c vivif2 --  cl tried    11908 cl shrink        0 lits rem          0 time: 0.01
11.57/2.91	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
11.57/2.91	c calculated reachability. Time: 0.00
11.57/2.91	c  N st    22     46264        75      1597         0     11908      7985    172508   no data   no data  --
13.96/3.58	c  N st    23     60663        75      1597         0     16900      7985    242411   no data   no data  --
15.56/3.99	c  N st    24     69396        75      1597         0     15841      7985    221596   no data   no data  --
15.56/3.99	c  S st    24     69396        75      1597         0     15841      7985    221596   no data   no data  --
15.96/4.04	c  S st    24     69897        75      1597         0     16316      7985    230172   no data   no data  --
15.96/4.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.96/4.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.96/4.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.96/4.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.96/4.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.96/4.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.96/4.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.95/5.03	c lits-rem:      2144  cl-subs:     3082  v-elim:      0  v-fix:    0  time:  3.93 s
19.95/5.03	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.95/5.03	c vivif2 --  cl tried    13234 cl shrink        0 lits rem          0 time: 0.01
19.95/5.08	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
19.95/5.08	c calculated reachability. Time: 0.00
19.95/5.08	c  N st    24     69897        75      1597         0     13234      7985    182281   no data   no data  --
23.95/6.05	c  F st    25     87500        75      1597         0     19532      7985    278716   no data   no data  --
23.95/6.05	c  N st    25     87500        75      1597         0     19532      7985    278716   no data   no data  --
25.15/6.36	c Decided on static restart strategy
25.97/6.50	c  N st    32     95541        75      1597         0     16023      7985    218096   no data   no data  --
27.94/7.08	c  N st    34    104849        75      1597         0     12798      7985    158780   no data   no data  --
27.94/7.08	c  S st    34    104849        75      1597         0     12798      7985    158780   no data   no data  --
28.34/7.11	c  S st    34    105352        75      1597         0     13266      7985    167148   no data   no data  --
28.34/7.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.34/7.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.34/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.34/7.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.76/7.75	c lits-rem:       833  cl-subs:      986  v-elim:      0  v-fix:    0  time:  2.51 s
30.76/7.75	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
30.76/7.75	c vivif2 --  cl tried    12280 cl shrink        0 lits rem          0 time: 0.01
31.13/7.80	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
31.13/7.80	c calculated reachability. Time: 0.00
31.13/7.80	c  N st    34    105352        75      1597         0     12280      7985    151460   no data   no data  --
33.13/8.31	c  N st    35    114950        75      1597         0     20893      7985    300383   no data   no data  --
36.33/9.16	c  N st    36    129347        75      1597         0     21281      7985    292812   no data   no data  --
41.92/10.57	c  N st    37    150943        75      1597         0     27152      7985    377375   no data   no data  --
43.94/11.05	c  S st    38    158028        75      1597         0     19137      7985    238835   no data   no data  --
44.31/11.10	c  S st    38    158531        75      1597         0     19611      7985    247699   no data   no data  --
44.31/11.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.31/11.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.31/11.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
44.31/11.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.31/11.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.31/11.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
44.31/11.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.34/12.16	c lits-rem:      1652  cl-subs:     2800  v-elim:      0  v-fix:    0  time:  4.18 s
48.34/12.16	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
48.34/12.17	c vivif2 --  cl tried    16811 cl shrink        0 lits rem          0 time: 0.01
48.71/12.23	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.24
48.71/12.23	c calculated reachability. Time: 0.00
48.71/12.23	c  N st    38    158531        75      1597         0     16811      7985    205309   no data   no data  --
61.89/15.53	c  N st    39    207119        75      1597         0     29308      7985    402645   no data   no data  --
72.28/18.19	c  N st    40    237796        75      1597         0     21892      7985    261817   no data   no data  --
72.28/18.19	c  S st    40    237796        75      1597         0     21892      7985    261817   no data   no data  --
72.68/18.25	c  S st    40    238300        75      1597         0     22371      7985    270720   no data   no data  --
72.68/18.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.68/18.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
72.68/18.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
72.68/18.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.68/18.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.68/18.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
72.68/18.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.08/19.30	c lits-rem:      1970  cl-subs:     1845  v-elim:      0  v-fix:    0  time:  4.14 s
77.08/19.30	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
77.08/19.30	c vivif2 --  cl tried    20526 cl shrink        0 lits rem          0 time: 0.01
77.08/19.38	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.30
77.08/19.38	c calculated reachability. Time: 0.00
77.08/19.38	c  N st    40    238300        75      1597         0     20526      7985    242992   no data   no data  --
102.64/25.70	c  F st    41    306250        75      1597         0     22185      7985    242247   no data   no data  --
102.64/25.70	c  N st    41    306250        75      1597         0     22185      7985    242247   no data   no data  --
104.24/26.16	c Decided on static restart strategy
114.62/28.71	c  N st    51    334553        75      1597         0     26140      7985    302625   no data   no data  --
124.61/31.26	c  N st    53    357451        75      1597         0     24289      7985    264089   no data   no data  --
124.61/31.27	c  S st    53    357451        75      1597         0     24289      7985    264089   no data   no data  --
125.01/31.33	c  S st    53    357959        75      1597         0     24771      7985    272965   no data   no data  --
125.01/31.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
125.01/31.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
125.01/31.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
125.01/31.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
125.01/31.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.01/31.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
125.01/31.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
129.40/32.40	c lits-rem:       918  cl-subs:     1573  v-elim:      0  v-fix:    0  time:  4.20 s
129.40/32.40	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
129.40/32.40	c vivif2 --  cl tried    23198 cl shrink        0 lits rem          0 time: 0.01
129.40/32.49	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.36
129.40/32.49	c calculated reachability. Time: 0.00
129.40/32.49	c  N st    53    357959        75      1597         0     23198      7985    251113   no data   no data  --
142.59/35.72	c  N st    54    390351        75      1597         0     28900      7985    336180   no data   no data  --
161.36/40.43	c  N st    55    438940        75      1597         0     48331      7985    660750   no data   no data  --
193.34/48.43	c  N st    56    511823        75      1597         0     35386      7985    410897   no data   no data  --
204.50/51.27	c  N st    57    536939        75      1597         0     30311      7985    329392   no data   no data  --
204.50/51.27	c  S st    57    536939        75      1597         0     30311      7985    329392   no data   no data  --
204.90/51.35	c  S st    57    537442        75      1597         0     30781      7985    337945   no data   no data  --
204.90/51.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
204.90/51.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
204.90/51.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
204.90/51.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
204.90/51.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
204.90/51.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
204.90/51.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
209.30/52.46	c lits-rem:      1103  cl-subs:     1551  v-elim:      0  v-fix:    0  time:  4.34 s
209.30/52.46	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
209.30/52.46	c vivif2 --  cl tried    29230 cl shrink        0 lits rem          0 time: 0.01
209.70/52.58	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.46
209.70/52.58	c calculated reachability. Time: 0.00
209.70/52.58	c  N st    57    537442        75      1597         0     29230      7985    315149   no data   no data  --
284.40/71.28	c  N st    58    701427        75      1597         0     55876      7985    702231   no data   no data  --
329.16/82.47	c  E st    59    793178         0      1597         0     38770      7985    423479   no data   no data  --
329.16/82.47	c Verified 1597 clauses.
329.16/82.47	c Verified 1597 clauses.
329.16/82.47	c Following stats are for *FIRST FINISHED THREAD ONLY*
329.16/82.47	c num threads              : 4          
329.16/82.47	c restarts                 : 59         
329.16/82.47	c dynamic restarts         : 0          
329.16/82.47	c static restarts          : 59         
329.16/82.47	c full restarts            : 3          
329.16/82.47	c total simplify time      : 0.00       
329.16/82.47	c learnts DL2              : 0          
329.16/82.47	c learnts size 2           : 0          
329.16/82.47	c learnts size 1           : 0           (0.00      % of vars)
329.16/82.47	c filedLit time            : 0.14        (0.04      % time)
329.16/82.47	c v-elim SatELite          : 0           (0.00      % vars)
329.16/82.47	c SatELite time            : 27.65       (8.40      % time)
329.16/82.47	c v-elim xor               : 0           (0.00      % vars)
329.16/82.47	c xor elim time            : 0.02        (0.01      % time)
329.16/82.47	c num binary xor trees     : 0          
329.16/82.47	c binxor trees' crown      : 0           (nan       leafs/tree)
329.16/82.47	c bin xor find time        : 0.00       
329.16/82.47	c OTF clause improved      : 83956       (0.11      clauses/conflict)
329.16/82.47	c OTF impr. size diff      : 85043       (1.01       lits/clause)
329.16/82.47	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
329.16/82.47	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
329.16/82.47	c tried to recurMin cls    : 52063       (6.56       % of conflicts)
329.16/82.47	c updated cache            : 146         (0.00       lits/tried recurMin)
329.16/82.47	c unit cls received        : 0           (nan       % of units)
329.16/82.47	c unit cls sent            : 0           (nan       % of units)
329.16/82.47	c bin cls received         : 0          
329.16/82.47	c bin cls sent             : 0          
329.16/82.47	c clauses over max glue    : 0           (0.00      % of all clauses)
329.16/82.47	c conflicts                : 793178      (2409.48   / sec)
329.16/82.47	c decisions                : 872707      (0.53      % random)
329.16/82.47	c bogo-props               : 14147904287 (42977934.39 / sec)
329.16/82.47	c conflict literals        : 12992725    (19.14     % deleted)
329.16/82.47	c Memory used              : 301.14      MB
329.16/82.47	c single-thread CPU time   : 329.19      s
329.16/82.47	c all-threads sum CPU time : 329.19      s
329.16/82.47	s SATISFIABLE
329.16/82.47	v 1 2 -3 4 -5 -6 -7 -8 9 10 -11 -12 -13 14 -15 16 -17 18 -19 -20 -21 -22 23 24 25 26 -27 28 29 -30 -31 32 33 34 -35 -36 -37 -38 39 -40 -41 42 -43 44 -45 46 -47 48 -49 50 -51 -52 53 54 55 56 -57 -58 59 60 -61 62 -63 64 65 66 -67 -68 69 -70 71 -72 -73 -74 75 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3368990-1307657356/watcher-3368990-1307657356 -o /tmp/evaluation-result-3368990-1307657356/solver-3368990-1307657356 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368990-1307657356.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.37 7.81 6.32 2/176 13017
/proc/meminfo: memFree=32273424/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 413 0 0 0 0 0 0 0 18 0 4 0 858151205 52465664 353 33554432000 4194304 4650419 140735144123376 18446744073709551615 47809418917808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 12809 353 303 112 0 7774 0
[pid=13017/tid=13021] ppid=13015 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 858151206 52465664 353 33554432000 4194304 4650419 140735144123376 18446744073709551615 270338440177 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 858151206 52465664 353 33554432000 4194304 4650419 140735144123376 18446744073709551615 47809418917810 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 858151206 52465664 353 33554432000 4194304 4650419 140735144123376 18446744073709551615 47809418917810 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.027996 s]
/proc/loadavg: 7.37 7.81 6.32 2/176 13017
/proc/meminfo: memFree=32273424/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=282208 CPUtime=0.09 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 1146 0 0 0 9 0 0 0 18 0 4 0 858151205 288980992 1018 33554432000 4194304 4650419 140735144123376 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 70552 1019 388 112 0 65517 0
[pid=13017/tid=13021] ppid=13015 vsize=282208 CPUtime=0.01 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 196 0 0 0 1 0 0 0 20 0 4 0 858151206 288980992 1019 33554432000 4194304 4650419 140735144123376 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=282208 CPUtime=0.02 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 223 0 0 0 2 0 0 0 18 0 4 0 858151206 288980992 1019 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=282208 CPUtime=0.02 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 123 0 0 0 2 0 0 0 18 0 4 0 858151206 288980992 1019 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 282208

[startup+0.100982 s]
/proc/loadavg: 7.37 7.81 6.32 2/176 13017
/proc/meminfo: memFree=32273424/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=282472 CPUtime=0.38 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 1574 0 0 0 38 0 0 0 18 0 4 0 858151205 289251328 1446 33554432000 4194304 4650419 140735144123376 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 70618 1446 389 112 0 65583 0
[pid=13017/tid=13021] ppid=13015 vsize=282472 CPUtime=0.09 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 312 0 0 0 9 0 0 0 20 0 4 0 858151206 289251328 1446 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=282472 CPUtime=0.09 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 332 0 0 0 9 0 0 0 18 0 4 0 858151206 289251328 1446 33554432000 4194304 4650419 140735144123376 18446744073709551615 4360470 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=282472 CPUtime=0.09 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 218 0 0 0 9 0 0 0 18 0 4 0 858151206 289251328 1446 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282472

[startup+0.300943 s]
/proc/loadavg: 7.37 7.81 6.32 2/176 13017
/proc/meminfo: memFree=32273424/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=283948 CPUtime=1.17 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 2991 0 0 0 117 0 0 0 18 0 4 0 858151205 290762752 1820 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 70987 1820 391 112 0 65952 0
[pid=13017/tid=13021] ppid=13015 vsize=283948 CPUtime=0.29 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 693 0 0 0 29 0 0 0 20 0 4 0 858151206 290762752 1820 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=283948 CPUtime=0.29 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 691 0 0 0 29 0 0 0 18 0 4 0 858151206 290762752 1820 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=283948 CPUtime=0.29 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 548 0 0 0 29 0 0 0 18 0 4 0 858151206 290762752 1820 33554432000 4194304 4650419 140735144123376 18446744073709551615 4333593 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283948

[startup+0.700863 s]
/proc/loadavg: 7.37 7.81 6.32 2/176 13017
/proc/meminfo: memFree=32273424/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=284688 CPUtime=2.78 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 4503 0 0 0 277 1 0 0 18 0 4 0 858151205 291520512 2525 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 71172 2525 391 112 0 66137 0
[pid=13017/tid=13021] ppid=13015 vsize=284688 CPUtime=0.68 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 1072 0 0 0 68 0 0 0 21 0 4 0 858151206 291520512 2525 33554432000 4194304 4650419 140735144123376 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=284688 CPUtime=0.69 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 1075 0 0 0 69 0 0 0 18 0 4 0 858151206 291520512 2525 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=284688 CPUtime=0.69 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 894 0 0 0 69 0 0 0 18 0 4 0 858151206 291520512 2525 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284688

[startup+1.5007 s]
/proc/loadavg: 7.37 7.81 6.32 9/184 13025
/proc/meminfo: memFree=32242728/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=289408 CPUtime=5.97 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 8604 0 0 0 595 2 0 0 20 0 4 0 858151205 296353792 4803 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365210 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 72352 4803 393 112 0 67317 0
[pid=13017/tid=13021] ppid=13015 vsize=289408 CPUtime=1.47 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 2472 0 0 0 147 0 0 0 23 0 4 0 858151206 296353792 4803 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=289408 CPUtime=1.49 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 1785 0 0 0 149 0 0 0 20 0 4 0 858151206 296353792 4803 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=289408 CPUtime=1.49 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 1488 0 0 0 149 0 0 0 20 0 4 0 858151206 296353792 4803 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289408

[startup+3.10039 s]
/proc/loadavg: 7.37 7.81 6.32 9/184 13025
/proc/meminfo: memFree=32215820/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=292484 CPUtime=12.37 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 15057 0 0 0 1234 3 0 0 25 0 4 0 858151205 299503616 9138 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 73121 9138 393 112 0 68086 0
[pid=13017/tid=13021] ppid=13015 vsize=292484 CPUtime=3.07 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 4158 0 0 0 306 1 0 0 25 0 4 0 858151206 299503616 9138 33554432000 4194304 4650419 140735144123376 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=292484 CPUtime=3.09 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 3589 0 0 0 309 0 0 0 25 0 4 0 858151206 299503616 9138 33554432000 4194304 4650419 140735144123376 18446744073709551615 4331301 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=292484 CPUtime=3.08 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 3428 0 0 0 308 0 0 0 25 0 4 0 858151206 299503616 9138 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 292484

[startup+6.30075 s]
/proc/loadavg: 7.42 7.81 6.33 9/184 13025
/proc/meminfo: memFree=32181100/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=293012 CPUtime=25.15 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 21040 0 0 0 2511 4 0 0 25 0 4 0 858151205 300044288 10308 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 73253 10308 393 112 0 68218 0
[pid=13017/tid=13021] ppid=13015 vsize=293012 CPUtime=6.25 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 5426 0 0 0 624 1 0 0 25 0 4 0 858151206 300044288 10308 33554432000 4194304 4650419 140735144123376 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=293012 CPUtime=6.28 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 5481 0 0 0 628 0 0 0 25 0 4 0 858151206 300044288 10308 33554432000 4194304 4650419 140735144123376 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=293012 CPUtime=6.28 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 4758 0 0 0 628 0 0 0 25 0 4 0 858151206 300044288 10308 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 293012

[startup+12.7005 s]
/proc/loadavg: 7.55 7.83 6.34 9/184 13025
/proc/meminfo: memFree=32132516/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=295668 CPUtime=50.71 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 31955 0 0 0 5065 6 0 0 25 0 4 0 858151205 302764032 14433 33554432000 4194304 4650419 140735144123376 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 73917 14433 393 112 0 68882 0
[pid=13017/tid=13021] ppid=13015 vsize=295668 CPUtime=12.62 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 8527 0 0 0 1260 2 0 0 25 0 4 0 858151206 302764032 14433 33554432000 4194304 4650419 140735144123376 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=295668 CPUtime=12.69 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 8376 0 0 0 1268 1 0 0 25 0 4 0 858151206 302764032 14433 33554432000 4194304 4650419 140735144123376 18446744073709551615 4339892 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=295668 CPUtime=12.69 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 7841 0 0 0 1268 1 0 0 25 0 4 0 858151206 302764032 14433 33554432000 4194304 4650419 140735144123376 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 295668

[startup+25.5009 s]
/proc/loadavg: 7.65 7.83 6.37 9/184 13025
/proc/meminfo: memFree=32082416/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=296616 CPUtime=101.84 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 49097 0 0 0 10174 10 0 0 25 0 4 0 858151205 303734784 18876 33554432000 4194304 4650419 140735144123376 18446744073709551615 4339933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 74154 18876 393 112 0 69119 0
[pid=13017/tid=13021] ppid=13015 vsize=296616 CPUtime=25.35 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 13138 0 0 0 2532 3 0 0 25 0 4 0 858151206 303734784 18876 33554432000 4194304 4650419 140735144123376 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=296616 CPUtime=25.49 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 13491 0 0 0 2547 2 0 0 25 0 4 0 858151206 303734784 18876 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=296616 CPUtime=25.49 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 10683 0 0 0 2547 2 0 0 25 0 4 0 858151206 303734784 18876 33554432000 4194304 4650419 140735144123376 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 296616

[startup+51.1009 s]
/proc/loadavg: 7.77 7.85 6.41 9/184 13026
/proc/meminfo: memFree=32030704/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=372900 CPUtime=204.1 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 72529 0 0 0 20393 17 0 0 25 0 4 0 858151205 381849600 24400 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366953 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 93225 24400 393 112 0 88190 0
[pid=13017/tid=13021] ppid=13015 vsize=372900 CPUtime=50.81 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 20566 0 0 0 5076 5 0 0 25 0 4 0 858151206 381849600 24400 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=372900 CPUtime=51.08 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 19830 0 0 0 5104 4 0 0 25 0 4 0 858151206 381849600 24400 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=372900 CPUtime=51.09 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 14472 0 0 0 5106 3 0 0 25 0 4 0 858151206 381849600 24400 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 372900

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

[startup+63.9003 s]
/proc/loadavg: 7.88 7.87 6.43 9/184 13026
/proc/meminfo: memFree=32019776/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=307724 CPUtime=255.24 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 82991 0 0 0 25503 21 0 0 25 0 4 0 858151205 315109376 24920 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 76931 24920 393 112 0 71896 0
[pid=13017/tid=13021] ppid=13015 vsize=307724 CPUtime=63.54 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 23449 0 0 0 6348 6 0 0 25 0 4 0 858151206 315109376 24920 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=307724 CPUtime=63.88 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 22797 0 0 0 6383 5 0 0 25 0 4 0 858151206 315109376 24920 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=307724 CPUtime=63.89 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 16024 0 0 0 6386 3 0 0 25 0 4 0 858151206 315109376 24920 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 255.24
Current children cumulated vsize (KiB) 307724

[startup+70.301 s]
/proc/loadavg: 7.97 7.89 6.45 9/184 13027
/proc/meminfo: memFree=32032412/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=308016 CPUtime=280.83 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 88851 0 0 0 28061 22 0 0 25 0 4 0 858151205 315408384 23019 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 77004 23019 393 112 0 71969 0
[pid=13017/tid=13021] ppid=13015 vsize=308016 CPUtime=69.91 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 25299 0 0 0 6985 6 0 0 25 0 4 0 858151206 315408384 23019 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=308016 CPUtime=70.29 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 24750 0 0 0 7023 6 0 0 25 0 4 0 858151206 315408384 23019 33554432000 4194304 4650419 140735144123376 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=308016 CPUtime=70.3 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 16330 0 0 0 7027 3 0 0 25 0 4 0 858151206 315408384 23019 33554432000 4194304 4650419 140735144123376 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 280.83
Current children cumulated vsize (KiB) 308016

[startup+76.7008 s]
/proc/loadavg: 7.97 7.89 6.46 9/184 13027
/proc/meminfo: memFree=32020880/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=308168 CPUtime=306.37 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 93830 0 0 0 30614 23 0 0 25 0 4 0 858151205 315564032 24915 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 77042 24915 393 112 0 72007 0
[pid=13017/tid=13021] ppid=13015 vsize=308168 CPUtime=76.27 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 26839 0 0 0 7621 6 0 0 25 0 4 0 858151206 315564032 24915 33554432000 4194304 4650419 140735144123376 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=308168 CPUtime=76.68 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 26085 0 0 0 7662 6 0 0 25 0 4 0 858151206 315564032 24915 33554432000 4194304 4650419 140735144123376 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=308168 CPUtime=76.69 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 17152 0 0 0 7666 3 0 0 25 0 4 0 858151206 315564032 24915 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 306.37
Current children cumulated vsize (KiB) 308168

[startup+79.9011 s]
/proc/loadavg: 7.97 7.89 6.47 9/184 13027
/proc/meminfo: memFree=32004008/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=318560 CPUtime=319.15 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 96272 0 0 0 31891 24 0 0 25 0 4 0 858151205 326205440 26306 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 79640 26313 393 112 0 74605 0
[pid=13017/tid=13021] ppid=13015 vsize=318560 CPUtime=79.45 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 27272 0 0 0 7939 6 0 0 25 0 4 0 858151206 326205440 26317 33554432000 4194304 4650419 140735144123376 18446744073709551615 4313440 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=318560 CPUtime=79.89 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 26628 0 0 0 7982 7 0 0 25 0 4 0 858151206 326205440 26321 33554432000 4194304 4650419 140735144123376 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=318560 CPUtime=79.89 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 17769 0 0 0 7986 3 0 0 25 0 4 0 858151206 326205440 26325 33554432000 4194304 4650419 140735144123376 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 319.15
Current children cumulated vsize (KiB) 318560

[startup+81.5008 s]
/proc/loadavg: 7.97 7.89 6.47 9/184 13027
/proc/meminfo: memFree=31998920/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=318560 CPUtime=325.54 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 97696 0 0 0 32530 24 0 0 25 0 4 0 858151205 326205440 26644 33554432000 4194304 4650419 140735144123376 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 79640 26644 393 112 0 74605 0
[pid=13017/tid=13021] ppid=13015 vsize=318560 CPUtime=81.04 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 27688 0 0 0 8098 6 0 0 25 0 4 0 858151206 326205440 26645 33554432000 4194304 4650419 140735144123376 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=318560 CPUtime=81.48 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 27215 0 0 0 8141 7 0 0 25 0 4 0 858151206 326205440 26645 33554432000 4194304 4650419 140735144123376 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=318560 CPUtime=81.49 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 17974 0 0 0 8146 3 0 0 25 0 4 0 858151206 326205440 26645 33554432000 4194304 4650419 140735144123376 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 325.54
Current children cumulated vsize (KiB) 318560

[startup+81.9007 s]
/proc/loadavg: 7.97 7.89 6.47 9/184 13027
/proc/meminfo: memFree=31998920/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=308316 CPUtime=327.14 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 98077 0 0 0 32690 24 0 0 25 0 4 0 858151205 315715584 25919 33554432000 4194304 4650419 140735144123376 18446744073709551615 4313064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 77079 25919 393 112 0 72044 0
[pid=13017/tid=13021] ppid=13015 vsize=308316 CPUtime=81.44 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 27926 0 0 0 8138 6 0 0 25 0 4 0 858151206 315715584 25919 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=308316 CPUtime=81.88 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 27270 0 0 0 8181 7 0 0 25 0 4 0 858151206 315715584 25919 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=308316 CPUtime=81.89 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 18016 0 0 0 8186 3 0 0 25 0 4 0 858151206 315715584 25919 33554432000 4194304 4650419 140735144123376 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 327.14
Current children cumulated vsize (KiB) 308316

[startup+82.3007 s]
/proc/loadavg: 7.97 7.89 6.47 9/184 13027
/proc/meminfo: memFree=31998920/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=308364 CPUtime=328.75 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 98738 0 0 0 32850 25 0 0 25 0 4 0 858151205 315764736 25522 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 77091 25522 393 112 0 72056 0
[pid=13017/tid=13021] ppid=13015 vsize=308364 CPUtime=81.84 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 27987 0 0 0 8178 6 0 0 25 0 4 0 858151206 315764736 25522 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=308364 CPUtime=82.28 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 27324 0 0 0 8221 7 0 0 25 0 4 0 858151206 315764736 25522 33554432000 4194304 4650419 140735144123376 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=308364 CPUtime=82.29 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 18056 0 0 0 8226 3 0 0 25 0 4 0 858151206 315764736 25522 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 328.75
Current children cumulated vsize (KiB) 308364

[startup+82.4006 s]
/proc/loadavg: 7.97 7.89 6.47 9/184 13027
/proc/meminfo: memFree=32010204/32951124 swapFree=67055520/67111528
[pid=13017] ppid=13015 vsize=308364 CPUtime=329.16 cores=1,3,5,7
/proc/13017/stat : 13017 (strangenight1-m) R 13015 13017 12306 0 -1 4202496 98800 0 0 0 32891 25 0 0 25 0 4 0 858151205 315764736 25584 33554432000 4194304 4650419 140735144123376 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13017/statm: 77091 25584 393 112 0 72056 0
[pid=13017/tid=13021] ppid=13015 vsize=308364 CPUtime=81.94 cores=1,3,5,7
/proc/13017/task/13021/stat : 13021 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 27999 0 0 0 8188 6 0 0 25 0 4 0 858151206 315764736 25584 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13017/tid=13022] ppid=13015 vsize=308364 CPUtime=82.39 cores=1,3,5,7
/proc/13017/task/13022/stat : 13022 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 27340 0 0 0 8232 7 0 0 25 0 4 0 858151206 315764736 25584 33554432000 4194304 4650419 140735144123376 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13017/tid=13023] ppid=13015 vsize=308364 CPUtime=82.39 cores=1,3,5,7
/proc/13017/task/13023/stat : 13023 (strangenight1-m) R 13015 13017 12306 0 -1 4202560 18068 0 0 0 8236 3 0 0 25 0 4 0 858151206 315764736 25584 33554432000 4194304 4650419 140735144123376 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 329.16
Current children cumulated vsize (KiB) 308364

Child status: 10
Real time (s): 82.4806
CPU time (s): 329.447
CPU user time (s): 329.19
CPU system time (s): 0.25696
CPU usage (%): 399.424
Max. virtual memory (cumulated for all children) (KiB): 372900

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

runsolver used 0.118981 second user time and 0.342947 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-10 00:09:16
IDJOB=3368990
IDBENCH=82999
IDSOLVER=1846
FILE ID=node143/3368990-1307657356
RUNJOBID= node143-1307656152-12866
PBS_JOBID= 13549413
Free space on /tmp= 74168 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S445191369-092.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368990-1307657356/watcher-3368990-1307657356 -o /tmp/evaluation-result-3368990-1307657356/solver-3368990-1307657356 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368990-1307657356.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f7876d33ac32441ad4029f31e91e25a6
RANDOM SEED=1964053573

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32273760 kB
Buffers:         69544 kB
Cached:         433752 kB
SwapCached:       8636 kB
Active:         156868 kB
Inactive:       365036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32273760 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           12472 kB
Writeback:           0 kB
AnonPages:       16480 kB
Mapped:          12720 kB
Slab:            90196 kB
PageTables:       4304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186180 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= 74156 MiB
End job on node143 at 2011-06-10 00:10:38