Trace number 3174111

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.28 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1563258922-027.SATISFIABLE.cnf
MD5SUMd76256d9362323e592886dee80dd4554
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174111-1304095421.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.78/0.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.78/0.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
2.78/0.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.78/0.76	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.00 s
2.78/0.76	c Finding binary XORs  T:     0.00 s  found:       0
2.78/0.76	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
2.78/0.76	c calculated reachability. Time: 0.00
2.78/0.76	c Calc default polars -  time:   0.00 s pos:     230 undec:      50 neg:     220
2.78/0.76	c =========================================================================================
2.78/0.76	c types(t): F = full restart, N = normal restart
2.78/0.76	c types(t): S = simplification begin/end, E = solution found
2.78/0.76	c restart types(rt): st = static, dy = dynamic
2.78/0.76	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.78/0.76	c  B st     0         0       488      2119         0         0      6430         0   no data   no data
2.78/0.76	c Decided on static restart strategy
3.18/0.82	c  N st     8      4918       488      2119         0      4849      6430    118213   no data   no data
3.18/0.82	c  N st    10     11301       488      2119         0      4485      6430     77769   no data   no data
3.18/0.82	c  N st    11     17044       488      2119         0     10113      6430    212355   no data   no data
4.40/1.12	c  F st    12     25000       488      2119         0     12383      6430    270122   no data   no data
4.40/1.12	c  N st    12     25000       488      2119         0     12383      6430    270122   no data   no data
5.17/1.32	c Decided on static restart strategy
5.17/1.32	c  N st    18     30000       488      2119         0     10667      6430    205973   no data   no data
5.17/1.32	c  S st    18     30000       488      2119         0     10667      6430    205973   no data   no data
5.57/1.42	c  S st    18     30502       488      2119         0     11169      6430    217294   no data   no data
5.57/1.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.57/1.42	c blocked clauses removed:        0 vars:      0 tried:         488 T: 0.00 s
5.57/1.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
5.57/1.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.57/1.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.42	c lits-rem:       113  cl-subs:      577  v-elim:      0  v-fix:    0  time:  0.06 s
5.57/1.42	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.00
5.97/1.52	c calculated reachability. Time: 0.00
5.97/1.52	c  N st    18     30502       488      2119         0     10592      6430    202364   no data   no data
7.17/1.82	c  N st    20     37612       488      2119         0      9853      6430    163429   no data   no data
8.79/2.21	c  N st    21     44011       488      2119         0     16121      6430    306808   no data   no data
9.19/2.33	c  S st    22     45753       488      2119         0      9072      6430    127954   no data   no data
9.19/2.36	c  S st    22     46257       488      2119         0      9575      6430    139194   no data   no data
9.19/2.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.19/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.19/2.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.19/2.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.19/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
9.19/2.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.19/2.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.19/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.38	c lits-rem:        15  cl-subs:       99  v-elim:      0  v-fix:    0  time:  0.01 s
9.19/2.38	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
9.19/2.38	c vivif2 --  cl tried     9476 cl shrink        0 lits rem          0 time: 0.00
9.19/2.39	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.00
9.19/2.39	c calculated reachability. Time: 0.00
9.19/2.39	c  N st    22     46257       488      2119         0      9476      6430    137043   no data   no data
13.18/3.32	c  N st    23     60654       488      2119         0     13790      6430    229206   no data   no data
15.56/3.92	c  N st    24     69385       488      2119         0     11630      6430    167591   no data   no data
15.56/3.92	c  S st    24     69385       488      2119         0     11630      6430    167591   no data   no data
15.56/3.96	c  S st    24     69889       488      2119         0     12132      6430    179483   no data   no data
15.56/3.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.56/3.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.56/3.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.56/3.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.56/3.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
15.56/3.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.56/3.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.56/3.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.99	c lits-rem:        40  cl-subs:       73  v-elim:      0  v-fix:    0  time:  0.01 s
15.56/3.99	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
15.56/3.99	c vivif2 --  cl tried    12059 cl shrink        0 lits rem          0 time: 0.00
15.56/3.99	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.01
15.56/3.99	c calculated reachability. Time: 0.00
15.56/3.99	c  N st    24     69889       488      2119         0     12059      6430    177665   no data   no data
20.75/5.28	c  F st    25     87500       488      2119         0     17553      6430    311766   no data   no data
20.75/5.28	c  N st    25     87500       488      2119         0     17553      6430    311766   no data   no data
22.37/5.70	c Decided on static restart strategy
23.54/5.95	c  N st    32     95552       488      2119         0     25475      6430    499895   no data   no data
26.36/6.70	c  N st    34    104833       488      2119         0     21820      6430    379840   no data   no data
26.36/6.70	c  S st    34    104833       488      2119         0     21820      6430    379840   no data   no data
26.76/6.75	c  S st    34    105336       488      2119         0     22323      6430    391534   no data   no data
26.76/6.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.76/6.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.76/6.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.76/6.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.76/6.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.76/6.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
26.76/6.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.76/6.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
26.76/6.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.55/6.94	c lits-rem:        97  cl-subs:      925  v-elim:      0  v-fix:    0  time:  0.17 s
27.55/6.94	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
27.55/6.94	c vivif2 --  cl tried    21398 cl shrink        0 lits rem          0 time: 0.00
27.55/6.95	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.01
27.55/6.96	c calculated reachability. Time: 0.00
27.55/6.96	c  N st    34    105336       488      2119         0     21398      6430    369478   no data   no data
30.76/7.79	c  N st    35    114934       488      2119         0     17072      6430    254504   no data   no data
36.33/9.16	c  N st    36    129332       488      2119         0     16541      6430    227272   no data   no data
44.72/11.26	c  N st    37    150927       488      2119         0     21913      6430    331487   no data   no data
47.52/11.95	c  S st    38    158005       488      2119         0     28790      6430    488397   no data   no data
47.92/12.02	c  S st    38    158506       488      2119         0     29291      6430    499745   no data   no data
47.92/12.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.92/12.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.92/12.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.92/12.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.92/12.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.92/12.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
47.92/12.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.92/12.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.92/12.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.91/12.52	c lits-rem:       282  cl-subs:     1809  v-elim:      0  v-fix:    0  time:  0.46 s
49.91/12.52	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
49.91/12.52	c vivif2 --  cl tried    27482 cl shrink        0 lits rem          0 time: 0.01
49.91/12.54	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.01
49.91/12.54	c calculated reachability. Time: 0.00
49.91/12.54	c  N st    38    158506       488      2119         0     27482      6430    458916   no data   no data
68.29/17.11	c  N st    39    207095       488      2119         0     22249      6430    309034   no data   no data
82.27/20.60	c  N st    40    237759       488      2119         0     32469      6430    510930   no data   no data
82.27/20.61	c  S st    40    237759       488      2119         0     32469      6430    510930   no data   no data
82.27/20.68	c  S st    40    238264       488      2119         0     32974      6430    522658   no data   no data
82.27/20.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.27/20.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.27/20.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.27/20.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.27/20.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.27/20.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
82.27/20.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.67/20.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.67/20.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.45/21.42	c lits-rem:       252  cl-subs:     2699  v-elim:      0  v-fix:    0  time:  0.71 s
85.45/21.42	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
85.45/21.43	c vivif2 --  cl tried    30275 cl shrink        0 lits rem          0 time: 0.01
85.45/21.45	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.02
85.45/21.45	c calculated reachability. Time: 0.00
85.45/21.45	c  N st    40    238264       488      2119         0     30275      6430    465141   no data   no data
116.62/29.26	c  F st    41    306251       488      2119         0     32168      6430    467928   no data   no data
116.62/29.26	c  N st    41    306251       488      2119         0     32168      6430    467928   no data   no data
119.04/29.85	c Decided on static restart strategy
129.80/32.57	c  N st    51    334552       488      2119         0     36503      6430    561683   no data   no data
140.60/35.21	c  N st    53    357396       488      2119         0     34390      6430    502354   no data   no data
140.60/35.21	c  S st    53    357396       488      2119         0     34390      6430    502354   no data   no data
140.60/35.30	c  S st    53    357898       488      2119         0     34892      6430    513749   no data   no data
140.60/35.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.00/35.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
141.00/35.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.00/35.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.00/35.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.00/35.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
141.00/35.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.00/35.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
141.00/35.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.18/35.64	c lits-rem:       128  cl-subs:     1245  v-elim:      0  v-fix:    0  time:  0.30 s
142.18/35.64	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
142.18/35.64	c vivif2 --  cl tried    33647 cl shrink        0 lits rem          0 time: 0.01
142.18/35.66	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.02
142.18/35.67	c calculated reachability. Time: 0.00
142.18/35.67	c  N st    53    357898       488      2119         0     33647      6430    484249   no data   no data
159.36/39.98	c  N st    54    390291       488      2119         0     39893      6430    611470   no data   no data
186.52/46.75	c  N st    55    438879       488      2119         0     33594      6430    429965   no data   no data
228.89/57.38	c  N st    56    511761       488      2119         0     47064      6430    710722   no data   no data
244.05/61.12	c  N st    57    536847       488      2119         0     41380      6430    575188   no data   no data
244.05/61.12	c  S st    57    536847       488      2119         0     41380      6430    575188   no data   no data
244.45/61.22	c  S st    57    537351       488      2119         0     41884      6430    587397   no data   no data
244.45/61.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
244.45/61.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
244.45/61.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.45/61.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.45/61.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.45/61.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
244.45/61.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.45/61.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
244.45/61.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.06/61.66	c lits-rem:       257  cl-subs:     1308  v-elim:      0  v-fix:    0  time:  0.40 s
246.06/61.66	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
246.06/61.67	c vivif2 --  cl tried    40576 cl shrink        0 lits rem          0 time: 0.01
246.06/61.70	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.03
246.06/61.70	c calculated reachability. Time: 0.00
246.06/61.70	c  N st    57    537351       488      2119         0     40576      6430    558522   no data   no data
343.50/86.00	c  N st    58    701335       488      2119         0     69526      6430   1169189   no data   no data
408.64/102.33	c  N st    59    806026       488      2119         0     63604      6430   1019650   no data   no data
408.64/102.33	c  S st    59    806026       488      2119         0     63604      6430   1019650   no data   no data
409.42/102.53	c  S st    59    806529       488      2119         0     64106      6430   1030844   no data   no data
409.42/102.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
409.42/102.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
409.42/102.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
409.42/102.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
409.42/102.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
409.42/102.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
409.42/102.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
409.42/102.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
409.81/102.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.01/105.49	c lits-rem:       475  cl-subs:     4781  v-elim:      0  v-fix:    0  time:  2.88 s
421.01/105.49	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
421.41/105.50	c vivif2 --  cl tried    59325 cl shrink        0 lits rem          0 time: 0.01
421.41/105.56	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.05
421.41/105.56	c calculated reachability. Time: 0.00
421.41/105.56	c  N st    59    806529       488      2119         0     59325      6430    923867   no data   no data
612.34/153.39	c  F st    60   1071875       488      2119         0     75259      6430   1199074   no data   no data
612.34/153.39	c  N st    60   1071875       488      2119         0     75259      6430   1199074   no data   no data
617.93/154.75	c Decided on static restart strategy
635.10/159.02	c  N st    70   1100178       488      2119         0     59129      6430    787778   no data   no data
662.27/165.80	c  N st    72   1136170       488      2119         0     49401      6430    549969   no data   no data
685.45/171.70	c  N st    73   1168562       488      2119         0     80801      6430   1307568   no data   no data
720.19/180.40	c  N st    74   1209793       488      2119         0     75190      6430   1160983   no data   no data
720.19/180.40	c  S st    74   1209793       488      2119         0     75190      6430   1160983   no data   no data
721.39/180.63	c  S st    74   1210294       488      2119         0     75690      6430   1173198   no data   no data
721.39/180.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
721.39/180.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
721.39/180.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
721.39/180.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
721.39/180.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
721.39/180.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
721.39/180.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
721.39/180.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
721.79/180.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
735.77/184.29	c lits-rem:       579  cl-subs:     5225  v-elim:      0  v-fix:    0  time:  3.57 s
735.77/184.29	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
736.17/184.31	c vivif2 --  cl tried    70465 cl shrink        0 lits rem          0 time: 0.01
736.17/184.37	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.06
736.17/184.37	c calculated reachability. Time: 0.00
736.17/184.37	c  N st    74   1210294       488      2119         0     70465      6430   1051985   no data   no data
814.06/203.81	c  N st    75   1283180       488      2119         0     94808      6430   1603141   no data   no data
906.73/227.07	c  N st    76   1392505       488      2119         0     55344      6430    616907   no data   no data
1074.51/269.03	c  N st    77   1556491       488      2119         0     60297      6430    664738   no data   no data
1230.32/308.02	c  N st    78   1710294       488      2119         0    101688      6430   1654274   no data   no data
1230.32/308.02	c  S st    78   1710294       488      2119         0    101688      6430   1654274   no data   no data
1231.50/308.33	c  S st    78   1710799       488      2119         0    102193      6430   1666450   no data   no data
1231.50/308.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1231.50/308.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1231.50/308.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1231.50/308.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1231.50/308.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1231.50/308.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
1231.50/308.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1231.90/308.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1231.90/308.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1269.86/317.99	c lits-rem:       630  cl-subs:     8987  v-elim:      0  v-fix:    0  time:  9.52 s
1269.86/317.99	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
1270.26/318.01	c vivif2 --  cl tried    93206 cl shrink        0 lits rem          0 time: 0.02
1270.64/318.11	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.10
1270.64/318.11	c calculated reachability. Time: 0.00
1270.64/318.11	c  N st    78   1710799       488      2119         0     93206      6430   1463180   no data   no data
1621.38/405.94	c  N st    79   2079764       488      2119         0    105049      6430   1706705   no data   no data
1762.77/441.31	c  N st    80   2210799       488      2119         0    108955      6430   1718477   no data   no data
1762.77/441.31	c  S st    80   2210799       488      2119         0    108955      6430   1718477   no data   no data
1764.36/441.71	c  S st    80   2211304       488      2119         0    109459      6430   1730684   no data   no data
1764.36/441.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1764.36/441.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1764.36/441.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1764.36/441.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1764.36/441.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1764.36/441.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
1764.36/441.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1764.76/441.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1764.76/441.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1801.93/451.12	c lits-rem:       884  cl-subs:     8568  v-elim:      0  v-fix:    0  time:  9.26 s
1801.93/451.12	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
1801.93/451.15	c vivif2 --  cl tried   100891 cl shrink        0 lits rem          0 time: 0.02
1802.30/451.25	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.10
1802.30/451.25	c calculated reachability. Time: 0.00
1802.30/451.25	c  N st    80   2211304       488      2119         0    100891      6430   1550378   no data   no data
2387.92/597.88	c  N st    81   2711305       488      2119         0    124612      6430   2055321   no data   no data
2387.92/597.88	c  S st    81   2711305       488      2119         0    124612      6430   2055321   no data   no data
2389.92/598.33	c  S st    81   2711810       488      2119         0    125116      6430   2067759   no data   no data
2389.92/598.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2390.33/598.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2390.33/598.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2390.33/598.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2390.33/598.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2390.33/598.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
2390.33/598.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2390.33/598.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2390.33/598.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2464.61/617.03	c lits-rem:       700  cl-subs:    10661  v-elim:      0  v-fix:    0  time: 18.52 s
2464.61/617.03	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
2464.61/617.05	c vivif2 --  cl tried   114455 cl shrink        0 lits rem          0 time: 0.03
2465.03/617.17	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.12
2465.03/617.18	c calculated reachability. Time: 0.00
2465.03/617.18	c  N st    81   2711810       488      2119         0    114455      6430   1815803   no data   no data
3082.17/771.61	c  N st    82   3211810       488      2119         0     90481      6430   1052956   no data   no data
3082.17/771.61	c  S st    82   3211810       488      2119         0     90481      6430   1052956   no data   no data
3083.37/771.91	c  S st    82   3212312       488      2119         0     90983      6430   1064948   no data   no data
3083.37/771.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3083.37/771.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3083.37/771.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3083.37/771.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3083.37/771.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3083.37/771.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
3083.37/771.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3083.37/771.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3083.77/772.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3087.76/773.09	c lits-rem:       261  cl-subs:     2414  v-elim:      0  v-fix:    0  time:  1.07 s
3087.76/773.09	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
3088.16/773.11	c vivif2 --  cl tried    88569 cl shrink        0 lits rem          0 time: 0.02
3088.16/773.19	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.08
3088.16/773.19	c calculated reachability. Time: 0.00
3088.16/773.19	c  N st    82   3212312       488      2119         0     88569      6430   1015901   no data   no data
3720.89/931.51	c  N st    83   3712314       488      2119         0     98866      6430   1172533   no data   no data
3720.89/931.51	c  S st    83   3712314       488      2119         0     98866      6430   1172533   no data   no data
3722.11/931.82	c  S st    83   3712818       488      2119         0     99370      6430   1184519   no data   no data
3722.11/931.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3722.11/931.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3722.11/931.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3722.11/931.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3722.11/931.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3722.11/931.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
3722.11/931.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3722.49/931.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3722.49/931.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3729.69/933.74	c lits-rem:       178  cl-subs:     3968  v-elim:      0  v-fix:    0  time:  1.81 s
3729.69/933.74	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
3729.69/933.76	c vivif2 --  cl tried    95402 cl shrink        0 lits rem          0 time: 0.02
3730.09/933.85	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.09
3730.09/933.85	c calculated reachability. Time: 0.00
3730.09/933.85	c  N st    83   3712818       488      2119         0     95402      6430   1103283   no data   no data
3792.42/949.43	c  F st    84   3751562       488      2119         0    132899      6430   1946984   no data   no data
3792.42/949.43	c  N st    84   3751562       488      2119         0    132899      6430   1946984   no data   no data
3803.59/952.23	c Decided on static restart strategy
3845.93/962.82	c  N st    94   3779865       488      2119         0    160421      6430   2609853   no data   no data
3886.67/973.01	c  N st    96   3815861       488      2119         0    113309      6430   1530424   no data   no data
3944.59/987.51	c  N st    97   3848256       488      2119         0    145089      6430   2348451   no data   no data
4013.30/1004.78	c  N st    98   3896846       488      2119         0    108628      6430   1385050   no data   no data
4125.96/1032.97	c  N st    99   3969729       488      2119         0     94961      6430   1033978   no data   no data
4299.70/1076.41	c  N st   100   4079053       488      2119         0    115597      6430   1522400   no data   no data
4498.23/1126.11	c  N st   101   4212819       488      2119         0    158728      6430   2492662   no data   no data
4498.23/1126.11	c  S st   101   4212819       488      2119         0    158728      6430   2492662   no data   no data
4500.22/1126.67	c  S st   101   4213328       488      2119         0    159236      6430   2504751   no data   no data
4500.22/1126.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4500.62/1126.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4500.62/1126.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4500.62/1126.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4500.62/1126.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4500.62/1126.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
4500.62/1126.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4501.02/1126.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4501.02/1126.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4612.06/1154.67	c lits-rem:       907  cl-subs:    15737  v-elim:      0  v-fix:    0  time: 27.78 s
4612.06/1154.67	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
4612.46/1154.70	c vivif2 --  cl tried   143499 cl shrink        0 lits rem          0 time: 0.04
4612.86/1154.86	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.15
4612.86/1154.86	c calculated reachability. Time: 0.00
4612.86/1154.86	c  N st   101   4213328       488      2119         0    143499      6430   2157122   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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174111-1304095421/watcher-3174111-1304095421 -o /tmp/evaluation-result-3174111-1304095421/solver-3174111-1304095421 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174111-1304095421.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.20 6.68 6.79 5/180 29201
/proc/meminfo: memFree=18905596/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 501957974 52441088 347 33554432000 4194304 4627427 140735678327760 18446744073709551615 47349811091378 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 12803 347 299 106 0 7774 0
[pid=29201/tid=29202] ppid=29199 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 501957974 52441088 347 33554432000 4194304 4627427 140735678327760 18446744073709551615 47349811091378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 501957974 52441088 347 33554432000 4194304 4627427 140735678327760 18446744073709551615 233510353905 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 501957974 52441088 347 33554432000 4194304 4627427 140735678327760 18446744073709551615 47349811091372 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.157118 s]
/proc/loadavg: 7.20 6.68 6.79 5/180 29201
/proc/meminfo: memFree=18905596/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=282676 CPUtime=0.6 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 2018 0 0 0 60 0 0 0 18 0 4 0 501957974 289460224 1638 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 70669 1638 385 106 0 65640 0
[pid=29201/tid=29202] ppid=29199 vsize=282676 CPUtime=0.15 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 358 0 0 0 15 0 0 0 18 0 4 0 501957974 289460224 1638 33554432000 4194304 4627427 140735678327760 18446744073709551615 4330282 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=282676 CPUtime=0.14 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 461 0 0 0 14 0 0 0 25 0 4 0 501957974 289460224 1638 33554432000 4194304 4627427 140735678327760 18446744073709551615 4308135 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=282676 CPUtime=0.15 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 370 0 0 0 15 0 0 0 18 0 4 0 501957974 289460224 1638 33554432000 4194304 4627427 140735678327760 18446744073709551615 4327355 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282676

[startup+0.201109 s]
/proc/loadavg: 7.20 6.68 6.79 5/180 29201
/proc/meminfo: memFree=18905596/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=283256 CPUtime=0.78 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 2308 0 0 0 78 0 0 0 18 0 4 0 501957974 290054144 1646 33554432000 4194304 4627427 140735678327760 18446744073709551615 4332622 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 70814 1647 385 106 0 65785 0
[pid=29201/tid=29202] ppid=29199 vsize=283256 CPUtime=0.19 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 464 0 0 0 19 0 0 0 18 0 4 0 501957974 290054144 1647 33554432000 4194304 4627427 140735678327760 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=283256 CPUtime=0.19 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 498 0 0 0 19 0 0 0 25 0 4 0 501957974 290054144 1647 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=283256 CPUtime=0.19 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 408 0 0 0 19 0 0 0 18 0 4 0 501957974 290054144 1647 33554432000 4194304 4627427 140735678327760 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283256

[startup+0.301092 s]
/proc/loadavg: 7.20 6.68 6.79 5/180 29201
/proc/meminfo: memFree=18905596/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=283524 CPUtime=1.18 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 2724 0 0 0 118 0 0 0 18 0 4 0 501957974 290328576 2062 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 70881 2062 385 106 0 65852 0
[pid=29201/tid=29202] ppid=29199 vsize=283524 CPUtime=0.29 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 566 0 0 0 29 0 0 0 18 0 4 0 501957974 290328576 2062 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=283524 CPUtime=0.29 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 600 0 0 0 29 0 0 0 25 0 4 0 501957974 290328576 2062 33554432000 4194304 4627427 140735678327760 18446744073709551615 4327583 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=283524 CPUtime=0.29 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 515 0 0 0 29 0 0 0 18 0 4 0 501957974 290328576 2062 33554432000 4194304 4627427 140735678327760 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283524

[startup+0.701021 s]
/proc/loadavg: 7.20 6.68 6.79 5/180 29201
/proc/meminfo: memFree=18905596/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=284296 CPUtime=2.78 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 4340 0 0 0 277 1 0 0 18 0 4 0 501957974 291119104 2571 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 71074 2571 385 106 0 66045 0
[pid=29201/tid=29202] ppid=29199 vsize=284296 CPUtime=0.69 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 924 0 0 0 69 0 0 0 18 0 4 0 501957974 291119104 2571 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=284296 CPUtime=0.69 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 1065 0 0 0 69 0 0 0 25 0 4 0 501957974 291119104 2571 33554432000 4194304 4627427 140735678327760 18446744073709551615 4334758 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=284296 CPUtime=0.69 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 905 0 0 0 69 0 0 0 18 0 4 0 501957974 291119104 2571 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284296

[startup+1.50088 s]
/proc/loadavg: 7.20 6.68 6.79 10/184 29205
/proc/meminfo: memFree=18901128/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=285468 CPUtime=5.97 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 8513 0 0 0 596 1 0 0 20 0 4 0 501957974 292319232 4464 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 71367 4464 389 106 0 66338 0
[pid=29201/tid=29202] ppid=29199 vsize=285468 CPUtime=1.49 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 1680 0 0 0 149 0 0 0 20 0 4 0 501957974 292319232 4464 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=285468 CPUtime=1.48 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 1636 0 0 0 148 0 0 0 25 0 4 0 501957974 292319232 4464 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=285468 CPUtime=1.49 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 1648 0 0 0 149 0 0 0 20 0 4 0 501957974 292319232 4464 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285468

[startup+3.10059 s]
/proc/loadavg: 7.20 6.68 6.79 9/184 29205
/proc/meminfo: memFree=18878684/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=278888 CPUtime=12.37 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 17598 0 0 0 1234 3 0 0 25 0 4 0 501957974 285581312 9539 33554432000 4194304 4627427 140735678327760 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 69722 9539 389 106 0 64693 0
[pid=29201/tid=29202] ppid=29199 vsize=278888 CPUtime=3.09 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 3756 0 0 0 308 1 0 0 25 0 4 0 501957974 285581312 9539 33554432000 4194304 4627427 140735678327760 18446744073709551615 4324264 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=278888 CPUtime=3.07 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 4721 0 0 0 307 0 0 0 25 0 4 0 501957974 285581312 9539 33554432000 4194304 4627427 140735678327760 18446744073709551615 4340223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=278888 CPUtime=3.09 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 4211 0 0 0 309 0 0 0 25 0 4 0 501957974 285581312 9539 33554432000 4194304 4627427 140735678327760 18446744073709551615 4349994 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 278888

[startup+6.30102 s]
/proc/loadavg: 7.26 6.70 6.80 9/184 29205
/proc/meminfo: memFree=18855988/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=297900 CPUtime=25.15 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 27601 0 0 0 2510 5 0 0 25 0 4 0 501957974 305049600 14173 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 74475 14173 389 106 0 69446 0
[pid=29201/tid=29202] ppid=29199 vsize=297900 CPUtime=6.29 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 6426 0 0 0 628 1 0 0 25 0 4 0 501957974 305049600 14173 33554432000 4194304 4627427 140735678327760 18446744073709551615 4327417 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=297900 CPUtime=6.26 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 8100 0 0 0 625 1 0 0 25 0 4 0 501957974 305049600 14173 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=297900 CPUtime=6.29 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 6141 0 0 0 628 1 0 0 25 0 4 0 501957974 305049600 14173 33554432000 4194304 4627427 140735678327760 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 297900

[startup+12.7009 s]
/proc/loadavg: 7.32 6.72 6.80 9/184 29205
/proc/meminfo: memFree=18826636/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=307872 CPUtime=50.71 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 43778 0 0 0 5062 9 0 0 25 0 4 0 501957974 315260928 19492 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 76968 19492 389 106 0 71939 0
[pid=29201/tid=29202] ppid=29199 vsize=307872 CPUtime=12.69 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 10179 0 0 0 1267 2 0 0 25 0 4 0 501957974 315260928 19492 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=307872 CPUtime=12.62 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 11193 0 0 0 1261 1 0 0 25 0 4 0 501957974 315260928 19492 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=307872 CPUtime=12.68 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 10376 0 0 0 1266 2 0 0 25 0 4 0 501957974 315260928 19492 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 307872

[startup+25.5006 s]
/proc/loadavg: 7.47 6.78 6.82 9/184 29206
/proc/meminfo: memFree=18796248/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=299308 CPUtime=101.84 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 65150 0 0 0 10170 14 0 0 25 0 4 0 501957974 306491392 25359 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 74827 25359 389 106 0 69798 0
[pid=29201/tid=29202] ppid=29199 vsize=299308 CPUtime=25.49 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 15793 0 0 0 2546 3 0 0 25 0 4 0 501957974 306491392 25359 33554432000 4194304 4627427 140735678327760 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=299308 CPUtime=25.34 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 16795 0 0 0 2532 2 0 0 25 0 4 0 501957974 306491392 25359 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=299308 CPUtime=25.48 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 14912 0 0 0 2545 3 0 0 25 0 4 0 501957974 306491392 25360 33554432000 4194304 4627427 140735678327760 18446744073709551615 4507248 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 299308

[startup+51.101 s]
/proc/loadavg: 7.65 6.88 6.85 9/184 29206
/proc/meminfo: memFree=18762348/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=310308 CPUtime=204.1 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 98042 0 0 0 20388 22 0 0 25 0 4 0 501957974 317755392 32946 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 77577 32946 389 106 0 72548 0
[pid=29201/tid=29202] ppid=29199 vsize=310308 CPUtime=51.09 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 23512 0 0 0 5104 5 0 0 25 0 4 0 501957974 317755392 32946 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=310308 CPUtime=50.81 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 25941 0 0 0 5077 4 0 0 25 0 4 0 501957974 317755392 32946 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=310308 CPUtime=51.08 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 23119 0 0 0 5103 5 0 0 25 0 4 0 501957974 317755392 32946 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 310308

[startup+102.301 s]
/proc/loadavg: 7.89 7.07 6.92 9/184 29208
/proc/meminfo: memFree=18705532/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=322640 CPUtime=408.64 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 148562 0 0 0 40827 37 0 0 25 0 4 0 501957974 330383360 38288 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 80660 38288 389 106 0 75631 0
[pid=29201/tid=29202] ppid=29199 vsize=322640 CPUtime=102.29 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 33750 0 0 0 10222 7 0 0 25 0 4 0 501957974 330383360 38288 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=322640 CPUtime=101.73 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 38435 0 0 0 10165 8 0 0 25 0 4 0 501957974 330383360 38288 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=322640 CPUtime=102.29 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 37232 0 0 0 10220 9 0 0 25 0 4 0 501957974 330383360 38288 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 322640

[startup+162.301 s]

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

[pid=29201] ppid=29199 vsize=539616 CPUtime=2565.68 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 490764 0 0 0 256417 151 0 0 25 0 4 0 501957974 552566784 81478 33554432000 4194304 4627427 140735678327760 18446744073709551615 4327424 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 134904 81478 389 106 0 129875 0
[pid=29201/tid=29202] ppid=29199 vsize=539616 CPUtime=642.31 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 117021 0 0 0 64197 34 0 0 25 0 4 0 501957974 552566784 81478 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=539616 CPUtime=638.74 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 128483 0 0 0 63835 39 0 0 25 0 4 0 501957974 552566784 81478 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=539616 CPUtime=642.3 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 111360 0 0 0 64195 35 0 0 25 0 4 0 501957974 552566784 81478 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.68
Current children cumulated vsize (KiB) 539616

[startup+702.3 s]
/proc/loadavg: 8.07 7.96 7.47 9/184 29224
/proc/meminfo: memFree=18349760/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=540076 CPUtime=2805.34 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 520349 0 0 0 280372 162 0 0 25 0 4 0 501957974 553037824 84377 33554432000 4194304 4627427 140735678327760 18446744073709551615 4308362 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 135019 84377 389 106 0 129990 0
[pid=29201/tid=29202] ppid=29199 vsize=540076 CPUtime=702.31 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 123913 0 0 0 70194 37 0 0 25 0 4 0 501957974 553037824 84377 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=540076 CPUtime=698.4 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 136125 0 0 0 69798 42 0 0 25 0 4 0 501957974 553037824 84377 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=540076 CPUtime=702.29 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 118141 0 0 0 70192 37 0 0 25 0 4 0 501957974 553037824 84377 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 540076

[startup+762.301 s]
/proc/loadavg: 8.13 8.00 7.51 9/184 29225
/proc/meminfo: memFree=18335240/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=542112 CPUtime=3045.04 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 550372 0 0 0 304330 174 0 0 25 0 4 0 501957974 555122688 90462 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 135528 90462 389 106 0 130499 0
[pid=29201/tid=29202] ppid=29199 vsize=542112 CPUtime=762.32 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 133502 0 0 0 76192 40 0 0 25 0 4 0 501957974 555122688 90462 33554432000 4194304 4627427 140735678327760 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=542112 CPUtime=758.07 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 142334 0 0 0 75763 44 0 0 25 0 4 0 501957974 555122688 90463 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=542112 CPUtime=762.31 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 124716 0 0 0 76190 41 0 0 25 0 4 0 501957974 555122688 90463 33554432000 4194304 4627427 140735678327760 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 542112

[startup+822.301 s]
/proc/loadavg: 8.13 8.02 7.55 9/184 29227
/proc/meminfo: memFree=18316256/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=529908 CPUtime=3284.7 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 578446 0 0 0 328283 187 0 0 25 0 4 0 501957974 542625792 92455 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 132477 92455 389 106 0 127448 0
[pid=29201/tid=29202] ppid=29199 vsize=529908 CPUtime=822.31 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 139304 0 0 0 82188 43 0 0 25 0 4 0 501957974 542625792 92455 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=529908 CPUtime=817.74 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 148175 0 0 0 81727 47 0 0 25 0 4 0 501957974 542625792 92455 33554432000 4194304 4627427 140735678327760 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=529908 CPUtime=822.3 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 134512 0 0 0 82186 44 0 0 25 0 4 0 501957974 542625792 92455 33554432000 4194304 4627427 140735678327760 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 529908

[startup+882.307 s]
/proc/loadavg: 8.20 8.06 7.59 9/184 29229
/proc/meminfo: memFree=18332988/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=542996 CPUtime=3524.38 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 608464 0 0 0 352241 197 0 0 25 0 4 0 501957974 556027904 93551 33554432000 4194304 4627427 140735678327760 18446744073709551615 4310114 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 135749 93551 389 106 0 130720 0
[pid=29201/tid=29202] ppid=29199 vsize=542996 CPUtime=882.31 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 145882 0 0 0 88186 45 0 0 25 0 4 0 501957974 556027904 93551 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=542996 CPUtime=877.42 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 156498 0 0 0 87693 49 0 0 25 0 4 0 501957974 556027904 93551 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=542996 CPUtime=882.31 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 141024 0 0 0 88184 47 0 0 25 0 4 0 501957974 556027904 93551 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 542996

[startup+942.3 s]
/proc/loadavg: 8.18 8.08 7.62 9/184 29230
/proc/meminfo: memFree=18277420/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=532380 CPUtime=3764.04 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 636402 0 0 0 376197 207 0 0 25 0 4 0 501957974 545157120 99064 33554432000 4194304 4627427 140735678327760 18446744073709551615 4322258 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 133095 99064 389 106 0 128066 0
[pid=29201/tid=29202] ppid=29199 vsize=532380 CPUtime=942.31 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 153398 0 0 0 94184 47 0 0 25 0 4 0 501957974 545157120 99064 33554432000 4194304 4627427 140735678327760 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=532380 CPUtime=937.08 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 163156 0 0 0 93657 51 0 0 25 0 4 0 501957974 545157120 99064 33554432000 4194304 4627427 140735678327760 18446744073709551615 4308307 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=532380 CPUtime=942.3 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 147904 0 0 0 94181 49 0 0 25 0 4 0 501957974 545157120 99064 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 532380

[startup+1002.3 s]
/proc/loadavg: 8.17 8.09 7.65 9/184 29232
/proc/meminfo: memFree=18283352/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=610020 CPUtime=4003.71 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 660374 0 0 0 400153 218 0 0 25 0 4 0 501957974 624660480 105460 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 152505 105460 389 106 0 147476 0
[pid=29201/tid=29202] ppid=29199 vsize=610020 CPUtime=1002.32 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 157637 0 0 0 100183 49 0 0 25 0 4 0 501957974 624660480 105460 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=610020 CPUtime=996.75 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 169397 0 0 0 99621 54 0 0 25 0 4 0 501957974 624660480 105460 33554432000 4194304 4627427 140735678327760 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=610020 CPUtime=1002.3 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 155307 0 0 0 100178 52 0 0 25 0 4 0 501957974 624660480 105460 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 610020

[startup+1062.3 s]
/proc/loadavg: 8.23 8.12 7.68 9/184 29242
/proc/meminfo: memFree=18268560/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=561664 CPUtime=4243.37 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 680318 0 0 0 424111 226 0 0 25 0 4 0 501957974 575143936 108608 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 140416 108608 389 106 0 135387 0
[pid=29201/tid=29202] ppid=29199 vsize=561664 CPUtime=1062.31 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 163944 0 0 0 106180 51 0 0 25 0 4 0 501957974 575143936 108608 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=561664 CPUtime=1056.41 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 174274 0 0 0 105585 56 0 0 25 0 4 0 501957974 575143936 108608 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=561664 CPUtime=1062.3 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 158933 0 0 0 106177 53 0 0 25 0 4 0 501957974 575143936 108608 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 561664

[startup+1122.3 s]
/proc/loadavg: 7.94 8.06 7.69 9/184 29275
/proc/meminfo: memFree=18565308/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=536396 CPUtime=4483.04 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 704496 0 0 0 448067 237 0 0 25 0 4 0 501957974 549269504 102965 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 134099 102965 389 106 0 129070 0
[pid=29201/tid=29202] ppid=29199 vsize=536396 CPUtime=1122.32 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 169940 0 0 0 112178 54 0 0 25 0 4 0 501957974 549269504 102965 33554432000 4194304 4627427 140735678327760 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=536396 CPUtime=1116.08 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 180560 0 0 0 111549 59 0 0 25 0 4 0 501957974 549269504 102965 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=536396 CPUtime=1122.31 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 164612 0 0 0 112175 56 0 0 25 0 4 0 501957974 549269504 102965 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 536396

[startup+1182.3 s]
/proc/loadavg: 8.06 8.07 7.71 9/184 29277
/proc/meminfo: memFree=18495228/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=550928 CPUtime=4722.72 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 728009 0 0 0 472025 247 0 0 25 0 4 0 501957974 564150272 105122 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 137732 105122 389 106 0 132703 0
[pid=29201/tid=29202] ppid=29199 vsize=550928 CPUtime=1182.31 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 174665 0 0 0 118175 56 0 0 25 0 4 0 501957974 564150272 105122 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=550928 CPUtime=1175.75 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 186133 0 0 0 117514 61 0 0 25 0 4 0 501957974 564150272 105122 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=550928 CPUtime=1182.31 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 170614 0 0 0 118173 58 0 0 25 0 4 0 501957974 564150272 105122 33554432000 4194304 4627427 140735678327760 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 550928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.04 8.06 7.72 9/184 29277
/proc/meminfo: memFree=18475376/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=603764 CPUtime=4800.23 cores=0,2,4,6
/proc/29201/stat : 29201 (strangenight2-m) R 29199 29201 28678 0 -1 4202496 735566 0 0 0 479773 250 0 0 25 0 4 0 501957974 618254336 108702 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29201/statm: 150941 108702 389 106 0 145912 0
[pid=29201/tid=29202] ppid=29199 vsize=603764 CPUtime=1201.72 cores=0,2,4,6
/proc/29201/task/29202/stat : 29202 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 177094 0 0 0 120115 57 0 0 25 0 4 0 501957974 618254336 108702 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29201/tid=29203] ppid=29199 vsize=603764 CPUtime=1195.04 cores=0,2,4,6
/proc/29201/task/29203/stat : 29203 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 187838 0 0 0 119442 62 0 0 25 0 4 0 501957974 618254336 108702 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29201/tid=29204] ppid=29199 vsize=603764 CPUtime=1201.71 cores=0,2,4,6
/proc/29201/task/29204/stat : 29204 (strangenight2-m) R 29199 29201 28678 0 -1 4202560 172875 0 0 0 120112 59 0 0 25 0 4 0 501957974 618254336 108702 33554432000 4194304 4627427 140735678327760 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 603764

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): 1201.73
CPU time (s): 4800.28
CPU user time (s): 4797.75
CPU system time (s): 2.52562
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 679560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.75
system time used= 2.52562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 735566
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= 452
involuntary context switches= 20745

runsolver used 2.01769 second user time and 4.55231 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 18:43:41
IDJOB=3174111
IDBENCH=82929
IDSOLVER=1586
FILE ID=node145/3174111-1304095421
RUNJOBID= node145-1304095327-29116
PBS_JOBID= 13170580
Free space on /tmp= 72200 MiB

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

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

MD5SUM BENCH= d76256d9362323e592886dee80dd4554
RANDOM SEED=1478055018

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18905876 kB
Buffers:       2052352 kB
Cached:       11217652 kB
SwapCached:          0 kB
Active:        2707176 kB
Inactive:     10766996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18905876 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5508 kB
Writeback:          12 kB
AnonPages:      203312 kB
Mapped:          15616 kB
Slab:           508112 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   459680 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= 72196 MiB
End job on node145 at 2011-04-29 19:03:45