Trace number 3366649

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)? (TO) 4800.24 1202.25

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S218235649-089.SATISFIABLE.cnf
MD5SUM010b9faa30750ce3440cb9a8110ebefe
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.095984
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
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-3366649-1305410860.cnf'
0.00/0.00	c -- header says num vars:            125
0.00/0.00	c -- header says num clauses:        2662
0.00/0.02	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.02	c -- vars added        125
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       125      2662         0         0     13310         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.38/0.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.38/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.14	c calculated reachability. Time: 0.00
0.38/0.14	c Calc default polars -  time:   0.00 s pos:      62 undec:       6 neg:      57
0.38/0.14	c =========================================================================================
0.38/0.14	c types(t): F = full restart, N = normal restart
0.38/0.14	c types(t): S = simplification begin/end, E = solution found
0.38/0.14	c restart types(rt): st = static, dy = dynamic
0.38/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.19/0.82	c  B st     0         0       125      2662         0         0     13310         0   no data   no data
3.19/0.82	c Decided on static restart strategy
3.19/0.82	c  N st     8      4916       125      2662         0      4675     13310    121093   no data   no data
3.19/0.82	c  N st    10     11299       125      2662         0      4301     13310     87724   no data   no data
3.19/0.82	c  N st    11     17043       125      2662         0      9691     13310    234790   no data   no data
3.58/0.92	c  F st    12     25000       125      2662         0     11876     13310    283438   no data   no data
3.58/0.92	c  N st    12     25000       125      2662         0     11876     13310    283438   no data   no data
4.41/1.12	c Decided on static restart strategy
4.41/1.12	c  N st    18     30002       125      2662         0     10199     13310    225995   no data   no data
4.41/1.12	c  S st    18     30002       125      2662         0     10199     13310    225995   no data   no data
4.41/1.12	c  S st    18     30504       125      2662         0     10685     13310    238817   no data   no data
4.41/1.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.77/1.22	c blocked clauses removed:        0 vars:      0 tried:         125 T: 0.00 s
4.77/1.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.77/1.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.77/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.32	c lits-rem:       242  cl-subs:     1426  v-elim:      0  v-fix:    0  time:  0.17 s
5.17/1.34	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
5.17/1.34	c calculated reachability. Time: 0.00
5.17/1.34	c  N st    18     30504       125      2662         0      9259     13310    199358   no data   no data
6.38/1.67	c  N st    20     37614       125      2662         0      8542     13310    167008   no data   no data
7.57/1.99	c  N st    21     44016       125      2662         0     14575     13310    330874   no data   no data
8.38/2.11	c  S st    22     45756       125      2662         0     16226     13310    373667   no data   no data
8.38/2.15	c  S st    22     46261       125      2662         0     16724     13310    386360   no data   no data
8.38/2.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.38/2.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.38/2.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
8.38/2.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.38/2.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.38/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.61	c lits-rem:       557  cl-subs:     1707  v-elim:      0  v-fix:    0  time:  0.44 s
10.36/2.61	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
10.36/2.62	c vivif2 --  cl tried    15017 cl shrink        0 lits rem          0 time: 0.00
10.36/2.68	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
10.36/2.68	c calculated reachability. Time: 0.00
10.36/2.68	c  N st    22     46261       125      2662         0     15017     13310    336948   no data   no data
13.95/3.54	c  N st    23     60658       125      2662         0     10777     13310    193014   no data   no data
15.95/4.04	c  N st    24     69391       125      2662         0     18996     13310    401155   no data   no data
15.95/4.04	c  S st    24     69391       125      2662         0     18996     13310    401155   no data   no data
15.95/4.09	c  S st    24     69893       125      2662         0     19484     13310    413557   no data   no data
15.95/4.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.35/4.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
16.35/4.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.35/4.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.35/4.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
16.35/4.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.35/4.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.35/4.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.74/4.71	c lits-rem:       282  cl-subs:     2130  v-elim:      0  v-fix:    0  time:  0.59 s
18.74/4.71	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
18.74/4.72	c vivif2 --  cl tried    17354 cl shrink        0 lits rem          0 time: 0.00
18.74/4.78	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
18.74/4.78	c calculated reachability. Time: 0.00
18.74/4.78	c  N st    24     69893       125      2662         0     17354     13310    359715   no data   no data
23.53/5.90	c  F st    25     87500       125      2662         0     12397     13310    214715   no data   no data
23.53/5.90	c  N st    25     87500       125      2662         0     12397     13310    214715   no data   no data
24.34/6.18	c Decided on static restart strategy
25.14/6.36	c  N st    32     95535       125      2662         0     20003     13310    410190   no data   no data
27.53/6.96	c  N st    34    104839       125      2662         0     16563     13310    317656   no data   no data
27.53/6.96	c  S st    34    104839       125      2662         0     16563     13310    317656   no data   no data
27.93/7.00	c  S st    34    105342       125      2662         0     17055     13310    330287   no data   no data
27.93/7.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.93/7.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
27.93/7.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.93/7.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.93/7.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.93/7.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
27.93/7.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.93/7.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.93/7.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.73/7.24	c lits-rem:       225  cl-subs:     1041  v-elim:      0  v-fix:    0  time:  0.21 s
28.73/7.24	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
28.73/7.24	c vivif2 --  cl tried    16014 cl shrink        0 lits rem          0 time: 0.00
29.13/7.30	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
29.13/7.30	c calculated reachability. Time: 0.00
29.13/7.30	c  N st    34    105342       125      2662         0     16014     13310    300876   no data   no data
31.93/8.01	c  N st    35    114942       125      2662         0     25037     13310    539716   no data   no data
35.51/8.97	c  N st    36    129341       125      2662         0     25440     13310    540847   no data   no data
42.30/10.64	c  N st    37    150936       125      2662         0     16512     13310    262908   no data   no data
43.94/11.08	c  S st    38    158014       125      2662         0     23128     13310    438860   no data   no data
44.30/11.14	c  S st    38    158519       125      2662         0     23617     13310    451598   no data   no data
44.30/11.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.30/11.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
44.30/11.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.30/11.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.30/11.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.30/11.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
44.30/11.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.30/11.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
44.30/11.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.30/11.69	c lits-rem:       483  cl-subs:     1675  v-elim:      0  v-fix:    0  time:  0.52 s
46.30/11.69	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
46.30/11.69	c vivif2 --  cl tried    21942 cl shrink        0 lits rem          0 time: 0.00
46.70/11.77	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.08
46.70/11.77	c calculated reachability. Time: 0.00
46.70/11.77	c  N st    38    158519       125      2662         0     21942     13310    406015   no data   no data
63.47/15.92	c  N st    39    207107       125      2662         0     34735     13310    701465   no data   no data
74.27/18.64	c  N st    40    237779       125      2662         0     26958     13310    489180   no data   no data
74.27/18.64	c  S st    40    237779       125      2662         0     26958     13310    489180   no data   no data
74.68/18.71	c  S st    40    238281       125      2662         0     27435     13310    501765   no data   no data
74.68/18.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
74.68/18.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
74.68/18.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.68/18.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
74.68/18.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
74.68/18.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
74.68/18.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
74.68/18.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
74.68/18.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.45/19.45	c lits-rem:       641  cl-subs:     2090  v-elim:      0  v-fix:    0  time:  0.71 s
77.45/19.45	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
77.45/19.45	c vivif2 --  cl tried    25345 cl shrink        0 lits rem          0 time: 0.01
77.85/19.55	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.10
77.85/19.55	c calculated reachability. Time: 0.00
77.85/19.55	c  N st    40    238281       125      2662         0     25345     13310    448500   no data   no data
102.20/25.64	c  F st    41    306251       125      2662         0     27121     13310    447187   no data   no data
102.20/25.64	c  N st    41    306251       125      2662         0     27121     13310    447187   no data   no data
103.80/26.09	c Decided on static restart strategy
113.38/28.40	c  N st    51    334560       125      2662         0     31321     13310    533975   no data   no data
122.58/30.73	c  N st    53    357421       125      2662         0     29342     13310    472617   no data   no data
122.58/30.73	c  S st    53    357421       125      2662         0     29342     13310    472617   no data   no data
122.99/30.81	c  S st    53    357924       125      2662         0     29831     13310    485557   no data   no data
122.99/30.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
122.99/30.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
122.99/30.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
122.99/30.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
122.99/30.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.99/30.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
122.99/30.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
122.99/30.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
122.99/30.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.55/31.25	c lits-rem:       699  cl-subs:     1306  v-elim:      0  v-fix:    0  time:  0.42 s
124.55/31.25	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
124.55/31.26	c vivif2 --  cl tried    28525 cl shrink        0 lits rem          0 time: 0.01
124.95/31.37	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.11
124.95/31.37	c calculated reachability. Time: 0.00
124.95/31.37	c  N st    53    357924       125      2662         0     28525     13310    450014   no data   no data
138.13/34.69	c  N st    54    390316       125      2662         0     34633     13310    601653   no data   no data
163.29/40.95	c  N st    55    438905       125      2662         0     28599     13310    416968   no data   no data
200.43/50.20	c  N st    56    511790       125      2662         0     41447     13310    711255   no data   no data
214.00/53.68	c  N st    57    536888       125      2662         0     35949     13310    554385   no data   no data
214.00/53.68	c  S st    57    536888       125      2662         0     35949     13310    554385   no data   no data
214.40/53.77	c  S st    57    537392       125      2662         0     36436     13310    567104   no data   no data
214.40/53.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
214.40/53.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
214.40/53.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
214.40/53.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
214.40/53.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
214.40/53.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
214.40/53.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
214.40/53.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
214.81/53.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
217.19/54.46	c lits-rem:       417  cl-subs:     1693  v-elim:      0  v-fix:    0  time:  0.64 s
217.19/54.46	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
217.19/54.46	c vivif2 --  cl tried    34743 cl shrink        0 lits rem          0 time: 0.01
217.98/54.61	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.14
217.98/54.61	c calculated reachability. Time: 0.00
217.98/54.61	c  N st    57    537392       125      2662         0     34743     13310    526187   no data   no data
307.04/76.95	c  N st    58    701378       125      2662         0     62777     13310   1199265   no data   no data
371.31/93.07	c  N st    59    806090       125      2662         0     56882     13310   1007375   no data   no data
371.31/93.07	c  S st    59    806090       125      2662         0     56882     13310   1007375   no data   no data
372.11/93.23	c  S st    59    806592       125      2662         0     57370     13310   1020258   no data   no data
372.11/93.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
372.11/93.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
372.11/93.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
372.11/93.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
372.11/93.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
372.11/93.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
372.11/93.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
372.11/93.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
372.51/93.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
389.67/97.63	c lits-rem:      1576  cl-subs:     5182  v-elim:      0  v-fix:    0  time:  4.30 s
389.67/97.63	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
389.67/97.64	c vivif2 --  cl tried    52188 cl shrink        0 lits rem          0 time: 0.01
390.90/97.91	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.26
390.90/97.91	c calculated reachability. Time: 0.00
390.90/97.91	c  N st    59    806592       125      2662         0     52188     13310    891733   no data   no data
562.56/140.91	c  F st    60   1071876       125      2662         0     67728     13310   1232710   no data   no data
562.56/140.91	c  N st    60   1071876       125      2662         0     67728     13310   1232710   no data   no data
566.59/141.98	c Decided on static restart strategy
582.53/145.92	c  N st    70   1100179       125      2662         0     52278     13310    799010   no data   no data
610.51/152.91	c  N st    72   1136173       125      2662         0     85939     13310   1664663   no data   no data
633.24/158.68	c  N st    73   1168567       125      2662         0     73214     13310   1318328   no data   no data
663.58/166.21	c  N st    74   1209888       125      2662         0     67905     13310   1183088   no data   no data
663.58/166.21	c  S st    74   1209888       125      2662         0     67905     13310   1183088   no data   no data
664.38/166.48	c  S st    74   1210390       125      2662         0     68389     13310   1195734   no data   no data
664.38/166.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
664.78/166.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
664.78/166.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
664.78/166.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
664.78/166.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
664.78/166.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
664.78/166.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
664.78/166.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
664.78/166.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
705.12/176.64	c lits-rem:      1593  cl-subs:     4954  v-elim:      0  v-fix:    0  time:  9.99 s
705.12/176.64	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
705.12/176.65	c vivif2 --  cl tried    63435 cl shrink        0 lits rem          0 time: 0.02
706.73/177.07	c asymm  cl-useful: 0/2349/2662 lits-rem:0 time: 0.41
706.73/177.07	c calculated reachability. Time: 0.00
706.73/177.07	c  N st    74   1210390       125      2662         0     63435     13310   1063670   no data   no data
772.19/193.41	c  N st    75   1283272       125      2662         0     86416     13310   1607022   no data   no data
872.81/218.68	c  N st    76   1392595       125      2662         0     48773     13310    601451   no data   no data
1014.59/254.17	c  N st    77   1556580       125      2662         0     53103     13310    676074   no data   no data
1148.32/287.62	c  N st    78   1710390       125      2662         0     93077     13310   1683335   no data   no data
1148.32/287.62	c  S st    78   1710390       125      2662         0     93077     13310   1683335   no data   no data
1149.52/287.91	c  S st    78   1710896       125      2662         0     93559     13310   1696187   no data   no data
1149.52/287.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1149.52/287.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1149.52/287.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1149.52/287.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1149.52/287.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1149.52/287.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1149.52/287.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1149.52/287.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1149.92/288.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1266.50/317.27	c lits-rem:      2567  cl-subs:    10418  v-elim:      0  v-fix:    0  time: 29.02 s
1266.50/317.27	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1266.50/317.29	c vivif2 --  cl tried    83141 cl shrink        0 lits rem          0 time: 0.02
1268.51/317.75	c asymm  cl-useful: 0/1779/2662 lits-rem:0 time: 0.47
1268.51/317.76	c calculated reachability. Time: 0.00
1268.51/317.76	c  N st    78   1710896       125      2662         0     83141     13310   1441585   no data   no data
1635.43/409.60	c  N st    79   2079862       125      2662         0     94898     13310   1679871   no data   no data
1774.79/444.59	c  N st    80   2210896       125      2662         0     98534     13310   1676394   no data   no data
1774.79/444.59	c  S st    80   2210896       125      2662         0     98534     13310   1676394   no data   no data
1776.39/444.90	c  S st    80   2211404       125      2662         0     99026     13310   1689530   no data   no data
1776.39/444.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1776.39/444.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1776.39/444.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1776.39/444.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1776.39/444.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1776.39/444.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1776.39/444.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1776.39/444.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1776.79/445.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1846.66/462.56	c lits-rem:      1483  cl-subs:    11303  v-elim:      0  v-fix:    0  time: 17.41 s
1846.66/462.56	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1846.66/462.58	c vivif2 --  cl tried    87723 cl shrink        0 lits rem          0 time: 0.02
1847.46/462.78	c asymm  cl-useful: 0/883/2662 lits-rem:0 time: 0.21
1847.46/462.79	c calculated reachability. Time: 0.00
1847.46/462.79	c  N st    80   2211404       125      2662         0     87723     13310   1429231   no data   no data
2407.64/603.02	c  N st    81   2711404       125      2662         0    110394     13310   1859446   no data   no data
2407.64/603.02	c  S st    81   2711404       125      2662         0    110394     13310   1859446   no data   no data
2408.84/603.39	c  S st    81   2711908       125      2662         0    110889     13310   1872701   no data   no data
2409.24/603.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2409.24/603.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2409.24/603.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2409.24/603.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2409.24/603.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2409.24/603.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2409.24/603.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2409.24/603.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2409.64/603.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2502.68/626.80	c lits-rem:      1684  cl-subs:    13629  v-elim:      0  v-fix:    0  time: 23.10 s
2502.68/626.80	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2502.68/626.82	c vivif2 --  cl tried    97260 cl shrink        0 lits rem          0 time: 0.02
2503.87/627.17	c asymm  cl-useful: 0/1524/2662 lits-rem:0 time: 0.35
2503.87/627.18	c calculated reachability. Time: 0.00
2503.87/627.18	c  N st    81   2711908       125      2662         0     97260     13310   1574682   no data   no data
3106.38/778.02	c  N st    82   3211909       125      2662         0     75569     13310    916314   no data   no data
3106.38/778.02	c  S st    82   3211909       125      2662         0     75569     13310    916314   no data   no data
3107.58/778.31	c  S st    82   3212413       125      2662         0     76060     13310    929376   no data   no data
3107.58/778.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3107.58/778.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3107.58/778.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3107.58/778.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3107.58/778.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3107.58/778.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3107.58/778.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3107.58/778.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3107.98/778.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3112.77/779.60	c lits-rem:       168  cl-subs:      826  v-elim:      0  v-fix:    0  time:  1.17 s
3112.77/779.60	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3112.77/779.62	c vivif2 --  cl tried    75234 cl shrink        0 lits rem          0 time: 0.02
3114.00/779.92	c asymm  cl-useful: 0/1138/2662 lits-rem:0 time: 0.29
3114.00/779.92	c calculated reachability. Time: 0.00
3114.00/779.92	c  N st    82   3212413       125      2662         0     75234     13310    910397   no data   no data
3718.49/931.35	c  N st    83   3712414       125      2662         0     85281     13310   1087171   no data   no data
3718.49/931.35	c  S st    83   3712414       125      2662         0     85281     13310   1087171   no data   no data
3719.71/931.70	c  S st    83   3712922       125      2662         0     85775     13310   1100172   no data   no data
3720.12/931.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3720.12/931.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
3720.12/931.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3720.12/931.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3720.12/931.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3720.12/931.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3720.12/931.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3720.12/931.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3720.48/931.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3730.86/934.47	c lits-rem:       496  cl-subs:     2034  v-elim:      0  v-fix:    0  time:  2.64 s
3730.86/934.47	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3730.86/934.49	c vivif2 --  cl tried    83741 cl shrink        0 lits rem          0 time: 0.02
3732.88/934.93	c asymm  cl-useful: 0/1790/2662 lits-rem:0 time: 0.43
3732.88/934.93	c calculated reachability. Time: 0.00
3732.88/934.93	c  N st    83   3712922       125      2662         0     83741     13310   1053553   no data   no data
3781.60/947.16	c  F st    84   3751562       125      2662         0    119515     13310   1976627   no data   no data
3781.60/947.16	c  N st    84   3751562       125      2662         0    119515     13310   1976627   no data   no data
3790.39/949.37	c Decided on static restart strategy
3830.69/959.44	c  N st    94   3779869       125      2662         0    145972     13310   2661688   no data   no data
3879.80/971.70	c  N st    96   3815863       125      2662         0    100790     13310   1475264   no data   no data
3925.32/983.17	c  N st    97   3848255       125      2662         0    130871     13310   2228973   no data   no data
3999.19/1001.69	c  N st    98   3896843       125      2662         0     96242     13310   1339841   no data   no data
4115.00/1030.62	c  N st    99   3969726       125      2662         0     83273     13310    988016   no data   no data
4274.69/1070.67	c  N st   100   4079050       125      2662         0    102968     13310   1471367   no data   no data
4486.32/1123.69	c  N st   101   4212922       125      2662         0    144778     13310   2554023   no data   no data
4486.32/1123.69	c  S st   101   4212922       125      2662         0    144778     13310   2554023   no data   no data
4489.11/1124.30	c  S st   101   4213425       125      2662         0    145259     13310   2566674   no data   no data
4489.11/1124.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4489.51/1124.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
4489.51/1124.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4489.51/1124.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4489.51/1124.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4489.51/1124.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4489.51/1124.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4489.51/1124.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4489.91/1124.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4745.84/1188.62	c lits-rem:      2224  cl-subs:    15034  v-elim:      0  v-fix:    0  time: 63.60 s
4745.84/1188.62	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
4745.84/1188.65	c vivif2 --  cl tried   130225 cl shrink        0 lits rem          0 time: 0.04
4747.46/1189.10	c asymm  cl-useful: 0/872/2662 lits-rem:0 time: 0.43
4747.46/1189.10	c calculated reachability. Time: 0.00
4747.46/1189.10	c  N st   101   4213425       125      2662         0    130225     13310   2195033   no data   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: 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-3366649-1305410860/watcher-3366649-1305410860 -o /tmp/evaluation-result-3366649-1305410860/solver-3366649-1305410860 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366649-1305410860.cnf 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.02 6/241 8949
/proc/meminfo: memFree=24298228/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 408 0 0 0 1 0 0 0 24 0 4 0 652686721 52396032 348 33554432000 4194304 4580107 140736030634432 18446744073709551615 47529668007858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8949/statm: 12792 348 299 95 0 7774 0
[pid=8949/tid=8950] ppid=8947 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 4 0 652686721 52396032 352 33554432000 4194304 4580107 140736030634432 18446744073709551615 47529668007449 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652686721 52396032 352 33554432000 4194304 4580107 140736030634432 18446744073709551615 47529668007449 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652686721 52396032 352 33554432000 4194304 4580107 140736030634432 18446744073709551615 47529668007449 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0593251 s]
/proc/loadavg: 0.00 0.00 0.02 6/241 8949
/proc/meminfo: memFree=24298228/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=282196 CPUtime=0.21 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 1609 0 0 0 21 0 0 0 25 0 4 0 652686721 288968704 1486 33554432000 4194304 4580107 140736030634432 18446744073709551615 4321048 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 70549 1487 376 95 0 65531 0
[pid=8949/tid=8950] ppid=8947 vsize=282196 CPUtime=0.05 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 377 0 0 0 5 0 0 0 18 0 4 0 652686721 288968704 1487 33554432000 4194304 4580107 140736030634432 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=282196 CPUtime=0.05 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 313 0 0 0 5 0 0 0 18 0 4 0 652686721 288968704 1487 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=282196 CPUtime=0.05 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 193 0 0 0 5 0 0 0 18 0 4 0 652686721 288968704 1487 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 282196

[startup+0.100317 s]
/proc/loadavg: 0.00 0.00 0.02 6/241 8949
/proc/meminfo: memFree=24298228/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=282196 CPUtime=0.38 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 1814 0 0 0 38 0 0 0 25 0 4 0 652686721 288968704 1691 33554432000 4194304 4580107 140736030634432 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 70549 1692 376 95 0 65531 0
[pid=8949/tid=8950] ppid=8947 vsize=282196 CPUtime=0.09 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 431 0 0 0 9 0 0 0 18 0 4 0 652686721 288968704 1692 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=282196 CPUtime=0.09 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 362 0 0 0 9 0 0 0 18 0 4 0 652686721 288968704 1693 33554432000 4194304 4580107 140736030634432 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=282196 CPUtime=0.09 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 248 0 0 0 9 0 0 0 18 0 4 0 652686721 288968704 1693 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282196

[startup+0.300281 s]
/proc/loadavg: 0.00 0.00 0.02 6/241 8949
/proc/meminfo: memFree=24298228/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=283968 CPUtime=1.18 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 3042 0 0 0 118 0 0 0 25 0 4 0 652686721 290783232 2304 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 70992 2305 377 95 0 65974 0
[pid=8949/tid=8950] ppid=8947 vsize=283968 CPUtime=0.29 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 742 0 0 0 29 0 0 0 18 0 4 0 652686721 290783232 2305 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=283968 CPUtime=0.29 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 656 0 0 0 29 0 0 0 18 0 4 0 652686721 290783232 2305 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=283968 CPUtime=0.29 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 564 0 0 0 29 0 0 0 18 0 4 0 652686721 290783232 2305 33554432000 4194304 4580107 140736030634432 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283968

[startup+0.700208 s]
/proc/loadavg: 0.00 0.00 0.02 6/241 8949
/proc/meminfo: memFree=24298228/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=285416 CPUtime=2.78 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 5512 0 0 0 277 1 0 0 25 0 4 0 652686721 292265984 2646 33554432000 4194304 4580107 140736030634432 18446744073709551615 4321270 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 71354 2646 377 95 0 66336 0
[pid=8949/tid=8950] ppid=8947 vsize=285416 CPUtime=0.69 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 1385 0 0 0 69 0 0 0 18 0 4 0 652686721 292265984 2646 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=285416 CPUtime=0.69 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 1250 0 0 0 69 0 0 0 18 0 4 0 652686721 292265984 2646 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=285416 CPUtime=0.68 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 1179 0 0 0 68 0 0 0 18 0 4 0 652686721 292265984 2646 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285416

[startup+1.50107 s]
/proc/loadavg: 0.00 0.00 0.02 9/245 8953
/proc/meminfo: memFree=24275380/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=286452 CPUtime=5.98 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 11566 0 0 0 596 2 0 0 25 0 4 0 652686721 293326848 5885 33554432000 4194304 4580107 140736030634432 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 71613 5885 379 95 0 66595 0
[pid=8949/tid=8950] ppid=8947 vsize=286452 CPUtime=1.49 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 3493 0 0 0 149 0 0 0 20 0 4 0 652686721 293326848 5885 33554432000 4194304 4580107 140736030634432 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=286452 CPUtime=1.49 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 2170 0 0 0 149 0 0 0 20 0 4 0 652686721 293326848 5885 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=286452 CPUtime=1.48 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 2103 0 0 0 148 0 0 0 20 0 4 0 652686721 293326848 5885 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 286452

[startup+3.10077 s]
/proc/loadavg: 0.64 0.13 0.07 9/245 8953
/proc/meminfo: memFree=24237816/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=286488 CPUtime=12.37 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 20776 0 0 0 1233 4 0 0 25 0 4 0 652686721 293363712 11131 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 71622 11131 379 95 0 66604 0
[pid=8949/tid=8950] ppid=8947 vsize=286488 CPUtime=3.09 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 4700 0 0 0 308 1 0 0 25 0 4 0 652686721 293363712 11131 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=286488 CPUtime=3.09 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 5229 0 0 0 308 1 0 0 25 0 4 0 652686721 293363712 11131 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=286488 CPUtime=3.08 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 5053 0 0 0 308 0 0 0 25 0 4 0 652686721 293363712 11131 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 286488

[startup+6.30019 s]
/proc/loadavg: 0.64 0.13 0.07 9/245 8953
/proc/meminfo: memFree=24201672/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=282232 CPUtime=25.14 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 31701 0 0 0 2507 7 0 0 25 0 4 0 652686721 289005568 14753 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 70558 14753 379 95 0 65540 0
[pid=8949/tid=8950] ppid=8947 vsize=282232 CPUtime=6.28 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 8015 0 0 0 627 1 0 0 25 0 4 0 652686721 289005568 14753 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=282232 CPUtime=6.28 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 8065 0 0 0 627 1 0 0 25 0 4 0 652686721 289005568 14753 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=282232 CPUtime=6.28 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 7351 0 0 0 627 1 0 0 25 0 4 0 652686721 289005568 14753 33554432000 4194304 4580107 140736030634432 18446744073709551615 4306044 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 282232

[startup+12.701 s]
/proc/loadavg: 1.77 0.39 0.15 9/245 8953
/proc/meminfo: memFree=24150444/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=292348 CPUtime=50.69 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 48356 0 0 0 5059 10 0 0 25 0 4 0 652686721 299364352 18685 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 73087 18685 379 95 0 68069 0
[pid=8949/tid=8950] ppid=8947 vsize=292348 CPUtime=12.68 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 12525 0 0 0 1266 2 0 0 25 0 4 0 652686721 299364352 18685 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=292348 CPUtime=12.69 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 11818 0 0 0 1266 3 0 0 25 0 4 0 652686721 299364352 18685 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=292348 CPUtime=12.68 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 11565 0 0 0 1267 1 0 0 25 0 4 0 652686721 299364352 18685 33554432000 4194304 4580107 140736030634432 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 292348

[startup+25.5007 s]
/proc/loadavg: 2.73 0.64 0.23 9/245 8954
/proc/meminfo: memFree=24095372/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=298120 CPUtime=101.8 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 72731 0 0 0 10164 16 0 0 25 0 4 0 652686721 305274880 24544 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 74530 24544 379 95 0 69512 0
[pid=8949/tid=8950] ppid=8947 vsize=298120 CPUtime=25.49 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 19026 0 0 0 2545 4 0 0 25 0 4 0 652686721 305274880 24544 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=298120 CPUtime=25.49 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 18322 0 0 0 2545 4 0 0 25 0 4 0 652686721 305274880 24544 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=298120 CPUtime=25.48 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 17305 0 0 0 2546 2 0 0 25 0 4 0 652686721 305274880 24544 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 298120

[startup+51.101 s]
/proc/loadavg: 4.53 1.23 0.44 9/245 8954
/proc/meminfo: memFree=24038636/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=304872 CPUtime=204.02 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 110529 0 0 0 20375 27 0 0 25 0 4 0 652686721 312188928 30148 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 76218 30148 379 95 0 71200 0
[pid=8949/tid=8950] ppid=8947 vsize=304872 CPUtime=51.09 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 29336 0 0 0 5102 7 0 0 25 0 4 0 652686721 312188928 30148 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=304872 CPUtime=51.09 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 28198 0 0 0 5102 7 0 0 25 0 4 0 652686721 312188928 30148 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=304872 CPUtime=51.09 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 25608 0 0 0 5104 5 0 0 25 0 4 0 652686721 312188928 30148 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 304872

[startup+102.309 s]
/proc/loadavg: 6.65 2.38 0.88 9/245 8956
/proc/meminfo: memFree=23979216/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=361092 CPUtime=408.47 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 175844 0 0 0 40802 45 0 0 25 0 4 0 652686721 369758208 37675 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 90273 37675 379 95 0 85255 0
[pid=8949/tid=8950] ppid=8947 vsize=361092 CPUtime=102.3 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 44662 0 0 0 10219 11 0 0 25 0 4 0 652686721 369758208 37675 33554432000 4194304 4580107 140736030634432 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=361092 CPUtime=102.3 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 43824 0 0 0 10217 13 0 0 25 0 4 0 652686721 369758208 37675 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=361092 CPUtime=102.29 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 42540 0 0 0 10220 9 0 0 25 0 4 0 652686721 369758208 37675 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 361092

[startup+162.301 s]

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

[pid=8949] ppid=8947 vsize=623096 CPUtime=2564.59 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 495081 0 0 0 256285 174 0 0 25 0 4 0 652686721 638050304 109388 33554432000 4194304 4580107 140736030634432 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 155774 109388 379 95 0 150756 0
[pid=8949/tid=8950] ppid=8947 vsize=623096 CPUtime=642.3 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 125219 0 0 0 64187 43 0 0 25 0 4 0 652686721 638050304 109388 33554432000 4194304 4580107 140736030634432 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=623096 CPUtime=642.32 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 117450 0 0 0 64187 45 0 0 25 0 4 0 652686721 638050304 109388 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=623096 CPUtime=642.31 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 125662 0 0 0 64188 43 0 0 25 0 4 0 652686721 638050304 109388 33554432000 4194304 4580107 140736030634432 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2564.59
Current children cumulated vsize (KiB) 623096

[startup+702.301 s]
/proc/loadavg: 8.08 7.33 4.30 9/245 8972
/proc/meminfo: memFree=23503404/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=585260 CPUtime=2804.13 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 508440 0 0 0 280232 181 0 0 25 0 4 0 652686721 599306240 109669 33554432000 4194304 4580107 140736030634432 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 146315 109670 379 95 0 141297 0
[pid=8949/tid=8950] ppid=8947 vsize=585260 CPUtime=702.31 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 128025 0 0 0 70186 45 0 0 25 0 4 0 652686721 599306240 109670 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=585260 CPUtime=702.31 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 122605 0 0 0 70183 48 0 0 25 0 4 0 652686721 599306240 109670 33554432000 4194304 4580107 140736030634432 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=585260 CPUtime=702.31 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 126483 0 0 0 70188 43 0 0 25 0 4 0 652686721 599306240 109670 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2804.13
Current children cumulated vsize (KiB) 585260

[startup+762.309 s]
/proc/loadavg: 8.07 7.46 4.53 9/245 8973
/proc/meminfo: memFree=23450800/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=585668 CPUtime=3043.72 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 530633 0 0 0 304181 191 0 0 25 0 4 0 652686721 599724032 119833 33554432000 4194304 4580107 140736030634432 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 146417 119833 379 95 0 141399 0
[pid=8949/tid=8950] ppid=8947 vsize=585668 CPUtime=762.31 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 136434 0 0 0 76183 48 0 0 25 0 4 0 652686721 599724032 119833 33554432000 4194304 4580107 140736030634432 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=585668 CPUtime=762.31 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 127437 0 0 0 76180 51 0 0 25 0 4 0 652686721 599724032 119833 33554432000 4194304 4580107 140736030634432 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=585668 CPUtime=762.31 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 129446 0 0 0 76187 44 0 0 25 0 4 0 652686721 599724032 119833 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3043.72
Current children cumulated vsize (KiB) 585668

[startup+822.301 s]
/proc/loadavg: 8.06 7.57 4.75 9/245 8975
/proc/meminfo: memFree=23432780/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=585608 CPUtime=3283.27 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 540415 0 0 0 328129 198 0 0 25 0 4 0 652686721 599662592 120624 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 146402 120624 379 95 0 141384 0
[pid=8949/tid=8950] ppid=8947 vsize=585608 CPUtime=822.3 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 140972 0 0 0 82179 51 0 0 25 0 4 0 652686721 599662592 120624 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=585608 CPUtime=822.31 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 128324 0 0 0 82179 52 0 0 25 0 4 0 652686721 599662592 120624 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=585608 CPUtime=822.31 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 129450 0 0 0 82187 44 0 0 25 0 4 0 652686721 599662592 120624 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.27
Current children cumulated vsize (KiB) 585608

[startup+882.301 s]
/proc/loadavg: 8.02 7.65 4.95 9/245 8977
/proc/meminfo: memFree=23438344/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=599864 CPUtime=3522.84 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 555787 0 0 0 352078 206 0 0 25 0 4 0 652686721 614260736 116178 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 149966 116178 379 95 0 144948 0
[pid=8949/tid=8950] ppid=8947 vsize=599864 CPUtime=882.3 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 141023 0 0 0 88179 51 0 0 25 0 4 0 652686721 614260736 116178 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=599864 CPUtime=882.31 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 136809 0 0 0 88174 57 0 0 25 0 4 0 652686721 614260736 116178 33554432000 4194304 4580107 140736030634432 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=599864 CPUtime=882.31 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 129701 0 0 0 88187 44 0 0 25 0 4 0 652686721 614260736 116178 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3522.84
Current children cumulated vsize (KiB) 599864

[startup+942.301 s]
/proc/loadavg: 8.01 7.70 5.12 9/245 8978
/proc/meminfo: memFree=23452944/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=613892 CPUtime=3762.42 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 568246 0 0 0 376030 212 0 0 25 0 4 0 652686721 628625408 121729 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 153473 121729 379 95 0 148455 0
[pid=8949/tid=8950] ppid=8947 vsize=613892 CPUtime=942.3 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 146031 0 0 0 94177 53 0 0 25 0 4 0 652686721 628625408 121729 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=613892 CPUtime=942.32 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 144145 0 0 0 94171 61 0 0 25 0 4 0 652686721 628625408 121729 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=613892 CPUtime=942.31 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 129705 0 0 0 94187 44 0 0 25 0 4 0 652686721 628625408 121729 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.42
Current children cumulated vsize (KiB) 613892

[startup+1002.3 s]
/proc/loadavg: 8.10 7.79 5.33 9/245 8980
/proc/meminfo: memFree=23403556/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=642672 CPUtime=4001.98 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 586342 0 0 0 399975 223 0 0 25 0 4 0 652686721 658096128 123348 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 160668 123348 379 95 0 155650 0
[pid=8949/tid=8950] ppid=8947 vsize=642672 CPUtime=1002.31 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 152963 0 0 0 100173 58 0 0 25 0 4 0 652686721 658096128 123348 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=642672 CPUtime=1002.31 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 151541 0 0 0 100166 65 0 0 25 0 4 0 652686721 658096128 123348 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=642672 CPUtime=1002.31 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 129742 0 0 0 100187 44 0 0 25 0 4 0 652686721 658096128 123348 33554432000 4194304 4580107 140736030634432 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4001.98
Current children cumulated vsize (KiB) 642672

[startup+1062.3 s]
/proc/loadavg: 8.11 7.84 5.48 9/245 8981
/proc/meminfo: memFree=23430180/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=590712 CPUtime=4241.56 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 600588 0 0 0 423923 233 0 0 25 0 4 0 652686721 604889088 119862 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 147678 119862 379 95 0 142660 0
[pid=8949/tid=8950] ppid=8947 vsize=590712 CPUtime=1062.31 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 154966 0 0 0 106171 60 0 0 25 0 4 0 652686721 604889088 119862 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=590712 CPUtime=1062.32 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 156579 0 0 0 106162 70 0 0 25 0 4 0 652686721 604889088 119862 33554432000 4194304 4580107 140736030634432 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=590712 CPUtime=1062.31 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 136899 0 0 0 106184 47 0 0 25 0 4 0 652686721 604889088 119862 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4241.56
Current children cumulated vsize (KiB) 590712

[startup+1122.3 s]
/proc/loadavg: 8.10 7.88 5.66 9/245 8983
/proc/meminfo: memFree=23384024/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=605424 CPUtime=4481.13 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 608063 0 0 0 447876 237 0 0 25 0 4 0 652686721 619954176 123126 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 151356 123126 379 95 0 146338 0
[pid=8949/tid=8950] ppid=8947 vsize=605424 CPUtime=1122.32 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 158439 0 0 0 112170 62 0 0 25 0 4 0 652686721 619954176 123126 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=605424 CPUtime=1122.32 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 160156 0 0 0 112161 71 0 0 25 0 4 0 652686721 619954176 123126 33554432000 4194304 4580107 140736030634432 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=605424 CPUtime=1122.31 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 137141 0 0 0 112184 47 0 0 25 0 4 0 652686721 619954176 123126 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4481.13
Current children cumulated vsize (KiB) 605424

[startup+1182.3 s]
/proc/loadavg: 8.11 7.92 5.79 9/245 8985
/proc/meminfo: memFree=23353984/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=727208 CPUtime=4720.69 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 623935 0 0 0 471827 242 0 0 25 0 4 0 652686721 744660992 131788 33554432000 4194304 4580107 140736030634432 18446744073709551615 4406408 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 181802 131788 379 95 0 176784 0
[pid=8949/tid=8950] ppid=8947 vsize=727208 CPUtime=1182.32 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 162336 0 0 0 118167 65 0 0 25 0 4 0 652686721 744660992 131788 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=727208 CPUtime=1182.32 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 161198 0 0 0 118160 72 0 0 25 0 4 0 652686721 744660992 131788 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=727208 CPUtime=1182.32 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 143016 0 0 0 118183 49 0 0 25 0 4 0 652686721 744660992 131788 33554432000 4194304 4580107 140736030634432 18446744073709551615 4406375 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4720.69
Current children cumulated vsize (KiB) 727208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 7.75 7.85 5.83 6/240 8986
/proc/meminfo: memFree=23784172/32951124 swapFree=61559568/67111528
[pid=8949] ppid=8947 vsize=726764 CPUtime=4800.18 cores=1,3,5,7
/proc/8949/stat : 8949 (strangenight2-m) R 8947 8949 8848 0 -1 4202496 626686 0 0 0 479774 244 0 0 25 0 4 0 652686721 744206336 130388 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8949/statm: 181691 130388 379 95 0 176673 0
[pid=8949/tid=8950] ppid=8947 vsize=726764 CPUtime=1202.24 cores=1,3,5,7
/proc/8949/task/8950/stat : 8950 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 162336 0 0 0 120159 65 0 0 25 0 4 0 652686721 744206336 130388 33554432000 4194304 4580107 140736030634432 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8949/tid=8951] ppid=8947 vsize=726764 CPUtime=1202.24 cores=1,3,5,7
/proc/8949/task/8951/stat : 8951 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 163826 0 0 0 120150 74 0 0 25 0 4 0 652686721 744206336 130388 33554432000 4194304 4580107 140736030634432 18446744073709551615 4320708 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8949/tid=8952] ppid=8947 vsize=726764 CPUtime=1202.24 cores=1,3,5,7
/proc/8949/task/8952/stat : 8952 (strangenight2-m) R 8947 8949 8848 0 -1 4202560 143016 0 0 0 120175 49 0 0 25 0 4 0 652686721 744206336 130388 33554432000 4194304 4580107 140736030634432 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 726764

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.25
CPU time (s): 4800.24
CPU user time (s): 4797.77
CPU system time (s): 2.46563
CPU usage (%): 399.272
Max. virtual memory (cumulated for all children) (KiB): 782644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.77
system time used= 2.46563
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 626686
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= 477
involuntary context switches= 18883

runsolver used 2.37964 second user time and 6.43302 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 00:07:40
IDJOB=3366649
IDBENCH=83058
IDSOLVER=1844
FILE ID=node109/3366649-1305410860
RUNJOBID= node109-1305410851-8867
PBS_JOBID= 13324534
Free space on /tmp= 73220 MiB

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

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

MD5SUM BENCH= 010b9faa30750ce3440cb9a8110ebefe
RANDOM SEED=174817425

node109.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	: 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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24298508 kB
Buffers:        233820 kB
Cached:        2258324 kB
SwapCached:      28404 kB
Active:         113704 kB
Inactive:      8323356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24298508 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           11412 kB
Writeback:           0 kB
AnonPages:     5922408 kB
Mapped:          18120 kB
Slab:           122712 kB
PageTables:      30724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17946804 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= 73212 MiB
End job on node109 at 2011-05-15 00:27:44