Trace number 3366579

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.11 1203.34

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S115072124-051.SATISFIABLE.cnf
MD5SUM6052486ba02fcb82855c9fc5130e5550
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.095985
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.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-3366579-1305408941.cnf'
0.00/0.01	c -- header says num vars:            700
0.00/0.01	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.16/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    700 time:  0.00 s
3.16/0.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.16/0.83	c lits-rem:         1  cl-subs:        2  v-elim:     13  v-fix:    0  time:  0.00 s
3.16/0.83	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.16/0.83	c calculated reachability. Time: 0.00
3.16/0.83	c Calc default polars -  time:   0.00 s pos:     333 undec:      70 neg:     297
3.16/0.83	c =========================================================================================
3.16/0.83	c types(t): F = full restart, N = normal restart
3.16/0.83	c types(t): S = simplification begin/end, E = solution found
3.16/0.83	c restart types(rt): st = static, dy = dynamic
3.16/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.83	c  B st     0         0       687      2967         1         0      8983         0   no data   no data
3.16/0.83	c Decided on static restart strategy
3.16/0.83	c  N st     8      4914       687      2967         1      4868      8983    149487   no data   no data
3.16/0.83	c  N st    10     11297       687      2967         1      4511      8983     96110   no data   no data
3.16/0.83	c  N st    11     17041       687      2967         1     10164      8983    271861   no data   no data
5.16/1.33	c  F st    12     25001       687      2967         1     12466      8983    341024   no data   no data
5.16/1.33	c  N st    12     25001       687      2967         1     12466      8983    341024   no data   no data
5.95/1.55	c Decided on static restart strategy
5.95/1.55	c  N st    18     30000       687      2967         1     10720      8983    257704   no data   no data
5.95/1.55	c  S st    18     30000       687      2967         1     10720      8983    257704   no data   no data
5.95/1.58	c  S st    18     30502       687      2967         1     11222      8983    271483   no data   no data
5.95/1.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.95/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.95/1.58	c blocked clauses removed:       20 vars:      3 tried:         687 T: 0.00 s
5.95/1.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.95/1.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
5.95/1.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.95/1.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.95/1.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.35/1.65	c lits-rem:       372  cl-subs:      335  v-elim:      0  v-fix:    0  time:  0.05 s
6.35/1.65	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.01
6.35/1.65	c calculated reachability. Time: 0.00
6.35/1.65	c  N st    18     30502       684      2947         1     10858      8923    257246   no data   no data
7.96/2.07	c  N st    20     37613       684      2947         1     10141      8923    208473   no data   no data
9.94/2.52	c  N st    21     44013       684      2947         1     16425      8923    395025   no data   no data
10.34/2.66	c  S st    22     45755       684      2947         1      9333      8923    162844   no data   no data
10.34/2.69	c  S st    22     46258       684      2947         1      9836      8923    177172   no data   no data
10.34/2.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.34/2.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.34/2.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
10.34/2.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.34/2.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.74/2.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.71	c lits-rem:       110  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.01 s
10.74/2.71	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
10.74/2.71	c vivif2 --  cl tried     9799 cl shrink        0 lits rem          0 time: 0.00
10.74/2.72	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.01
10.74/2.72	c calculated reachability. Time: 0.00
10.74/2.72	c  N st    22     46258       684      2947         1      9799      8923    175841   no data   no data
14.74/3.74	c  N st    23     60656       684      2947         1     14103      8923    297208   no data   no data
17.13/4.40	c  N st    24     69387       684      2947         1     11936      8923    217367   no data   no data
17.13/4.40	c  S st    24     69387       684      2947         1     11936      8923    217367   no data   no data
17.55/4.44	c  S st    24     69890       684      2947         1     12438      8923    231334   no data   no data
17.55/4.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.55/4.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.55/4.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.55/4.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.55/4.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.55/4.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
17.55/4.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.55/4.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.55/4.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.55/4.47	c lits-rem:        25  cl-subs:       93  v-elim:      0  v-fix:    0  time:  0.02 s
17.55/4.47	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
17.55/4.47	c vivif2 --  cl tried    12345 cl shrink        0 lits rem          0 time: 0.00
17.55/4.48	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.01
17.55/4.48	c calculated reachability. Time: 0.00
17.55/4.48	c  N st    24     69890       684      2947         1     12345      8923    228082   no data   no data
23.51/5.97	c  F st    25     87501       684      2947         1     17892      8923    395649   no data   no data
23.51/5.97	c  N st    25     87501       684      2947         1     17892      8923    395649   no data   no data
25.91/6.51	c  N dy    34     93683       684      2947         1     23970      8923    569418     20.55     21.72
27.50/6.99	c  N dy    57    100042       684      2947         1     17436      8923    301701     20.22     21.43
29.09/7.36	c  S st    69    104836       684      2947         1     22180      8923    437417     19.78     16.51
29.49/7.41	c  S st    69    105339       684      2947         1     22682      8923    451332     19.78   no data
29.49/7.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.49/7.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.49/7.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.49/7.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.49/7.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.49/7.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
29.49/7.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
29.49/7.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.49/7.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/7.52	c lits-rem:        69  cl-subs:      230  v-elim:      0  v-fix:    0  time:  0.07 s
29.89/7.52	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
29.89/7.52	c vivif2 --  cl tried    22452 cl shrink        0 lits rem          0 time: 0.00
29.89/7.54	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.01
29.89/7.54	c calculated reachability. Time: 0.00
29.89/7.54	c  N dy    69    105339       684      2947         1     22452      8923    443501     19.78   no data
33.08/8.34	c  N dy    89    114790       684      2947         1     17931      8923    269340     19.15     20.29
35.87/9.00	c  N dy   118    122259       684      2947         1     25348      8923    477975     18.99     20.28
38.68/9.74	c  N dy   136    130687       684      2947         1     18823      8923    271718     18.77     19.81
41.86/10.51	c  N dy   170    139167       684      2947         1     27239      8923    511293     18.82     19.92
45.05/11.33	c  N dy   215    148063       684      2947         1     20224      8923    282378     18.88     19.93
48.69/12.25	c  N dy   278    157520       684      2947         1     29624      8923    548939     19.01     22.31
49.04/12.30	c  S st   282    158008       684      2947         1     30109      8923    562493     19.01     18.51
49.04/12.37	c  S st   282    158510       684      2947         1     30611      8923    576672     19.01   no data
49.04/12.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.04/12.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.04/12.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.04/12.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.04/12.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.04/12.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
49.04/12.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
49.04/12.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.44/12.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.84/12.54	c lits-rem:       222  cl-subs:      257  v-elim:      0  v-fix:    0  time:  0.13 s
49.84/12.54	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
49.84/12.55	c vivif2 --  cl tried    30354 cl shrink        0 lits rem          0 time: 0.01
49.84/12.57	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.02
49.84/12.57	c calculated reachability. Time: 0.00
49.84/12.57	c  N dy   282    158510       684      2947         1     30354      8923    567541     19.01   no data
53.82/13.59	c  N dy   323    169353       684      2947         1     24229      8923    370001     18.99     20.47
58.61/14.79	c  N dy   378    180247       684      2947         1     35058      8923    677795     19.04     20.14
63.40/15.91	c  N dy   426    192113       684      2947         1     28945      8923    470797     19.00     20.09
68.99/17.34	c  N dy   483    204531       684      2947         1     22420      8923    267732     19.04     20.43
75.36/18.99	c  N dy   544    219751       684      2947         1     37514      8923    700720     19.00     20.21
83.36/20.94	c  N dy   620    237767       684      2947         1     35551      8923    627498     19.04     17.20
83.36/20.94	c  S st   620    237767       684      2947         1     35551      8923    627498     19.04     17.20
83.79/21.02	c  S st   620    238269       684      2947         1     36052      8923    642532     19.04   no data
83.79/21.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.79/21.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
83.79/21.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.79/21.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.79/21.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.79/21.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
83.79/21.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
83.79/21.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.79/21.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.54/21.25	c lits-rem:       198  cl-subs:      370  v-elim:      0  v-fix:    0  time:  0.18 s
84.54/21.25	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
84.54/21.26	c vivif2 --  cl tried    35682 cl shrink        0 lits rem          0 time: 0.01
84.54/21.28	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.02
84.54/21.28	c calculated reachability. Time: 0.00
84.54/21.28	c  N dy   620    238269       684      2947         1     35682      8923    630333     19.04   no data
91.72/23.08	c  N dy   679    253943       684      2947         1     30370      8923    441202     19.03     20.27
100.10/25.13	c  N dy   767    270200       684      2947         1     24690      8923    267762     19.09     20.16
108.87/27.34	c  N dy   845    288203       684      2947         1     42528      8923    772755     19.09     20.50
117.65/29.51	c  F st   915    306250       684      2947         1     37589      8923    608539     19.08     19.72
117.65/29.59	c  N st   917    306875       684      2947         1     38211      8923    628359     19.08   no data
120.04/30.19	c Decided on static restart strategy
130.82/32.84	c  N st   925    334549       684      2947         1     41734      8923    947320     19.08   no data
142.78/35.87	c  N st   927    357403       684      2947         1     39574      8923    856522     19.08   no data
142.78/35.87	c  S st   927    357403       684      2947         1     39574      8923    856522     19.08   no data
143.18/35.98	c  S st   927    357906       684      2947         1     40077      8923    871335     19.08   no data
143.18/35.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.18/35.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
143.18/36.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.18/36.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.18/36.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.18/36.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
143.18/36.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
143.58/36.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.58/36.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.37/36.76	c lits-rem:       203  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  0.72 s
146.37/36.76	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
146.37/36.77	c vivif2 --  cl tried    38488 cl shrink        0 lits rem          0 time: 0.01
146.77/36.80	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.03
146.77/36.80	c calculated reachability. Time: 0.00
146.77/36.80	c  N st   927    357906       684      2947         1     38488      8923    822233     19.08   no data
165.52/41.58	c  N st   928    390300       684      2947         1     44653      8923   1050603     19.08   no data
194.24/48.71	c  N st   929    438888       684      2947         1     38382      8923    753516     19.08   no data
238.92/59.95	c  N st   930    511770       684      2947         1     52045      8923   1138375     19.08   no data
256.07/64.28	c  N st   931    536863       684      2947         1     46198      8923    916253     19.08   no data
256.07/64.28	c  S st   931    536863       684      2947         1     46198      8923    916253     19.08   no data
256.88/64.40	c  S st   931    537369       684      2947         1     46703      8923    930606     19.08   no data
256.88/64.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
256.88/64.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
256.88/64.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
256.88/64.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
256.88/64.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
256.88/64.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
256.88/64.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
256.88/64.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
256.88/64.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
261.66/65.62	c lits-rem:       463  cl-subs:     1683  v-elim:      0  v-fix:    0  time:  1.15 s
261.66/65.62	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
261.66/65.63	c vivif2 --  cl tried    45020 cl shrink        0 lits rem          0 time: 0.01
261.66/65.66	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.04
261.66/65.67	c calculated reachability. Time: 0.00
261.66/65.67	c  N st   931    537369       684      2947         1     45020      8923    876000     19.08   no data
372.56/93.46	c  N st   932    701353       684      2947         1     39197      8923    582196     19.08   no data
456.35/114.45	c  N st   933    806054       684      2947         1     68441      8923   1490816     19.08   no data
456.35/114.45	c  S st   933    806054       684      2947         1     68441      8923   1490816     19.08   no data
457.12/114.65	c  S st   933    806558       684      2947         1     68945      8923   1505238     19.08   no data
457.12/114.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
457.12/114.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
457.12/114.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
457.12/114.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
457.12/114.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
457.12/114.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
457.12/114.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
457.52/114.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
457.52/114.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
476.27/119.44	c lits-rem:       482  cl-subs:     2996  v-elim:      0  v-fix:    0  time:  4.69 s
476.27/119.44	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
476.27/119.46	c vivif2 --  cl tried    65949 cl shrink        0 lits rem          0 time: 0.02
476.67/119.52	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.06
476.67/119.52	c calculated reachability. Time: 0.00
476.67/119.52	c  N st   933    806558       684      2947         1     65949      8923   1410029     19.08   no data
694.07/174.00	c  F st   934   1071876       684      2947         1     81756      8923   1827614     19.08   no data
694.07/174.00	c  N st   934   1071876       684      2947         1     81756      8923   1827614     19.08   no data
698.86/175.29	c Decided on static restart strategy
716.01/179.57	c  N st   944   1100183       684      2947         1     65590      8923   1216175     19.08   no data
746.73/187.25	c  N st   946   1136176       684      2947         1     55870      8923    890862     19.08   no data
775.86/194.60	c  N st   947   1168569       684      2947         1     87846      8923   1909769     19.08   no data
810.57/203.28	c  N st   948   1209837       684      2947         1     82286      8923   1774418     19.08   no data
810.57/203.28	c  S st   948   1209837       684      2947         1     82286      8923   1774418     19.08   no data
811.78/203.52	c  S st   948   1210341       684      2947         1     82789      8923   1788477     19.08   no data
811.78/203.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
811.78/203.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
811.78/203.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
811.78/203.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
811.78/203.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
811.78/203.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
811.78/203.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
811.78/203.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
812.20/203.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
834.88/209.35	c lits-rem:       490  cl-subs:     2224  v-elim:      0  v-fix:    0  time:  5.70 s
834.88/209.35	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
834.88/209.38	c vivif2 --  cl tried    80565 cl shrink        0 lits rem          0 time: 0.03
835.28/209.49	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.11
835.28/209.49	c calculated reachability. Time: 0.00
835.28/209.49	c  N st   948   1210341       684      2947         1     80565      8923   1700439     19.08   no data
909.88/228.13	c  N st   949   1283223       684      2947         1     56623      8923    832814     19.08   no data
1007.61/252.66	c  N st   950   1392546       684      2947         1     64863      8923   1058949     19.08   no data
1169.56/293.21	c  N st   951   1556532       684      2947         1     69737      8923   1180939     19.08   no data
1330.32/333.51	c  N st   952   1710344       684      2947         1    111527      8923   2403910     19.08   no data
1330.32/333.51	c  S st   952   1710344       684      2947         1    111527      8923   2403910     19.08   no data
1332.32/334.04	c  S st   952   1710849       684      2947         1     56114      8923    621635     19.08   no data
1332.32/334.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1332.32/334.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1332.32/334.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1332.32/334.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1332.32/334.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1332.32/334.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
1332.32/334.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1332.32/334.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1332.32/334.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1332.72/334.18	c lits-rem:        15  cl-subs:       29  v-elim:      0  v-fix:    0  time:  0.08 s
1332.72/334.18	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
1332.72/334.19	c vivif2 --  cl tried    56085 cl shrink        0 lits rem          0 time: 0.01
1333.12/334.24	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.04
1333.12/334.24	c calculated reachability. Time: 0.00
1333.12/334.24	c  N st   952   1710849       684      2947         1     56085      8923    621188     19.08   no data
1782.28/446.82	c  N st   953   2079814       684      2947         1    123830      8923   2755081     19.08   no data
1955.01/490.16	c  N st   954   2210850       684      2947         1     64254      8923    691211     19.08   no data
1955.01/490.16	c  S st   954   2210850       684      2947         1     64254      8923    691211     19.08   no data
1955.81/490.33	c  S st   954   2211352       684      2947         1     64756      8923    705408     19.08   no data
1955.81/490.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1955.81/490.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
1955.81/490.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1955.81/490.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1955.81/490.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1955.81/490.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
1955.81/490.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1955.81/490.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1956.21/490.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1956.61/490.50	c lits-rem:        23  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.09 s
1956.61/490.50	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
1956.61/490.51	c vivif2 --  cl tried    64719 cl shrink        0 lits rem          0 time: 0.01
1956.61/490.57	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.05
1956.61/490.57	c calculated reachability. Time: 0.00
1956.61/490.57	c  N st   954   2211352       684      2947         1     64719      8923    704798     19.08   no data
2564.95/643.05	c  N st   955   2711352       684      2947         1     81116      8923   1086342     19.08   no data
2564.95/643.05	c  S st   955   2711352       684      2947         1     81116      8923   1086342     19.08   no data
2565.75/643.27	c  S st   955   2711853       684      2947         1     81616      8923   1101248     19.08   no data
2565.75/643.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2566.15/643.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
2566.15/643.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2566.15/643.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2566.15/643.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2566.15/643.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
2566.15/643.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2566.15/643.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2566.15/643.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2568.53/643.96	c lits-rem:        86  cl-subs:      946  v-elim:      0  v-fix:    0  time:  0.59 s
2568.53/643.96	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
2568.53/643.97	c vivif2 --  cl tried    80670 cl shrink        0 lits rem          0 time: 0.02
2568.93/644.05	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.08
2568.93/644.05	c calculated reachability. Time: 0.00
2568.93/644.05	c  N st   955   2711853       684      2947         1     80670      8923   1074504     19.08   no data
3340.04/837.35	c  N st   956   3211853       684      2947         1    126877      8923   2412178     19.08   no data
3340.04/837.35	c  S st   956   3211853       684      2947         1    126877      8923   2412178     19.08   no data
3341.64/837.78	c  S st   956   3212353       684      2947         1    127375      8923   2426646     19.08   no data
3341.64/837.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3342.04/837.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3342.04/837.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3342.04/837.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3342.04/837.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3342.04/837.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
3342.04/837.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3342.04/837.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3342.44/837.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3395.49/851.20	c lits-rem:       633  cl-subs:     5614  v-elim:      0  v-fix:    0  time: 13.23 s
3395.49/851.20	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
3395.49/851.23	c vivif2 --  cl tried   121761 cl shrink        0 lits rem          0 time: 0.03
3395.89/851.37	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.14
3395.89/851.38	c calculated reachability. Time: 0.00
3395.89/851.38	c  N st   956   3212353       684      2947         1    121761      8923   2263411     19.08   no data
4226.03/1059.41	c  N st   957   3712353       684      2947         1    132311      8923   2577354     19.08   no data
4226.03/1059.41	c  S st   957   3712353       684      2947         1    132311      8923   2577354     19.08   no data
4227.59/1059.86	c  S st   957   3712857       684      2947         1    132815      8923   2591634     19.08   no data
4227.59/1059.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4227.99/1059.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
4227.99/1059.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4227.99/1059.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4227.99/1059.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4227.99/1059.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
4227.99/1059.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4227.99/1059.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4228.39/1060.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4281.03/1073.26	c lits-rem:       651  cl-subs:     4934  v-elim:      0  v-fix:    0  time: 13.20 s
4281.03/1073.26	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
4281.03/1073.29	c vivif2 --  cl tried   127881 cl shrink        0 lits rem          0 time: 0.03
4281.83/1073.43	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.14
4281.83/1073.44	c calculated reachability. Time: 0.00
4281.83/1073.44	c  N st   957   3712857       684      2947         1    127881      8923   2426236     19.08   no data
4368.80/1095.26	c  F st   958   3751563       684      2947         1    166040      8923   3720689     19.08   no data
4368.80/1095.26	c  N st   958   3751563       684      2947         1    166040      8923   3720689     19.08   no data
4379.19/1097.84	c Decided on static restart strategy
4415.86/1107.04	c  N st   968   3779868       684      2947         1    110722      8923   1744027     19.08   no data
4488.46/1125.22	c  N st   970   3815861       684      2947         1    146336      8923   2898153     19.08   no data
4542.71/1138.82	c  N st   971   3848255       684      2947         1     93567      8923   1158108     19.08   no data
4620.11/1158.28	c  N st   972   3896844       684      2947         1    141164      8923   2543856     19.08   no data
4726.60/1184.98	c  N st   973   3969727       684      2947         1    127457      8923   2289723     19.08   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-3366579-1305408941/watcher-3366579-1305408941 -o /tmp/evaluation-result-3366579-1305408941/solver-3366579-1305408941 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366579-1305408941.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.90 7.98 8.01 5/352 3703
/proc/meminfo: memFree=26128468/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652496693 52396032 347 33554432000 4194304 4580107 140735025257024 18446744073709551615 47719041124268 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 12792 347 299 95 0 7774 0
[pid=3703/tid=3704] ppid=3701 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652496694 52396032 347 33554432000 4194304 4580107 140735025257024 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652496694 52396032 347 33554432000 4194304 4580107 140735025257024 18446744073709551615 47719041124268 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652496694 52396032 347 33554432000 4194304 4580107 140735025257024 18446744073709551615 47719041124274 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.164781 s]
/proc/loadavg: 7.90 7.98 8.01 5/352 3703
/proc/meminfo: memFree=26128468/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=282216 CPUtime=0.63 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 2198 0 0 0 63 0 0 0 18 0 4 0 652496693 288989184 2027 33554432000 4194304 4580107 140735025257024 18446744073709551615 4301391 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 70554 2027 377 95 0 65536 0
[pid=3703/tid=3704] ppid=3701 vsize=282216 CPUtime=0.14 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 497 0 0 0 14 0 0 0 25 0 4 0 652496694 288989184 2027 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294442 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=282216 CPUtime=0.15 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 472 0 0 0 15 0 0 0 18 0 4 0 652496694 288989184 2027 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=282216 CPUtime=0.16 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 321 0 0 0 16 0 0 0 18 0 4 0 652496694 288989184 2027 33554432000 4194304 4580107 140735025257024 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 282216

[startup+0.200776 s]
/proc/loadavg: 7.90 7.98 8.01 5/352 3703
/proc/meminfo: memFree=26128468/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=283648 CPUtime=0.77 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 2661 0 0 0 77 0 0 0 18 0 4 0 652496693 290455552 1774 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294389 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 70912 1775 377 95 0 65894 0
[pid=3703/tid=3704] ppid=3701 vsize=283648 CPUtime=0.18 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 612 0 0 0 18 0 0 0 25 0 4 0 652496694 290455552 1775 33554432000 4194304 4580107 140735025257024 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=283648 CPUtime=0.19 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 589 0 0 0 19 0 0 0 18 0 4 0 652496694 290455552 1775 33554432000 4194304 4580107 140735025257024 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=283648 CPUtime=0.19 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 435 0 0 0 19 0 0 0 18 0 4 0 652496694 290455552 1775 33554432000 4194304 4580107 140735025257024 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283648

[startup+0.300757 s]
/proc/loadavg: 7.90 7.98 8.01 5/352 3703
/proc/meminfo: memFree=26128468/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=283780 CPUtime=1.17 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 3051 0 0 0 117 0 0 0 18 0 4 0 652496693 290590720 2164 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 70945 2164 377 95 0 65927 0
[pid=3703/tid=3704] ppid=3701 vsize=283780 CPUtime=0.28 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 702 0 0 0 28 0 0 0 25 0 4 0 652496694 290590720 2164 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=283780 CPUtime=0.29 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 685 0 0 0 29 0 0 0 18 0 4 0 652496694 290590720 2164 33554432000 4194304 4580107 140735025257024 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=283780 CPUtime=0.29 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 542 0 0 0 29 0 0 0 18 0 4 0 652496694 290590720 2164 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283780

[startup+0.700689 s]
/proc/loadavg: 7.90 7.98 8.01 5/352 3703
/proc/meminfo: memFree=26128468/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=284664 CPUtime=2.76 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 4819 0 0 0 276 0 0 0 18 0 4 0 652496693 291495936 2848 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 71166 2848 377 95 0 66148 0
[pid=3703/tid=3704] ppid=3701 vsize=284664 CPUtime=0.68 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 1138 0 0 0 68 0 0 0 25 0 4 0 652496694 291495936 2848 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=284664 CPUtime=0.69 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 1110 0 0 0 69 0 0 0 18 0 4 0 652496694 291495936 2848 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=284664 CPUtime=0.69 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 1004 0 0 0 69 0 0 0 18 0 4 0 652496694 291495936 2849 33554432000 4194304 4580107 140735025257024 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284664

[startup+1.50055 s]
/proc/loadavg: 7.91 7.98 8.01 9/356 3707
/proc/meminfo: memFree=26118888/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=285940 CPUtime=5.95 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 8371 0 0 0 594 1 0 0 20 0 4 0 652496693 292802560 3380 33554432000 4194304 4580107 140735025257024 18446744073709551615 4293167 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 71485 3380 378 95 0 66467 0
[pid=3703/tid=3704] ppid=3701 vsize=285940 CPUtime=1.47 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 2017 0 0 0 147 0 0 0 25 0 4 0 652496694 292802560 3380 33554432000 4194304 4580107 140735025257024 18446744073709551615 4306194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=285940 CPUtime=1.48 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 1967 0 0 0 148 0 0 0 20 0 4 0 652496694 292802560 3380 33554432000 4194304 4580107 140735025257024 18446744073709551615 4322534 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=285940 CPUtime=1.49 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 1904 0 0 0 149 0 0 0 20 0 4 0 652496694 292802560 3380 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285940

[startup+3.10027 s]
/proc/loadavg: 7.91 7.98 8.01 9/356 3707
/proc/meminfo: memFree=26107668/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=288144 CPUtime=12.34 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 19941 0 0 0 1232 2 0 0 25 0 4 0 652496693 295059456 10883 33554432000 4194304 4580107 140735025257024 18446744073709551615 4295838 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 72036 10883 379 95 0 67018 0
[pid=3703/tid=3704] ppid=3701 vsize=288144 CPUtime=3.05 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 4212 0 0 0 305 0 0 0 25 0 4 0 652496694 295059456 10883 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=288144 CPUtime=3.09 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 5374 0 0 0 308 1 0 0 25 0 4 0 652496694 295059456 10883 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=288144 CPUtime=3.09 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 4964 0 0 0 309 0 0 0 25 0 4 0 652496694 295059456 10883 33554432000 4194304 4580107 140735025257024 18446744073709551615 4293682 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 288144

[startup+6.30071 s]
/proc/loadavg: 7.91 7.98 8.01 9/356 3708
/proc/meminfo: memFree=26073684/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=301220 CPUtime=25.11 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 30099 0 0 0 2506 5 0 0 25 0 4 0 652496693 308449280 14718 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 75305 14720 381 95 0 70287 0
[pid=3703/tid=3704] ppid=3701 vsize=301220 CPUtime=6.21 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 7568 0 0 0 620 1 0 0 25 0 4 0 652496694 308449280 14720 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=301220 CPUtime=6.28 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 7718 0 0 0 627 1 0 0 25 0 4 0 652496694 308449280 14721 33554432000 4194304 4580107 140735025257024 18446744073709551615 216634212418 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=301220 CPUtime=6.29 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 7135 0 0 0 629 0 0 0 25 0 4 0 652496694 308449280 14721 33554432000 4194304 4580107 140735025257024 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 301220

[startup+12.7006 s]
/proc/loadavg: 7.92 7.98 8.01 9/356 3708
/proc/meminfo: memFree=26057816/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=296412 CPUtime=50.64 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 47308 0 0 0 5055 9 0 0 25 0 4 0 652496693 303525888 22548 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 74103 22548 379 95 0 69085 0
[pid=3703/tid=3704] ppid=3701 vsize=296412 CPUtime=12.55 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 10486 0 0 0 1253 2 0 0 25 0 4 0 652496694 303525888 22548 33554432000 4194304 4580107 140735025257024 18446744073709551615 4318504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=296412 CPUtime=12.69 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 12779 0 0 0 1266 3 0 0 25 0 4 0 652496694 303525888 22548 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=296412 CPUtime=12.68 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 11828 0 0 0 1267 1 0 0 25 0 4 0 652496694 303525888 22548 33554432000 4194304 4580107 140735025257024 18446744073709551615 4320891 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 296412

[startup+25.5003 s]
/proc/loadavg: 8.09 8.01 8.02 9/356 3708
/proc/meminfo: memFree=26020116/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=304672 CPUtime=101.69 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 69420 0 0 0 10156 13 0 0 25 0 4 0 652496693 311984128 28512 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 76168 28512 379 95 0 71150 0
[pid=3703/tid=3704] ppid=3701 vsize=304672 CPUtime=25.2 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 14112 0 0 0 2518 2 0 0 25 0 4 0 652496694 311984128 28512 33554432000 4194304 4580107 140735025257024 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=304672 CPUtime=25.48 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 20301 0 0 0 2544 4 0 0 25 0 4 0 652496694 311984128 28512 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=304672 CPUtime=25.49 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 17881 0 0 0 2546 3 0 0 25 0 4 0 652496694 311984128 28512 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 304672

[startup+51.1008 s]
/proc/loadavg: 8.06 8.01 8.02 9/356 3709
/proc/meminfo: memFree=25980556/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=294096 CPUtime=203.81 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 105755 0 0 0 20357 24 0 0 25 0 4 0 652496693 301154304 37600 33554432000 4194304 4580107 140735025257024 18446744073709551615 4293755 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 73524 37600 379 95 0 68506 0
[pid=3703/tid=3704] ppid=3701 vsize=294096 CPUtime=50.52 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 23280 0 0 0 5047 5 0 0 25 0 4 0 652496694 301154304 37600 33554432000 4194304 4580107 140735025257024 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=294096 CPUtime=51.08 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 28539 0 0 0 5102 6 0 0 25 0 4 0 652496694 301154304 37600 33554432000 4194304 4580107 140735025257024 18446744073709551615 4322556 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=294096 CPUtime=51.09 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 26422 0 0 0 5103 6 0 0 25 0 4 0 652496694 301154304 37600 33554432000 4194304 4580107 140735025257024 18446744073709551615 4318421 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 294096

[startup+102.301 s]
/proc/loadavg: 8.07 8.02 8.02 9/356 3710
/proc/meminfo: memFree=25900660/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=384228 CPUtime=408.08 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 151260 0 0 0 40766 42 0 0 25 0 4 0 652496693 393449472 52179 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 96057 52179 379 95 0 91039 0
[pid=3703/tid=3704] ppid=3701 vsize=384228 CPUtime=101.17 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 39583 0 0 0 10106 11 0 0 25 0 4 0 652496694 393449472 52181 33554432000 4194304 4580107 140735025257024 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=384228 CPUtime=102.3 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 37339 0 0 0 10219 11 0 0 25 0 4 0 652496694 393449472 52181 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=384228 CPUtime=102.3 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 31344 0 0 0 10222 8 0 0 25 0 4 0 652496694 393449472 52181 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 384228

[startup+162.3 s]

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

[pid=3703] ppid=3701 vsize=561944 CPUtime=2562.16 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 404287 0 0 0 256049 167 0 0 25 0 4 0 652496693 575430656 108734 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 140486 108734 379 95 0 135468 0
[pid=3703/tid=3704] ppid=3701 vsize=561944 CPUtime=635.23 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 107571 0 0 0 63478 45 0 0 25 0 4 0 652496694 575430656 108734 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=561944 CPUtime=642.29 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 104066 0 0 0 64186 43 0 0 25 0 4 0 652496694 575430656 108734 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=561944 CPUtime=642.31 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 72594 0 0 0 64204 27 0 0 25 0 4 0 652496694 575430656 108734 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2562.16
Current children cumulated vsize (KiB) 561944

[startup+702.301 s]
/proc/loadavg: 8.12 8.09 8.04 9/356 3726
/proc/meminfo: memFree=25529344/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=566768 CPUtime=2801.5 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 423106 0 0 0 279972 178 0 0 25 0 4 0 652496693 580370432 109853 33554432000 4194304 4580107 140735025257024 18446744073709551615 4318389 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 141692 109853 379 95 0 136674 0
[pid=3703/tid=3704] ppid=3701 vsize=566768 CPUtime=694.58 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 113475 0 0 0 69409 49 0 0 25 0 4 0 652496694 580370432 109853 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=566768 CPUtime=702.29 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 108574 0 0 0 70184 45 0 0 25 0 4 0 652496694 580370432 109853 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=566768 CPUtime=702.3 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 73413 0 0 0 70203 27 0 0 25 0 4 0 652496694 580370432 109853 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2801.5
Current children cumulated vsize (KiB) 566768

[startup+762.301 s]
/proc/loadavg: 8.11 8.09 8.04 9/356 3728
/proc/meminfo: memFree=25524732/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=567324 CPUtime=3040.87 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 445524 0 0 0 303896 191 0 0 25 0 4 0 652496693 580939776 112073 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 141831 112073 379 95 0 136813 0
[pid=3703/tid=3704] ppid=3701 vsize=567324 CPUtime=753.93 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 121907 0 0 0 75339 54 0 0 25 0 4 0 652496694 580939776 112074 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=567324 CPUtime=762.31 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 116553 0 0 0 76180 51 0 0 25 0 4 0 652496694 580939776 112074 33554432000 4194304 4580107 140735025257024 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=567324 CPUtime=762.32 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 75254 0 0 0 76203 29 0 0 25 0 4 0 652496694 580939776 112074 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.87
Current children cumulated vsize (KiB) 567324

[startup+822.301 s]
/proc/loadavg: 8.10 8.09 8.04 9/356 3729
/proc/meminfo: memFree=25471028/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=633076 CPUtime=3280.2 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 468157 0 0 0 327816 204 0 0 25 0 4 0 652496693 648269824 118487 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 158269 118487 379 95 0 153251 0
[pid=3703/tid=3704] ppid=3701 vsize=633076 CPUtime=813.27 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 128903 0 0 0 81269 58 0 0 25 0 4 0 652496694 648269824 118487 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=633076 CPUtime=822.29 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 123899 0 0 0 82175 54 0 0 25 0 4 0 652496694 648269824 118487 33554432000 4194304 4580107 140735025257024 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=633076 CPUtime=822.31 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 76225 0 0 0 82202 29 0 0 25 0 4 0 652496694 648269824 118487 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3280.2
Current children cumulated vsize (KiB) 633076

[startup+882.314 s]
/proc/loadavg: 8.09 8.08 8.04 9/356 3731
/proc/meminfo: memFree=25473108/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=633564 CPUtime=3519.57 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 488812 0 0 0 351743 214 0 0 25 0 4 0 652496693 648769536 119516 33554432000 4194304 4580107 140735025257024 18446744073709551615 4295327 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 158391 119516 381 95 0 153373 0
[pid=3703/tid=3704] ppid=3701 vsize=633564 CPUtime=872.59 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 131214 0 0 0 87200 59 0 0 25 0 4 0 652496694 648769536 119516 33554432000 4194304 4580107 140735025257024 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=633564 CPUtime=882.31 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 130378 0 0 0 88173 58 0 0 25 0 4 0 652496694 648769536 119516 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=633564 CPUtime=882.32 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 80053 0 0 0 88201 31 0 0 25 0 4 0 652496694 648769536 119516 33554432000 4194304 4580107 140735025257024 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3519.57
Current children cumulated vsize (KiB) 633564

[startup+942.301 s]
/proc/loadavg: 8.13 8.10 8.05 9/356 3732
/proc/meminfo: memFree=25443448/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=699356 CPUtime=3758.86 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 514064 0 0 0 375658 228 0 0 25 0 4 0 652496693 716140544 126203 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 174839 126203 379 95 0 169821 0
[pid=3703/tid=3704] ppid=3701 vsize=699356 CPUtime=931.92 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 137536 0 0 0 93130 62 0 0 25 0 4 0 652496694 716140544 126203 33554432000 4194304 4580107 140735025257024 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=699356 CPUtime=942.3 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 137076 0 0 0 94169 61 0 0 25 0 4 0 652496694 716140544 126203 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=699356 CPUtime=942.3 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 86371 0 0 0 94195 35 0 0 25 0 4 0 652496694 716140544 126203 33554432000 4194304 4580107 140735025257024 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3758.86
Current children cumulated vsize (KiB) 699356

[startup+1002.3 s]
/proc/loadavg: 8.14 8.11 8.05 9/356 3734
/proc/meminfo: memFree=25475916/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=701080 CPUtime=3998.2 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 544405 0 0 0 399578 242 0 0 25 0 4 0 652496693 717905920 125199 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 175270 125199 379 95 0 170252 0
[pid=3703/tid=3704] ppid=3701 vsize=701080 CPUtime=991.26 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 146185 0 0 0 99060 66 0 0 25 0 4 0 652496694 717905920 125199 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=701080 CPUtime=1002.3 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 144654 0 0 0 100166 64 0 0 25 0 4 0 652496694 717905920 125199 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294701 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=701080 CPUtime=1002.31 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 92625 0 0 0 100192 39 0 0 25 0 4 0 652496694 717905920 125199 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3998.2
Current children cumulated vsize (KiB) 701080

[startup+1062.3 s]
/proc/loadavg: 8.14 8.11 8.06 9/356 3736
/proc/meminfo: memFree=25452192/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=740592 CPUtime=4237.56 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 576717 0 0 0 423500 256 0 0 25 0 4 0 652496693 758366208 131558 33554432000 4194304 4580107 140735025257024 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 185148 131558 379 95 0 180130 0
[pid=3703/tid=3704] ppid=3701 vsize=740592 CPUtime=1050.61 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 154512 0 0 0 104990 71 0 0 25 0 4 0 652496694 758366208 131558 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=740592 CPUtime=1062.29 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 151864 0 0 0 106163 66 0 0 25 0 4 0 652496694 758366208 131558 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=740592 CPUtime=1062.31 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 100058 0 0 0 106189 42 0 0 25 0 4 0 652496694 758366208 131558 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4237.56
Current children cumulated vsize (KiB) 740592

[startup+1122.3 s]
/proc/loadavg: 7.47 7.97 8.01 5/347 3755
/proc/meminfo: memFree=25713396/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=697608 CPUtime=4476.88 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 594876 0 0 0 447423 265 0 0 25 0 4 0 652496693 714350592 135453 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 174402 135453 379 95 0 169384 0
[pid=3703/tid=3704] ppid=3701 vsize=697608 CPUtime=1109.93 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 160015 0 0 0 110920 73 0 0 25 0 4 0 652496694 714350592 135453 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=697608 CPUtime=1122.3 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 157135 0 0 0 112160 70 0 0 25 0 4 0 652496694 714350592 135453 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=697608 CPUtime=1122.32 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 102708 0 0 0 112189 43 0 0 25 0 4 0 652496694 714350592 135453 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.88
Current children cumulated vsize (KiB) 697608

[startup+1182.3 s]
/proc/loadavg: 5.27 7.25 7.76 5/347 3757
/proc/meminfo: memFree=25690800/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=891668 CPUtime=4716.25 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 623167 0 0 0 471345 280 0 0 25 0 4 0 652496693 913068032 141422 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294570 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 222917 141423 379 95 0 217899 0
[pid=3703/tid=3704] ppid=3701 vsize=891668 CPUtime=1169.28 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 165997 0 0 0 116852 76 0 0 25 0 4 0 652496694 913068032 141423 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=891668 CPUtime=1182.3 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 166650 0 0 0 118157 73 0 0 25 0 4 0 652496694 913068032 141423 33554432000 4194304 4580107 140735025257024 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=891668 CPUtime=1182.31 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 108058 0 0 0 118185 46 0 0 25 0 4 0 652496694 913068032 141423 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4716.25
Current children cumulated vsize (KiB) 891668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 4.91 7.04 7.68 5/347 3757
/proc/meminfo: memFree=25669960/32951124 swapFree=53501236/67111528
[pid=3703] ppid=3701 vsize=946776 CPUtime=4800.04 cores=1,3,5,7
/proc/3703/stat : 3703 (strangenight2-m) R 3701 3703 3413 0 -1 4202496 632041 0 0 0 479718 286 0 0 25 0 4 0 652496693 969498624 146268 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3703/statm: 236694 146268 379 95 0 231676 0
[pid=3703/tid=3704] ppid=3701 vsize=946776 CPUtime=1190.05 cores=1,3,5,7
/proc/3703/task/3704/stat : 3704 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 169272 0 0 0 118927 78 0 0 25 0 4 0 652496694 969498624 146270 33554432000 4194304 4580107 140735025257024 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3703/tid=3705] ppid=3701 vsize=946776 CPUtime=1203.32 cores=1,3,5,7
/proc/3703/task/3705/stat : 3705 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 168575 0 0 0 120257 75 0 0 25 0 4 0 652496694 969498624 146270 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3703/tid=3706] ppid=3701 vsize=946776 CPUtime=1203.33 cores=1,3,5,7
/proc/3703/task/3706/stat : 3706 (strangenight2-m) R 3701 3703 3413 0 -1 4202560 109900 0 0 0 120286 47 0 0 25 0 4 0 652496694 969498624 146270 33554432000 4194304 4580107 140735025257024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 946776

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): 1203.34
CPU time (s): 4800.11
CPU user time (s): 4797.22
CPU system time (s): 2.88456
CPU usage (%): 398.898
Max. virtual memory (cumulated for all children) (KiB): 946776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.22
system time used= 2.88456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632044
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= 465
involuntary context switches= 33076

runsolver used 3.58745 second user time and 9.70952 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 23:35:41
IDJOB=3366579
IDBENCH=82988
IDSOLVER=1844
FILE ID=node103/3366579-1305408941
RUNJOBID= node103-1305406441-3434
PBS_JOBID= 13324513
Free space on /tmp= 72984 MiB

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

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

MD5SUM BENCH= 6052486ba02fcb82855c9fc5130e5550
RANDOM SEED=1373816906

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26128748 kB
Buffers:        299608 kB
Cached:        3865676 kB
SwapCached:     340192 kB
Active:        1443660 kB
Inactive:      5109672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26128748 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:            5464 kB
Writeback:           0 kB
AnonPages:     2058264 kB
Mapped:          11104 kB
Slab:           151384 kB
PageTables:      53284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78532484 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= 72984 MiB
End job on node103 at 2011-05-14 23:55:46