Trace number 3174260

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? (TO) 4800.16 1203.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1744841484-003.SATISFIABLE.cnf
MD5SUMdfb1a270a60c2005459af6275114712d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014996
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174260-1304116305.cnf'
0.00/0.00	c -- header says num vars:            700
0.00/0.00	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2982/2982 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:    700 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.16/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
3.16/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.16/0.80	c calculated reachability. Time: 0.00
3.16/0.80	c Calc default polars -  time:   0.00 s pos:     306 undec:      61 neg:     333
3.16/0.80	c =========================================================================================
3.16/0.80	c types(t): F = full restart, N = normal restart
3.16/0.80	c types(t): S = simplification begin/end, E = solution found
3.16/0.80	c restart types(rt): st = static, dy = dynamic
3.16/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.80	c  B st     0         0       686      2969         0         0      9010         0   no data   no data
3.16/0.80	c Decided on static restart strategy
3.16/0.80	c  N st     8      4915       686      2969         0      4866      9010    144150   no data   no data
3.16/0.80	c  N st    10     11297       686      2969         0      4526      9010     96224   no data   no data
3.16/0.80	c  N st    11     17040       686      2969         0     10200      9010    285704   no data   no data
5.16/1.30	c  F st    12     25001       686      2969         0     12487      9010    353779   no data   no data
5.16/1.30	c  N st    12     25001       686      2969         0     12487      9010    353779   no data   no data
5.56/1.49	c Decided on static restart strategy
5.56/1.49	c  N st    18     30003       686      2969         0     10762      9010    255539   no data   no data
5.56/1.49	c  S st    18     30003       686      2969         0     10762      9010    255539   no data   no data
5.96/1.52	c  S st    18     30505       686      2969         0     11263      9010    269778   no data   no data
5.96/1.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.96/1.53	c blocked clauses removed:       44 vars:      7 tried:         686 T: 0.00 s
5.96/1.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
5.96/1.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.96/1.53	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.00 s
5.96/1.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.58	c lits-rem:        80  cl-subs:      250  v-elim:      0  v-fix:    0  time:  0.04 s
5.96/1.59	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.01
5.96/1.59	c calculated reachability. Time: 0.00
5.96/1.59	c  N st    18     30505       677      2923         0     10218      8890    238011   no data   no data
7.96/2.01	c  N st    20     37616       677      2923         0      9854      8890    205162   no data   no data
7.96/2.41	c  N st    21     44015       677      2923         0     16158      8890    411386   no data   no data
7.96/2.54	c  S st    22     45757       677      2923         0      9258      8890    164034   no data   no data
7.96/2.56	c  S st    22     46261       677      2923         0      9762      8890    177299   no data   no data
7.96/2.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.96/2.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
7.96/2.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.96/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.96/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.96/2.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
7.96/2.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.96/2.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.96/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.96/2.59	c lits-rem:         9  cl-subs:       47  v-elim:      0  v-fix:    0  time:  0.01 s
7.96/2.59	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
7.96/2.59	c vivif2 --  cl tried     9715 cl shrink        0 lits rem          0 time: 0.00
7.96/2.60	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.01
7.96/2.60	c calculated reachability. Time: 0.00
7.96/2.60	c  N st    22     46261       677      2923         0      9715      8890    175728   no data   no data
8.54/3.62	c  N st    23     60661       677      2923         0     14203      8890    293198   no data   no data
15.48/4.32	c  N st    24     69393       677      2923         0     12006      8890    217199   no data   no data
15.48/4.32	c  S st    24     69393       677      2923         0     12006      8890    217199   no data   no data
15.48/4.36	c  S st    24     69898       677      2923         0     12510      8890    231753   no data   no data
15.48/4.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.48/4.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.48/4.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.48/4.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.48/4.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.48/4.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
15.48/4.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.48/4.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.48/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.88/4.40	c lits-rem:        15  cl-subs:      116  v-elim:      0  v-fix:    0  time:  0.02 s
15.88/4.40	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
15.88/4.40	c vivif2 --  cl tried    12394 cl shrink        0 lits rem          0 time: 0.00
15.88/4.41	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.01
15.88/4.41	c calculated reachability. Time: 0.00
15.88/4.41	c  N st    24     69898       677      2923         0     12394      8890    227864   no data   no data
21.06/5.77	c  F st    25     87501       677      2923         0     17976      8890    401206   no data   no data
21.06/5.77	c  N st    25     87501       677      2923         0     17976      8890    401206   no data   no data
23.05/6.23	c  N dy    32     93324       677      2923         0     23733      8890    572341     19.74     20.83
25.05/6.77	c  N dy    62    100324       677      2923         0     17798      8890    307754     19.45     20.50
26.67/7.13	c  S st    82    104849       677      2923         0     22292      8890    434632     19.39     16.83
26.67/7.19	c  S st    82    105355       677      2923         0     22798      8890    448682     19.39   no data
26.67/7.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.05/7.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.05/7.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.05/7.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.05/7.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.05/7.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
27.05/7.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.05/7.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.05/7.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.05/7.29	c lits-rem:        63  cl-subs:      182  v-elim:      0  v-fix:    0  time:  0.07 s
27.05/7.29	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
27.45/7.30	c vivif2 --  cl tried    22616 cl shrink        0 lits rem          0 time: 0.00
27.45/7.31	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.01
27.45/7.31	c calculated reachability. Time: 0.00
27.45/7.31	c  N dy    82    105355       677      2923         0     22616      8890    442265     19.39   no data
29.84/7.96	c  N dy   109    112670       677      2923         0     15969      8890    214624     19.27     20.34
32.63/8.61	c  N dy   134    120844       677      2923         0     24072      8890    440691     19.04     20.06
35.45/9.37	c  N dy   177    128601       677      2923         0     16891      8890    214325     19.20     20.27
38.63/10.17	c  N dy   206    137865       677      2923         0     26079      8890    473090     19.14     20.26
42.23/11.05	c  N dy   258    147003       677      2923         0     19269      8890    252285     19.24     20.25
45.81/11.93	c  N dy   315    156457       677      2923         0     28640      8890    517279     19.36     21.39
46.21/12.09	c  S st   318    158033       677      2923         0     30199      8890    562248     19.31     18.88
46.61/12.16	c  S st   318    158537       677      2923         0     30702      8890    576596     19.31   no data
46.61/12.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.61/12.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
46.61/12.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.61/12.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.61/12.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.61/12.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
46.61/12.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
46.61/12.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.01/12.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.42/12.35	c lits-rem:       115  cl-subs:      315  v-elim:      0  v-fix:    0  time:  0.14 s
47.42/12.35	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
47.42/12.35	c vivif2 --  cl tried    30387 cl shrink        0 lits rem          0 time: 0.01
47.42/12.37	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.02
47.42/12.37	c calculated reachability. Time: 0.00
47.42/12.37	c  N dy   318    158537       677      2923         0     30387      8890    565602     19.31   no data
52.21/13.57	c  N dy   355    171554       677      2923         0     26416      8890    429695     19.21     20.45
57.01/14.78	c  N dy   413    182544       677      2923         0     19479      8890    210079     19.28     20.51
61.40/15.90	c  N dy   465    194221       677      2923         0     31041      8890    533303     19.33     20.41
67.38/17.31	c  N dy   480    207289       677      2923         0     25161      8890    358829     19.17     20.52
73.36/18.89	c  N dy   558    220663       677      2923         0     38440      8890    738366     19.24     20.69
79.37/20.39	c  N dy   634    234776       677      2923         0     32594      8890    539844     19.33     20.60
80.95/20.77	c  S st   655    237808       677      2923         0     35602      8890    624610     19.35     19.71
81.35/20.85	c  S st   655    238308       677      2923         0     36101      8890    638625     19.35   no data
81.35/20.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.35/20.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.35/20.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.35/20.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.35/20.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.35/20.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
81.35/20.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
81.35/20.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.35/20.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.15/21.08	c lits-rem:       136  cl-subs:      428  v-elim:      0  v-fix:    0  time:  0.19 s
82.15/21.08	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
82.15/21.09	c vivif2 --  cl tried    35673 cl shrink        0 lits rem          0 time: 0.01
82.55/21.11	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.02
82.55/21.11	c calculated reachability. Time: 0.00
82.55/21.11	c  N dy   655    238308       677      2923         0     35673      8890    624162     19.35   no data
89.03/22.85	c  N dy   710    253520       677      2923         0     29912      8890    438093     19.34     22.97
97.64/24.99	c  N dy   790    270255       677      2923         0     24711      8890    265275     19.37     20.49
106.04/27.08	c  N dy   876    287526       677      2923         0     41865      8890    764177     19.42     25.17
115.62/29.41	c  F st   985    306250       677      2923         0     37617      8890    614926     19.49     18.02
115.62/29.41	c  N st   985    306250       677      2923         0     37617      8890    614926     19.49     18.02
118.02/30.10	c Decided on static restart strategy
129.60/32.90	c  N st   995    334552       677      2923         0     41786      8890    989960     19.49   no data
142.37/36.12	c  N st   997    357464       677      2923         0     39540      8890    872293     19.49   no data
142.37/36.12	c  S st   997    357464       677      2923         0     39540      8890    872293     19.49   no data
142.77/36.22	c  S st   997    357965       677      2923         0     40041      8890    886634     19.49   no data
142.77/36.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.77/36.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
142.77/36.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.77/36.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.77/36.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.77/36.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
142.77/36.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
142.77/36.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.77/36.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.97/37.04	c lits-rem:       250  cl-subs:     1634  v-elim:      0  v-fix:    0  time:  0.77 s
145.97/37.04	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
145.97/37.06	c vivif2 --  cl tried    38407 cl shrink        0 lits rem          0 time: 0.01
145.97/37.08	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.03
145.97/37.09	c calculated reachability. Time: 0.00
145.97/37.09	c  N st   997    357965       677      2923         0     38407      8890    830919     19.49   no data
165.14/41.87	c  N st   998    390359       677      2923         0     44725      8890   1006638     19.49   no data
194.29/49.17	c  N st   999    438948       677      2923         0     38420      8890    728453     19.49   no data
239.42/60.43	c  N st  1000    511830       677      2923         0     52193      8890   1124384     19.49   no data
254.20/64.13	c  N st  1001    536948       677      2923         0     46313      8890    877406     19.49   no data
254.20/64.13	c  S st  1001    536948       677      2923         0     46313      8890    877406     19.49   no data
254.62/64.24	c  S st  1001    537453       677      2923         0     46817      8890    892122     19.49   no data
254.62/64.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
254.62/64.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
254.62/64.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
254.62/64.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
254.62/64.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.62/64.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
254.62/64.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
254.62/64.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
254.62/64.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
258.59/65.28	c lits-rem:       257  cl-subs:     1672  v-elim:      0  v-fix:    0  time:  0.98 s
258.59/65.28	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
258.59/65.29	c vivif2 --  cl tried    45145 cl shrink        0 lits rem          0 time: 0.01
259.01/65.33	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.03
259.01/65.33	c calculated reachability. Time: 0.00
259.01/65.33	c  N st  1001    537453       677      2923         0     45145      8890    842173     19.49   no data
372.81/93.80	c  N st  1002    701437       677      2923         0     39343      8890    569092     19.49   no data
454.28/114.23	c  N st  1003    806179       677      2923         0     68918      8890   1491599     19.49   no data
454.28/114.23	c  S st  1003    806179       677      2923         0     68918      8890   1491599     19.49   no data
455.08/114.41	c  S st  1003    806683       677      2923         0     69420      8890   1506350     19.49   no data
455.08/114.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
455.08/114.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
455.08/114.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
455.08/114.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.08/114.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
455.08/114.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
455.08/114.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
455.08/114.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
455.48/114.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
469.06/117.96	c lits-rem:      1527  cl-subs:     2377  v-elim:      0  v-fix:    0  time:  3.45 s
469.06/117.96	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
469.06/117.98	c vivif2 --  cl tried    67043 cl shrink        0 lits rem          0 time: 0.02
469.46/118.05	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.06
469.46/118.05	c calculated reachability. Time: 0.00
469.46/118.05	c  N st  1003    806683       677      2923         0     67043      8890   1429636     19.49   no data
698.73/175.41	c  F st  1004   1071875       677      2923         0     82316      8890   1720773     19.49   no data
698.73/175.41	c  N st  1004   1071875       677      2923         0     82316      8890   1720773     19.49   no data
704.69/176.98	c Decided on static restart strategy
722.67/181.41	c  N st  1014   1100178       677      2923         0     66105      8890   1233040     19.49   no data
755.03/189.58	c  N st  1016   1136170       677      2923         0     56355      8890    876144     19.49   no data
786.98/197.59	c  N st  1017   1168562       677      2923         0     88273      8890   1844556     19.49   no data
824.50/206.93	c  N st  1018   1210024       677      2923         0     82654      8890   1645617     19.49   no data
824.50/206.93	c  S st  1018   1210024       677      2923         0     82654      8890   1645617     19.49   no data
825.30/207.16	c  S st  1018   1210529       677      2923         0     83159      8890   1660851     19.49   no data
825.30/207.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
825.71/207.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
825.71/207.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
825.71/207.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
825.71/207.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
825.71/207.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
825.71/207.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
825.71/207.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
825.71/207.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
859.65/215.73	c lits-rem:       600  cl-subs:     4716  v-elim:      0  v-fix:    0  time:  8.45 s
859.65/215.73	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
859.65/215.76	c vivif2 --  cl tried    78443 cl shrink        0 lits rem          0 time: 0.02
860.05/215.87	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.11
860.05/215.87	c calculated reachability. Time: 0.00
860.05/215.87	c  N st  1018   1210529       677      2923         0     78443      8890   1515792     19.49   no data
937.51/235.29	c  N st  1019   1283413       677      2923         0     54704      8890    737458     19.49   no data
1044.16/261.95	c  N st  1020   1392736       677      2923         0     63270      8890    978422     19.49   no data
1225.09/307.22	c  N st  1021   1556720       677      2923         0     67950      8890   1030793     19.49   no data
1395.63/349.90	c  N st  1022   1710531       677      2923         0    110501      8890   2477852     19.49   no data
1395.63/349.90	c  S st  1022   1710531       677      2923         0    110501      8890   2477852     19.49   no data
1396.83/350.20	c  S st  1022   1711033       677      2923         0    111003      8890   2492024     19.49   no data
1396.83/350.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1396.83/350.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1396.83/350.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1396.83/350.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1396.83/350.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1396.83/350.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
1396.83/350.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1397.23/350.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1397.23/350.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1441.54/361.46	c lits-rem:      1456  cl-subs:     3020  v-elim:      0  v-fix:    0  time: 11.07 s
1441.54/361.46	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
1441.93/361.50	c vivif2 --  cl tried   107983 cl shrink        0 lits rem          0 time: 0.04
1442.33/361.62	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.12
1442.33/361.62	c calculated reachability. Time: 0.00
1442.33/361.62	c  N st  1022   1711033       677      2923         0    107983      8890   2376098     19.49   no data
1877.28/470.56	c  N st  1023   2079999       677      2923         0    119095      8890   2598065     19.49   no data
2047.45/513.14	c  N st  1024   2211034       677      2923         0    123260      8890   2742780     19.49   no data
2047.45/513.14	c  S st  1024   2211034       677      2923         0    123260      8890   2742780     19.49   no data
2049.02/513.52	c  S st  1024   2211540       677      2923         0    123766      8890   2757322     19.49   no data
2049.02/513.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2049.02/513.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2049.02/513.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2049.02/513.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2049.02/513.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2049.02/513.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
2049.02/513.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2049.42/513.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2049.82/513.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2123.69/532.24	c lits-rem:       930  cl-subs:     5584  v-elim:      0  v-fix:    0  time: 18.52 s
2123.69/532.24	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
2123.69/532.27	c vivif2 --  cl tried   118182 cl shrink        0 lits rem          0 time: 0.03
2124.49/532.41	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.14
2124.49/532.41	c calculated reachability. Time: 0.00
2124.49/532.41	c  N st  1024   2211540       677      2923         0    118182      8890   2546569     19.49   no data
2805.45/702.97	c  N st  1025   2711541       677      2923         0     71016      8890    756068     19.49   no data
2805.45/702.97	c  S st  1025   2711541       677      2923         0     71016      8890    756068     19.49   no data
2806.25/703.15	c  S st  1025   2712046       677      2923         0     71520      8890    770622     19.49   no data
2806.25/703.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2806.25/703.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
2806.25/703.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2806.25/703.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2806.25/703.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2806.25/703.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
2806.25/703.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2806.65/703.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2806.65/703.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2807.07/703.34	c lits-rem:        13  cl-subs:       59  v-elim:      0  v-fix:    0  time:  0.10 s
2807.07/703.34	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
2807.07/703.35	c vivif2 --  cl tried    71461 cl shrink        0 lits rem          0 time: 0.01
2807.47/703.42	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.06
2807.47/703.42	c calculated reachability. Time: 0.00
2807.47/703.42	c  N st  1025   2712046       677      2923         0     71461      8890    769361     19.49   no data
3511.94/880.59	c  N st  1026   3212047       677      2923         0    117163      8890   2044553     19.49   no data
3511.94/880.59	c  S st  1026   3212047       677      2923         0    117163      8890   2044553     19.49   no data
3513.96/881.09	c  S st  1026   3212549       677      2923         0    117664      8890   2059247     19.49   no data
3514.33/881.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3514.33/881.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.08
3514.33/881.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3514.33/881.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3514.33/881.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3514.33/881.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
3514.33/881.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3514.73/881.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3514.73/881.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3576.64/896.72	c lits-rem:       238  cl-subs:     5802  v-elim:      0  v-fix:    0  time: 15.33 s
3576.64/896.72	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
3576.64/896.75	c vivif2 --  cl tried   111862 cl shrink        0 lits rem          0 time: 0.03
3577.04/896.88	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.13
3577.04/896.88	c calculated reachability. Time: 0.00
3577.04/896.88	c  N st  1026   3212549       677      2923         0    111862      8890   1898459     19.49   no data
4358.73/1092.59	c  N st  1027   3712549       677      2923         0    122656      8890   2073389     19.49   no data
4358.73/1092.59	c  S st  1027   3712549       677      2923         0    122656      8890   2073389     19.49   no data
4360.73/1093.02	c  S st  1027   3713050       677      2923         0    123157      8890   2087942     19.49   no data
4360.73/1093.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4361.13/1093.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
4361.13/1093.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4361.13/1093.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4361.13/1093.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4361.13/1093.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
4361.13/1093.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4361.13/1093.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4361.54/1093.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4403.86/1103.86	c lits-rem:       482  cl-subs:     6398  v-elim:      0  v-fix:    0  time: 10.59 s
4403.86/1103.86	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
4403.86/1103.89	c vivif2 --  cl tried   116759 cl shrink        0 lits rem          0 time: 0.03
4404.66/1104.02	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.13
4404.66/1104.03	c calculated reachability. Time: 0.00
4404.66/1104.03	c  N st  1027   3713050       677      2923         0    116759      8890   1914730     19.49   no data
4487.35/1124.71	c  F st  1028   3751563       677      2923         0    154560      8890   3098414     19.49   no data
4487.35/1124.71	c  N st  1028   3751563       677      2923         0    154560      8890   3098414     19.49   no data
4500.93/1128.14	c Decided on static restart strategy
4542.86/1138.61	c  N st  1038   3779868       677      2923         0     99312      8890   1339889     19.49   no data
4597.99/1152.42	c  N st  1040   3815861       677      2923         0    134775      8890   2463165     19.49   no data
4674.66/1171.65	c  N st  1041   3848254       677      2923         0    166578      8890   3429652     19.49   no data
4750.56/1190.64	c  N st  1042   3896842       677      2923         0    129942      8890   2257962     19.49   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174260-1304116305/watcher-3174260-1304116305 -o /tmp/evaluation-result-3174260-1304116305/solver-3174260-1304116305 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174260-1304116305.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.20 7.11 6.16 5/178 27481
/proc/meminfo: memFree=30415328/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 523230131 52441088 347 33554432000 4194304 4627427 140735213444240 18446744073709551615 274664864753 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 12803 347 299 106 0 7774 0
[pid=27481/tid=27482] ppid=27479 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523230131 52441088 347 33554432000 4194304 4627427 140735213444240 18446744073709551615 47179913394092 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523230131 52441088 347 33554432000 4194304 4627427 140735213444240 18446744073709551615 47179913394092 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523230131 52441088 347 33554432000 4194304 4627427 140735213444240 18446744073709551615 274676606006 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.109057 s]
/proc/loadavg: 8.20 7.11 6.16 5/178 27481
/proc/meminfo: memFree=30415328/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=282468 CPUtime=0.4 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 1957 0 0 0 40 0 0 0 18 0 4 0 523230131 289247232 1798 33554432000 4194304 4627427 140735213444240 18446744073709551615 4333037 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 70617 1798 384 106 0 65588 0
[pid=27481/tid=27482] ppid=27479 vsize=282468 CPUtime=0.1 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 425 0 0 0 10 0 0 0 18 0 4 0 523230131 289247232 1798 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=282468 CPUtime=0.1 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 416 0 0 0 10 0 0 0 18 0 4 0 523230131 289247232 1798 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=282468 CPUtime=0.1 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 277 0 0 0 10 0 0 0 25 0 4 0 523230131 289247232 1798 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282468

[startup+0.201043 s]
/proc/loadavg: 8.20 7.11 6.16 5/178 27481
/proc/meminfo: memFree=30415328/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=284000 CPUtime=0.77 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 2675 0 0 0 77 0 0 0 18 0 4 0 523230131 290816000 1813 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308117 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 71000 1813 385 106 0 65971 0
[pid=27481/tid=27482] ppid=27479 vsize=284000 CPUtime=0.19 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 605 0 0 0 19 0 0 0 18 0 4 0 523230131 290816000 1813 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=284000 CPUtime=0.19 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 588 0 0 0 19 0 0 0 18 0 4 0 523230131 290816000 1813 33554432000 4194304 4627427 140735213444240 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=284000 CPUtime=0.19 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 455 0 0 0 19 0 0 0 25 0 4 0 523230131 290816000 1813 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284000

[startup+0.301024 s]
/proc/loadavg: 8.20 7.11 6.16 5/178 27481
/proc/meminfo: memFree=30415328/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=284132 CPUtime=1.17 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 3109 0 0 0 117 0 0 0 18 0 4 0 523230131 290951168 2247 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308291 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 71033 2247 385 106 0 66004 0
[pid=27481/tid=27482] ppid=27479 vsize=284132 CPUtime=0.29 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 710 0 0 0 29 0 0 0 18 0 4 0 523230131 290951168 2247 33554432000 4194304 4627427 140735213444240 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=284132 CPUtime=0.29 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 690 0 0 0 29 0 0 0 18 0 4 0 523230131 290951168 2247 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=284132 CPUtime=0.29 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 555 0 0 0 29 0 0 0 25 0 4 0 523230131 290951168 2247 33554432000 4194304 4627427 140735213444240 18446744073709551615 4332840 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) 284132

[startup+0.700956 s]
/proc/loadavg: 8.20 7.11 6.16 5/178 27481
/proc/meminfo: memFree=30415328/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=285208 CPUtime=2.76 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 4914 0 0 0 276 0 0 0 18 0 4 0 523230131 292052992 2963 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 71302 2963 385 106 0 66273 0
[pid=27481/tid=27482] ppid=27479 vsize=285208 CPUtime=0.69 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 1144 0 0 0 69 0 0 0 18 0 4 0 523230131 292052992 2963 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308280 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=285208 CPUtime=0.69 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 1121 0 0 0 69 0 0 0 18 0 4 0 523230131 292052992 2963 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=285208 CPUtime=0.69 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 1013 0 0 0 69 0 0 0 25 0 4 0 523230131 292052992 2963 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308291 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285208

[startup+1.50082 s]
/proc/loadavg: 8.34 7.16 6.18 9/182 27486
/proc/meminfo: memFree=30401408/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=286808 CPUtime=5.96 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 8501 0 0 0 595 1 0 0 19 0 4 0 523230131 293691392 3514 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 71702 3514 386 106 0 66673 0
[pid=27481/tid=27482] ppid=27479 vsize=286808 CPUtime=1.49 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 2028 0 0 0 149 0 0 0 19 0 4 0 523230131 293691392 3514 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=286808 CPUtime=1.48 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 2028 0 0 0 148 0 0 0 19 0 4 0 523230131 293691392 3514 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=286808 CPUtime=1.48 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 1908 0 0 0 148 0 0 0 25 0 4 0 523230131 293691392 3514 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309905 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) 286808

[startup+3.82142 s]
/proc/loadavg: 8.34 7.16 6.18 9/182 27486
/proc/meminfo: memFree=30372816/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=283100 CPUtime=13.57 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 19020 0 0 0 1353 4 0 0 25 0 4 0 523230131 289894400 9570 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 70775 9570 389 106 0 65746 0
[pid=27481/tid=27482] ppid=27479 vsize=283100 CPUtime=3.8 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 5078 0 0 0 380 0 0 0 25 0 4 0 523230131 289894400 9570 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=283100 CPUtime=3.81 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 5560 0 0 0 380 1 0 0 25 0 4 0 523230131 289894400 9570 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=283100 CPUtime=2.12 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 2369 0 0 0 211 1 0 0 25 0 4 0 523230131 289894400 9570 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.57
Current children cumulated vsize (KiB) 283100

[startup+6.30099 s]
/proc/loadavg: 8.31 7.17 6.19 9/182 27486
/proc/meminfo: memFree=30376404/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=293516 CPUtime=23.45 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 29144 0 0 0 2340 5 0 0 25 0 4 0 523230131 300560384 14987 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 73379 14987 389 106 0 68350 0
[pid=27481/tid=27482] ppid=27479 vsize=293516 CPUtime=6.28 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 8094 0 0 0 628 0 0 0 25 0 4 0 523230131 300560384 14987 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=293516 CPUtime=6.29 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 8273 0 0 0 628 1 0 0 25 0 4 0 523230131 300560384 14987 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=293516 CPUtime=4.58 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 5275 0 0 0 456 2 0 0 25 0 4 0 523230131 300560384 14987 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308135 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.45
Current children cumulated vsize (KiB) 293516

[startup+12.7009 s]
/proc/loadavg: 8.29 7.18 6.20 9/182 27486
/proc/meminfo: memFree=30337216/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=301360 CPUtime=49.01 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 44293 0 0 0 4891 10 0 0 25 0 4 0 523230131 308592640 20928 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 75340 20928 389 106 0 70311 0
[pid=27481/tid=27482] ppid=27479 vsize=301360 CPUtime=12.67 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 11883 0 0 0 1266 1 0 0 25 0 4 0 523230131 308592640 20928 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308307 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=301360 CPUtime=12.69 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 11632 0 0 0 1267 2 0 0 25 0 4 0 523230131 308592640 20928 33554432000 4194304 4627427 140735213444240 18446744073709551615 4305493 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=301360 CPUtime=10.93 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 8911 0 0 0 1090 3 0 0 25 0 4 0 523230131 308592640 20928 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.01
Current children cumulated vsize (KiB) 301360

[startup+25.5007 s]
/proc/loadavg: 8.24 7.21 6.22 9/182 27486
/proc/meminfo: memFree=30319208/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=311432 CPUtime=100.04 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 62136 0 0 0 9991 13 0 0 25 0 4 0 523230131 318906368 30531 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 77858 30531 389 106 0 72829 0
[pid=27481/tid=27482] ppid=27479 vsize=311432 CPUtime=25.44 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 13385 0 0 0 2543 1 0 0 25 0 4 0 523230131 318906368 30531 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=311432 CPUtime=25.48 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 18811 0 0 0 2545 3 0 0 25 0 4 0 523230131 318906368 30531 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=311432 CPUtime=23.61 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 12638 0 0 0 2357 4 0 0 25 0 4 0 523230131 318906368 30531 33554432000 4194304 4627427 140735213444240 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.04
Current children cumulated vsize (KiB) 311432

[startup+51.1062 s]
/proc/loadavg: 8.22 7.30 6.28 9/182 27487
/proc/meminfo: memFree=30232584/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=311432 CPUtime=202.29 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 91836 0 0 0 20208 21 0 0 25 0 4 0 523230131 318906368 39134 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 77858 39134 389 106 0 72829 0
[pid=27481/tid=27482] ppid=27479 vsize=311432 CPUtime=51.03 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 16172 0 0 0 5101 2 0 0 25 0 4 0 523230131 318906368 39134 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309327 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=311432 CPUtime=51.09 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 27918 0 0 0 5103 6 0 0 25 0 4 0 523230131 318906368 39134 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=311432 CPUtime=49.06 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 20485 0 0 0 4899 7 0 0 25 0 4 0 523230131 318906368 39134 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.29
Current children cumulated vsize (KiB) 311432

[startup+102.3 s]
/proc/loadavg: 8.17 7.42 6.37 9/182 27488
/proc/meminfo: memFree=30185816/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=477872 CPUtime=406.76 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 133233 0 0 0 40643 33 0 0 25 0 4 0 523230131 489340928 56207 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 119468 56207 389 106 0 114439 0
[pid=27481/tid=27482] ppid=27479 vsize=477872 CPUtime=102.19 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 20896 0 0 0 10216 3 0 0 25 0 4 0 523230131 489340928 56207 33554432000 4194304 4627427 140735213444240 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=477872 CPUtime=102.28 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 36889 0 0 0 10220 8 0 0 25 0 4 0 523230131 489340928 56207 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=477872 CPUtime=99.96 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 36965 0 0 0 9984 12 0 0 25 0 4 0 523230131 489340928 56207 33554432000 4194304 4627427 140735213444240 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.76
Current children cumulated vsize (KiB) 477872

[startup+162.301 s]

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

[pid=27481] ppid=27479 vsize=653004 CPUtime=2803.08 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 520356 0 0 0 280122 186 0 0 25 0 4 0 523230131 668676096 115036 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 163251 115036 389 106 0 158222 0
[pid=27481/tid=27482] ppid=27479 vsize=653004 CPUtime=702.02 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 98614 0 0 0 70165 37 0 0 25 0 4 0 523230131 668676096 115036 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=653004 CPUtime=702.29 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 128623 0 0 0 70184 45 0 0 25 0 4 0 523230131 668676096 115036 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=653004 CPUtime=696.43 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 147022 0 0 0 69582 61 0 0 25 0 4 0 523230131 668676096 115036 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2803.08
Current children cumulated vsize (KiB) 653004

[startup+762.3 s]
/proc/loadavg: 8.04 7.96 7.20 9/182 27506
/proc/meminfo: memFree=29739740/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=759932 CPUtime=3042.67 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 551297 0 0 0 304070 197 0 0 25 0 4 0 523230131 778170368 120069 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 189983 120069 389 106 0 184954 0
[pid=27481/tid=27482] ppid=27479 vsize=759932 CPUtime=762.01 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 103969 0 0 0 76162 39 0 0 25 0 4 0 523230131 778170368 120069 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=759932 CPUtime=762.28 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 136083 0 0 0 76181 47 0 0 25 0 4 0 523230131 778170368 120069 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=759932 CPUtime=756.05 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 156201 0 0 0 75540 65 0 0 25 0 4 0 523230131 778170368 120069 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.67
Current children cumulated vsize (KiB) 759932

[startup+822.301 s]
/proc/loadavg: 8.26 8.03 7.26 9/182 27538
/proc/meminfo: memFree=29888672/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=642712 CPUtime=3279.48 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 583415 0 0 0 327735 213 0 0 25 0 4 0 523230131 658137088 121902 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27481/statm: 160678 121902 389 106 0 155649 0
[pid=27481/tid=27482] ppid=27479 vsize=642712 CPUtime=822.01 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 113169 0 0 0 82158 43 0 0 25 0 4 0 523230131 658137088 121902 33554432000 4194304 4627427 140735213444240 18446744073709551615 4332670 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=642712 CPUtime=822.28 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 145478 0 0 0 82175 53 0 0 25 0 4 0 523230131 658137088 121902 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=642712 CPUtime=814.46 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 164628 0 0 0 81378 68 0 0 25 0 4 0 523230131 658137088 121902 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.48
Current children cumulated vsize (KiB) 642712

[startup+882.301 s]
/proc/loadavg: 8.15 8.03 7.31 9/182 27540
/proc/meminfo: memFree=29694736/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=792968 CPUtime=3519.12 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 620209 0 0 0 351684 228 0 0 25 0 4 0 523230131 811999232 129541 33554432000 4194304 4627427 140735213444240 18446744073709551615 4420191 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27481/statm: 198242 129541 389 106 0 193213 0
[pid=27481/tid=27482] ppid=27479 vsize=792968 CPUtime=881.99 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 123084 0 0 0 88153 46 0 0 25 0 4 0 523230131 811999232 129541 33554432000 4194304 4627427 140735213444240 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=792968 CPUtime=882.28 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 150463 0 0 0 88172 56 0 0 25 0 4 0 523230131 811999232 129541 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=792968 CPUtime=874.46 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 177909 0 0 0 87374 72 0 0 25 0 4 0 523230131 811999232 129541 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3519.12
Current children cumulated vsize (KiB) 792968

[startup+942.3 s]
/proc/loadavg: 8.11 8.04 7.36 10/182 27541
/proc/meminfo: memFree=29401556/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=845932 CPUtime=3758.78 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 647682 0 0 0 375637 241 0 0 25 0 4 0 523230131 866234368 132824 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27481/statm: 211483 132824 389 106 0 206454 0
[pid=27481/tid=27482] ppid=27479 vsize=845932 CPUtime=941.99 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 129062 0 0 0 94151 48 0 0 25 0 4 0 523230131 866234368 132824 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=845932 CPUtime=942.27 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 160815 0 0 0 94168 59 0 0 25 0 4 0 523230131 866234368 132824 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=845932 CPUtime=934.47 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 183880 0 0 0 93370 77 0 0 25 0 4 0 523230131 866234368 132824 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3758.78
Current children cumulated vsize (KiB) 845932

[startup+1002.3 s]
/proc/loadavg: 8.09 8.05 7.40 9/182 27543
/proc/meminfo: memFree=29316580/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=833936 CPUtime=3998.44 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 673490 0 0 0 399593 251 0 0 25 0 4 0 523230131 853950464 134863 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309206 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27481/statm: 208484 134863 389 106 0 203455 0
[pid=27481/tid=27482] ppid=27479 vsize=833936 CPUtime=1001.98 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 135510 0 0 0 100148 50 0 0 25 0 4 0 523230131 853950464 134863 33554432000 4194304 4627427 140735213444240 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=833936 CPUtime=1002.27 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 168489 0 0 0 100165 62 0 0 25 0 4 0 523230131 853950464 134863 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=833936 CPUtime=994.47 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 191222 0 0 0 99368 79 0 0 25 0 4 0 523230131 853950464 134863 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3998.44
Current children cumulated vsize (KiB) 833936

[startup+1062.3 s]
/proc/loadavg: 8.08 8.05 7.44 9/182 27545
/proc/meminfo: memFree=29218464/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=713968 CPUtime=4238.1 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 700456 0 0 0 423549 261 0 0 25 0 4 0 523230131 731103232 136711 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27481/statm: 178492 136711 389 106 0 173463 0
[pid=27481/tid=27482] ppid=27479 vsize=713968 CPUtime=1061.98 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 142816 0 0 0 106145 53 0 0 25 0 4 0 523230131 731103232 136711 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=713968 CPUtime=1062.27 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 175931 0 0 0 106162 65 0 0 25 0 4 0 523230131 731103232 136711 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=713968 CPUtime=1054.47 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 196308 0 0 0 105366 81 0 0 25 0 4 0 523230131 731103232 136711 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.1
Current children cumulated vsize (KiB) 713968

[startup+1122.3 s]
/proc/loadavg: 8.03 8.04 7.47 9/182 27546
/proc/meminfo: memFree=29068156/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=932604 CPUtime=4477.76 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 727541 0 0 0 447505 271 0 0 25 0 4 0 523230131 954986496 153638 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27481/statm: 233151 153638 389 106 0 228122 0
[pid=27481/tid=27482] ppid=27479 vsize=932604 CPUtime=1121.97 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 151060 0 0 0 112142 55 0 0 25 0 4 0 523230131 954986496 153638 33554432000 4194304 4627427 140735213444240 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=932604 CPUtime=1122.27 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 180286 0 0 0 112159 68 0 0 25 0 4 0 523230131 954986496 153638 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=932604 CPUtime=1114.47 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 204254 0 0 0 111364 83 0 0 25 0 4 0 523230131 954986496 153638 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.76
Current children cumulated vsize (KiB) 932604

[startup+1182.3 s]
/proc/loadavg: 8.01 8.03 7.50 9/182 27548
/proc/meminfo: memFree=28820504/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=853136 CPUtime=4717.43 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 745161 0 0 0 471462 281 0 0 25 0 4 0 523230131 873611264 147927 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27481/statm: 213284 147927 389 106 0 208255 0
[pid=27481/tid=27482] ppid=27479 vsize=853136 CPUtime=1181.98 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 155806 0 0 0 118140 58 0 0 25 0 4 0 523230131 873611264 147927 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=853136 CPUtime=1182.28 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 184529 0 0 0 118158 70 0 0 25 0 4 0 523230131 873611264 147927 33554432000 4194304 4627427 140735213444240 18446744073709551615 4308280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=853136 CPUtime=1174.47 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 206393 0 0 0 117363 84 0 0 25 0 4 0 523230131 873611264 147927 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.43
Current children cumulated vsize (KiB) 853136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.00 8.03 7.51 9/182 27549
/proc/meminfo: memFree=28793320/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=853348 CPUtime=4800.09 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 752180 0 0 0 479724 285 0 0 25 0 4 0 523230131 873828352 150218 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27481/statm: 213337 150218 389 106 0 208308 0
[pid=27481/tid=27482] ppid=27479 vsize=853348 CPUtime=1202.68 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 158893 0 0 0 120208 60 0 0 25 0 4 0 523230131 873828352 150218 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=853348 CPUtime=1202.97 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 187015 0 0 0 120226 71 0 0 25 0 4 0 523230131 873828352 150218 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=853348 CPUtime=1195.17 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 206397 0 0 0 119433 84 0 0 25 0 4 0 523230131 873828352 150218 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 853348

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1203 s]
/proc/loadavg: 8.00 8.03 7.51 9/182 27549
/proc/meminfo: memFree=28793320/32951132 swapFree=67111356/67111528
[pid=27481] ppid=27479 vsize=853348 CPUtime=4800.09 cores=0,2,4,6
/proc/27481/stat : 27481 (strangenight2-m) R 27479 27481 26975 0 -1 4202496 752180 0 0 0 479724 285 0 0 25 0 4 0 523230131 873828352 150218 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27481/statm: 213337 150218 389 106 0 208308 0
[pid=27481/tid=27482] ppid=27479 vsize=853348 CPUtime=1202.68 cores=0,2,4,6
/proc/27481/task/27482/stat : 27482 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 158893 0 0 0 120208 60 0 0 25 0 4 0 523230131 873828352 150218 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27481/tid=27483] ppid=27479 vsize=853348 CPUtime=1202.97 cores=0,2,4,6
/proc/27481/task/27483/stat : 27483 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 187015 0 0 0 120226 71 0 0 25 0 4 0 523230131 873828352 150218 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27481/tid=27484] ppid=27479 vsize=853348 CPUtime=1195.17 cores=0,2,4,6
/proc/27481/task/27484/stat : 27484 (strangenight2-m) R 27479 27481 26975 0 -1 4202560 206397 0 0 0 119433 84 0 0 25 0 4 0 523230131 873828352 150218 33554432000 4194304 4627427 140735213444240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 853348

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.04
CPU time (s): 4800.16
CPU user time (s): 4797.27
CPU system time (s): 2.88656
CPU usage (%): 399.002
Max. virtual memory (cumulated for all children) (KiB): 932604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.27
system time used= 2.88656
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 752182
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= 395
involuntary context switches= 23140

runsolver used 2.09768 second user time and 5.20121 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-30 00:31:45
IDJOB=3174260
IDBENCH=83078
IDSOLVER=1586
FILE ID=node131/3174260-1304116305
RUNJOBID= node131-1304115886-27417
PBS_JOBID= 13170681
Free space on /tmp= 71380 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1744841484-003.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174260-1304116305/watcher-3174260-1304116305 -o /tmp/evaluation-result-3174260-1304116305/solver-3174260-1304116305 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174260-1304116305.cnf

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

MD5SUM BENCH= dfb1a270a60c2005459af6275114712d
RANDOM SEED=2109868481

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30415624 kB
Buffers:        212524 kB
Cached:        1526764 kB
SwapCached:        168 kB
Active:         589396 kB
Inactive:      1639852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30415624 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5868 kB
Writeback:           0 kB
AnonPages:      489656 kB
Mapped:          15676 kB
Slab:           242608 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   695228 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71372 MiB
End job on node131 at 2011-04-30 00:51:50