Trace number 3366304

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 2040.51 511.433

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1263625223-038.SATISFIABLE.cnf
MD5SUMbcd207ee685856d0ca572e80c3354408
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366304-1305401168.cnf'
0.00/0.01	c -- header says num vars:            500
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 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:    500 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:      9  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:     248 undec:      49 neg:     203
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       491      2121         0         0      6417         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.37/0.15	c  N st     8      4915       491      2121         0      4824      6417    108730   no data   no data
1.57/0.40	c  N st    10     11297       491      2121         0      4490      6417     75342   no data   no data
2.78/0.70	c  N st    11     17041       491      2121         0     10105      6417    211062   no data   no data
4.41/1.12	c  F st    12     25000       491      2121         0     12408      6417    255267   no data   no data
4.41/1.13	c  N st    12     25000       491      2121         0     12408      6417    255267   no data   no data
5.16/1.38	c Decided on static restart strategy
5.16/1.38	c  N st    18     30000       491      2121         0     10658      6417    199980   no data   no data
5.16/1.38	c  S st    18     30000       491      2121         0     10658      6417    199980   no data   no data
5.56/1.41	c  S st    18     30508       491      2121         0     11163      6417    211375   no data   no data
5.56/1.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.56/1.41	c blocked clauses removed:       27 vars:      3 tried:         491 T: 0.00 s
5.56/1.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
5.56/1.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.42	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
5.56/1.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.48	c lits-rem:       179  cl-subs:      541  v-elim:      0  v-fix:    0  time:  0.05 s
5.56/1.48	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.01
5.56/1.49	c calculated reachability. Time: 0.00
5.56/1.49	c  N st    18     30508       487      2093         0     10599      6337    196906   no data   no data
7.17/1.87	c  N st    20     37620       487      2093         0      9875      6337    170205   no data   no data
8.80/2.29	c  N st    21     44019       487      2093         0     16157      6337    329981   no data   no data
9.55/2.41	c  S st    22     45763       487      2093         0      9117      6337    131661   no data   no data
9.55/2.44	c  S st    22     46263       487      2093         0      9616      6337    142773   no data   no data
9.55/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.55/2.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
9.55/2.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.55/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.46	c lits-rem:        44  cl-subs:       54  v-elim:      0  v-fix:    0  time:  0.01 s
9.55/2.46	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
9.55/2.46	c vivif2 --  cl tried     9562 cl shrink        0 lits rem          0 time: 0.00
9.55/2.46	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.01
9.55/2.46	c calculated reachability. Time: 0.00
9.55/2.46	c  N st    22     46263       487      2093         0      9562      6337    141219   no data   no data
13.19/3.39	c  N st    23     60663       487      2093         0     13893      6337    236774   no data   no data
15.93/4.03	c  N st    24     69394       487      2093         0     11674      6337    174583   no data   no data
15.93/4.03	c  S st    24     69394       487      2093         0     11674      6337    174583   no data   no data
15.93/4.06	c  S st    24     69895       487      2093         0     12174      6337    185843   no data   no data
15.93/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.93/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.93/4.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.93/4.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.93/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.93/4.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
15.93/4.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.93/4.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.93/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.93/4.09	c lits-rem:        48  cl-subs:      188  v-elim:      0  v-fix:    0  time:  0.02 s
15.93/4.09	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
15.93/4.09	c vivif2 --  cl tried    11986 cl shrink        0 lits rem          0 time: 0.00
16.33/4.10	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.01
16.33/4.10	c calculated reachability. Time: 0.00
16.33/4.10	c  N st    24     69895       487      2093         0     11986      6337    180859   no data   no data
21.13/5.38	c  F st    25     87502       487      2093         0     17531      6337    327713   no data   no data
21.13/5.38	c  N st    25     87502       487      2093         0     17531      6337    327713   no data   no data
22.71/5.76	c Decided on static restart strategy
23.91/6.01	c  N st    32     95539       487      2093         0     25388      6337    509906   no data   no data
26.35/6.62	c  N st    34    104842       487      2093         0     21750      6337    374999   no data   no data
26.35/6.62	c  S st    34    104842       487      2093         0     21750      6337    374999   no data   no data
26.35/6.68	c  S st    34    105345       487      2093         0     22253      6337    386702   no data   no data
26.35/6.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.35/6.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.35/6.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.35/6.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.35/6.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.35/6.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
26.35/6.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.35/6.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.71/6.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.11/6.84	c lits-rem:       138  cl-subs:      938  v-elim:      0  v-fix:    0  time:  0.14 s
27.11/6.84	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
27.11/6.85	c vivif2 --  cl tried    21315 cl shrink        0 lits rem          0 time: 0.00
27.11/6.86	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.01
27.11/6.86	c calculated reachability. Time: 0.00
27.11/6.86	c  N st    34    105345       487      2093         0     21315      6337    365029   no data   no data
30.32/7.63	c  N st    35    114945       487      2093         0     17002      6337    244151   no data   no data
35.13/8.83	c  N st    36    129342       487      2093         0     16369      6337    215095   no data   no data
42.28/10.60	c  N st    37    150938       487      2093         0     21760      6337    315695   no data   no data
44.66/11.20	c  S st    38    158018       487      2093         0     28671      6337    475066   no data   no data
44.66/11.27	c  S st    38    158518       487      2093         0     29171      6337    486890   no data   no data
44.66/11.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.66/11.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
44.66/11.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.66/11.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.66/11.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.66/11.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
44.66/11.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.66/11.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.06/11.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.26/11.65	c lits-rem:       415  cl-subs:     1862  v-elim:      0  v-fix:    0  time:  0.35 s
46.26/11.65	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
46.26/11.66	c vivif2 --  cl tried    27309 cl shrink        0 lits rem          0 time: 0.00
46.26/11.67	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.02
46.26/11.67	c calculated reachability. Time: 0.00
46.26/11.67	c  N st    38    158518       487      2093         0     27309      6337    449390   no data   no data
65.02/16.30	c  N st    39    207109       487      2093         0     22060      6337    296565   no data   no data
76.99/19.35	c  N st    40    237777       487      2093         0     32465      6337    518600   no data   no data
76.99/19.35	c  S st    40    237777       487      2093         0     32465      6337    518600   no data   no data
77.39/19.43	c  S st    40    238278       487      2093         0     32966      6337    529938   no data   no data
77.39/19.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.39/19.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
77.39/19.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.39/19.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.39/19.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.39/19.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
77.39/19.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.39/19.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.39/19.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.78/20.08	c lits-rem:       331  cl-subs:     2312  v-elim:      0  v-fix:    0  time:  0.61 s
79.78/20.08	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
79.78/20.08	c vivif2 --  cl tried    30654 cl shrink        0 lits rem          0 time: 0.01
80.18/20.10	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.02
80.18/20.10	c calculated reachability. Time: 0.00
80.18/20.10	c  N st    40    238278       487      2093         0     30654      6337    478881   no data   no data
108.11/27.19	c  F st    41    306252       487      2093         0     32559      6337    491606   no data   no data
108.11/27.19	c  N st    41    306252       487      2093         0     32559      6337    491606   no data   no data
110.49/27.78	c Decided on static restart strategy
121.68/30.53	c  N st    51    334555       487      2093         0     36818      6337    574898   no data   no data
132.85/33.33	c  N st    53    357418       487      2093         0     34791      6337    517012   no data   no data
132.85/33.33	c  S st    53    357418       487      2093         0     34791      6337    517012   no data   no data
133.25/33.42	c  S st    53    357923       487      2093         0     35295      6337    529304   no data   no data
133.25/33.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
133.25/33.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
133.25/33.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
133.25/33.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
133.25/33.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.25/33.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
133.25/33.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
133.25/33.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
133.25/33.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.05/33.69	c lits-rem:       163  cl-subs:      968  v-elim:      0  v-fix:    0  time:  0.24 s
134.05/33.69	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
134.45/33.70	c vivif2 --  cl tried    34327 cl shrink        0 lits rem          0 time: 0.01
134.45/33.72	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.02
134.45/33.72	c calculated reachability. Time: 0.00
134.45/33.72	c  N st    53    357923       487      2093         0     34327      6337    508037   no data   no data
150.40/37.77	c  N st    54    390316       487      2093         0     40591      6337    615513   no data   no data
177.13/44.41	c  N st    55    438906       487      2093         0     34265      6337    445876   no data   no data
217.83/54.69	c  N st    56    511788       487      2093         0     47830      6337    758217   no data   no data
231.80/58.19	c  N st    57    536885       487      2093         0     42108      6337    586003   no data   no data
231.80/58.19	c  S st    57    536885       487      2093         0     42108      6337    586003   no data   no data
232.22/58.30	c  S st    57    537390       487      2093         0     42613      6337    598227   no data   no data
232.22/58.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
232.64/58.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
232.64/58.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
232.64/58.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
232.64/58.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
232.64/58.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
232.64/58.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
232.64/58.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
232.64/58.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.59/58.88	c lits-rem:       207  cl-subs:     1894  v-elim:      0  v-fix:    0  time:  0.53 s
234.59/58.88	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
234.59/58.89	c vivif2 --  cl tried    40719 cl shrink        0 lits rem          0 time: 0.01
234.99/58.91	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.03
234.99/58.91	c calculated reachability. Time: 0.00
234.99/58.91	c  N st    57    537390       487      2093         0     40719      6337    555830   no data   no data
344.31/86.35	c  N st    58    701375       487      2093         0     69681      6337   1128948   no data   no data
417.73/104.70	c  N st    59    806085       487      2093         0     63844      6337   1014767   no data   no data
417.73/104.70	c  S st    59    806085       487      2093         0     63844      6337   1014767   no data   no data
418.13/104.89	c  S st    59    806587       487      2093         0     64345      6337   1026856   no data   no data
418.13/104.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
418.53/104.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
418.53/104.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
418.53/104.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
418.53/104.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
418.53/104.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
418.53/104.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
418.53/104.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
418.53/104.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.74/106.71	c lits-rem:       529  cl-subs:     3198  v-elim:      0  v-fix:    0  time:  1.75 s
425.74/106.71	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
425.74/106.72	c vivif2 --  cl tried    61147 cl shrink        0 lits rem          0 time: 0.01
425.74/106.78	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.05
425.74/106.78	c calculated reachability. Time: 0.00
425.74/106.78	c  N st    59    806587       487      2093         0     61147      6337    959648   no data   no data
622.42/156.08	c  F st    60   1071875       487      2093         0     77165      6337   1298204   no data   no data
622.42/156.08	c  N st    60   1071875       487      2093         0     77165      6337   1298204   no data   no data
628.79/157.67	c Decided on static restart strategy
647.55/162.35	c  N st    70   1100184       487      2093         0     60901      6337    838332   no data   no data
677.88/169.97	c  N st    72   1136177       487      2093         0     51074      6337    576269   no data   no data
706.99/177.24	c  N st    73   1168569       487      2093         0     82664      6337   1303109   no data   no data
738.11/185.06	c  N st    74   1209880       487      2093         0     77132      6337   1192227   no data   no data
738.11/185.06	c  S st    74   1209880       487      2093         0     77132      6337   1192227   no data   no data
738.91/185.29	c  S st    74   1210385       487      2093         0     77635      6337   1204264   no data   no data
739.32/185.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
739.32/185.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
739.32/185.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
739.32/185.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
739.32/185.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
739.32/185.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
739.32/185.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
739.32/185.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
739.32/185.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
752.07/188.55	c lits-rem:       383  cl-subs:     4776  v-elim:      0  v-fix:    0  time:  3.17 s
752.07/188.55	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
752.07/188.57	c vivif2 --  cl tried    72859 cl shrink        0 lits rem          0 time: 0.01
752.47/188.64	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.07
752.47/188.64	c calculated reachability. Time: 0.00
752.47/188.64	c  N st    74   1210385       487      2093         0     72859      6337   1099949   no data   no data
826.70/207.21	c  N st    75   1283267       487      2093         0     49319      6337    488203   no data   no data
937.21/234.93	c  N st    76   1392590       487      2093         0     57816      6337    659141   no data   no data
1082.45/271.38	c  N st    77   1556576       487      2093         0     62363      6337    725688   no data   no data
1218.91/305.52	c  N st    78   1710386       487      2093         0    103811      6337   1681901   no data   no data
1218.91/305.52	c  S st    78   1710386       487      2093         0    103811      6337   1681901   no data   no data
1220.14/305.85	c  S st    78   1710889       487      2093         0    104314      6337   1694237   no data   no data
1220.14/305.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1220.50/305.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1220.50/305.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1220.50/305.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1220.50/305.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1220.50/305.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
1220.50/305.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1220.50/305.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1220.50/305.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1267.58/317.78	c lits-rem:      2088  cl-subs:    11681  v-elim:      0  v-fix:    0  time: 11.79 s
1267.58/317.78	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
1267.58/317.80	c vivif2 --  cl tried    92633 cl shrink        0 lits rem          0 time: 0.02
1267.99/317.89	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.09
1267.99/317.90	c calculated reachability. Time: 0.00
1267.99/317.90	c  N st    78   1710889       487      2093         0     92633      6337   1446539   no data   no data
1626.67/407.78	c  N st    79   2079853       487      2093         0    104659      6337   1593189   no data   no data
1755.18/439.92	c  N st    80   2210889       487      2093         0    108974      6337   1720347   no data   no data
1755.18/439.92	c  S st    80   2210889       487      2093         0    108974      6337   1720347   no data   no data
1756.75/440.30	c  S st    80   2211390       487      2093         0    109475      6337   1732253   no data   no data
1756.75/440.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1756.75/440.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1756.75/440.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1756.75/440.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1756.75/440.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1756.75/440.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
1756.75/440.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1756.75/440.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1757.15/440.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1791.45/449.06	c lits-rem:       614  cl-subs:     7264  v-elim:      0  v-fix:    0  time:  8.63 s
1791.45/449.06	c vivif2 --  cl tried     2093 cl shrink        0 lits rem          0 time: 0.00
1791.45/449.09	c vivif2 --  cl tried   102211 cl shrink        0 lits rem          0 time: 0.02
1791.85/449.19	c asymm  cl-useful: 0/2093/2093 lits-rem:0 time: 0.11
1791.85/449.20	c calculated reachability. Time: 0.00
1791.85/449.20	c  N st    80   2211390       487      2093         0    102211      6337   1573108   no data   no data
2040.45/511.41	c  E st    81   2440899         0      2093         0     66528      6337    613319   no data   no data
2040.45/511.41	c Verified 2093 clauses.
2040.45/511.41	c Solution needs extension. Extending.
2040.45/511.41	c Verified 2093 clauses.
2040.45/511.41	c Following stats are for *FIRST FINISHED THREAD ONLY*
2040.45/511.41	c num threads              : 4          
2040.45/511.41	c restarts                 : 81         
2040.45/511.41	c dynamic restarts         : 0          
2040.45/511.41	c static restarts          : 81         
2040.45/511.41	c full restarts            : 4          
2040.45/511.41	c total simplify time      : 0.00       
2040.45/511.41	c learnts DL2              : 0          
2040.45/511.41	c learnts size 2           : 0          
2040.45/511.41	c learnts size 1           : 0           (0.00      % of vars)
2040.45/511.41	c filedLit time            : 0.21        (0.04      % time)
2040.45/511.41	c v-elim SatELite          : 13          (2.60      % vars)
2040.45/511.41	c SatELite time            : 27.17       (5.32      % time)
2040.45/511.41	c v-elim xor               : 0           (0.00      % vars)
2040.45/511.41	c xor elim time            : 0.03        (0.01      % time)
2040.45/511.41	c num binary xor trees     : 0          
2040.45/511.41	c binxor trees' crown      : 0           (nan       leafs/tree)
2040.45/511.41	c bin xor find time        : 0.00       
2040.45/511.41	c OTF clause improved      : 62438       (0.03      clauses/conflict)
2040.45/511.41	c OTF impr. size diff      : 67973       (1.09       lits/clause)
2040.45/511.41	c OTF cl watch-shrink      : 771675      (0.32      clauses/conflict)
2040.45/511.41	c OTF cl watch-sh-lit      : 1056345     (1.37       lits/clause)
2040.45/511.41	c tried to recurMin cls    : 278668      (11.42      % of conflicts)
2040.45/511.41	c updated cache            : 7082        (0.03       lits/tried recurMin)
2040.45/511.41	c unit cls recevied        : 0           (nan       % of units)
2040.45/511.41	c unit cls sent            : 0           (nan       % of units)
2040.45/511.41	c bin cls recevied         : 0          
2040.45/511.41	c bin cls sent             : 0          
2040.45/511.41	c clauses over max glue    : 0           (0.00      % of all clauses)
2040.45/511.41	c conflicts                : 2440899     (4776.17   / sec)
2040.45/511.41	c decisions                : 2869097     (0.41      % random)
2040.45/511.41	c bogo-props               : 59541060371 (116505643.41 / sec)
2040.45/511.41	c conflict literals        : 58575048    (25.72     % deleted)
2040.45/511.41	c Memory used              : 480.05      MB
2040.45/511.41	c single-thread CPU time   : 511.06      s
2040.45/511.41	c all-threads sum CPU time : 2039.10     s
2040.45/511.41	s SATISFIABLE
2040.45/511.41	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 -76 77 -78 79 -80 81 82 -83 -84 -85 -86 87 88 89 -90 -91 -92 -93 -94 -95 -96 -97 -98 99 100 -101 102 103 -104 -105 106 -107 -108 -109 110 111 112 -113 -114 115 -116 117 118 119 120 -121 -122 123 -124 -125 -126 127 128 129 -130 131 -132 -133 -134 -135 -136 137 138 -139 -140 -141 142 143 -144 145 -146 147 148 149 150 -151 152 -153 154 -155 156 -157 -158 159 160 -161 -162 163 164 -165 166 -167 168 169 170 171 -172 173 174 -175 -176 177 -178 -179 -180 -181 182 -183 184 -185 -186 187 188 189 -190 191 192 -193 -194 -195 196 197 198 199 -200 201 202 -203 204 205 -206 -207 -208 209 -210 -211 212 213 214 215 216 217 218 219 -220 221 -222 -223 -224 -225 -226 -227 -228 229 -230 -231 -232 -233 -234 -235 -236 237 238 -239 -240 241 -242 -243 -244 -245 -246 -247 248 249 -250 -251 252 -253 -254 255 256 257 -258 -259 260 261 -262 -263 264 -265 -266 267 -268 -269 -270 -271 -272 273 274 -275 276 -277 -278 -279 280 281 282 -283 284 -285 -286 287 288 289 -290 291 -292 293 -294 -295 -296 297 -298 299 300 -301 302 -303 304 305 -306 307 308 -309 -310 -311 -312 313 314 315 316 317 318 319 -320 -321 -322 -323 -324 325 326 -327 328 -329 -330 331 -332 333 -334 -335 -336 -337 -338 339 340 -341 342 343 344 345 346 -347 348 -349 350 351 352 353 -354 -355 -356 -357 358 359 -360 361 362 -363 364 365 -366 -367 368 369 370 371 372 373 -374 375 -376 -377 378 -379 380 -381 382 383 -384 -385 386 -387 -388 389 390 391 392 393 -394 395 396 397 398 -399 -400 401 -402 403 404 405 -406 -407 -408 -409 410 -411 412 -413 -414 -415 -416 417 418 419 420 421 422 -423 424 -425 -426 -427 428 -429 430 -431 432 -433 434 435 436 437 438 439 -440 -441 442 443 444 445 -446 447 448 -449 450 -451 452 -453 -454 455 -456 -457 458 -459 460 461 -462 -463 464 -465 -466 -467 468 469 470 -471 472 -473 474 475 476 -477 478 479 -480 481 -482 -483 484 -485 -486 -487 488 -489 -490 -491 492 -493 -494 495 496 -497 498 -499 500 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-3366304-1305401168/watcher-3366304-1305401168 -o /tmp/evaluation-result-3366304-1305401168/solver-3366304-1305401168 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366304-1305401168.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: 8.06 8.08 7.97 2/305 13678
/proc/meminfo: memFree=12332404/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 651715597 52396032 348 33554432000 4194304 4580107 140735798505312 18446744073709551615 47480731723698 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 12792 348 299 95 0 7774 0
[pid=13678/tid=13680] ppid=13676 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 651715598 52396032 348 33554432000 4194304 4580107 140735798505312 18446744073709551615 47480731723698 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 651715598 52396032 348 33554432000 4194304 4580107 140735798505312 18446744073709551615 47480731723696 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 651715598 52396032 348 33554432000 4194304 4580107 140735798505312 18446744073709551615 235594922993 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.09341 s]
/proc/loadavg: 8.06 8.08 7.97 2/305 13678
/proc/meminfo: memFree=12332404/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=282152 CPUtime=0.34 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 1591 0 0 0 34 0 0 0 24 0 4 0 651715597 288923648 1468 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 70538 1468 377 95 0 65520 0
[pid=13678/tid=13680] ppid=13676 vsize=282152 CPUtime=0.08 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 298 0 0 0 8 0 0 0 24 0 4 0 651715598 288923648 1468 33554432000 4194304 4580107 140735798505312 18446744073709551615 4306071 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=282152 CPUtime=0.08 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 323 0 0 0 8 0 0 0 24 0 4 0 651715598 288923648 1468 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293682 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=282152 CPUtime=0.08 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 245 0 0 0 8 0 0 0 25 0 4 0 651715598 288923648 1468 33554432000 4194304 4580107 140735798505312 18446744073709551615 4322880 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 282152

[startup+0.100408 s]
/proc/loadavg: 8.06 8.08 7.97 2/305 13678
/proc/meminfo: memFree=12332404/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=282152 CPUtime=0.37 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 1625 0 0 0 37 0 0 0 24 0 4 0 651715597 288923648 1502 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 70538 1502 377 95 0 65520 0
[pid=13678/tid=13680] ppid=13676 vsize=282152 CPUtime=0.09 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 307 0 0 0 9 0 0 0 24 0 4 0 651715598 288923648 1502 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=282152 CPUtime=0.09 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 330 0 0 0 9 0 0 0 24 0 4 0 651715598 288923648 1502 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=282152 CPUtime=0.08 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 254 0 0 0 8 0 0 0 25 0 4 0 651715598 288923648 1503 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282152

[startup+0.300373 s]
/proc/loadavg: 8.06 8.08 7.97 2/305 13678
/proc/meminfo: memFree=12332404/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=283720 CPUtime=1.17 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 2716 0 0 0 117 0 0 0 25 0 4 0 651715597 290529280 2040 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 70930 2040 377 95 0 65912 0
[pid=13678/tid=13680] ppid=13676 vsize=283720 CPUtime=0.29 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 587 0 0 0 29 0 0 0 25 0 4 0 651715598 290529280 2040 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=283720 CPUtime=0.29 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 599 0 0 0 29 0 0 0 25 0 4 0 651715598 290529280 2040 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=283720 CPUtime=0.28 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 518 0 0 0 28 0 0 0 25 0 4 0 651715598 290529280 2040 33554432000 4194304 4580107 140735798505312 18446744073709551615 4324367 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283720

[startup+0.700304 s]
/proc/loadavg: 8.06 8.08 7.97 2/305 13678
/proc/meminfo: memFree=12332404/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=284640 CPUtime=2.78 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 4268 0 0 0 277 1 0 0 25 0 4 0 651715597 291471360 2730 33554432000 4194304 4580107 140735798505312 18446744073709551615 4321270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 71160 2731 377 95 0 66142 0
[pid=13678/tid=13680] ppid=13676 vsize=284640 CPUtime=0.69 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 991 0 0 0 69 0 0 0 25 0 4 0 651715598 291471360 2731 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=284640 CPUtime=0.69 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 997 0 0 0 69 0 0 0 25 0 4 0 651715598 291471360 2731 33554432000 4194304 4580107 140735798505312 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=284640 CPUtime=0.68 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 890 0 0 0 68 0 0 0 25 0 4 0 651715598 291471360 2731 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284640

[startup+1.50016 s]
/proc/loadavg: 8.06 8.08 7.97 9/315 13691
/proc/meminfo: memFree=12305464/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=285796 CPUtime=5.96 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 8546 0 0 0 595 1 0 0 25 0 4 0 651715597 292655104 4505 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 71449 4505 379 95 0 66431 0
[pid=13678/tid=13680] ppid=13676 vsize=285796 CPUtime=1.49 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 1766 0 0 0 149 0 0 0 25 0 4 0 651715598 292655104 4505 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=285796 CPUtime=1.49 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 1743 0 0 0 149 0 0 0 25 0 4 0 651715598 292655104 4506 33554432000 4194304 4580107 140735798505312 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=285796 CPUtime=1.47 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 1620 0 0 0 147 0 0 0 25 0 4 0 651715598 292655104 4506 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285796

[startup+3.10088 s]
/proc/loadavg: 8.06 8.08 7.97 9/315 13691
/proc/meminfo: memFree=12279176/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=291024 CPUtime=12.36 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 17734 0 0 0 1233 3 0 0 25 0 4 0 651715597 298008576 8995 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 72756 8995 379 95 0 67738 0
[pid=13678/tid=13680] ppid=13676 vsize=291024 CPUtime=3.09 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 4062 0 0 0 309 0 0 0 25 0 4 0 651715598 298008576 8995 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=291024 CPUtime=3.09 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 4690 0 0 0 309 0 0 0 25 0 4 0 651715598 298008576 8995 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=291024 CPUtime=3.06 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 4343 0 0 0 306 0 0 0 25 0 4 0 651715598 298008576 8995 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291024

[startup+6.30032 s]
/proc/loadavg: 8.05 8.07 7.97 9/315 13691
/proc/meminfo: memFree=12226980/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=297872 CPUtime=25.12 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 28080 0 0 0 2507 5 0 0 25 0 4 0 651715597 305020928 12189 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 74468 12189 379 95 0 69450 0
[pid=13678/tid=13680] ppid=13676 vsize=297872 CPUtime=6.29 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 7078 0 0 0 628 1 0 0 25 0 4 0 651715598 305020928 12189 33554432000 4194304 4580107 140735798505312 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=297872 CPUtime=6.29 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 7709 0 0 0 628 1 0 0 25 0 4 0 651715598 305020928 12189 33554432000 4194304 4580107 140735798505312 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=297872 CPUtime=6.22 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 6233 0 0 0 622 0 0 0 25 0 4 0 651715598 305020928 12190 33554432000 4194304 4580107 140735798505312 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 297872

[startup+12.7002 s]
/proc/loadavg: 8.05 8.07 7.97 9/315 13692
/proc/meminfo: memFree=12156416/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=308268 CPUtime=50.65 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 44506 0 0 0 5057 8 0 0 25 0 4 0 651715597 315666432 17762 33554432000 4194304 4580107 140735798505312 18446744073709551615 4321100 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 77067 17762 379 95 0 72049 0
[pid=13678/tid=13680] ppid=13676 vsize=308268 CPUtime=12.69 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 10334 0 0 0 1268 1 0 0 25 0 4 0 651715598 315666432 17762 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=308268 CPUtime=12.69 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 10858 0 0 0 1267 2 0 0 25 0 4 0 651715598 315666432 17762 33554432000 4194304 4580107 140735798505312 18446744073709551615 4318719 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=308268 CPUtime=12.56 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 10847 0 0 0 1255 1 0 0 25 0 4 0 651715598 315666432 17762 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 308268

[startup+25.5009 s]
/proc/loadavg: 8.11 8.09 7.97 9/315 13692
/proc/meminfo: memFree=12094912/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=311016 CPUtime=101.72 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 66534 0 0 0 10160 12 0 0 25 0 4 0 651715597 318480384 24248 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 77754 24248 379 95 0 72736 0
[pid=13678/tid=13680] ppid=13676 vsize=311016 CPUtime=25.49 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 15722 0 0 0 2546 3 0 0 25 0 4 0 651715598 318480384 24248 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=311016 CPUtime=25.49 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 16666 0 0 0 2546 3 0 0 25 0 4 0 651715598 318480384 24248 33554432000 4194304 4580107 140735798505312 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=311016 CPUtime=25.23 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 15619 0 0 0 2521 2 0 0 25 0 4 0 651715598 318480384 24248 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 311016

[startup+51.1004 s]
/proc/loadavg: 8.17 8.11 7.98 9/315 13693
/proc/meminfo: memFree=12050372/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=325056 CPUtime=203.87 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 100923 0 0 0 20366 21 0 0 25 0 4 0 651715597 332857344 30530 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 81264 30530 379 95 0 76246 0
[pid=13678/tid=13680] ppid=13676 vsize=325056 CPUtime=51.09 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 24911 0 0 0 5104 5 0 0 25 0 4 0 651715598 332857344 30530 33554432000 4194304 4580107 140735798505312 18446744073709551615 4323134 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=325056 CPUtime=51.08 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 25798 0 0 0 5103 5 0 0 25 0 4 0 651715598 332857344 30530 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=325056 CPUtime=50.57 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 24011 0 0 0 5053 4 0 0 25 0 4 0 651715598 332857344 30530 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 325056

[startup+102.311 s]
/proc/loadavg: 8.07 8.09 7.98 9/315 13694
/proc/meminfo: memFree=11997892/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=335204 CPUtime=408.19 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 155099 0 0 0 40783 36 0 0 25 0 4 0 651715597 343248896 35774 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 83801 35774 379 95 0 78783 0
[pid=13678/tid=13680] ppid=13676 vsize=335204 CPUtime=102.3 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 39323 0 0 0 10221 9 0 0 25 0 4 0 651715598 343248896 35774 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=335204 CPUtime=102.28 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 37763 0 0 0 10220 8 0 0 25 0 4 0 651715598 343248896 35774 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=335204 CPUtime=101.27 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 39054 0 0 0 10119 8 0 0 25 0 4 0 651715598 343248896 35774 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 335204

[startup+162.301 s]

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

/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 74413 0 0 0 27927 21 0 0 25 0 4 0 651715598 363524096 60084 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1126.34
Current children cumulated vsize (KiB) 355004

[startup+342.3 s]
/proc/loadavg: 8.12 8.10 8.01 9/315 13701
/proc/meminfo: memFree=11729140/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=409864 CPUtime=1365.73 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 338358 0 0 0 136473 100 0 0 25 0 4 0 651715597 419700736 65003 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 102466 65003 379 95 0 97448 0
[pid=13678/tid=13680] ppid=13676 vsize=409864 CPUtime=342.29 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 80806 0 0 0 34205 24 0 0 25 0 4 0 651715598 419700736 65003 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=409864 CPUtime=342.24 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 84959 0 0 0 34200 24 0 0 25 0 4 0 651715598 419700736 65003 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=409864 CPUtime=338.87 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 83708 0 0 0 33863 24 0 0 25 0 4 0 651715598 419700736 65003 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1365.73
Current children cumulated vsize (KiB) 409864

[startup+402.301 s]
/proc/loadavg: 8.12 8.11 8.01 9/315 13702
/proc/meminfo: memFree=11668084/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=487600 CPUtime=1605.13 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 374204 0 0 0 160399 114 0 0 25 0 4 0 651715597 499302400 67707 33554432000 4194304 4580107 140735798505312 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 121900 67707 379 95 0 116882 0
[pid=13678/tid=13680] ppid=13676 vsize=487600 CPUtime=402.29 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 88269 0 0 0 40201 28 0 0 25 0 4 0 651715598 499302400 67707 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=487600 CPUtime=402.23 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 95639 0 0 0 40196 27 0 0 25 0 4 0 651715598 499302400 67707 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=487600 CPUtime=398.27 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 92045 0 0 0 39800 27 0 0 25 0 4 0 651715598 499302400 67707 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1605.13
Current children cumulated vsize (KiB) 487600

[startup+462.301 s]
/proc/loadavg: 8.11 8.11 8.02 9/315 13704
/proc/meminfo: memFree=11598120/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=489088 CPUtime=1844.52 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 409945 0 0 0 184323 129 0 0 25 0 4 0 651715597 500826112 70597 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 122272 70597 379 95 0 117254 0
[pid=13678/tid=13680] ppid=13676 vsize=489088 CPUtime=462.29 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 96138 0 0 0 46198 31 0 0 25 0 4 0 651715598 500826112 70597 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=489088 CPUtime=462.22 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 103567 0 0 0 46192 30 0 0 25 0 4 0 651715598 500826112 70597 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=489088 CPUtime=457.67 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 101630 0 0 0 45735 32 0 0 25 0 4 0 651715598 500826112 70597 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1844.52
Current children cumulated vsize (KiB) 489088

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

[startup+486.301 s]
/proc/loadavg: 8.13 8.12 8.02 9/315 13704
/proc/meminfo: memFree=11620796/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=491268 CPUtime=1940.28 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 423616 0 0 0 193894 134 0 0 25 0 4 0 651715597 503058432 71394 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 122817 71394 379 95 0 117799 0
[pid=13678/tid=13680] ppid=13676 vsize=491268 CPUtime=486.29 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 100233 0 0 0 48596 33 0 0 25 0 4 0 651715598 503058432 71394 33554432000 4194304 4580107 140735798505312 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=491268 CPUtime=486.22 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 106600 0 0 0 48591 31 0 0 25 0 4 0 651715598 503058432 71394 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=491268 CPUtime=481.43 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 104968 0 0 0 48110 33 0 0 25 0 4 0 651715598 503058432 71394 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1940.28
Current children cumulated vsize (KiB) 491268

[startup+499.101 s]
/proc/loadavg: 8.11 8.12 8.02 9/315 13705
/proc/meminfo: memFree=11600952/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=491380 CPUtime=1991.36 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 430848 0 0 0 198999 137 0 0 25 0 4 0 651715597 503173120 72819 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 122845 72819 379 95 0 117827 0
[pid=13678/tid=13680] ppid=13676 vsize=491380 CPUtime=499.09 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 101517 0 0 0 49876 33 0 0 25 0 4 0 651715598 503173120 72819 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=491380 CPUtime=499.02 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 109627 0 0 0 49870 32 0 0 25 0 4 0 651715598 503173120 72819 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=491380 CPUtime=494.11 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 105914 0 0 0 49377 34 0 0 25 0 4 0 651715598 503173120 72819 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1991.36
Current children cumulated vsize (KiB) 491380

[startup+505.501 s]
/proc/loadavg: 8.10 8.11 8.02 9/315 13705
/proc/meminfo: memFree=11615824/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=491484 CPUtime=2016.89 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 435131 0 0 0 201551 138 0 0 25 0 4 0 651715597 503279616 71909 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 122871 71909 379 95 0 117853 0
[pid=13678/tid=13680] ppid=13676 vsize=491484 CPUtime=505.49 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 103077 0 0 0 50515 34 0 0 25 0 4 0 651715598 503279616 71909 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293105 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=491484 CPUtime=505.42 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 110160 0 0 0 50510 32 0 0 25 0 4 0 651715598 503279616 71909 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=491484 CPUtime=500.44 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 107483 0 0 0 50010 34 0 0 25 0 4 0 651715598 503279616 71909 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2016.89
Current children cumulated vsize (KiB) 491484

[startup+508.701 s]
/proc/loadavg: 8.09 8.11 8.02 9/315 13705
/proc/meminfo: memFree=11606772/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=491484 CPUtime=2029.65 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 436353 0 0 0 202827 138 0 0 25 0 4 0 651715597 503279616 73130 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 122871 73130 379 95 0 117853 0
[pid=13678/tid=13680] ppid=13676 vsize=491484 CPUtime=508.69 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 103412 0 0 0 50835 34 0 0 25 0 4 0 651715598 503279616 73130 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=491484 CPUtime=508.62 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 110418 0 0 0 50830 32 0 0 25 0 4 0 651715598 503279616 73130 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=491484 CPUtime=503.61 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 107815 0 0 0 50327 34 0 0 25 0 4 0 651715598 503279616 73130 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2029.65
Current children cumulated vsize (KiB) 491484

[startup+510.301 s]
/proc/loadavg: 8.08 8.11 8.02 9/315 13705
/proc/meminfo: memFree=11601436/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=491484 CPUtime=2036.05 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 436919 0 0 0 203467 138 0 0 25 0 4 0 651715597 503279616 73696 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 122871 73696 379 95 0 117853 0
[pid=13678/tid=13680] ppid=13676 vsize=491484 CPUtime=510.3 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 103545 0 0 0 50996 34 0 0 25 0 4 0 651715598 503279616 73698 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=491484 CPUtime=510.23 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 110538 0 0 0 50991 32 0 0 25 0 4 0 651715598 503279616 73698 33554432000 4194304 4580107 140735798505312 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=491484 CPUtime=505.2 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 107959 0 0 0 50486 34 0 0 25 0 4 0 651715598 503279616 73698 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2036.05
Current children cumulated vsize (KiB) 491484

[startup+511.101 s]
/proc/loadavg: 8.08 8.11 8.02 9/315 13705
/proc/meminfo: memFree=11601436/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=491532 CPUtime=2039.23 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 438089 0 0 0 203784 139 0 0 25 0 4 0 651715597 503328768 72280 33554432000 4194304 4580107 140735798505312 18446744073709551615 4304880 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 122883 72280 379 95 0 117865 0
[pid=13678/tid=13680] ppid=13676 vsize=491532 CPUtime=511.09 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 103617 0 0 0 51075 34 0 0 25 0 4 0 651715598 503328768 72280 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=491532 CPUtime=511.01 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 111484 0 0 0 51069 32 0 0 25 0 4 0 651715598 503328768 72280 33554432000 4194304 4580107 140735798505312 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=491532 CPUtime=506 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 108026 0 0 0 50565 35 0 0 25 0 4 0 651715598 503328768 72280 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2039.23
Current children cumulated vsize (KiB) 491532

[startup+511.301 s]
/proc/loadavg: 8.08 8.11 8.02 9/315 13705
/proc/meminfo: memFree=11601436/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=491532 CPUtime=2040.03 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 438155 0 0 0 203864 139 0 0 25 0 4 0 651715597 503328768 72346 33554432000 4194304 4580107 140735798505312 18446744073709551615 4304874 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 122883 72346 379 95 0 117865 0
[pid=13678/tid=13680] ppid=13676 vsize=491532 CPUtime=511.29 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 103636 0 0 0 51095 34 0 0 25 0 4 0 651715598 503328768 72346 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=491532 CPUtime=511.21 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 111513 0 0 0 51089 32 0 0 25 0 4 0 651715598 503328768 72346 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=491532 CPUtime=506.2 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 108044 0 0 0 50585 35 0 0 25 0 4 0 651715598 503328768 72346 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2040.03
Current children cumulated vsize (KiB) 491532

[startup+511.401 s]
/proc/loadavg: 8.08 8.11 8.02 9/315 13705
/proc/meminfo: memFree=11612100/32950928 swapFree=67111348/67111528
[pid=13678] ppid=13676 vsize=491572 CPUtime=2040.45 cores=0,2,4,6
/proc/13678/stat : 13678 (strangenight2-m) R 13676 13678 13350 0 -1 4202496 438992 0 0 0 203906 139 0 0 25 0 4 0 651715597 503369728 70570 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13678/statm: 122893 70570 379 95 0 117875 0
[pid=13678/tid=13680] ppid=13676 vsize=491572 CPUtime=511.4 cores=0,2,4,6
/proc/13678/task/13680/stat : 13680 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 103645 0 0 0 51106 34 0 0 25 0 4 0 651715598 503369728 70573 33554432000 4194304 4580107 140735798505312 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13678/tid=13681] ppid=13676 vsize=491572 CPUtime=511.32 cores=0,2,4,6
/proc/13678/task/13681/stat : 13681 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 111530 0 0 0 51100 32 0 0 25 0 4 0 651715598 503369728 70573 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13678/tid=13682] ppid=13676 vsize=491572 CPUtime=506.3 cores=0,2,4,6
/proc/13678/task/13682/stat : 13682 (strangenight2-m) R 13676 13678 13350 0 -1 4202560 108052 0 0 0 50595 35 0 0 25 0 4 0 651715598 503369728 70573 33554432000 4194304 4580107 140735798505312 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2040.45
Current children cumulated vsize (KiB) 491572

Child status: 10
Real time (s): 511.433
CPU time (s): 2040.51
CPU user time (s): 2039.1
CPU system time (s): 1.40779
CPU usage (%): 398.979
Max. virtual memory (cumulated for all children) (KiB): 503552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2039.1
system time used= 1.40779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 439006
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= 253
involuntary context switches= 8985

runsolver used 1.51177 second user time and 3.61245 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 21:26:08
IDJOB=3366304
IDBENCH=82713
IDSOLVER=1844
FILE ID=node120/3366304-1305401168
RUNJOBID= node120-1305401168-13664
PBS_JOBID= 13324463
Free space on /tmp= 73508 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1263625223-038.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366304-1305401168/watcher-3366304-1305401168 -o /tmp/evaluation-result-3366304-1305401168/solver-3366304-1305401168 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366304-1305401168.cnf

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

MD5SUM BENCH= bcd207ee685856d0ca572e80c3354408
RANDOM SEED=81527899

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.78
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.809
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.809
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.809
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:      12332808 kB
Buffers:        255312 kB
Cached:        3571344 kB
SwapCached:          0 kB
Active:       17354188 kB
Inactive:      2976400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12332808 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5648 kB
Writeback:           0 kB
AnonPages:    16503940 kB
Mapped:          24076 kB
Slab:           175028 kB
PageTables:      48352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51551000 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= 73500 MiB
End job on node120 at 2011-05-14 21:34:40