Trace number 3366591

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-2-mt (fixed)SAT 463.981 116.332

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1009664450-096.SATISFIABLE.cnf
MD5SUM2532888f1d1a6483b85bdee81ac0c479
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366591-1305409539.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	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.00
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 blocked clauses removed:        0 vars:      0 tried:           0 T: 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 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
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c 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:      36 undec:       5 neg:      34
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
0.00/0.01	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.04	c Decided on static restart strategy
0.38/0.10	c  N st     8      4917        75      1597         0      4461      7985     75566   no data   no data
0.77/0.26	c  N st    10     11300        75      1597         0      4136      7985     59178   no data   no data
1.57/0.43	c  N st    11     17045        75      1597         0      9328      7985    147955   no data   no data
2.77/0.73	c  F st    12     25001        75      1597         0     11448      7985    181188   no data   no data
2.77/0.73	c  N st    12     25001        75      1597         0     11448      7985    181188   no data   no data
3.57/0.92	c Decided on static restart strategy
3.57/0.92	c  N st    18     30000        75      1597         0      9856      7985    147135   no data   no data
3.57/0.92	c  S st    18     30000        75      1597         0      9856      7985    147135   no data   no data
3.57/0.95	c  S st    18     30502        75      1597         0     10325      7985    155601   no data   no data
3.57/0.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.95	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.11	c lits-rem:       275  cl-subs:     2427  v-elim:      0  v-fix:    0  time:  0.15 s
4.41/1.13	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.41/1.14	c calculated reachability. Time: 0.00
4.41/1.14	c  N st    18     30502        75      1597         0      7898      7985    117035   no data   no data
5.56/1.45	c  N st    20     37612        75      1597         0      7265      7985     96247   no data   no data
6.77/1.72	c  N st    21     44012        75      1597         0     13014      7985    188382   no data   no data
7.17/1.81	c  S st    22     45754        75      1597         0     14603      7985    215727   no data   no data
7.17/1.86	c  S st    22     46254        75      1597         0     15073      7985    224152   no data   no data
7.17/1.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.17/1.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.17/1.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.17/1.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.17/1.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.17/1.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.17/1.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.17/1.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.17/1.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.80/2.21	c lits-rem:       380  cl-subs:     3069  v-elim:      0  v-fix:    0  time:  0.34 s
8.80/2.21	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.80/2.21	c vivif2 --  cl tried    12004 cl shrink        0 lits rem          0 time: 0.00
8.80/2.25	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.80/2.25	c calculated reachability. Time: 0.00
8.80/2.25	c  N st    22     46254        75      1597         0     12004      7985    176810   no data   no data
11.55/2.96	c  N st    23     60653        75      1597         0     17111      7985    250311   no data   no data
13.19/3.37	c  N st    24     69382        75      1597         0     16083      7985    226913   no data   no data
13.19/3.37	c  S st    24     69382        75      1597         0     16083      7985    226913   no data   no data
13.54/3.42	c  S st    24     69889        75      1597         0     16551      7985    235624   no data   no data
13.54/3.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.54/3.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.54/3.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.54/3.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.54/3.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.54/3.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.54/3.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.54/3.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.54/3.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.78	c lits-rem:       321  cl-subs:     2946  v-elim:      0  v-fix:    0  time:  0.35 s
14.74/3.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.74/3.79	c vivif2 --  cl tried    13605 cl shrink        0 lits rem          0 time: 0.00
15.14/3.83	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
15.14/3.83	c calculated reachability. Time: 0.00
15.14/3.83	c  N st    24     69889        75      1597         0     13605      7985    191751   no data   no data
19.12/4.84	c  F st    25     87501        75      1597         0     19607      7985    266709   no data   no data
19.12/4.84	c  N st    25     87501        75      1597         0     19607      7985    266709   no data   no data
20.32/5.15	c Decided on static restart strategy
21.12/5.31	c  N st    32     95538        75      1597         0     16183      7985    215970   no data   no data
23.51/5.92	c  N st    34    104834        75      1597         0     12872      7985    157630   no data   no data
23.51/5.92	c  S st    34    104834        75      1597         0     12872      7985    157630   no data   no data
23.51/5.96	c  S st    34    105336        75      1597         0     13346      7985    166363   no data   no data
23.51/5.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.51/5.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.51/5.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.51/5.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.51/5.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.51/5.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.51/5.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.51/5.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.51/5.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.91/6.06	c lits-rem:       167  cl-subs:     1355  v-elim:      0  v-fix:    0  time:  0.09 s
23.91/6.06	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.91/6.06	c vivif2 --  cl tried    11991 cl shrink        0 lits rem          0 time: 0.00
24.31/6.10	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
24.31/6.10	c calculated reachability. Time: 0.00
24.31/6.10	c  N st    34    105336        75      1597         0     11991      7985    147105   no data   no data
26.35/6.65	c  N st    35    114935        75      1597         0     20579      7985    292674   no data   no data
29.90/7.50	c  N st    36    129332        75      1597         0     20974      7985    286948   no data   no data
35.12/8.84	c  N st    37    150928        75      1597         0     26857      7985    367645   no data   no data
36.68/9.28	c  S st    38    158004        75      1597         0     18955      7985    237028   no data   no data
37.08/9.33	c  S st    38    158507        75      1597         0     19425      7985    245615   no data   no data
37.08/9.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.08/9.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
37.08/9.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.08/9.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.08/9.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.08/9.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
37.08/9.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.08/9.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.08/9.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.28/9.60	c lits-rem:       255  cl-subs:     2557  v-elim:      0  v-fix:    0  time:  0.26 s
38.28/9.60	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
38.28/9.60	c vivif2 --  cl tried    16868 cl shrink        0 lits rem          0 time: 0.00
38.28/9.66	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
38.28/9.66	c calculated reachability. Time: 0.00
38.28/9.66	c  N st    38    158507        75      1597         0     16868      7985    207936   no data   no data
51.84/13.00	c  N st    39    207096        75      1597         0     29238      7985    397041   no data   no data
61.03/15.33	c  N st    40    237763        75      1597         0     21861      7985    261542   no data   no data
61.03/15.33	c  S st    40    237763        75      1597         0     21861      7985    261542   no data   no data
61.03/15.39	c  S st    40    238266        75      1597         0     22341      7985    270452   no data   no data
61.03/15.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.03/15.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.03/15.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.03/15.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.03/15.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.03/15.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.03/15.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.03/15.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.03/15.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.20/15.68	c lits-rem:       237  cl-subs:     2349  v-elim:      0  v-fix:    0  time:  0.28 s
62.20/15.68	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
62.20/15.69	c vivif2 --  cl tried    19992 cl shrink        0 lits rem          0 time: 0.00
62.60/15.76	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
62.60/15.76	c calculated reachability. Time: 0.00
62.60/15.76	c  N st    40    238266        75      1597         0     19992      7985    236361   no data   no data
86.14/21.64	c  F st    41    306250        75      1597         0     21783      7985    237520   no data   no data
86.14/21.64	c  N st    41    306250        75      1597         0     21783      7985    237520   no data   no data
87.78/22.06	c Decided on static restart strategy
96.55/24.29	c  N st    51    334554        75      1597         0     25763      7985    297493   no data   no data
106.07/26.65	c  N st    53    357400        75      1597         0     23863      7985    259191   no data   no data
106.07/26.65	c  S st    53    357400        75      1597         0     23863      7985    259191   no data   no data
106.47/26.71	c  S st    53    357906        75      1597         0     24349      7985    268230   no data   no data
106.47/26.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
106.47/26.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
106.47/26.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.47/26.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.47/26.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.47/26.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
106.47/26.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.47/26.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
106.47/26.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.87/26.89	c lits-rem:       194  cl-subs:     1468  v-elim:      0  v-fix:    0  time:  0.17 s
106.87/26.89	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
107.27/26.90	c vivif2 --  cl tried    22881 cl shrink        0 lits rem          0 time: 0.00
107.27/26.98	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
107.27/26.98	c calculated reachability. Time: 0.00
107.27/26.98	c  N st    53    357906        75      1597         0     22881      7985    248646   no data   no data
119.24/29.98	c  N st    54    390298        75      1597         0     28596      7985    331086   no data   no data
141.17/35.48	c  N st    55    438887        75      1597         0     47752      7985    616442   no data   no data
173.09/43.44	c  N st    56    511769        75      1597         0     35284      7985    408020   no data   no data
185.06/46.45	c  N st    57    536861        75      1597         0     29984      7985    321075   no data   no data
185.06/46.45	c  S st    57    536861        75      1597         0     29984      7985    321075   no data   no data
185.46/46.52	c  S st    57    537364        75      1597         0     30466      7985    330283   no data   no data
185.46/46.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
185.46/46.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
185.46/46.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
185.46/46.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.46/46.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.46/46.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
185.46/46.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
185.46/46.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
185.46/46.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.66/46.80	c lits-rem:       173  cl-subs:     1710  v-elim:      0  v-fix:    0  time:  0.26 s
186.66/46.80	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
186.66/46.80	c vivif2 --  cl tried    28756 cl shrink        0 lits rem          0 time: 0.00
187.06/46.90	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
187.06/46.90	c calculated reachability. Time: 0.00
187.06/46.90	c  N st    57    537364        75      1597         0     28756      7985    307525   no data   no data
262.86/66.00	c  N st    58    701348        75      1597         0     55142      7985    671767   no data   no data
314.30/78.87	c  N st    59    806046        75      1597         0     50162      7985    612705   no data   no data
314.30/78.87	c  S st    59    806046        75      1597         0     50162      7985    612705   no data   no data
315.10/79.01	c  S st    59    806551        75      1597         0     50636      7985    621420   no data   no data
315.10/79.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
315.10/79.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
315.10/79.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
315.10/79.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
315.10/79.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
315.10/79.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
315.10/79.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
315.10/79.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
315.10/79.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
322.67/80.98	c lits-rem:      1004  cl-subs:     6851  v-elim:      0  v-fix:    0  time:  1.92 s
322.67/80.98	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
322.67/80.99	c vivif2 --  cl tried    43785 cl shrink        0 lits rem          0 time: 0.01
323.47/81.16	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.17
323.47/81.16	c calculated reachability. Time: 0.00
323.47/81.16	c  N st    59    806551        75      1597         0     43785      7985    527803   no data   no data
463.86/116.32	c Following stats are for *FIRST FINISHED THREAD ONLY*
463.86/116.32	c num threads              : 4          
463.86/116.32	c restarts                 : 69         
463.86/116.32	c dynamic restarts         : 0          
463.86/116.32	c static restarts          : 69         
463.86/116.32	c full restarts            : 4          
463.86/116.32	c total simplify time      : 0.00       
463.86/116.32	c learnts DL2              : 0          
463.86/116.32	c learnts size 2           : 0          
463.86/116.32	c learnts size 1           : 0           (0.00      % of vars)
463.86/116.32	c filedLit time            : 0.04        (0.03      % time)
463.86/116.32	c v-elim SatELite          : 0           (0.00      % vars)
463.86/116.32	c SatELite time            : 3.79        (3.26      % time)
463.86/116.32	c v-elim xor               : 0           (0.00      % vars)
463.86/116.32	c xor elim time            : 0.01        (0.01      % time)
463.86/116.32	c num binary xor trees     : 0          
463.86/116.32	c binxor trees' crown      : 0           (nan       leafs/tree)
463.86/116.32	c bin xor find time        : 0.00       
463.86/116.32	c OTF clause improved      : 122024      (0.11      clauses/conflict)
463.86/116.32	c OTF impr. size diff      : 123895      (1.02       lits/clause)
463.86/116.32	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
463.86/116.32	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
463.86/116.32	c tried to recurMin cls    : 43540       (3.98       % of conflicts)
463.86/116.32	c updated cache            : 299         (0.01       lits/tried recurMin)
463.86/116.32	c unit cls recevied        : 0           (nan       % of units)
463.86/116.32	c unit cls sent            : 0           (nan       % of units)
463.86/116.32	c bin cls recevied         : 0          
463.86/116.32	c bin cls sent             : 0          
463.86/116.32	c clauses over max glue    : 0           (0.00      % of all clauses)
463.86/116.32	c conflicts                : 1094039     (9413.33   / sec)
463.86/116.32	c decisions                : 1199751     (0.58      % random)
463.86/116.32	c bogo-props               : 22242708484 (191380677.81 / sec)
463.86/116.32	c conflict literals        : 17303353    (21.11     % deleted)
463.86/116.32	c Memory used              : 232.29      MB
463.86/116.32	c single-thread CPU time   : 116.22      s
463.86/116.32	c all-threads sum CPU time : 463.62      s
463.86/116.32	s SATISFIABLE
463.86/116.32	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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366591-1305409539/watcher-3366591-1305409539 -o /tmp/evaluation-result-3366591-1305409539/solver-3366591-1305409539 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366591-1305409539.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.18 7.90 8.02 6/358 18035
/proc/meminfo: memFree=24253508/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=207952 CPUtime=0 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 658 0 0 0 0 0 0 0 23 0 4 0 633369373 212942848 585 33554432000 4194304 4580107 140735441680528 18446744073709551615 228095111489 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 51988 585 357 95 0 46970 0
[pid=18035/tid=18036] ppid=18033 vsize=216152 CPUtime=0 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 54 0 0 0 0 0 0 0 22 0 4 0 633369373 221339648 777 33554432000 4194304 4580107 140735441680528 18446744073709551615 228095112225 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=216152 CPUtime=0 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 97 0 0 0 0 0 0 0 23 0 4 0 633369373 221339648 777 33554432000 4194304 4580107 140735441680528 18446744073709551615 228095556127 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=216152 CPUtime=0 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 110 0 0 0 0 0 0 0 24 0 4 0 633369373 221339648 778 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0714431 s]
/proc/loadavg: 7.18 7.90 8.02 6/358 18035
/proc/meminfo: memFree=24253508/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=216304 CPUtime=0.26 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 1312 0 0 0 26 0 0 0 23 0 4 0 633369373 221495296 1239 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 54076 1240 376 95 0 49058 0
[pid=18035/tid=18036] ppid=18033 vsize=216304 CPUtime=0.06 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 191 0 0 0 6 0 0 0 18 0 4 0 633369373 221495296 1240 33554432000 4194304 4580107 140735441680528 18446744073709551615 4320689 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=216304 CPUtime=0.06 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 254 0 0 0 6 0 0 0 23 0 4 0 633369373 221495296 1240 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=216304 CPUtime=0.06 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 207 0 0 0 6 0 0 0 24 0 4 0 633369373 221495296 1240 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 216304

[startup+0.100437 s]
/proc/loadavg: 7.18 7.90 8.02 6/358 18035
/proc/meminfo: memFree=24253508/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=216688 CPUtime=0.38 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 1541 0 0 0 38 0 0 0 23 0 4 0 633369373 221888512 1364 33554432000 4194304 4580107 140735441680528 18446744073709551615 4321048 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 54172 1365 376 95 0 49154 0
[pid=18035/tid=18036] ppid=18033 vsize=216688 CPUtime=0.09 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 234 0 0 0 9 0 0 0 18 0 4 0 633369373 221888512 1365 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=216688 CPUtime=0.09 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 297 0 0 0 9 0 0 0 23 0 4 0 633369373 221888512 1365 33554432000 4194304 4580107 140735441680528 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=216688 CPUtime=0.09 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 305 0 0 0 9 0 0 0 24 0 4 0 633369373 221888512 1366 33554432000 4194304 4580107 140735441680528 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 216688

[startup+0.300401 s]
/proc/loadavg: 7.18 7.90 8.02 6/358 18035
/proc/meminfo: memFree=24253508/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=218072 CPUtime=1.17 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 2781 0 0 0 117 0 0 0 18 0 4 0 633369373 223305728 1677 33554432000 4194304 4580107 140735441680528 18446744073709551615 4324252 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 54518 1677 377 95 0 49500 0
[pid=18035/tid=18036] ppid=18033 vsize=218072 CPUtime=0.28 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 550 0 0 0 28 0 0 0 18 0 4 0 633369373 223305728 1678 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=218072 CPUtime=0.29 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 624 0 0 0 29 0 0 0 23 0 4 0 633369373 223305728 1678 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=218072 CPUtime=0.29 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 570 0 0 0 29 0 0 0 25 0 4 0 633369373 223305728 1678 33554432000 4194304 4580107 140735441680528 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218072

[startup+0.700327 s]
/proc/loadavg: 7.18 7.90 8.02 6/358 18035
/proc/meminfo: memFree=24253508/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=218720 CPUtime=2.77 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 4289 0 0 0 277 0 0 0 18 0 4 0 633369373 223969280 2388 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 54680 2388 378 95 0 49662 0
[pid=18035/tid=18036] ppid=18033 vsize=218720 CPUtime=0.68 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 935 0 0 0 68 0 0 0 18 0 4 0 633369373 223969280 2388 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=218720 CPUtime=0.69 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 1008 0 0 0 69 0 0 0 25 0 4 0 633369373 223969280 2388 33554432000 4194304 4580107 140735441680528 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=218720 CPUtime=0.69 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 925 0 0 0 69 0 0 0 25 0 4 0 633369373 223969280 2388 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 218720

[startup+1.50018 s]
/proc/loadavg: 7.18 7.90 8.02 10/362 18039
/proc/meminfo: memFree=24227572/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=219576 CPUtime=5.96 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 8699 0 0 0 595 1 0 0 19 0 4 0 633369373 224845824 4493 33554432000 4194304 4580107 140735441680528 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 54894 4493 379 95 0 49876 0
[pid=18035/tid=18036] ppid=18033 vsize=219576 CPUtime=1.48 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 2411 0 0 0 148 0 0 0 20 0 4 0 633369373 224845824 4493 33554432000 4194304 4580107 140735441680528 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=219576 CPUtime=1.47 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 1612 0 0 0 147 0 0 0 25 0 4 0 633369373 224845824 4493 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=219576 CPUtime=1.49 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 1600 0 0 0 149 0 0 0 25 0 4 0 633369373 224845824 4493 33554432000 4194304 4580107 140735441680528 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 219576

[startup+3.10089 s]
/proc/loadavg: 7.25 7.90 8.02 10/362 18039
/proc/meminfo: memFree=24190372/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=226336 CPUtime=12.35 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 16316 0 0 0 1232 3 0 0 23 0 4 0 633369373 231768064 9071 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 56584 9071 379 95 0 51566 0
[pid=18035/tid=18036] ppid=18033 vsize=226336 CPUtime=3.09 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 4245 0 0 0 308 1 0 0 25 0 4 0 633369373 231768064 9071 33554432000 4194304 4580107 140735441680528 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=226336 CPUtime=3.06 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 3760 0 0 0 306 0 0 0 25 0 4 0 633369373 231768064 9071 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=226336 CPUtime=3.09 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 3805 0 0 0 309 0 0 0 25 0 4 0 633369373 231768064 9071 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 226336

[startup+6.3003 s]
/proc/loadavg: 7.25 7.90 8.02 10/362 18039
/proc/meminfo: memFree=24169788/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=221724 CPUtime=25.11 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 24236 0 0 0 2507 4 0 0 25 0 4 0 633369373 227045376 11617 33554432000 4194304 4580107 140735441680528 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 55431 11617 379 95 0 50413 0
[pid=18035/tid=18036] ppid=18033 vsize=221724 CPUtime=6.28 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 5840 0 0 0 627 1 0 0 25 0 4 0 633369373 227045376 11617 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=221724 CPUtime=6.23 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 5739 0 0 0 622 1 0 0 25 0 4 0 633369373 227045376 11617 33554432000 4194304 4580107 140735441680528 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=221724 CPUtime=6.29 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 6329 0 0 0 629 0 0 0 25 0 4 0 633369373 227045376 11617 33554432000 4194304 4580107 140735441680528 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 221724

[startup+12.7011 s]
/proc/loadavg: 7.36 7.91 8.02 10/362 18039
/proc/meminfo: memFree=24150224/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=231716 CPUtime=50.64 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 36435 0 0 0 5057 7 0 0 25 0 4 0 633369373 237277184 13042 33554432000 4194304 4580107 140735441680528 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 57929 13042 379 95 0 52911 0
[pid=18035/tid=18036] ppid=18033 vsize=231716 CPUtime=12.68 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 8952 0 0 0 1266 2 0 0 25 0 4 0 633369373 237277184 13042 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=231716 CPUtime=12.55 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 9187 0 0 0 1254 1 0 0 25 0 4 0 633369373 237277184 13042 33554432000 4194304 4580107 140735441680528 18446744073709551615 4306528 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=231716 CPUtime=12.69 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 8980 0 0 0 1268 1 0 0 25 0 4 0 633369373 237277184 13042 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 231716

[startup+25.5008 s]
/proc/loadavg: 7.46 7.91 8.02 10/362 18039
/proc/meminfo: memFree=24113276/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=242860 CPUtime=101.69 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 57037 0 0 0 10158 11 0 0 25 0 4 0 633369373 248688640 17865 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 60715 17865 379 95 0 55697 0
[pid=18035/tid=18036] ppid=18033 vsize=242860 CPUtime=25.48 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 14499 0 0 0 2545 3 0 0 25 0 4 0 633369373 248688640 17865 33554432000 4194304 4580107 140735441680528 18446744073709551615 4305180 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=242860 CPUtime=25.2 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 13523 0 0 0 2519 1 0 0 25 0 4 0 633369373 248688640 17865 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=242860 CPUtime=25.49 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 14810 0 0 0 2547 2 0 0 25 0 4 0 633369373 248688640 17865 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 242860

[startup+51.101 s]
/proc/loadavg: 7.79 7.95 8.03 10/362 18040
/proc/meminfo: memFree=24084832/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=244496 CPUtime=203.81 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 87998 0 0 0 20363 18 0 0 25 0 4 0 633369373 250363904 20822 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 61124 20822 379 95 0 56106 0
[pid=18035/tid=18036] ppid=18033 vsize=244496 CPUtime=51.08 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 23005 0 0 0 5103 5 0 0 25 0 4 0 633369373 250363904 20822 33554432000 4194304 4580107 140735441680528 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=244496 CPUtime=50.52 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 21158 0 0 0 5049 3 0 0 25 0 4 0 633369373 250363904 20822 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=244496 CPUtime=51.09 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 21878 0 0 0 5105 4 0 0 25 0 4 0 633369373 250363904 20822 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 244496

[startup+102.314 s]
/proc/loadavg: 7.91 7.95 8.02 9/362 18071
/proc/meminfo: memFree=24020452/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=237400 CPUtime=408.07 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 137551 0 0 0 40776 31 0 0 25 0 4 0 633369373 243097600 28018 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 59350 28018 379 95 0 54332 0
[pid=18035/tid=18036] ppid=18033 vsize=237400 CPUtime=102.3 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 35278 0 0 0 10222 8 0 0 25 0 4 0 633369373 243097600 28018 33554432000 4194304 4580107 140735441680528 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=237400 CPUtime=101.13 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 33879 0 0 0 10106 7 0 0 25 0 4 0 633369373 243097600 28018 33554432000 4194304 4580107 140735441680528 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=237400 CPUtime=102.3 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 33830 0 0 0 10223 7 0 0 25 0 4 0 633369373 243097600 28018 33554432000 4194304 4580107 140735441680528 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.07
Current children cumulated vsize (KiB) 237400

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

[startup+108.7 s]
/proc/loadavg: 7.92 7.95 8.02 9/362 18072
/proc/meminfo: memFree=24020560/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=237544 CPUtime=433.56 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 141662 0 0 0 43323 33 0 0 25 0 4 0 633369373 243245056 26365 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 59386 26365 379 95 0 54368 0
[pid=18035/tid=18036] ppid=18033 vsize=237544 CPUtime=108.69 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 36557 0 0 0 10860 9 0 0 25 0 4 0 633369373 243245056 26365 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=237544 CPUtime=107.46 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 35262 0 0 0 10738 8 0 0 25 0 4 0 633369373 243245056 26365 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=237544 CPUtime=108.69 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 35037 0 0 0 10861 8 0 0 25 0 4 0 633369373 243245056 26365 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 433.56
Current children cumulated vsize (KiB) 237544

[startup+111.901 s]
/proc/loadavg: 7.92 7.95 8.02 9/362 18072
/proc/meminfo: memFree=24022792/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=237624 CPUtime=446.32 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 144806 0 0 0 44598 34 0 0 25 0 4 0 633369373 243326976 27062 33554432000 4194304 4580107 140735441680528 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 59406 27062 379 95 0 54388 0
[pid=18035/tid=18036] ppid=18033 vsize=237624 CPUtime=111.89 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 37471 0 0 0 11180 9 0 0 25 0 4 0 633369373 243326976 27062 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=237624 CPUtime=110.62 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 36189 0 0 0 11054 8 0 0 25 0 4 0 633369373 243326976 27062 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=237624 CPUtime=111.89 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 35442 0 0 0 11181 8 0 0 25 0 4 0 633369373 243326976 27062 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 446.32
Current children cumulated vsize (KiB) 237624

[startup+113.5 s]
/proc/loadavg: 8.01 7.97 8.03 9/362 18072
/proc/meminfo: memFree=24019940/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=237624 CPUtime=452.69 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 145547 0 0 0 45235 34 0 0 25 0 4 0 633369373 243326976 27773 33554432000 4194304 4580107 140735441680528 18446744073709551615 4306373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 59406 27773 379 95 0 54388 0
[pid=18035/tid=18036] ppid=18033 vsize=237624 CPUtime=113.48 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 37672 0 0 0 11339 9 0 0 25 0 4 0 633369373 243326976 27773 33554432000 4194304 4580107 140735441680528 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=237624 CPUtime=112.2 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 36400 0 0 0 11212 8 0 0 25 0 4 0 633369373 243326976 27773 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=237624 CPUtime=113.49 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 35584 0 0 0 11341 8 0 0 25 0 4 0 633369373 243326976 27773 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 452.69
Current children cumulated vsize (KiB) 237624

[startup+115.101 s]
/proc/loadavg: 8.01 7.97 8.03 9/362 18072
/proc/meminfo: memFree=24016840/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=237864 CPUtime=459.08 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 146702 0 0 0 45873 35 0 0 25 0 4 0 633369373 243572736 27673 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 59466 27673 379 95 0 54448 0
[pid=18035/tid=18036] ppid=18033 vsize=237864 CPUtime=115.08 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 37859 0 0 0 11499 9 0 0 25 0 4 0 633369373 243572736 27673 33554432000 4194304 4580107 140735441680528 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=237864 CPUtime=113.78 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 36560 0 0 0 11370 8 0 0 25 0 4 0 633369373 243572736 27673 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=237864 CPUtime=115.09 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 36257 0 0 0 11501 8 0 0 25 0 4 0 633369373 243572736 27673 33554432000 4194304 4580107 140735441680528 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 459.08
Current children cumulated vsize (KiB) 237864

[startup+115.901 s]
/proc/loadavg: 8.01 7.97 8.03 9/362 18072
/proc/meminfo: memFree=24014848/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=237864 CPUtime=462.26 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 147046 0 0 0 46191 35 0 0 25 0 4 0 633369373 243572736 28017 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 59466 28017 379 95 0 54448 0
[pid=18035/tid=18036] ppid=18033 vsize=237864 CPUtime=115.88 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 37947 0 0 0 11579 9 0 0 25 0 4 0 633369373 243572736 28017 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=237864 CPUtime=114.57 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 36625 0 0 0 11449 8 0 0 25 0 4 0 633369373 243572736 28017 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=237864 CPUtime=115.89 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 36372 0 0 0 11581 8 0 0 25 0 4 0 633369373 243572736 28017 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 237864

[startup+116.301 s]
/proc/loadavg: 8.01 7.97 8.03 9/362 18072
/proc/meminfo: memFree=24014848/32951124 swapFree=65980216/67111528
[pid=18035] ppid=18033 vsize=237864 CPUtime=463.86 cores=1,3,5,7
/proc/18035/stat : 18035 (strangenight2-m) R 18033 18035 17667 0 -1 4202496 147225 0 0 0 46351 35 0 0 25 0 4 0 633369373 243572736 28196 33554432000 4194304 4580107 140735441680528 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18035/statm: 59466 28196 379 95 0 54448 0
[pid=18035/tid=18036] ppid=18033 vsize=237864 CPUtime=116.28 cores=1,3,5,7
/proc/18035/task/18036/stat : 18036 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 37997 0 0 0 11619 9 0 0 25 0 4 0 633369373 243572736 28196 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18035/tid=18037] ppid=18033 vsize=237864 CPUtime=114.97 cores=1,3,5,7
/proc/18035/task/18037/stat : 18037 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 36660 0 0 0 11489 8 0 0 25 0 4 0 633369373 243572736 28196 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18035/tid=18038] ppid=18033 vsize=237864 CPUtime=116.29 cores=1,3,5,7
/proc/18035/task/18038/stat : 18038 (strangenight2-m) R 18033 18035 17667 0 -1 4202560 36430 0 0 0 11621 8 0 0 25 0 4 0 633369373 243572736 28196 33554432000 4194304 4580107 140735441680528 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 463.86
Current children cumulated vsize (KiB) 237864

Child status: 10
Real time (s): 116.332
CPU time (s): 463.981
CPU user time (s): 463.62
CPU system time (s): 0.361944
CPU usage (%): 398.842
Max. virtual memory (cumulated for all children) (KiB): 257024

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

runsolver used 0.407937 second user time and 0.926859 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 23:45:39
IDJOB=3366591
IDBENCH=83000
IDSOLVER=1844
FILE ID=node142/3366591-1305409539
RUNJOBID= node142-1305409539-18013
PBS_JOBID= 13324504
Free space on /tmp= 73440 MiB

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

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

MD5SUM BENCH= 2532888f1d1a6483b85bdee81ac0c479
RANDOM SEED=1150713868

node142.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	: 5131.95
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.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.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.67
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.81
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24253912 kB
Buffers:        315748 kB
Cached:        3835396 kB
SwapCached:      11520 kB
Active:        6046160 kB
Inactive:      2320240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24253912 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           10984 kB
Writeback:           0 kB
AnonPages:     4212028 kB
Mapped:          20136 kB
Slab:           234232 kB
PageTables:      31940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77105512 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= 73432 MiB
End job on node142 at 2011-05-14 23:47:35