Trace number 3369087

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)UNSAT 3447.68 864.082

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S761041117-050.UNKNOWN.cnf
MD5SUMcb62702a06eba78f1f4308935b49c22d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.32988
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369087-1305412055.cnf'
0.00/0.01	c -- header says num vars:            350
0.00/0.01	c -- header says num clauses:        1491
0.00/0.01	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.01	c -- vars added        350
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     142 undec:      47 neg:     161
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       340      1466         0         0      4444         0   no data   no data  --
0.41/0.12	c Decided on static restart strategy
0.77/0.22	c  N st     8      4915       340      1466         0      4810      4444     86177   no data   no data  --
1.17/0.35	c  N st    10     11299       340      1466         0      4430      4444     57529   no data   no data  --
1.97/0.57	c  N st    11     17043       340      1466         0      9964      4444    147061   no data   no data  --
3.57/0.92	c  F st    12     25003       340      1466         0     12224      4444    184315   no data   no data  --
3.57/0.92	c  N st    12     25003       340      1466         0     12224      4444    184315   no data   no data  --
4.40/1.18	c Decided on static restart strategy
4.40/1.18	c  N st    18     30000       340      1466         0     10530      4444    145822   no data   no data  --
4.40/1.18	c  S st    18     30000       340      1466         0     10530      4444    145822   no data   no data  --
4.76/1.21	c  S st    18     30502       340      1466         0     11027      4444    155036   no data   no data  --
4.76/1.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.76/1.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.76/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
4.76/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.35	c lits-rem:       224  cl-subs:     1113  v-elim:      0  v-fix:    0  time:  0.56 s
5.16/1.36	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.03
5.16/1.36	c calculated reachability. Time: 0.00
5.16/1.36	c  N st    18     30502       340      1466         0      9914      4444    137951   no data   no data  --
6.76/1.77	c  N st    20     37612       340      1466         0      9189      4444    112680   no data   no data  --
8.38/2.12	c  N st    21     44011       340      1466         0     15319      4444    213852   no data   no data  --
8.79/2.23	c  S st    22     45753       340      1466         0     17012      4444    243884   no data   no data  --
8.79/2.28	c  S st    22     46255       340      1466         0      8911      4444     98362   no data   no data  --
8.79/2.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.79/2.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.79/2.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
8.79/2.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.32	c lits-rem:        39  cl-subs:      297  v-elim:      0  v-fix:    0  time:  0.15 s
9.14/2.32	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
9.14/2.32	c vivif2 --  cl tried     8614 cl shrink        0 lits rem          0 time: 0.00
9.14/2.33	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.02
9.14/2.33	c calculated reachability. Time: 0.00
9.14/2.33	c  N st    22     46255       340      1466         0      8614      4444     94238   no data   no data  --
12.35/3.19	c  N st    23     60653       340      1466         0     12917      4444    162904   no data   no data  --
14.74/3.78	c  N st    24     69384       340      1466         0     21370      4444    328783   no data   no data  --
14.74/3.78	c  S st    24     69384       340      1466         0     21370      4444    328783   no data   no data  --
15.13/3.82	c  S st    24     69889       340      1466         0     11272      4444    127035   no data   no data  --
15.13/3.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.13/3.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.13/3.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.13/3.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.13/3.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.13/3.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
15.13/3.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.53/3.93	c lits-rem:        61  cl-subs:      168  v-elim:      0  v-fix:    0  time:  0.40 s
15.53/3.93	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
15.53/3.93	c vivif2 --  cl tried    11104 cl shrink        0 lits rem          0 time: 0.00
15.53/3.94	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.03
15.53/3.94	c calculated reachability. Time: 0.00
15.53/3.94	c  N st    24     69889       340      1466         0     11104      4444    123894   no data   no data  --
20.33/5.14	c  F st    25     87501       340      1466         0     16503      4444    219786   no data   no data  --
20.33/5.14	c  N st    25     87501       340      1466         0     16503      4444    219786   no data   no data  --
21.96/5.55	c Decided on static restart strategy
22.71/5.79	c  N st    32     95538       340      1466         0     24273      4444    353816   no data   no data  --
25.51/6.46	c  N st    34    104835       340      1466         0     20659      4444    267096   no data   no data  --
25.51/6.46	c  S st    34    104835       340      1466         0     20659      4444    267096   no data   no data  --
25.93/6.51	c  S st    34    105336       340      1466         0     21157      4444    276596   no data   no data  --
25.93/6.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.93/6.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.93/6.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.93/6.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.93/6.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.93/6.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
25.93/6.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.31/7.12	c lits-rem:       355  cl-subs:     2273  v-elim:      0  v-fix:    0  time:  2.38 s
28.31/7.12	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
28.31/7.13	c vivif2 --  cl tried    18884 cl shrink        0 lits rem          0 time: 0.01
28.31/7.14	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.05
28.31/7.14	c calculated reachability. Time: 0.00
28.31/7.14	c  N st    34    105336       340      1466         0     18884      4444    240908   no data   no data  --
31.50/7.90	c  N st    35    114935       340      1466         0     14670      4444    153446   no data   no data  --
35.88/9.04	c  N st    36    129332       340      1466         0     28514      4444    383729   no data   no data  --
42.28/10.65	c  N st    37    150930       340      1466         0     19518      4444    220494   no data   no data  --
44.26/11.17	c  S st    38    158004       340      1466         0     26332      4444    342343   no data   no data  --
44.66/11.24	c  S st    38    158508       340      1466         0     26834      4444    351536   no data   no data  --
44.66/11.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.66/11.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.66/11.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
44.66/11.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.66/11.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.66/11.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
44.66/11.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.66/12.23	c lits-rem:       643  cl-subs:     2706  v-elim:      0  v-fix:    0  time:  3.87 s
48.66/12.23	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
48.66/12.23	c vivif2 --  cl tried    24128 cl shrink        0 lits rem          0 time: 0.01
48.66/12.25	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.07
48.66/12.25	c calculated reachability. Time: 0.00
48.66/12.25	c  N st    38    158508       340      1466         0     24128      4444    309168   no data   no data  --
65.86/16.59	c  N st    39    207097       340      1466         0     18988      4444    187508   no data   no data  --
76.59/19.24	c  N st    40    237766       340      1466         0     29266      4444    356872   no data   no data  --
76.59/19.24	c  S st    40    237766       340      1466         0     29266      4444    356872   no data   no data  --
76.99/19.33	c  S st    40    238268       340      1466         0     29766      4444    365849   no data   no data  --
76.99/19.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
76.99/19.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
76.99/19.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
76.99/19.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.99/19.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.99/19.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
76.99/19.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.78/20.51	c lits-rem:      1073  cl-subs:     2733  v-elim:      0  v-fix:    0  time:  4.64 s
81.78/20.51	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
81.78/20.51	c vivif2 --  cl tried    27033 cl shrink        0 lits rem          0 time: 0.01
81.78/20.53	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.07
81.78/20.53	c calculated reachability. Time: 0.00
81.78/20.53	c  N st    40    238268       340      1466         0     27033      4444    323524   no data   no data  --
108.92/27.35	c  F st    41    306251       340      1466         0     29017      4444    325141   no data   no data  --
108.92/27.35	c  N st    41    306251       340      1466         0     29017      4444    325141   no data   no data  --
111.31/27.90	c Decided on static restart strategy
121.69/30.55	c  N st    51    334554       340      1466         0     33297      4444    404279   no data   no data  --
132.06/33.13	c  N st    53    357402       340      1466         0     31189      4444    346364   no data   no data  --
132.06/33.13	c  S st    53    357402       340      1466         0     31189      4444    346364   no data   no data  --
132.45/33.21	c  S st    53    357907       340      1466         0     31688      4444    355386   no data   no data  --
132.45/33.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.45/33.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.45/33.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
132.45/33.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.45/33.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.45/33.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
132.45/33.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.45/34.27	c lits-rem:       412  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  4.17 s
136.45/34.27	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
136.45/34.28	c vivif2 --  cl tried    30080 cl shrink        0 lits rem          0 time: 0.02
136.85/34.30	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.08
136.85/34.30	c calculated reachability. Time: 0.00
136.85/34.30	c  N st    53    357907       340      1466         0     30080      4444    329323   no data   no data  --
150.82/37.82	c  N st    54    390301       340      1466         0     36154      4444    422718   no data   no data  --
176.74/44.35	c  N st    55    438890       340      1466         0     29997      4444    293211   no data   no data  --
211.86/53.14	c  N st    56    511773       340      1466         0     43284      4444    534754   no data   no data  --
225.43/56.56	c  N st    57    536861       340      1466         0     37595      4444    398460   no data   no data  --
225.43/56.56	c  S st    57    536861       340      1466         0     37595      4444    398460   no data   no data  --
225.83/56.66	c  S st    57    537363       340      1466         0     38096      4444    408377   no data   no data  --
225.83/56.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
225.83/56.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
225.83/56.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
225.83/56.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
225.83/56.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
225.83/56.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
225.83/56.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
231.02/57.97	c lits-rem:       641  cl-subs:     1672  v-elim:      0  v-fix:    0  time:  5.13 s
231.02/57.97	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
231.02/57.98	c vivif2 --  cl tried    36424 cl shrink        0 lits rem          0 time: 0.02
231.42/58.01	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.11
231.42/58.01	c calculated reachability. Time: 0.00
231.42/58.01	c  N st    57    537363       340      1466         0     36424      4444    382624   no data   no data  --
324.83/81.49	c  N st    58    701348       340      1466         0     65527      4444    876369   no data   no data  --
393.03/98.50	c  N st    59    806045       340      1466         0     59173      4444    725533   no data   no data  --
393.03/98.50	c  S st    59    806045       340      1466         0     59173      4444    725533   no data   no data  --
393.42/98.69	c  S st    59    806547       340      1466         0     59672      4444    734996   no data   no data  --
393.42/98.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
393.42/98.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
393.82/98.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
393.82/98.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
393.82/98.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
393.82/98.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
393.82/98.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
406.18/101.80	c lits-rem:      2650  cl-subs:     5792  v-elim:      0  v-fix:    0  time: 12.20 s
406.18/101.80	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
406.18/101.81	c vivif2 --  cl tried    53880 cl shrink        0 lits rem          0 time: 0.04
406.18/101.88	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.27
406.18/101.88	c calculated reachability. Time: 0.00
406.18/101.88	c  N st    59    806547       340      1466         0     53880      4444    644370   no data   no data  --
587.35/147.29	c  F st    60   1071876       340      1466         1     69505      4444    863571   no data   no data  --
587.35/147.29	c  N st    60   1071876       340      1466         1     69505      4444    863571   no data   no data  --
592.58/148.58	c Decided on static restart strategy
610.88/153.16	c  N st    70   1100175       340      1466         2     53748      4444    571657   no data   no data  --
640.44/160.58	c  N st    72   1136169       340      1466         2     88335      4444   1203173   no data   no data  --
663.15/166.23	c  N st    73   1168562       340      1466         2     75338      4444    953715   no data   no data  --
694.68/174.14	c  N st    74   1209822       340      1466         2     69741      4444    816342   no data   no data  --
694.68/174.14	c  S st    74   1209822       340      1466         2     69741      4444    816342   no data   no data  --
695.48/174.36	c  S st    74   1210328       340      1466         2     70243      4444    826051   no data   no data  --
695.48/174.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
695.48/174.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
695.48/174.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
695.88/174.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
696.68/174.62	c subs with bin:     1746  lits-rem:       545  v-fix:    0  time:  0.78 s
696.68/174.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
696.68/174.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
711.07/178.26	c lits-rem:      1204  cl-subs:     8543  v-elim:      0  v-fix:    0  time: 14.52 s
711.07/178.26	c vivif2 --  cl tried     1465 cl shrink        0 lits rem          0 time: 0.00
711.07/178.27	c vivif2 --  cl tried    59955 cl shrink        0 lits rem          0 time: 0.04
711.43/178.33	c asymm  cl-useful: 0/1465/1465 lits-rem:0 time: 0.24
711.43/178.33	c calculated reachability. Time: 0.00
711.43/178.33	c  N st    74   1210328       340      1465         3     59955      4443    668950   no data   no data  --
772.11/193.60	c  N st    75   1283210       340      1465         3     84089      4443   1132997   no data   no data  --
861.86/216.02	c  N st    76   1392533       340      1465         3     94186      4443   1274526   no data   no data  --
1005.14/251.92	c  N st    77   1556518       340      1465         3    101764      4443   1329085   no data   no data  --
1138.77/285.40	c  N st    78   1710329       340      1465         3     90814      4443   1134055   no data   no data  --
1138.77/285.40	c  S st    78   1710329       340      1465         3     90814      4443   1134055   no data   no data  --
1139.97/285.73	c  S st    78   1710835       340      1465         3     91316      4443   1144230   no data   no data  --
1139.97/285.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1139.97/285.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1139.97/285.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1140.37/285.82	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1140.37/285.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1140.37/285.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
1140.37/285.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1163.15/291.56	c lits-rem:       552  cl-subs:    10193  v-elim:      0  v-fix:    0  time: 22.90 s
1163.15/291.56	c vivif2 --  cl tried     1465 cl shrink        0 lits rem          0 time: 0.00
1163.15/291.57	c vivif2 --  cl tried    81123 cl shrink        0 lits rem          0 time: 0.06
1163.51/291.67	c asymm  cl-useful: 0/1465/1465 lits-rem:0 time: 0.37
1163.51/291.67	c calculated reachability. Time: 0.00
1163.51/291.67	c  N st    78   1710835       340      1465         2     81123      4443    989750   no data   no data  --
1517.43/380.30	c  N st    79   2079799       340      1465         2     92810      4443   1117879   no data   no data  --
1645.94/412.59	c  N st    80   2210835       340      1465         2     96423      4443   1142395   no data   no data  --
1645.94/412.59	c  S st    80   2210835       340      1465         2     96423      4443   1142395   no data   no data  --
1647.50/412.93	c  S st    80   2211337       340      1465         2     96923      4443   1152204   no data   no data  --
1647.50/412.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1647.50/412.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1647.50/412.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
1647.90/413.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1647.90/413.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1647.90/413.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
1647.90/413.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1673.03/419.32	c lits-rem:       982  cl-subs:    12094  v-elim:      0  v-fix:    0  time: 25.13 s
1673.03/419.32	c vivif2 --  cl tried     1465 cl shrink        0 lits rem          0 time: 0.00
1673.03/419.33	c vivif2 --  cl tried    84829 cl shrink        0 lits rem          0 time: 0.06
1673.43/419.43	c asymm  cl-useful: 0/1465/1465 lits-rem:0 time: 0.42
1673.43/419.44	c calculated reachability. Time: 0.00
1673.43/419.44	c  N st    80   2211337       340      1465         2     84829      4443    967531   no data   no data  --
2222.86/557.12	c  N st    81   2711339       340      1465         2    108785      4443   1318452   no data   no data  --
2222.86/557.12	c  S st    81   2711339       340      1465         2    108785      4443   1318452   no data   no data  --
2224.46/557.51	c  S st    81   2711845       340      1465         2    109290      4443   1328522   no data   no data  --
2224.46/557.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2224.46/557.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2224.46/557.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.20
2224.87/557.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2224.87/557.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2224.87/557.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
2224.87/557.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2256.02/565.49	c lits-rem:       835  cl-subs:    12747  v-elim:      0  v-fix:    0  time: 31.40 s
2256.02/565.49	c vivif2 --  cl tried     1465 cl shrink        0 lits rem          0 time: 0.00
2256.37/565.50	c vivif2 --  cl tried    96543 cl shrink        0 lits rem          0 time: 0.06
2256.77/565.62	c asymm  cl-useful: 0/1465/1465 lits-rem:0 time: 0.48
2256.77/565.62	c calculated reachability. Time: 0.00
2256.77/565.62	c  N st    81   2711845       340      1465         2     96543      4443   1137429   no data   no data  --
2847.70/713.73	c  N st    82   3211846       340      1465         2    147537      4443   1923328   no data   no data  --
2847.70/713.73	c  S st    82   3211846       340      1465         2    147537      4443   1923328   no data   no data  --
2849.29/714.12	c Finding binary XORs  T:     0.00 s  found:       0
2850.89/714.54	c  S st    82   3212352       339      1451        11    109999      4411   1278799   no data   no data  --
2850.89/714.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2850.89/714.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2851.29/714.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
2851.29/714.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2859.27/716.69	c subs with bin:     5404  lits-rem:     11646  v-fix:    0  time:  8.18 s
2859.27/716.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
2859.27/716.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2884.79/723.07	c lits-rem:      2074  cl-subs:    11241  v-elim:      0  v-fix:    0  time: 25.41 s
2884.79/723.07	c vivif2 --  cl tried     1449 cl shrink        0 lits rem          0 time: 0.00
2884.79/723.09	c vivif2 --  cl tried    93356 cl shrink      615 lits rem        615 time: 0.09
2885.59/723.22	c asymm  cl-useful: 0/1449/1449 lits-rem:0 time: 0.51
2885.59/723.22	c calculated reachability. Time: 0.00
2885.59/723.22	c  N st    82   3212352       339      1449        11     93356      4409   1033543   no data   no data  --
2952.63/740.06	c Finding binary XORs  T:     0.00 s  found:       0
3179.67/796.95	c Finding binary XORs  T:     0.00 s  found:       0
3361.63/842.56	c Finding binary XORs  T:     0.00 s  found:       0
3376.37/846.27	c  N st    83   3712353       335      1375        45     83078      4249    877728   no data   no data  --
3376.37/846.27	c  S st    83   3712353       335      1375        45     83078      4249    877728   no data   no data  --
3377.57/846.53	c  S st    83   3712855       335      1375        45     83576      4249    885985   no data   no data  --
3377.57/846.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3377.57/846.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3377.57/846.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      2 BRemN:      0 P:  1.1M T:  0.16
3377.97/846.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3378.37/846.76	c subs with bin:     1099  lits-rem:      3887  v-fix:    0  time:  0.63 s
3378.37/846.78	c Subs w/ non-existent bins:     87 l-rem:    894 v-fix:     0 done:    335 time:  0.06 s
3378.37/846.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3392.36/850.27	c lits-rem:      2410  cl-subs:     5964  v-elim:      3  v-fix:    0  time: 13.94 s
3392.36/850.27	c vivif2 --  cl tried     1376 cl shrink        0 lits rem          0 time: 0.00
3392.36/850.29	c vivif2 --  cl tried    76428 cl shrink      211 lits rem        211 time: 0.07
3392.77/850.39	c asymm  cl-useful: 0/1376/1376 lits-rem:0 time: 0.41
3393.13/850.40	c calculated reachability. Time: 0.00
3393.13/850.40	c  N st    83   3712855       332      1376        43     76428      4273    795193   no data   no data  --
3421.46/857.57	c Finding binary XORs  T:     0.00 s  found:       0
3426.25/858.74	c  F st    84   3751562       331      1355        57     49630      4227    406463   no data   no data  --
3426.25/858.74	c  N st    84   3751562       331      1355        57     49630      4227    406463   no data   no data  --
3429.83/859.68	c Decided on static restart strategy
3440.63/862.31	c Finding binary XORs  T:     0.00 s  found:       0
3446.59/863.88	c Finding binary XORs  T:     0.00 s  found:       0
3447.39/864.06	c  E st    94   3778694       315      1269       146     43896      4046    347745   no data   no data  --
3447.39/864.06	c Following stats are for *FIRST FINISHED THREAD ONLY*
3447.39/864.06	c num threads              : 4          
3447.39/864.06	c restarts                 : 94         
3447.39/864.06	c dynamic restarts         : 0          
3447.39/864.06	c static restarts          : 94         
3447.39/864.06	c full restarts            : 5          
3447.39/864.06	c total simplify time      : 5.69       
3447.39/864.06	c learnts DL2              : 0          
3447.39/864.06	c learnts size 2           : 251        
3447.39/864.06	c learnts size 1           : 134         (38.29     % of vars)
3447.39/864.06	c filedLit time            : 1.29        (0.04      % time)
3447.39/864.06	c v-elim SatELite          : 13          (3.71      % vars)
3447.39/864.06	c SatELite time            : 165.68      (4.81      % time)
3447.39/864.06	c v-elim xor               : 0           (0.00      % vars)
3447.39/864.06	c xor elim time            : 0.16        (0.00      % time)
3447.39/864.06	c num binary xor trees     : 0          
3447.39/864.06	c binxor trees' crown      : 0           (nan       leafs/tree)
3447.39/864.06	c bin xor find time        : 0.00       
3447.39/864.06	c OTF clause improved      : 162517      (0.04      clauses/conflict)
3447.39/864.06	c OTF impr. size diff      : 172478      (1.06       lits/clause)
3447.39/864.06	c OTF cl watch-shrink      : 1075970     (0.28      clauses/conflict)
3447.39/864.06	c OTF cl watch-sh-lit      : 1418573     (1.32       lits/clause)
3447.39/864.06	c tried to recurMin cls    : 517682      (13.70      % of conflicts)
3447.39/864.06	c updated cache            : 8313        (0.02       lits/tried recurMin)
3447.39/864.06	c unit cls received        : 2           (1.49      % of units)
3447.39/864.06	c unit cls sent            : 10          (7.46      % of units)
3447.39/864.06	c bin cls received         : 9          
3447.39/864.06	c bin cls sent             : 180        
3447.39/864.06	c clauses over max glue    : 0           (0.00      % of all clauses)
3447.39/864.06	c conflicts                : 3778694     (1096.47   / sec)
3447.39/864.06	c decisions                : 4341274     (0.30      % random)
3447.39/864.06	c bogo-props               : 110747310972 (32135617.66 / sec)
3447.39/864.06	c conflict literals        : 65268540    (30.89     % deleted)
3447.39/864.06	c Memory used              : 526.36      MB
3447.39/864.06	c single-thread CPU time   : 3446.25     s
3447.39/864.06	c all-threads sum CPU time : 3446.25     s
3447.39/864.06	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

running on 4 cores: 0,2,4,6

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.83 7.92 5.88 5/310 19643
/proc/meminfo: memFree=17852544/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 652805162 52465664 358 33554432000 4194304 4650419 140736057642352 18446744073709551615 47352077235737 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 12809 358 306 112 0 7774 0
[pid=19643/tid=19644] ppid=19641 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652805162 52465664 358 33554432000 4194304 4650419 140736057642352 18446744073709551615 47352077236140 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652805162 52465664 358 33554432000 4194304 4650419 140736057642352 18446744073709551615 47352077235737 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652805162 52465664 358 33554432000 4194304 4650419 140736057642352 18446744073709551615 47352077235731 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0950971 s]
/proc/loadavg: 7.83 7.92 5.88 5/310 19643
/proc/meminfo: memFree=17852544/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=282200 CPUtime=0.35 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) D 19641 19643 19509 0 -1 4202496 1465 0 0 0 35 0 0 0 25 0 4 0 652805162 288972800 1341 33554432000 4194304 4650419 140736057642352 18446744073709551615 274473628705 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 70550 1341 391 112 0 65515 0
[pid=19643/tid=19644] ppid=19641 vsize=282200 CPUtime=0.08 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 297 0 0 0 8 0 0 0 25 0 4 0 652805162 288972800 1341 33554432000 4194304 4650419 140736057642352 18446744073709551615 274474010807 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=282200 CPUtime=0.08 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 266 0 0 0 8 0 0 0 25 0 4 0 652805162 288972800 1341 33554432000 4194304 4650419 140736057642352 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=282200 CPUtime=0.08 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 215 0 0 0 8 0 0 0 25 0 4 0 652805162 288972800 1341 33554432000 4194304 4650419 140736057642352 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 282200

[startup+0.111561 s]
/proc/loadavg: 7.83 7.92 5.88 5/310 19643
/proc/meminfo: memFree=17852544/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=282200 CPUtime=0.41 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 1571 0 0 0 41 0 0 0 25 0 4 0 652805162 288972800 1447 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 70550 1447 391 112 0 65515 0
[pid=19643/tid=19644] ppid=19641 vsize=282200 CPUtime=0.1 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 326 0 0 0 10 0 0 0 25 0 4 0 652805162 288972800 1447 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=282200 CPUtime=0.1 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 295 0 0 0 10 0 0 0 25 0 4 0 652805162 288972800 1447 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=282200 CPUtime=0.1 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 233 0 0 0 10 0 0 0 25 0 4 0 652805162 288972800 1447 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282200

[startup+0.300528 s]
/proc/loadavg: 7.83 7.92 5.88 5/310 19643
/proc/meminfo: memFree=17852544/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=283288 CPUtime=1.17 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 2463 0 0 0 117 0 0 0 25 0 4 0 652805162 290086912 1903 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 70822 1903 393 112 0 65787 0
[pid=19643/tid=19644] ppid=19641 vsize=283288 CPUtime=0.28 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 550 0 0 0 28 0 0 0 25 0 4 0 652805162 290086912 1903 33554432000 4194304 4650419 140736057642352 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=283288 CPUtime=0.29 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 523 0 0 0 29 0 0 0 25 0 4 0 652805162 290086912 1903 33554432000 4194304 4650419 140736057642352 18446744073709551615 4314818 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=283288 CPUtime=0.29 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 457 0 0 0 29 0 0 0 25 0 4 0 652805162 290086912 1903 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283288

[startup+0.700458 s]
/proc/loadavg: 7.83 7.92 5.88 5/310 19643
/proc/meminfo: memFree=17852544/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=284656 CPUtime=2.77 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 4315 0 0 0 276 1 0 0 25 0 4 0 652805162 291487744 2250 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 71164 2251 393 112 0 66129 0
[pid=19643/tid=19644] ppid=19641 vsize=284656 CPUtime=0.68 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 1016 0 0 0 68 0 0 0 25 0 4 0 652805162 291487744 2251 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=284656 CPUtime=0.69 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 1008 0 0 0 69 0 0 0 25 0 4 0 652805162 291487744 2251 33554432000 4194304 4650419 140736057642352 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=284656 CPUtime=0.69 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 903 0 0 0 69 0 0 0 25 0 4 0 652805162 291487744 2251 33554432000 4194304 4650419 140736057642352 18446744073709551615 4229514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284656

[startup+1.50032 s]
/proc/loadavg: 7.83 7.92 5.88 9/314 19647
/proc/meminfo: memFree=17841600/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=285092 CPUtime=5.95 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 7535 0 0 0 594 1 0 0 25 0 4 0 652805162 291934208 3811 33554432000 4194304 4650419 140736057642352 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 71273 3811 395 112 0 66238 0
[pid=19643/tid=19644] ppid=19641 vsize=285092 CPUtime=1.47 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 1698 0 0 0 147 0 0 0 25 0 4 0 652805162 291934208 3811 33554432000 4194304 4650419 140736057642352 18446744073709551615 4364500 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=285092 CPUtime=1.48 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 1650 0 0 0 148 0 0 0 25 0 4 0 652805162 291934208 3811 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=285092 CPUtime=1.49 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 1364 0 0 0 149 0 0 0 25 0 4 0 652805162 291934208 3811 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285092

[startup+3.10104 s]
/proc/loadavg: 7.83 7.92 5.88 9/314 19647
/proc/meminfo: memFree=17823992/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=294388 CPUtime=12.35 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 14094 0 0 0 1232 3 0 0 25 0 4 0 652805162 301453312 7734 33554432000 4194304 4650419 140736057642352 18446744073709551615 4360483 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 73597 7734 395 112 0 68562 0
[pid=19643/tid=19644] ppid=19641 vsize=294388 CPUtime=3.06 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 3409 0 0 0 305 1 0 0 25 0 4 0 652805162 301453312 7734 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=294388 CPUtime=3.08 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 3685 0 0 0 308 0 0 0 25 0 4 0 652805162 301453312 7735 33554432000 4194304 4650419 140736057642352 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=294388 CPUtime=3.09 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 3073 0 0 0 309 0 0 0 25 0 4 0 652805162 301453312 7735 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 294388

[startup+6.30048 s]
/proc/loadavg: 7.84 7.92 5.89 9/314 19647
/proc/meminfo: memFree=17818800/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=312428 CPUtime=25.11 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 21131 0 0 0 2507 4 0 0 25 0 4 0 652805162 319926272 11127 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 78107 11127 395 112 0 73072 0
[pid=19643/tid=19644] ppid=19641 vsize=312428 CPUtime=6.23 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 5577 0 0 0 622 1 0 0 25 0 4 0 652805162 319926272 11127 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=312428 CPUtime=6.29 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 5958 0 0 0 628 1 0 0 25 0 4 0 652805162 319926272 11127 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=312428 CPUtime=6.28 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 3916 0 0 0 628 0 0 0 25 0 4 0 652805162 319926272 11127 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 312428

[startup+12.7003 s]
/proc/loadavg: 7.62 7.87 5.88 9/314 19678
/proc/meminfo: memFree=17698732/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=313304 CPUtime=50.66 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 31914 0 0 0 5059 7 0 0 25 0 4 0 652805162 320823296 15333 33554432000 4194304 4650419 140736057642352 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 78326 15333 395 112 0 73291 0
[pid=19643/tid=19644] ppid=19641 vsize=313304 CPUtime=12.57 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 8569 0 0 0 1255 2 0 0 25 0 4 0 652805162 320823296 15333 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=313304 CPUtime=12.68 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 8801 0 0 0 1267 1 0 0 25 0 4 0 652805162 320823296 15333 33554432000 4194304 4650419 140736057642352 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=313304 CPUtime=12.68 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 5202 0 0 0 1268 0 0 0 25 0 4 0 652805162 320823296 15333 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 313304

[startup+25.5011 s]
/proc/loadavg: 7.77 7.89 5.92 9/314 19678
/proc/meminfo: memFree=17206480/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=316064 CPUtime=101.73 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 47570 0 0 0 10162 11 0 0 25 0 4 0 652805162 323649536 19111 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 79016 19111 395 112 0 73981 0
[pid=19643/tid=19644] ppid=19641 vsize=316064 CPUtime=25.25 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 14208 0 0 0 2521 4 0 0 25 0 4 0 652805162 323649536 19111 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=316064 CPUtime=25.48 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 13275 0 0 0 2546 2 0 0 25 0 4 0 652805162 323649536 19111 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=316064 CPUtime=25.49 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 6031 0 0 0 2548 1 0 0 25 0 4 0 652805162 323649536 19111 33554432000 4194304 4650419 140736057642352 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 316064

[startup+51.1006 s]
/proc/loadavg: 7.85 7.90 5.98 9/314 19679
/proc/meminfo: memFree=17101316/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=326364 CPUtime=203.88 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 72443 0 0 0 20369 19 0 0 25 0 4 0 652805162 334196736 24996 33554432000 4194304 4650419 140736057642352 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 81591 24996 395 112 0 76556 0
[pid=19643/tid=19644] ppid=19641 vsize=326364 CPUtime=50.6 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 22313 0 0 0 5055 5 0 0 25 0 4 0 652805162 334196736 24996 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=326364 CPUtime=51.09 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 20900 0 0 0 5104 5 0 0 25 0 4 0 652805162 334196736 24996 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=326364 CPUtime=51.08 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 7855 0 0 0 5106 2 0 0 25 0 4 0 652805162 334196736 24996 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 326364

[startup+102.312 s]
/proc/loadavg: 7.98 7.93 6.09 9/314 19681
/proc/meminfo: memFree=16992876/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=329484 CPUtime=408.22 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 110704 0 0 0 40790 32 0 0 25 0 4 0 652805162 337391616 33715 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 82371 33715 395 112 0 77336 0
[pid=19643/tid=19644] ppid=19641 vsize=329484 CPUtime=101.31 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 34705 0 0 0 10121 10 0 0 25 0 4 0 652805162 337391616 33715 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366068 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=329484 CPUtime=102.29 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 30585 0 0 0 10221 8 0 0 25 0 4 0 652805162 337391616 33715 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=329484 CPUtime=102.3 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 10189 0 0 0 10227 3 0 0 25 0 4 0 652805162 337391616 33715 33554432000 4194304 4650419 140736057642352 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 329484

[startup+162.301 s]

################
# More data... #
################

/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 18873 0 0 0 64223 8 0 0 25 0 4 0 652805162 508112896 69139 33554432000 4194304 4650419 140736057642352 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2562.82
Current children cumulated vsize (KiB) 496204

[startup+702.301 s]
/proc/loadavg: 8.13 8.07 7.03 9/314 19697
/proc/meminfo: memFree=16693416/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=484884 CPUtime=2802.2 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 357682 0 0 0 280098 122 0 0 25 0 4 0 652805162 496521216 69337 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 121221 69337 395 112 0 116186 0
[pid=19643/tid=19644] ppid=19641 vsize=484884 CPUtime=695.38 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 108128 0 0 0 69503 35 0 0 25 0 4 0 652805162 496521216 69337 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=484884 CPUtime=702.3 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 109749 0 0 0 70192 38 0 0 25 0 4 0 652805162 496521216 69337 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=484884 CPUtime=702.3 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19018 0 0 0 70222 8 0 0 25 0 4 0 652805162 496521216 69337 33554432000 4194304 4650419 140736057642352 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2802.2
Current children cumulated vsize (KiB) 484884

[startup+762.311 s]
/proc/loadavg: 8.04 8.05 7.08 9/314 19698
/proc/meminfo: memFree=16667820/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=526368 CPUtime=3041.64 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 377946 0 0 0 304033 131 0 0 25 0 4 0 652805162 539000832 76561 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 131592 76561 395 112 0 126557 0
[pid=19643/tid=19644] ppid=19641 vsize=526368 CPUtime=754.8 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 115451 0 0 0 75442 38 0 0 25 0 4 0 652805162 539000832 76561 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=526368 CPUtime=762.31 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 115352 0 0 0 76190 41 0 0 25 0 4 0 652805162 539000832 76561 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=526368 CPUtime=762.31 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19290 0 0 0 76223 8 0 0 25 0 4 0 652805162 539000832 76561 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3041.64
Current children cumulated vsize (KiB) 526368

[startup+822.301 s]
/proc/loadavg: 8.11 8.07 7.15 9/314 19700
/proc/meminfo: memFree=16648040/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=538812 CPUtime=3281.01 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 392204 0 0 0 327964 137 0 0 25 0 4 0 652805162 551743488 75357 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 134703 75357 395 112 0 129668 0
[pid=19643/tid=19644] ppid=19641 vsize=538812 CPUtime=814.2 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 122157 0 0 0 81380 40 0 0 25 0 4 0 652805162 551743488 75357 33554432000 4194304 4650419 140736057642352 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=538812 CPUtime=822.31 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 118437 0 0 0 82188 43 0 0 25 0 4 0 652805162 551743488 75357 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=538812 CPUtime=822.3 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19465 0 0 0 82222 8 0 0 25 0 4 0 652805162 551743488 75357 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3281.01
Current children cumulated vsize (KiB) 538812

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

[startup+844.701 s]
/proc/loadavg: 8.13 8.08 7.18 9/314 19700
/proc/meminfo: memFree=16668584/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=538916 CPUtime=3370.41 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 396895 0 0 0 336902 139 0 0 25 0 4 0 652805162 551849984 72842 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 134729 72842 395 112 0 129694 0
[pid=19643/tid=19644] ppid=19641 vsize=538916 CPUtime=836.38 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 124314 0 0 0 83597 41 0 0 25 0 4 0 652805162 551849984 72842 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=538916 CPUtime=844.72 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 120658 0 0 0 84428 44 0 0 25 0 4 0 652805162 551849984 72842 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=538916 CPUtime=844.71 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19484 0 0 0 84463 8 0 0 25 0 4 0 652805162 551849984 72842 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3370.41
Current children cumulated vsize (KiB) 538916

[startup+857.501 s]
/proc/loadavg: 8.19 8.09 7.19 9/314 19701
/proc/meminfo: memFree=16646012/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=538988 CPUtime=3421.46 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 400316 0 0 0 342005 141 0 0 25 0 4 0 652805162 551923712 73604 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365210 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 134747 73604 395 112 0 129712 0
[pid=19643/tid=19644] ppid=19641 vsize=538988 CPUtime=849.06 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 125182 0 0 0 84864 42 0 0 25 0 4 0 652805162 551923712 73604 33554432000 4194304 4650419 140736057642352 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=538988 CPUtime=857.51 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 122271 0 0 0 85706 45 0 0 25 0 4 0 652805162 551923712 73604 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=538988 CPUtime=857.5 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19484 0 0 0 85742 8 0 0 25 0 4 0 652805162 551923712 73604 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3421.46
Current children cumulated vsize (KiB) 538988

[startup+860.701 s]
/proc/loadavg: 8.17 8.09 7.19 9/314 19701
/proc/meminfo: memFree=16665976/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=538988 CPUtime=3434.23 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 400892 0 0 0 343282 141 0 0 25 0 4 0 652805162 551923712 74180 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 134747 74180 395 112 0 129712 0
[pid=19643/tid=19644] ppid=19641 vsize=538988 CPUtime=852.22 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 125321 0 0 0 85180 42 0 0 25 0 4 0 652805162 551923712 74180 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=538988 CPUtime=860.71 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 122445 0 0 0 86026 45 0 0 25 0 4 0 652805162 551923712 74180 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=538988 CPUtime=860.7 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19484 0 0 0 86062 8 0 0 25 0 4 0 652805162 551923712 74180 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3434.23
Current children cumulated vsize (KiB) 538988

[startup+862.301 s]
/proc/loadavg: 8.17 8.09 7.19 9/314 19701
/proc/meminfo: memFree=16662624/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=538988 CPUtime=3440.63 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 401151 0 0 0 343922 141 0 0 25 0 4 0 652805162 551923712 74439 33554432000 4194304 4650419 140736057642352 18446744073709551615 4313071 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 134747 74439 395 112 0 129712 0
[pid=19643/tid=19644] ppid=19641 vsize=538988 CPUtime=853.81 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 125389 0 0 0 85339 42 0 0 25 0 4 0 652805162 551923712 74439 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=538988 CPUtime=862.32 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 122527 0 0 0 86187 45 0 0 25 0 4 0 652805162 551923712 74439 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=538988 CPUtime=862.31 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19484 0 0 0 86223 8 0 0 25 0 4 0 652805162 551923712 74439 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3440.63
Current children cumulated vsize (KiB) 538988

[startup+863.101 s]
/proc/loadavg: 8.17 8.09 7.19 9/314 19701
/proc/meminfo: memFree=16662624/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=538988 CPUtime=3443.8 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 401286 0 0 0 344239 141 0 0 25 0 4 0 652805162 551923712 74574 33554432000 4194304 4650419 140736057642352 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 134747 74574 395 112 0 129712 0
[pid=19643/tid=19644] ppid=19641 vsize=538988 CPUtime=854.6 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 125426 0 0 0 85418 42 0 0 25 0 4 0 652805162 551923712 74574 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=538988 CPUtime=863.11 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 122574 0 0 0 86266 45 0 0 25 0 4 0 652805162 551923712 74574 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=538988 CPUtime=863.1 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19484 0 0 0 86302 8 0 0 25 0 4 0 652805162 551923712 74574 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3443.8
Current children cumulated vsize (KiB) 538988

[startup+863.512 s]
/proc/loadavg: 8.17 8.09 7.19 9/314 19701
/proc/meminfo: memFree=16668824/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=538988 CPUtime=3445.43 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 401358 0 0 0 344402 141 0 0 25 0 4 0 652805162 551923712 74646 33554432000 4194304 4650419 140736057642352 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 134747 74646 395 112 0 129712 0
[pid=19643/tid=19644] ppid=19641 vsize=538988 CPUtime=855 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 125446 0 0 0 85458 42 0 0 25 0 4 0 652805162 551923712 74646 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=538988 CPUtime=863.52 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 122599 0 0 0 86307 45 0 0 25 0 4 0 652805162 551923712 74646 33554432000 4194304 4650419 140736057642352 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=538988 CPUtime=863.51 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19484 0 0 0 86343 8 0 0 25 0 4 0 652805162 551923712 74646 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3445.43
Current children cumulated vsize (KiB) 538988

[startup+863.901 s]
/proc/loadavg: 8.17 8.09 7.19 9/314 19701
/proc/meminfo: memFree=16668824/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=538988 CPUtime=3446.99 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 401422 0 0 0 344558 141 0 0 25 0 4 0 652805162 551923712 74710 33554432000 4194304 4650419 140736057642352 18446744073709551615 4364424 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 134747 74710 395 112 0 129712 0
[pid=19643/tid=19644] ppid=19641 vsize=538988 CPUtime=855.39 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 125462 0 0 0 85497 42 0 0 25 0 4 0 652805162 551923712 74710 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=538988 CPUtime=863.91 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 122619 0 0 0 86346 45 0 0 25 0 4 0 652805162 551923712 74710 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=538988 CPUtime=863.9 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19484 0 0 0 86382 8 0 0 25 0 4 0 652805162 551923712 74710 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3446.99
Current children cumulated vsize (KiB) 538988

[startup+864 s]
/proc/loadavg: 8.17 8.09 7.19 9/314 19701
/proc/meminfo: memFree=16668824/32950928 swapFree=67111348/67111528
[pid=19643] ppid=19641 vsize=538988 CPUtime=3447.39 cores=0,2,4,6
/proc/19643/stat : 19643 (strangenight1-m) R 19641 19643 19509 0 -1 4202496 401438 0 0 0 344598 141 0 0 25 0 4 0 652805162 551923712 74726 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365313 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19643/statm: 134747 74726 395 112 0 129712 0
[pid=19643/tid=19644] ppid=19641 vsize=538988 CPUtime=855.49 cores=0,2,4,6
/proc/19643/task/19644/stat : 19644 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 125467 0 0 0 85507 42 0 0 25 0 4 0 652805162 551923712 74726 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19643/tid=19645] ppid=19641 vsize=538988 CPUtime=864.01 cores=0,2,4,6
/proc/19643/task/19645/stat : 19645 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 122625 0 0 0 86356 45 0 0 25 0 4 0 652805162 551923712 74726 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19643/tid=19646] ppid=19641 vsize=538988 CPUtime=864 cores=0,2,4,6
/proc/19643/task/19646/stat : 19646 (strangenight1-m) R 19641 19643 19509 0 -1 4202560 19484 0 0 0 86392 8 0 0 25 0 4 0 652805162 551923712 74726 33554432000 4194304 4650419 140736057642352 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3447.39
Current children cumulated vsize (KiB) 538988

Child status: 20
Real time (s): 864.082
CPU time (s): 3447.68
CPU user time (s): 3446.25
CPU system time (s): 1.43378
CPU usage (%): 398.999
Max. virtual memory (cumulated for all children) (KiB): 551360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3446.25
system time used= 1.43378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401452
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= 162
involuntary context switches= 16978

runsolver used 2.52761 second user time and 5.99909 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 00:27:35
IDJOB=3369087
IDBENCH=83096
IDSOLVER=1846
FILE ID=node125/3369087-1305412055
RUNJOBID= node125-1305410849-19527
PBS_JOBID= 13324523
Free space on /tmp= 73192 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S761041117-050.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369087-1305412055/watcher-3369087-1305412055 -o /tmp/evaluation-result-3369087-1305412055/solver-3369087-1305412055 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369087-1305412055.cnf

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

MD5SUM BENCH= cb62702a06eba78f1f4308935b49c22d
RANDOM SEED=1628417270

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.75
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.828
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:     32950928 kB
MemFree:      17852700 kB
Buffers:        256836 kB
Cached:        4034856 kB
SwapCached:          0 kB
Active:       11509432 kB
Inactive:      3214948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17852700 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6224 kB
Writeback:          12 kB
AnonPages:    10432684 kB
Mapped:          29996 kB
Slab:           274132 kB
PageTables:      36368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51452444 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= 73184 MiB
End job on node125 at 2011-05-15 00:41:59