Trace number 3366574

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.43 1203.14

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S869604189-077.UNKNOWN.cnf
MD5SUMfea90c68acbba046fd6afed84c9fb884
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366574-1305408772.cnf'
0.00/0.01	c -- header says num vars:            600
0.00/0.01	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2556/2556 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:    600 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     258 undec:      71 neg:     271
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       591      2549         0         0      7683         0   no data   no data
0.00/0.07	c Decided on static restart strategy
0.42/0.17	c  N st     8      4921       591      2549         0      4833      7683    131070   no data   no data
1.57/0.46	c  N st    10     11303       591      2549         0      4504      7683     86278   no data   no data
2.77/0.75	c  N st    11     17046       591      2549         0     10150      7683    236998   no data   no data
4.40/1.19	c  F st    12     25002       591      2549         0     12430      7683    285805   no data   no data
4.40/1.19	c  N st    12     25002       591      2549         0     12430      7683    285805   no data   no data
5.55/1.46	c Decided on static restart strategy
5.55/1.46	c  N st    18     30000       591      2549         0     10672      7683    220130   no data   no data
5.55/1.46	c  S st    18     30000       591      2549         0     10672      7683    220130   no data   no data
5.55/1.48	c  S st    18     30503       591      2549         0     11175      7683    232726   no data   no data
5.55/1.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.55/1.49	c blocked clauses removed:        9 vars:      2 tried:         591 T: 0.00 s
5.55/1.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
5.55/1.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.55/1.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.95/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.55	c lits-rem:       116  cl-subs:      518  v-elim:      0  v-fix:    0  time:  0.05 s
5.95/1.56	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.01
5.95/1.56	c calculated reachability. Time: 0.00
5.95/1.56	c  N st    18     30503       589      2540         0     10657      7656    218283   no data   no data
7.56/1.95	c  N st    20     37616       589      2540         0      9924      7656    183840   no data   no data
9.14/2.33	c  N st    21     44015       589      2540         0     16260      7656    364160   no data   no data
9.55/2.46	c  S st    22     45754       589      2540         0      9170      7656    142969   no data   no data
9.55/2.49	c  S st    22     46256       589      2540         0      9672      7656    154471   no data   no data
9.55/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.55/2.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
9.55/2.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.55/2.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.94/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.51	c lits-rem:         7  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.01 s
9.94/2.51	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
9.94/2.51	c vivif2 --  cl tried     9634 cl shrink        0 lits rem          0 time: 0.00
9.94/2.51	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.01
9.94/2.52	c calculated reachability. Time: 0.00
9.94/2.52	c  N st    22     46256       589      2540         0      9634      7656    153455   no data   no data
13.53/3.46	c  N st    23     60653       589      2540         0     13917      7656    260236   no data   no data
16.33/4.15	c  N st    24     69385       589      2540         0     11718      7656    191408   no data   no data
16.33/4.15	c  S st    24     69385       589      2540         0     11718      7656    191408   no data   no data
16.33/4.19	c  S st    24     69890       589      2540         0     12220      7656    204428   no data   no data
16.33/4.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.33/4.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.33/4.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.33/4.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.33/4.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.33/4.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
16.33/4.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.33/4.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.73/4.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.22	c lits-rem:        26  cl-subs:      140  v-elim:      0  v-fix:    0  time:  0.02 s
16.73/4.22	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
16.73/4.22	c vivif2 --  cl tried    12080 cl shrink        0 lits rem          0 time: 0.00
16.73/4.23	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.01
16.73/4.23	c calculated reachability. Time: 0.00
16.73/4.23	c  N st    24     69890       589      2540         0     12080      7656    200007   no data   no data
22.31/5.60	c  F st    25     87501       589      2540         0     17610      7656    347285   no data   no data
22.31/5.60	c  N st    25     87501       589      2540         0     17610      7656    347285   no data   no data
23.91/6.04	c Decided on static restart strategy
25.11/6.30	c  N st    32     95536       589      2540         0     25530      7656    551172   no data   no data
27.50/6.99	c  N st    34    104836       589      2540         0     21863      7656    435572   no data   no data
27.50/6.99	c  S st    34    104836       589      2540         0     21863      7656    435572   no data   no data
27.90/7.05	c  S st    34    105339       589      2540         0     22366      7656    448687   no data   no data
27.90/7.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.90/7.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.90/7.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.90/7.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.90/7.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.90/7.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
27.90/7.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.90/7.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.90/7.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.70/7.27	c lits-rem:       130  cl-subs:      933  v-elim:      0  v-fix:    0  time:  0.19 s
28.70/7.27	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
28.70/7.28	c vivif2 --  cl tried    21433 cl shrink        0 lits rem          0 time: 0.00
28.70/7.29	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.01
28.70/7.29	c calculated reachability. Time: 0.00
28.70/7.29	c  N st    34    105339       589      2540         0     21433      7656    421719   no data   no data
32.29/8.12	c  N st    35    114937       589      2540         0     17128      7656    284094   no data   no data
37.47/9.49	c  N st    36    129334       589      2540         0     16543      7656    244819   no data   no data
45.85/11.53	c  N st    37    150930       589      2540         0     22037      7656    376478   no data   no data
48.65/12.22	c  S st    38    158010       589      2540         0     28982      7656    571579   no data   no data
48.65/12.29	c  S st    38    158514       589      2540         0     29485      7656    585278   no data   no data
48.65/12.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.05/12.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.05/12.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.05/12.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.05/12.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.05/12.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
49.05/12.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
49.05/12.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.05/12.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.05/12.83	c lits-rem:       427  cl-subs:     1616  v-elim:      0  v-fix:    0  time:  0.50 s
51.05/12.83	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
51.05/12.84	c vivif2 --  cl tried    27869 cl shrink        0 lits rem          0 time: 0.01
51.05/12.86	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.02
51.05/12.86	c calculated reachability. Time: 0.00
51.05/12.86	c  N st    38    158514       589      2540         0     27869      7656    536897   no data   no data
70.99/17.89	c  N st    39    207102       589      2540         0     22588      7656    355051   no data   no data
85.36/21.40	c  N st    40    237771       589      2540         0     33022      7656    632002   no data   no data
85.36/21.40	c  S st    40    237771       589      2540         0     33022      7656    632002   no data   no data
85.36/21.49	c  S st    40    238274       589      2540         0     33524      7656    644373   no data   no data
85.36/21.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.76/21.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
85.76/21.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.76/21.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.76/21.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.76/21.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
85.76/21.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
85.76/21.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
85.76/21.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.38/22.01	c lits-rem:       155  cl-subs:     1257  v-elim:      0  v-fix:    0  time:  0.48 s
87.38/22.01	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
87.79/22.02	c vivif2 --  cl tried    32267 cl shrink        0 lits rem          0 time: 0.01
87.79/22.04	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.02
87.79/22.04	c calculated reachability. Time: 0.00
87.79/22.04	c  N st    40    238274       589      2540         0     32267      7656    607603   no data   no data
120.87/30.32	c  F st    41    306250       589      2540         0     34282      7656    611650   no data   no data
120.87/30.32	c  N st    41    306250       589      2540         0     34282      7656    611650   no data   no data
123.66/31.05	c Decided on static restart strategy
136.07/34.15	c  N st    51    334554       589      2540         0     38494      7656    670731   no data   no data
148.01/37.16	c  N st    53    357413       589      2540         0     36396      7656    629141   no data   no data
148.01/37.16	c  S st    53    357413       589      2540         0     36396      7656    629141   no data   no data
148.41/37.26	c  S st    53    357916       589      2540         0     36898      7656    642175   no data   no data
148.41/37.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
148.41/37.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
148.41/37.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
148.41/37.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
148.41/37.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
148.41/37.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
148.41/37.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
148.41/37.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
148.41/37.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.59/37.58	c lits-rem:       104  cl-subs:      708  v-elim:      0  v-fix:    0  time:  0.28 s
149.59/37.58	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
149.59/37.59	c vivif2 --  cl tried    36190 cl shrink        0 lits rem          0 time: 0.01
149.99/37.62	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.03
149.99/37.62	c calculated reachability. Time: 0.00
149.99/37.62	c  N st    53    357916       589      2540         0     36190      7656    620864   no data   no data
167.55/42.06	c  N st    54    390308       589      2540         0     42359      7656    749221   no data   no data
198.67/49.87	c  N st    55    438898       589      2540         0     36047      7656    533686   no data   no data
241.77/60.69	c  N st    56    511783       589      2540         0     49692      7656    895714   no data   no data
256.93/64.48	c  N st    57    536874       589      2540         0     43820      7656    702519   no data   no data
256.93/64.48	c  S st    57    536874       589      2540         0     43820      7656    702519   no data   no data
257.73/64.60	c  S st    57    537378       589      2540         0     44324      7656    715018   no data   no data
257.73/64.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
257.73/64.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
257.73/64.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
257.73/64.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
257.73/64.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.73/64.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
257.73/64.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
257.73/64.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
257.73/64.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.52/65.31	c lits-rem:       163  cl-subs:     1632  v-elim:      0  v-fix:    0  time:  0.66 s
260.52/65.31	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
260.52/65.32	c vivif2 --  cl tried    42692 cl shrink        0 lits rem          0 time: 0.01
260.52/65.35	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.03
260.52/65.35	c calculated reachability. Time: 0.00
260.52/65.35	c  N st    57    537378       589      2540         0     42692      7656    671198   no data   no data
379.43/95.12	c  N st    58    701363       589      2540         0     36864      7656    422097   no data   no data
460.03/115.32	c  N st    59    806067       589      2540         0     65899      7656   1172777   no data   no data
460.03/115.32	c  S st    59    806067       589      2540         0     65899      7656   1172777   no data   no data
460.86/115.51	c  S st    59    806571       589      2540         0     66403      7656   1185479   no data   no data
460.86/115.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
460.86/115.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
460.86/115.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
460.86/115.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
460.86/115.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
460.86/115.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
460.86/115.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
460.86/115.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
461.22/115.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
472.39/118.44	c lits-rem:       499  cl-subs:     3393  v-elim:      0  v-fix:    0  time:  2.84 s
472.39/118.44	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
472.39/118.45	c vivif2 --  cl tried    63010 cl shrink        0 lits rem          0 time: 0.01
472.79/118.51	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.06
472.79/118.51	c calculated reachability. Time: 0.00
472.79/118.51	c  N st    59    806571       589      2540         0     63010      7656   1095830   no data   no data
704.22/176.52	c  F st    60   1071875       589      2540         0     78936      7656   1426199   no data   no data
704.22/176.52	c  N st    60   1071875       589      2540         0     78936      7656   1426199   no data   no data
710.21/178.11	c Decided on static restart strategy
730.56/183.14	c  N st    70   1100183       589      2540         0     62766      7656    978973   no data   no data
765.66/191.97	c  N st    72   1136177       589      2540         0     52966      7656    667619   no data   no data
798.40/200.19	c  N st    73   1168570       589      2540         0     84976      7656   1573553   no data   no data
839.48/210.48	c  N st    74   1209857       589      2540         0     79180      7656   1345594   no data   no data
839.48/210.48	c  S st    74   1209857       589      2540         0     79180      7656   1345594   no data   no data
840.68/210.73	c  S st    74   1210363       589      2540         0     79685      7656   1358645   no data   no data
840.68/210.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
840.68/210.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
840.68/210.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
840.68/210.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
840.68/210.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
840.68/210.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
840.68/210.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
840.68/210.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
841.08/210.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
860.62/215.74	c lits-rem:       389  cl-subs:     5044  v-elim:      0  v-fix:    0  time:  4.91 s
860.62/215.75	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
860.62/215.76	c vivif2 --  cl tried    74641 cl shrink        0 lits rem          0 time: 0.02
861.03/215.83	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.07
861.03/215.83	c calculated reachability. Time: 0.00
861.03/215.83	c  N st    74   1210363       589      2540         0     74641      7656   1218234   no data   no data
955.99/239.60	c  N st    75   1283245       589      2540         0     50942      7656    555748   no data   no data
1079.30/270.57	c  N st    76   1392568       589      2540         0     58982      7656    728358   no data   no data
1250.89/313.53	c  N st    77   1556552       589      2540         0     64109      7656    830134   no data   no data
1426.45/357.59	c  N st    78   1710363       589      2540         0    105973      7656   1974382   no data   no data
1426.45/357.59	c  S st    78   1710363       589      2540         0    105973      7656   1974382   no data   no data
1428.01/357.92	c  S st    78   1710866       589      2540         0    106476      7656   1987310   no data   no data
1428.01/357.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1428.01/357.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1428.01/357.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1428.01/357.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1428.01/357.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1428.01/357.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
1428.01/357.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1428.40/358.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1428.40/358.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1475.08/369.78	c lits-rem:      1040  cl-subs:     6495  v-elim:      0  v-fix:    0  time: 11.71 s
1475.08/369.78	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
1475.48/369.80	c vivif2 --  cl tried    99981 cl shrink        0 lits rem          0 time: 0.03
1475.88/369.91	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.10
1475.88/369.91	c calculated reachability. Time: 0.00
1475.88/369.91	c  N st    78   1710866       589      2540         0     99981      7656   1811136   no data   no data
1922.42/481.81	c  N st    79   2079830       589      2540         0    111565      7656   2048041   no data   no data
2089.96/523.80	c  N st    80   2210868       589      2540         0    115767      7656   2174240   no data   no data
2089.96/523.80	c  S st    80   2210868       589      2540         0    115767      7656   2174240   no data   no data
2091.16/524.19	c  S st    80   2211370       589      2540         0    116268      7656   2187982   no data   no data
2091.56/524.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2091.56/524.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2091.56/524.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2091.56/524.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2091.56/524.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2091.56/524.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
2091.56/524.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2091.56/524.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2091.96/524.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2155.39/540.26	c lits-rem:       973  cl-subs:     6628  v-elim:      0  v-fix:    0  time: 15.91 s
2155.39/540.26	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
2155.39/540.29	c vivif2 --  cl tried   109640 cl shrink        0 lits rem          0 time: 0.03
2156.19/540.41	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.12
2156.19/540.41	c calculated reachability. Time: 0.00
2156.19/540.41	c  N st    80   2211370       589      2540         0    109640      7656   1988072   no data   no data
2831.31/709.67	c  N st    81   2711371       589      2540         0    132398      7656   2398724   no data   no data
2831.31/709.67	c  S st    81   2711371       589      2540         0    132398      7656   2398724   no data   no data
2833.31/710.13	c  S st    81   2711875       589      2540         0    132900      7656   2411457   no data   no data
2833.31/710.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2833.72/710.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2833.72/710.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2833.72/710.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2833.72/710.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2833.72/710.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
2833.72/710.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2833.72/710.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2834.12/710.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2947.03/738.66	c lits-rem:      1256  cl-subs:    13427  v-elim:      0  v-fix:    0  time: 28.34 s
2947.03/738.66	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
2947.03/738.69	c vivif2 --  cl tried   119473 cl shrink        0 lits rem          0 time: 0.03
2947.83/738.82	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.13
2947.83/738.83	c calculated reachability. Time: 0.00
2947.83/738.83	c  N st    81   2711875       589      2540         0    119473      7656   2082833   no data   no data
3709.90/929.80	c  N st    82   3211875       589      2540         0     95774      7656   1277120   no data   no data
3709.90/929.80	c  S st    82   3211875       589      2540         0     95774      7656   1277120   no data   no data
3711.10/930.14	c  S st    82   3212380       589      2540         0     96278      7656   1290420   no data   no data
3711.10/930.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3711.50/930.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
3711.50/930.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3711.50/930.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3711.50/930.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3711.50/930.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
3711.50/930.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3711.50/930.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3711.50/930.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3724.27/933.46	c lits-rem:       301  cl-subs:     2555  v-elim:      0  v-fix:    0  time:  3.17 s
3724.27/933.46	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
3724.27/933.48	c vivif2 --  cl tried    93723 cl shrink        0 lits rem          0 time: 0.02
3725.06/933.60	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.12
3725.06/933.60	c calculated reachability. Time: 0.00
3725.06/933.60	c  N st    82   3212380       589      2540         0     93723      7656   1227524   no data   no data
4529.05/1135.13	c  N st    83   3712382       589      2540         0    104471      7656   1399037   no data   no data
4529.05/1135.13	c  S st    83   3712382       589      2540         0    104471      7656   1399037   no data   no data
4530.22/1135.46	c  S st    83   3712884       589      2540         0    104973      7656   1411795   no data   no data
4530.22/1135.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4530.62/1135.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
4530.62/1135.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4530.62/1135.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4530.62/1135.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4530.62/1135.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    589 time:  0.00 s
4530.62/1135.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4530.62/1135.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4530.62/1135.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4542.23/1138.50	c lits-rem:       218  cl-subs:     3676  v-elim:      0  v-fix:    0  time:  2.91 s
4542.23/1138.50	c vivif2 --  cl tried     2540 cl shrink        0 lits rem          0 time: 0.00
4542.64/1138.52	c vivif2 --  cl tried   101297 cl shrink        0 lits rem          0 time: 0.02
4543.00/1138.62	c asymm  cl-useful: 0/2540/2540 lits-rem:0 time: 0.10
4543.00/1138.63	c calculated reachability. Time: 0.00
4543.00/1138.63	c  N st    83   3712884       589      2540         0    101297      7656   1319500   no data   no data
4607.24/1154.72	c  F st    84   3751563       589      2540         0    139169      7656   2397167   no data   no data
4607.24/1154.72	c  N st    84   3751563       589      2540         0    139169      7656   2397167   no data   no data
4621.22/1158.25	c Decided on static restart strategy
4679.05/1172.79	c  N st    94   3779865       589      2540         0     83911      7656    815033   no data   no data
4733.71/1186.46	c  N st    96   3815858       589      2540         0    119460      7656   1832772   no data   no data
4791.56/1200.92	c  N st    97   3848250       589      2540         0    151223      7656   2670775   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-3366574-1305408772/watcher-3366574-1305408772 -o /tmp/evaluation-result-3366574-1305408772/solver-3366574-1305408772 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366574-1305408772.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.82 8.06 8.00 5/320 14911
/proc/meminfo: memFree=27968616/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652476027 52396032 348 33554432000 4194304 4580107 140736828419872 18446744073709551615 47338017425334 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 12792 348 299 95 0 7774 0
[pid=14911/tid=14912] ppid=14909 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652476028 52396032 352 33554432000 4194304 4580107 140736828419872 18446744073709551615 47338017425330 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652476028 52396032 352 33554432000 4194304 4580107 140736828419872 18446744073709551615 47338017424921 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652476028 52396032 352 33554432000 4194304 4580107 140736828419872 18446744073709551615 47338017424921 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.094886 s]
/proc/loadavg: 7.82 8.06 8.00 5/320 14911
/proc/meminfo: memFree=27968616/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=282636 CPUtime=0.34 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 1730 0 0 0 34 0 0 0 25 0 4 0 652476027 289419264 1655 33554432000 4194304 4580107 140736828419872 18446744073709551615 4302544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 70659 1655 377 95 0 65641 0
[pid=14911/tid=14912] ppid=14909 vsize=282636 CPUtime=0.08 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 350 0 0 0 8 0 0 0 25 0 4 0 652476028 289419264 1655 33554432000 4194304 4580107 140736828419872 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=282636 CPUtime=0.08 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 318 0 0 0 8 0 0 0 25 0 4 0 652476028 289419264 1655 33554432000 4194304 4580107 140736828419872 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=282636 CPUtime=0.08 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 249 0 0 0 8 0 0 0 25 0 4 0 652476028 289419264 1655 33554432000 4194304 4580107 140736828419872 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 282636

[startup+0.11251 s]
/proc/loadavg: 7.82 8.06 8.00 5/320 14911
/proc/meminfo: memFree=27968616/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=282636 CPUtime=0.42 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 1800 0 0 0 42 0 0 0 25 0 4 0 652476027 289419264 1725 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 70659 1726 377 95 0 65641 0
[pid=14911/tid=14912] ppid=14909 vsize=282636 CPUtime=0.1 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 365 0 0 0 10 0 0 0 25 0 4 0 652476028 289419264 1726 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=282636 CPUtime=0.1 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 343 0 0 0 10 0 0 0 25 0 4 0 652476028 289419264 1726 33554432000 4194304 4580107 140736828419872 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=282636 CPUtime=0.1 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 264 0 0 0 10 0 0 0 25 0 4 0 652476028 289419264 1726 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282636

[startup+0.300478 s]
/proc/loadavg: 7.82 8.06 8.00 5/320 14911
/proc/meminfo: memFree=27968616/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=284220 CPUtime=1.17 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 2851 0 0 0 117 0 0 0 25 0 4 0 652476027 291041280 2135 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 71055 2136 377 95 0 66037 0
[pid=14911/tid=14912] ppid=14909 vsize=284220 CPUtime=0.29 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 637 0 0 0 29 0 0 0 25 0 4 0 652476028 291041280 2136 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293740 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=284220 CPUtime=0.28 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 619 0 0 0 28 0 0 0 25 0 4 0 652476028 291041280 2136 33554432000 4194304 4580107 140736828419872 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=284220 CPUtime=0.29 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 531 0 0 0 29 0 0 0 25 0 4 0 652476028 291041280 2136 33554432000 4194304 4580107 140736828419872 18446744073709551615 4320717 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284220

[startup+0.700408 s]
/proc/loadavg: 7.82 8.06 8.00 5/320 14911
/proc/meminfo: memFree=27968616/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=285176 CPUtime=2.77 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 4484 0 0 0 276 1 0 0 25 0 4 0 652476027 292020224 2793 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 71294 2793 377 95 0 66276 0
[pid=14911/tid=14912] ppid=14909 vsize=285176 CPUtime=0.69 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 1030 0 0 0 69 0 0 0 25 0 4 0 652476028 292020224 2793 33554432000 4194304 4580107 140736828419872 18446744073709551615 4320983 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=285176 CPUtime=0.68 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 1038 0 0 0 68 0 0 0 25 0 4 0 652476028 292020224 2793 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293067 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=285176 CPUtime=0.69 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 941 0 0 0 69 0 0 0 25 0 4 0 652476028 292020224 2793 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285176

[startup+1.50027 s]
/proc/loadavg: 7.83 8.06 8.00 9/324 14915
/proc/meminfo: memFree=27947876/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=286736 CPUtime=5.95 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 8056 0 0 0 594 1 0 0 25 0 4 0 652476027 293617664 3695 33554432000 4194304 4580107 140736828419872 18446744073709551615 4401259 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 71684 3696 379 95 0 66666 0
[pid=14911/tid=14912] ppid=14909 vsize=286736 CPUtime=1.47 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 1845 0 0 0 147 0 0 0 25 0 4 0 652476028 293617664 3701 33554432000 4194304 4580107 140736828419872 18446744073709551615 4489224 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=286736 CPUtime=1.48 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 1830 0 0 0 148 0 0 0 25 0 4 0 652476028 293617664 3701 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=286736 CPUtime=1.48 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 1781 0 0 0 148 0 0 0 25 0 4 0 652476028 293617664 3704 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286736

[startup+3.10099 s]
/proc/loadavg: 7.83 8.06 8.00 9/324 14915
/proc/meminfo: memFree=27935600/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=291668 CPUtime=12.34 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 18577 0 0 0 1231 3 0 0 25 0 4 0 652476027 298668032 10082 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293957 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 72917 10082 380 95 0 67899 0
[pid=14911/tid=14912] ppid=14909 vsize=291668 CPUtime=3.06 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 4040 0 0 0 306 0 0 0 25 0 4 0 652476028 298668032 10082 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=291668 CPUtime=3.08 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 5031 0 0 0 308 0 0 0 25 0 4 0 652476028 298668032 10082 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=291668 CPUtime=3.09 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 4494 0 0 0 308 1 0 0 18 0 4 0 652476028 298668032 10082 33554432000 4194304 4580107 140736828419872 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 291668

[startup+6.30042 s]
/proc/loadavg: 7.83 8.06 8.00 9/324 14915
/proc/meminfo: memFree=27891680/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=290376 CPUtime=25.11 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 28334 0 0 0 2505 6 0 0 25 0 4 0 652476027 297345024 12656 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 72594 12656 379 95 0 67576 0
[pid=14911/tid=14912] ppid=14909 vsize=290376 CPUtime=6.23 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 7446 0 0 0 622 1 0 0 25 0 4 0 652476028 297345024 12656 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=290376 CPUtime=6.28 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 6970 0 0 0 627 1 0 0 25 0 4 0 652476028 297345024 12656 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=290376 CPUtime=6.28 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 6547 0 0 0 627 1 0 0 25 0 4 0 652476028 297345024 12656 33554432000 4194304 4580107 140736828419872 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 290376

[startup+12.7003 s]
/proc/loadavg: 7.86 8.05 8.00 9/324 14916
/proc/meminfo: memFree=27840516/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=299408 CPUtime=50.64 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 46244 0 0 0 5054 10 0 0 25 0 4 0 652476027 306593792 21462 33554432000 4194304 4580107 140736828419872 18446744073709551615 4406340 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 74852 21462 379 95 0 69834 0
[pid=14911/tid=14912] ppid=14909 vsize=299408 CPUtime=12.56 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 11345 0 0 0 1254 2 0 0 25 0 4 0 652476028 306593792 21462 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=299408 CPUtime=12.68 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 10377 0 0 0 1267 1 0 0 25 0 4 0 652476028 306593792 21462 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=299408 CPUtime=12.68 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 10898 0 0 0 1266 2 0 0 25 0 4 0 652476028 306593792 21462 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 299408

[startup+25.501 s]
/proc/loadavg: 7.88 8.05 8.00 9/324 14916
/proc/meminfo: memFree=27764236/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=317920 CPUtime=101.71 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 65084 0 0 0 10156 15 0 0 25 0 4 0 652476027 325550080 31513 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 79480 31513 379 95 0 74462 0
[pid=14911/tid=14912] ppid=14909 vsize=317920 CPUtime=25.24 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 15739 0 0 0 2520 4 0 0 25 0 4 0 652476028 325550080 31513 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=317920 CPUtime=25.49 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 15259 0 0 0 2546 3 0 0 25 0 4 0 652476028 325550080 31513 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=317920 CPUtime=25.48 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 15044 0 0 0 2545 3 0 0 25 0 4 0 652476028 325550080 31513 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 317920

[startup+51.1004 s]
/proc/loadavg: 7.92 8.05 8.00 9/324 14917
/proc/meminfo: memFree=27703792/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=308160 CPUtime=203.87 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 90371 0 0 0 20364 23 0 0 25 0 4 0 652476027 315555840 37826 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294305 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 77040 37826 379 95 0 72022 0
[pid=14911/tid=14912] ppid=14909 vsize=308160 CPUtime=50.58 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 22891 0 0 0 5053 5 0 0 25 0 4 0 652476028 315555840 37826 33554432000 4194304 4580107 140736828419872 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=308160 CPUtime=51.08 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 22266 0 0 0 5103 5 0 0 25 0 4 0 652476028 315555840 37826 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=308160 CPUtime=51.08 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 19738 0 0 0 5104 4 0 0 25 0 4 0 652476028 315555840 37826 33554432000 4194304 4580107 140736828419872 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 308160

[startup+102.312 s]
/proc/loadavg: 8.00 8.05 8.00 9/324 14918
/proc/meminfo: memFree=27642624/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=328984 CPUtime=408.19 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 131491 0 0 0 40784 35 0 0 25 0 4 0 652476027 336879616 43984 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 82246 43984 379 95 0 77228 0
[pid=14911/tid=14912] ppid=14909 vsize=328984 CPUtime=101.27 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 32558 0 0 0 10118 9 0 0 25 0 4 0 652476028 336879616 43984 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=328984 CPUtime=102.3 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 34622 0 0 0 10220 10 0 0 25 0 4 0 652476028 336879616 43984 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=328984 CPUtime=102.3 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 28073 0 0 0 10224 6 0 0 25 0 4 0 652476028 336879616 43984 33554432000 4194304 4580107 140736828419872 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 328984

[startup+162.301 s]

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

[pid=14911] ppid=14909 vsize=665296 CPUtime=2802.19 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 380399 0 0 0 280073 146 0 0 25 0 4 0 652476027 681263104 115687 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 166324 115687 379 95 0 161306 0
[pid=14911/tid=14912] ppid=14909 vsize=665296 CPUtime=695.26 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 82604 0 0 0 69495 31 0 0 25 0 4 0 652476028 681263104 115687 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=665296 CPUtime=702.29 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 106237 0 0 0 70185 44 0 0 25 0 4 0 652476028 681263104 115687 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=665296 CPUtime=702.3 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 83244 0 0 0 70201 29 0 0 25 0 4 0 652476028 681263104 115687 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2802.19
Current children cumulated vsize (KiB) 665296

[startup+762.312 s]
/proc/loadavg: 8.06 8.08 8.01 9/324 14936
/proc/meminfo: memFree=27160524/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=640392 CPUtime=3041.63 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 395170 0 0 0 304008 155 0 0 25 0 4 0 652476027 655761408 108889 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 160098 108889 379 95 0 155080 0
[pid=14911/tid=14912] ppid=14909 vsize=640392 CPUtime=754.66 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 84870 0 0 0 75434 32 0 0 25 0 4 0 652476028 655761408 108889 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=640392 CPUtime=762.31 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 112466 0 0 0 76181 50 0 0 25 0 4 0 652476028 655761408 108889 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=640392 CPUtime=762.31 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 86005 0 0 0 76201 30 0 0 25 0 4 0 652476028 655761408 108889 33554432000 4194304 4580107 140736828419872 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3041.63
Current children cumulated vsize (KiB) 640392

[startup+822.3 s]
/proc/loadavg: 8.02 8.06 8.01 9/324 14937
/proc/meminfo: memFree=27131608/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=600392 CPUtime=3280.96 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 418049 0 0 0 327928 168 0 0 25 0 4 0 652476027 614801408 108661 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 150098 108661 379 95 0 145080 0
[pid=14911/tid=14912] ppid=14909 vsize=600392 CPUtime=814.03 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 91549 0 0 0 81367 36 0 0 25 0 4 0 652476028 614801408 108661 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=600392 CPUtime=822.3 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 119224 0 0 0 82176 54 0 0 25 0 4 0 652476028 614801408 108661 33554432000 4194304 4580107 140736828419872 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=600392 CPUtime=822.3 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 92021 0 0 0 82197 33 0 0 25 0 4 0 652476028 614801408 108661 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3280.96
Current children cumulated vsize (KiB) 600392

[startup+882.301 s]
/proc/loadavg: 8.04 8.06 8.01 9/324 14939
/proc/meminfo: memFree=27087416/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=588036 CPUtime=3520.37 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 441762 0 0 0 351855 182 0 0 25 0 4 0 652476027 602148864 109921 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 147009 109921 379 95 0 141991 0
[pid=14911/tid=14912] ppid=14909 vsize=588036 CPUtime=873.43 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 97815 0 0 0 87303 40 0 0 25 0 4 0 652476028 602148864 109921 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=588036 CPUtime=882.3 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 126378 0 0 0 88172 58 0 0 25 0 4 0 652476028 602148864 109921 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=588036 CPUtime=882.29 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 98270 0 0 0 88193 36 0 0 25 0 4 0 652476028 602148864 109921 33554432000 4194304 4580107 140736828419872 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3520.37
Current children cumulated vsize (KiB) 588036

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 8.01 9/324 14940
/proc/meminfo: memFree=27048572/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=588080 CPUtime=3759.78 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 464898 0 0 0 375786 192 0 0 25 0 4 0 652476027 602193920 118477 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 147020 118477 379 95 0 142002 0
[pid=14911/tid=14912] ppid=14909 vsize=588080 CPUtime=932.84 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 102357 0 0 0 93241 43 0 0 25 0 4 0 652476028 602193920 118477 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=588080 CPUtime=942.31 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 130926 0 0 0 94171 60 0 0 25 0 4 0 652476028 602193920 118477 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=588080 CPUtime=942.29 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 105371 0 0 0 94191 38 0 0 25 0 4 0 652476028 602193920 118477 33554432000 4194304 4580107 140736828419872 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3759.78
Current children cumulated vsize (KiB) 588080

[startup+1002.3 s]
/proc/loadavg: 8.15 8.09 8.02 9/324 14942
/proc/meminfo: memFree=27044212/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=666836 CPUtime=3999.15 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 489348 0 0 0 399709 206 0 0 25 0 4 0 652476027 682840064 118368 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 166709 118368 379 95 0 161691 0
[pid=14911/tid=14912] ppid=14909 vsize=666836 CPUtime=992.21 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 109012 0 0 0 99173 48 0 0 25 0 4 0 652476028 682840064 118368 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=666836 CPUtime=1002.31 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 136733 0 0 0 100169 62 0 0 25 0 4 0 652476028 682840064 118368 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=666836 CPUtime=1002.3 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 110765 0 0 0 100189 41 0 0 25 0 4 0 652476028 682840064 118368 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3999.15
Current children cumulated vsize (KiB) 666836

[startup+1062.3 s]
/proc/loadavg: 8.15 8.10 8.02 9/324 14944
/proc/meminfo: memFree=27038344/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=684976 CPUtime=4238.55 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 511886 0 0 0 423635 220 0 0 25 0 4 0 652476027 701415424 120057 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 171244 120057 379 95 0 166226 0
[pid=14911/tid=14912] ppid=14909 vsize=684976 CPUtime=1051.6 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 115471 0 0 0 105108 52 0 0 25 0 4 0 652476028 701415424 120057 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=684976 CPUtime=1062.31 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 143296 0 0 0 106165 66 0 0 25 0 4 0 652476028 701415424 120057 33554432000 4194304 4580107 140736828419872 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=684976 CPUtime=1062.29 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 116015 0 0 0 106185 44 0 0 25 0 4 0 652476028 701415424 120057 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4238.55
Current children cumulated vsize (KiB) 684976

[startup+1122.3 s]
/proc/loadavg: 8.18 8.11 8.03 9/324 14945
/proc/meminfo: memFree=27000232/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=685272 CPUtime=4477.96 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 535107 0 0 0 447563 233 0 0 25 0 4 0 652476027 701718528 125532 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 171318 125532 379 95 0 166300 0
[pid=14911/tid=14912] ppid=14909 vsize=685272 CPUtime=1111 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 120475 0 0 0 111045 55 0 0 25 0 4 0 652476028 701718528 125532 33554432000 4194304 4580107 140736828419872 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=685272 CPUtime=1122.31 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 149577 0 0 0 112161 70 0 0 25 0 4 0 652476028 701718528 125532 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=685272 CPUtime=1122.3 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 122487 0 0 0 112183 47 0 0 25 0 4 0 652476028 701718528 125532 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4477.96
Current children cumulated vsize (KiB) 685272

[startup+1182.3 s]
/proc/loadavg: 8.13 8.10 8.02 9/324 14947
/proc/meminfo: memFree=26943164/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=725072 CPUtime=4717.35 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 556127 0 0 0 471491 244 0 0 25 0 4 0 652476027 742473728 133177 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 181268 133177 379 95 0 176250 0
[pid=14911/tid=14912] ppid=14909 vsize=725072 CPUtime=1170.39 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 124800 0 0 0 116981 58 0 0 25 0 4 0 652476028 742473728 133177 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=725072 CPUtime=1182.31 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 156800 0 0 0 118158 73 0 0 25 0 4 0 652476028 742473728 133177 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=725072 CPUtime=1182.3 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 126155 0 0 0 118182 48 0 0 25 0 4 0 652476028 742473728 133177 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4717.35
Current children cumulated vsize (KiB) 725072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.09 8.10 8.02 5/316 14965
/proc/meminfo: memFree=27472152/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=738448 CPUtime=4800.36 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 563392 0 0 0 479787 249 0 0 25 0 4 0 652476027 756170752 136393 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 184612 136393 379 95 0 179594 0
[pid=14911/tid=14912] ppid=14909 vsize=738448 CPUtime=1190.99 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 127163 0 0 0 119039 60 0 0 25 0 4 0 652476028 756170752 136394 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=738448 CPUtime=1203.12 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 158194 0 0 0 120237 75 0 0 25 0 4 0 652476028 756170752 136394 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=738448 CPUtime=1203.11 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 128335 0 0 0 120262 49 0 0 25 0 4 0 652476028 756170752 136394 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 738448

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

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

[startup+1203.1 s]
/proc/loadavg: 8.09 8.10 8.02 5/316 14965
/proc/meminfo: memFree=27472152/32950928 swapFree=60199044/67111528
[pid=14911] ppid=14909 vsize=738448 CPUtime=4800.36 cores=1,3,5,7
/proc/14911/stat : 14911 (strangenight2-m) R 14909 14911 14558 0 -1 4202496 563392 0 0 0 479787 249 0 0 25 0 4 0 652476027 756170752 136393 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14911/statm: 184612 136393 379 95 0 179594 0
[pid=14911/tid=14912] ppid=14909 vsize=738448 CPUtime=1190.99 cores=1,3,5,7
/proc/14911/task/14912/stat : 14912 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 127163 0 0 0 119039 60 0 0 25 0 4 0 652476028 756170752 136394 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14911/tid=14913] ppid=14909 vsize=738448 CPUtime=1203.12 cores=1,3,5,7
/proc/14911/task/14913/stat : 14913 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 158194 0 0 0 120237 75 0 0 25 0 4 0 652476028 756170752 136394 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14911/tid=14914] ppid=14909 vsize=738448 CPUtime=1203.11 cores=1,3,5,7
/proc/14911/task/14914/stat : 14914 (strangenight2-m) R 14909 14911 14558 0 -1 4202560 128335 0 0 0 120262 49 0 0 25 0 4 0 652476028 756170752 136394 33554432000 4194304 4580107 140736828419872 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 738448

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.43
CPU user time (s): 4797.91
CPU system time (s): 2.52062
CPU usage (%): 398.992
Max. virtual memory (cumulated for all children) (KiB): 789436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.91
system time used= 2.52062
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 563394
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= 503
involuntary context switches= 31268

runsolver used 3.2585 second user time and 8.91364 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 23:32:52
IDJOB=3366574
IDBENCH=82983
IDSOLVER=1844
FILE ID=node122/3366574-1305408772
RUNJOBID= node122-1305405531-14577
PBS_JOBID= 13324494
Free space on /tmp= 73432 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S869604189-077.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366574-1305408772/watcher-3366574-1305408772 -o /tmp/evaluation-result-3366574-1305408772/solver-3366574-1305408772 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366574-1305408772.cnf

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

MD5SUM BENCH= fea90c68acbba046fd6afed84c9fb884
RANDOM SEED=735190546

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27968772 kB
Buffers:        275572 kB
Cached:        3350204 kB
SwapCached:      50104 kB
Active:         919492 kB
Inactive:      3854116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27968772 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           11180 kB
Writeback:           0 kB
AnonPages:     1108104 kB
Mapped:          14336 kB
Slab:           113420 kB
PageTables:      31712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52652204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73432 MiB
End job on node122 at 2011-05-14 23:52:57