Trace number 3366471

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.39 1202.54

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S960198064-030.SATISFIABLE.cnf
MD5SUM06e5d4421198459b1bb719e60182593d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
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-3366471-1305404879.cnf'
0.00/0.01	c -- header says num vars:            550
0.00/0.01	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.56/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
3.56/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.56/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.56/0.90	c calculated reachability. Time: 0.00
3.56/0.90	c Calc default polars -  time:   0.00 s pos:     235 undec:      65 neg:     250
3.56/0.90	c =========================================================================================
3.56/0.90	c types(t): F = full restart, N = normal restart
3.56/0.90	c types(t): S = simplification begin/end, E = solution found
3.56/0.90	c restart types(rt): st = static, dy = dynamic
3.56/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.90	c  B st     0         0       544      2337         0         0      7047         0   no data   no data
3.56/0.90	c Decided on static restart strategy
3.56/0.90	c  N st     8      4917       544      2337         0      4822      7047    117899   no data   no data
3.56/0.90	c  N st    10     11299       544      2337         0      4471      7047     79256   no data   no data
3.56/0.90	c  N st    11     17043       544      2337         0     10117      7047    225940   no data   no data
3.96/1.10	c  F st    12     25001       544      2337         0     12403      7047    279246   no data   no data
3.96/1.10	c  N st    12     25001       544      2337         0     12403      7047    279246   no data   no data
5.16/1.34	c Decided on static restart strategy
5.16/1.34	c  N st    18     30001       544      2337         0     10655      7047    208320   no data   no data
5.16/1.34	c  S st    18     30001       544      2337         0     10655      7047    208320   no data   no data
5.16/1.37	c  S st    18     30503       544      2337         0     11156      7047    221012   no data   no data
5.16/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.16/1.38	c blocked clauses removed:       10 vars:      1 tried:         544 T: 0.00 s
5.16/1.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    543 time:  0.00 s
5.16/1.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.16/1.38	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
5.16/1.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.44	c lits-rem:       174  cl-subs:      556  v-elim:      0  v-fix:    0  time:  0.05 s
5.56/1.45	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.01
5.56/1.45	c calculated reachability. Time: 0.00
5.56/1.45	c  N st    18     30503       542      2326         0     10591      7022    205567   no data   no data
7.16/1.87	c  N st    20     37614       542      2326         0      9872      7022    171260   no data   no data
8.77/2.29	c  N st    21     44014       542      2326         0     16163      7022    338159   no data   no data
9.55/2.43	c  S st    22     45756       542      2326         0      9103      7022    132139   no data   no data
9.55/2.45	c  S st    22     46261       542      2326         0      9608      7022    144340   no data   no data
9.55/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.55/2.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
9.55/2.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.55/2.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.55/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.47	c lits-rem:        25  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.01 s
9.55/2.47	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
9.55/2.47	c vivif2 --  cl tried     9557 cl shrink        0 lits rem          0 time: 0.00
9.55/2.48	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.01
9.55/2.48	c calculated reachability. Time: 0.00
9.55/2.48	c  N st    22     46261       542      2326         0      9557      7022    142991   no data   no data
13.58/3.43	c  N st    23     60658       542      2326         0     13880      7022    235705   no data   no data
15.95/4.07	c  N st    24     69391       542      2326         0     11667      7022    174619   no data   no data
15.95/4.07	c  S st    24     69391       542      2326         0     11667      7022    174619   no data   no data
16.35/4.10	c  S st    24     69894       542      2326         0     12170      7022    186780   no data   no data
16.35/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.35/4.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.35/4.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.35/4.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.35/4.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
16.35/4.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.35/4.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.35/4.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.13	c lits-rem:        32  cl-subs:      176  v-elim:      0  v-fix:    0  time:  0.02 s
16.35/4.13	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
16.35/4.13	c vivif2 --  cl tried    11994 cl shrink        0 lits rem          0 time: 0.00
16.35/4.14	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.01
16.35/4.14	c calculated reachability. Time: 0.00
16.35/4.14	c  N st    24     69894       542      2326         0     11994      7022    183002   no data   no data
21.13/5.33	c  F st    25     87500       542      2326         0     17497      7022    313055   no data   no data
21.13/5.33	c  N st    25     87500       542      2326         0     17497      7022    313055   no data   no data
22.72/5.74	c Decided on static restart strategy
23.52/5.97	c  N st    32     95538       542      2326         0     25431      7022    516855   no data   no data
26.75/6.72	c  N st    34    104841       542      2326         0     21768      7022    387739   no data   no data
26.75/6.72	c  S st    34    104841       542      2326         0     21768      7022    387739   no data   no data
26.75/6.77	c  S st    34    105346       542      2326         0     22272      7022    400075   no data   no data
26.75/6.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.75/6.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.75/6.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.75/6.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.75/6.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.75/6.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
26.75/6.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
26.75/6.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.75/6.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.51/6.95	c lits-rem:       120  cl-subs:      917  v-elim:      0  v-fix:    0  time:  0.16 s
27.51/6.95	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
27.51/6.96	c vivif2 --  cl tried    21355 cl shrink        0 lits rem          0 time: 0.00
27.51/6.97	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.01
27.51/6.97	c calculated reachability. Time: 0.00
27.51/6.97	c  N st    34    105346       542      2326         0     21355      7022    376699   no data   no data
30.73/7.80	c  N st    35    114946       542      2326         0     17082      7022    262358   no data   no data
36.29/9.19	c  N st    36    129343       542      2326         0     16471      7022    228050   no data   no data
44.31/11.11	c  N st    37    150938       542      2326         0     21902      7022    351239   no data   no data
47.08/11.86	c  S st    38    158019       542      2326         0     28810      7022    513964   no data   no data
47.48/11.93	c  S st    38    158522       542      2326         0     29313      7022    526435   no data   no data
47.48/11.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.48/11.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.48/11.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.48/11.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.48/11.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.48/11.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
47.48/11.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.48/11.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.48/11.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.46/12.40	c lits-rem:       287  cl-subs:     1617  v-elim:      0  v-fix:    0  time:  0.44 s
49.46/12.40	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
49.46/12.41	c vivif2 --  cl tried    27696 cl shrink        0 lits rem          0 time: 0.01
49.46/12.43	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.02
49.46/12.43	c calculated reachability. Time: 0.00
49.46/12.43	c  N st    38    158522       542      2326         0     27696      7022    486451   no data   no data
68.23/17.15	c  N st    39    207112       542      2326         0     22451      7022    332132   no data   no data
82.21/20.69	c  N st    40    237784       542      2326         0     32817      7022    564361   no data   no data
82.21/20.69	c  S st    40    237784       542      2326         0     32817      7022    564361   no data   no data
82.61/20.79	c  S st    40    238288       542      2326         0     33321      7022    577288   no data   no data
82.61/20.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.01/20.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.01/20.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.01/20.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.01/20.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.01/20.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
83.01/20.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
83.01/20.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.01/20.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.79/21.54	c lits-rem:       251  cl-subs:     2216  v-elim:      0  v-fix:    0  time:  0.71 s
85.79/21.54	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
85.79/21.55	c vivif2 --  cl tried    31105 cl shrink        0 lits rem          0 time: 0.01
85.79/21.57	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.02
85.79/21.57	c calculated reachability. Time: 0.00
85.79/21.57	c  N st    40    238288       542      2326         0     31105      7022    521768   no data   no data
118.13/29.66	c  F st    41    306250       542      2326         0     33069      7022    534184   no data   no data
118.13/29.66	c  N st    41    306250       542      2326         0     33069      7022    534184   no data   no data
120.92/30.34	c Decided on static restart strategy
131.31/32.99	c  N st    51    334559       542      2326         0     37338      7022    635248   no data   no data
142.47/35.77	c  N st    53    357432       542      2326         0     35196      7022    554104   no data   no data
142.47/35.77	c  S st    53    357432       542      2326         0     35196      7022    554104   no data   no data
142.87/35.86	c  S st    53    357936       542      2326         0     35698      7022    566547   no data   no data
142.87/35.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.87/35.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
142.87/35.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.87/35.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.87/35.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.87/35.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
142.87/35.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
142.87/35.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.27/35.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.48/36.30	c lits-rem:       157  cl-subs:     1386  v-elim:      0  v-fix:    0  time:  0.40 s
144.48/36.30	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
144.48/36.30	c vivif2 --  cl tried    34312 cl shrink        0 lits rem          0 time: 0.01
144.89/36.33	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.02
144.89/36.33	c calculated reachability. Time: 0.00
144.89/36.33	c  N st    53    357936       542      2326         0     34312      7022    528198   no data   no data
161.23/40.41	c  N st    54    390328       542      2326         0     40524      7022    668600   no data   no data
189.21/47.46	c  N st    55    438916       542      2326         0     34228      7022    453885   no data   no data
228.74/57.39	c  N st    56    511799       542      2326         0     47987      7022    822029   no data   no data
241.91/60.70	c  N st    57    536905       542      2326         0     42138      7022    629485   no data   no data
241.91/60.70	c  S st    57    536905       542      2326         0     42138      7022    629485   no data   no data
242.67/60.80	c  S st    57    537407       542      2326         0     42636      7022    641638   no data   no data
242.67/60.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
242.67/60.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
242.67/60.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
242.67/60.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.67/60.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.67/60.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
242.67/60.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
242.67/60.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
242.67/60.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.67/61.32	c lits-rem:       201  cl-subs:     1429  v-elim:      0  v-fix:    0  time:  0.47 s
244.67/61.32	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
244.67/61.33	c vivif2 --  cl tried    41207 cl shrink        0 lits rem          0 time: 0.01
244.67/61.36	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.03
244.67/61.36	c calculated reachability. Time: 0.00
244.67/61.36	c  N st    57    537407       542      2326         0     41207      7022    607164   no data   no data
347.28/87.06	c  N st    58    701391       542      2326         0     35404      7022    372137   no data   no data
418.29/104.88	c  N st    59    806110       542      2326         0     64380      7022   1147969   no data   no data
418.29/104.88	c  S st    59    806110       542      2326         0     64380      7022   1147969   no data   no data
419.09/105.08	c  S st    59    806613       542      2326         0     64883      7022   1159805   no data   no data
419.09/105.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
419.49/105.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
419.49/105.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
419.49/105.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
419.49/105.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
419.49/105.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
419.49/105.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
419.49/105.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
419.49/105.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.06/108.09	c lits-rem:       646  cl-subs:     3333  v-elim:      0  v-fix:    0  time:  2.93 s
431.06/108.09	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
431.46/108.10	c vivif2 --  cl tried    61550 cl shrink        0 lits rem          0 time: 0.01
431.46/108.16	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.05
431.46/108.16	c calculated reachability. Time: 0.00
431.46/108.16	c  N st    59    806613       542      2326         0     61550      7022   1067870   no data   no data
653.81/163.84	c  F st    60   1071875       542      2326         0     77731      7022   1439225   no data   no data
653.81/163.84	c  N st    60   1071875       542      2326         0     77731      7022   1439225   no data   no data
659.39/165.23	c Decided on static restart strategy
679.76/170.39	c  N st    70   1100180       542      2326         0     61315      7022    872630   no data   no data
716.11/179.50	c  N st    72   1136172       542      2326         0     51482      7022    609767   no data   no data
746.02/186.96	c  N st    73   1168564       542      2326         0     83206      7022   1457051   no data   no data
780.75/195.68	c  N st    74   1209919       542      2326         0     77776      7022   1316006   no data   no data
780.75/195.68	c  S st    74   1209919       542      2326         0     77776      7022   1316006   no data   no data
781.98/195.91	c  S st    74   1210421       542      2326         0     78277      7022   1328581   no data   no data
781.98/195.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
781.98/195.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
781.98/195.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
781.98/195.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
781.98/195.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
781.98/195.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
781.98/195.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
781.98/195.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
782.34/196.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.33/199.02	c lits-rem:       418  cl-subs:     3103  v-elim:      0  v-fix:    0  time:  3.00 s
794.33/199.02	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
794.33/199.04	c vivif2 --  cl tried    75174 cl shrink        0 lits rem          0 time: 0.02
794.74/199.12	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.08
794.74/199.12	c calculated reachability. Time: 0.00
794.74/199.12	c  N st    74   1210421       542      2326         0     75174      7022   1244472   no data   no data
875.75/219.47	c  N st    75   1283304       542      2326         0     51620      7022    564539   no data   no data
987.53/247.46	c  N st    76   1392629       542      2326         0     59711      7022    741081   no data   no data
1149.59/288.09	c  N st    77   1556613       542      2326         0     64917      7022    839728   no data   no data
1321.24/331.01	c  N st    78   1710421       542      2326         0    106064      7022   1960229   no data   no data
1321.24/331.01	c  S st    78   1710421       542      2326         0    106064      7022   1960229   no data   no data
1322.43/331.37	c  S st    78   1710922       542      2326         0    106563      7022   1972115   no data   no data
1322.43/331.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1322.83/331.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1322.83/331.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1322.83/331.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1322.83/331.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1322.83/331.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
1322.83/331.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1322.83/331.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1323.23/331.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1383.53/346.62	c lits-rem:      1226  cl-subs:     7608  v-elim:      0  v-fix:    0  time: 15.10 s
1383.53/346.62	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
1383.53/346.64	c vivif2 --  cl tried    98955 cl shrink        0 lits rem          0 time: 0.02
1383.89/346.76	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.11
1383.89/346.76	c calculated reachability. Time: 0.00
1383.89/346.76	c  N st    78   1710922       542      2326         0     98955      7022   1769306   no data   no data
1796.28/450.09	c  N st    79   2079887       542      2326         0    110255      7022   1983253   no data   no data
1950.32/488.69	c  N st    80   2210923       542      2326         0    114914      7022   2086125   no data   no data
1950.32/488.69	c  S st    80   2210923       542      2326         0    114914      7022   2086125   no data   no data
1952.32/489.10	c  S st    80   2211430       542      2326         0    115421      7022   2098907   no data   no data
1952.32/489.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1952.32/489.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1952.32/489.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1952.32/489.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1952.32/489.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1952.32/489.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
1952.32/489.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1952.72/489.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1952.72/489.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2024.20/507.19	c lits-rem:      1017  cl-subs:     8761  v-elim:      0  v-fix:    0  time: 17.93 s
2024.20/507.19	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
2024.61/507.21	c vivif2 --  cl tried   106660 cl shrink        0 lits rem          0 time: 0.03
2024.97/507.33	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.11
2024.97/507.33	c calculated reachability. Time: 0.00
2024.97/507.33	c  N st    80   2211430       542      2326         0    106660      7022   1858471   no data   no data
2681.22/671.74	c  N st    81   2711433       542      2326         0    129421      7022   2174409   no data   no data
2681.22/671.74	c  S st    81   2711433       542      2326         0    129421      7022   2174409   no data   no data
2683.25/672.22	c  S st    81   2711935       542      2326         0    129923      7022   2187685   no data   no data
2683.25/672.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2683.61/672.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2683.61/672.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2683.61/672.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2683.61/672.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2683.61/672.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
2683.61/672.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2683.61/672.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2683.61/672.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2787.41/698.31	c lits-rem:       945  cl-subs:    13730  v-elim:      0  v-fix:    0  time: 25.92 s
2787.41/698.31	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
2787.41/698.34	c vivif2 --  cl tried   116193 cl shrink        0 lits rem          0 time: 0.03
2787.81/698.47	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.13
2787.81/698.47	c calculated reachability. Time: 0.00
2787.81/698.47	c  N st    81   2711935       542      2326         0    116193      7022   1869313   no data   no data
3496.75/876.09	c  N st    82   3211938       542      2326         0     92253      7022   1151110   no data   no data
3496.75/876.09	c  S st    82   3211938       542      2326         0     92253      7022   1151110   no data   no data
3497.95/876.38	c  S st    82   3212445       542      2326         0     92758      7022   1163262   no data   no data
3497.95/876.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3498.35/876.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3498.35/876.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3498.35/876.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3498.35/876.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3498.35/876.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
3498.35/876.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3498.35/876.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3498.35/876.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3505.92/878.38	c lits-rem:       126  cl-subs:     3363  v-elim:      0  v-fix:    0  time:  1.90 s
3505.92/878.38	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
3506.32/878.40	c vivif2 --  cl tried    89395 cl shrink        0 lits rem          0 time: 0.02
3506.32/878.49	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.09
3506.32/878.49	c calculated reachability. Time: 0.00
3506.32/878.49	c  N st    82   3212445       542      2326         0     89395      7022   1085547   no data   no data
4296.04/1076.27	c  N st    83   3712445       542      2326         0    100798      7022   1275563   no data   no data
4296.04/1076.27	c  S st    83   3712445       542      2326         0    100798      7022   1275563   no data   no data
4297.24/1076.59	c  S st    83   3712946       542      2326         0    101298      7022   1288072   no data   no data
4297.64/1076.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4297.64/1076.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4297.64/1076.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4297.64/1076.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4297.64/1076.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4297.64/1076.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
4297.64/1076.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4297.64/1076.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4298.04/1076.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4306.42/1078.86	c lits-rem:       277  cl-subs:     3470  v-elim:      0  v-fix:    0  time:  2.15 s
4306.42/1078.86	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
4306.42/1078.88	c vivif2 --  cl tried    97828 cl shrink        0 lits rem          0 time: 0.02
4306.82/1078.98	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.10
4306.82/1078.99	c calculated reachability. Time: 0.00
4306.82/1078.99	c  N st    83   3712946       542      2326         0     97828      7022   1206891   no data   no data
4362.72/1092.99	c  F st    84   3751563       542      2326         0    135587      7022   2271865   no data   no data
4362.72/1092.99	c  N st    84   3751563       542      2326         0    135587      7022   2271865   no data   no data
4373.93/1095.75	c Decided on static restart strategy
4411.43/1105.17	c  N st    94   3779871       542      2326         0    163276      7022   3003130   no data   no data
4460.94/1117.57	c  N st    96   3815863       542      2326         0    115511      7022   1609100   no data   no data
4512.05/1130.30	c  N st    97   3848255       542      2326         0    147467      7022   2498518   no data   no data
4578.72/1147.01	c  N st    98   3896845       542      2326         0    110767      7022   1500627   no data   no data
4692.11/1175.44	c  N st    99   3969728       542      2326         0     96877      7022   1096829   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366471-1305404879/watcher-3366471-1305404879 -o /tmp/evaluation-result-3366471-1305404879/solver-3366471-1305404879 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366471-1305404879.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: 3.91 4.31 5.62 2/249 13039
/proc/meminfo: memFree=21753028/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 407 0 0 0 0 0 0 0 18 0 4 0 652085788 52396032 348 33554432000 4194304 4580107 140733279550912 18446744073709551615 47959696271282 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 12792 348 299 95 0 7774 0
[pid=13038/tid=13041] ppid=13034 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 652085788 52396032 348 33554432000 4194304 4580107 140733279550912 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 652085788 52396032 348 33554432000 4194304 4580107 140733279550912 18446744073709551615 47959696271282 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 652085788 52396032 348 33554432000 4194304 4580107 140733279550912 18446744073709551615 47959696271276 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.107718 s]
/proc/loadavg: 3.91 4.31 5.62 2/249 13039
/proc/meminfo: memFree=21753028/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=347952 CPUtime=0.4 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 1748 0 0 0 40 0 0 0 18 0 4 0 652085788 356302848 1630 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 86988 1630 377 95 0 81970 0
[pid=13038/tid=13041] ppid=13034 vsize=347952 CPUtime=0.09 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 356 0 0 0 9 0 0 0 20 0 4 0 652085788 356302848 1630 33554432000 4194304 4580107 140733279550912 18446744073709551615 4316385 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=347952 CPUtime=0.09 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 359 0 0 0 9 0 0 0 18 0 4 0 652085788 356302848 1630 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=347952 CPUtime=0.1 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 262 0 0 0 10 0 0 0 18 0 4 0 652085788 356302848 1630 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 347952

[startup+0.2007 s]
/proc/loadavg: 3.91 4.31 5.62 2/249 13039
/proc/meminfo: memFree=21753028/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=349316 CPUtime=0.77 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 2378 0 0 0 77 0 0 0 18 0 4 0 652085788 357699584 1680 33554432000 4194304 4580107 140733279550912 18446744073709551615 4321616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 87329 1680 377 95 0 82311 0
[pid=13038/tid=13041] ppid=13034 vsize=349316 CPUtime=0.18 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 511 0 0 0 18 0 0 0 20 0 4 0 652085788 357699584 1680 33554432000 4194304 4580107 140733279550912 18446744073709551615 4318824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=349316 CPUtime=0.19 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 525 0 0 0 19 0 0 0 18 0 4 0 652085788 357699584 1680 33554432000 4194304 4580107 140733279550912 18446744073709551615 4293682 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=349316 CPUtime=0.19 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 427 0 0 0 19 0 0 0 18 0 4 0 652085788 357699584 1680 33554432000 4194304 4580107 140733279550912 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 349316

[startup+0.300682 s]
/proc/loadavg: 3.91 4.31 5.62 2/249 13039
/proc/meminfo: memFree=21753028/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=349468 CPUtime=1.17 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 2797 0 0 0 117 0 0 0 18 0 4 0 652085788 357855232 2099 33554432000 4194304 4580107 140733279550912 18446744073709551615 4295946 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 87367 2099 377 95 0 82349 0
[pid=13038/tid=13041] ppid=13034 vsize=349468 CPUtime=0.28 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 608 0 0 0 28 0 0 0 20 0 4 0 652085788 357855232 2099 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=349468 CPUtime=0.29 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 636 0 0 0 29 0 0 0 18 0 4 0 652085788 357855232 2099 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=349468 CPUtime=0.29 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 537 0 0 0 29 0 0 0 18 0 4 0 652085788 357855232 2099 33554432000 4194304 4580107 140733279550912 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 349468

[startup+0.700611 s]
/proc/loadavg: 3.91 4.31 5.62 2/249 13039
/proc/meminfo: memFree=21753028/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=350388 CPUtime=2.76 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 4439 0 0 0 276 0 0 0 18 0 4 0 652085788 358797312 2834 33554432000 4194304 4580107 140733279550912 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 87597 2834 377 95 0 82579 0
[pid=13038/tid=13041] ppid=13034 vsize=350388 CPUtime=0.68 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 1030 0 0 0 68 0 0 0 21 0 4 0 652085788 358797312 2834 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=350388 CPUtime=0.69 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 1054 0 0 0 69 0 0 0 18 0 4 0 652085788 358797312 2834 33554432000 4194304 4580107 140733279550912 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=350388 CPUtime=0.69 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 934 0 0 0 69 0 0 0 18 0 4 0 652085788 358797312 2834 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 350388

[startup+1.50047 s]
/proc/loadavg: 4.48 4.42 5.65 11/257 13047
/proc/meminfo: memFree=21728408/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=351852 CPUtime=5.96 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 8902 0 0 0 595 1 0 0 20 0 4 0 652085788 360296448 4534 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294479 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 87963 4535 379 95 0 82945 0
[pid=13038/tid=13041] ppid=13034 vsize=351852 CPUtime=1.47 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 1846 0 0 0 147 0 0 0 18 0 4 0 652085788 360296448 4535 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=351852 CPUtime=1.49 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 1811 0 0 0 149 0 0 0 20 0 4 0 652085788 360296448 4535 33554432000 4194304 4580107 140733279550912 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=351852 CPUtime=1.49 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 1724 0 0 0 149 0 0 0 19 0 4 0 652085788 360296448 4535 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 351852

[startup+3.10018 s]
/proc/loadavg: 4.48 4.42 5.65 10/257 13047
/proc/meminfo: memFree=21700012/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=356060 CPUtime=12.35 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 18210 0 0 0 1231 4 0 0 25 0 4 0 652085788 364605440 9823 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 91282 9824 379 95 0 86264 0
[pid=13038/tid=13041] ppid=13034 vsize=365128 CPUtime=3.06 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 4014 0 0 0 305 1 0 0 20 0 4 0 652085788 373891072 9825 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=365128 CPUtime=3.08 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 4962 0 0 0 308 0 0 0 25 0 4 0 652085788 373891072 9827 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=365128 CPUtime=3.08 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 4435 0 0 0 308 0 0 0 25 0 4 0 652085788 373891072 9830 33554432000 4194304 4580107 140733279550912 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 356060

[startup+6.3006 s]
/proc/loadavg: 4.48 4.42 5.65 10/257 13047
/proc/meminfo: memFree=21660252/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=352856 CPUtime=25.12 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 29159 0 0 0 2506 6 0 0 25 0 4 0 652085788 361324544 12849 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 88214 12849 379 95 0 83196 0
[pid=13038/tid=13041] ppid=13034 vsize=352856 CPUtime=6.24 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 7388 0 0 0 622 2 0 0 25 0 4 0 652085788 361324544 12849 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=352856 CPUtime=6.28 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 7915 0 0 0 627 1 0 0 25 0 4 0 652085788 361324544 12849 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=352856 CPUtime=6.29 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 6619 0 0 0 628 1 0 0 25 0 4 0 652085788 361324544 12849 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 352856

[startup+12.7004 s]
/proc/loadavg: 5.17 4.57 5.69 10/257 13047
/proc/meminfo: memFree=21610928/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=368032 CPUtime=50.66 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 46959 0 0 0 5055 11 0 0 25 0 4 0 652085788 376864768 20215 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 92008 20215 379 95 0 86990 0
[pid=13038/tid=13041] ppid=13034 vsize=368032 CPUtime=12.58 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 12096 0 0 0 1255 3 0 0 25 0 4 0 652085788 376864768 20215 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=368032 CPUtime=12.68 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 11272 0 0 0 1266 2 0 0 25 0 4 0 652085788 376864768 20215 33554432000 4194304 4580107 140733279550912 18446744073709551615 4321030 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=368032 CPUtime=12.68 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 11586 0 0 0 1266 2 0 0 25 0 4 0 652085788 376864768 20215 33554432000 4194304 4580107 140733279550912 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 368032

[startup+25.5011 s]
/proc/loadavg: 5.60 4.68 5.71 11/257 13048
/proc/meminfo: memFree=21578664/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=376444 CPUtime=101.77 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 71095 0 0 0 10160 17 0 0 25 0 4 0 652085788 385478656 25782 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 94111 25782 379 95 0 89093 0
[pid=13038/tid=13041] ppid=13034 vsize=376444 CPUtime=25.27 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 18631 0 0 0 2523 4 0 0 25 0 4 0 652085788 385478656 25782 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=376444 CPUtime=25.48 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 18242 0 0 0 2544 4 0 0 25 0 4 0 652085788 385478656 25782 33554432000 4194304 4580107 140733279550912 18446744073709551615 4295695 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=376444 CPUtime=25.49 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 16484 0 0 0 2546 3 0 0 25 0 4 0 652085788 385478656 25782 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 376444

[startup+51.1005 s]
/proc/loadavg: 6.69 5.03 5.79 10/257 13048
/proc/meminfo: memFree=21530392/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=375220 CPUtime=203.95 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 109125 0 0 0 20368 27 0 0 25 0 4 0 652085788 384225280 33344 33554432000 4194304 4580107 140733279550912 18446744073709551615 4293710 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 93805 33344 379 95 0 88787 0
[pid=13038/tid=13041] ppid=13034 vsize=375220 CPUtime=50.66 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 29259 0 0 0 5059 7 0 0 25 0 4 0 652085788 384225280 33344 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=375220 CPUtime=51.08 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 27647 0 0 0 5101 7 0 0 25 0 4 0 652085788 384225280 33344 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=375220 CPUtime=51.09 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 25655 0 0 0 5103 6 0 0 25 0 4 0 652085788 384225280 33344 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 375220

[startup+102.301 s]
/proc/loadavg: 7.51 5.51 5.92 10/257 13050
/proc/meminfo: memFree=21487832/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=398192 CPUtime=408.34 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 167654 0 0 0 40789 45 0 0 25 0 4 0 652085788 407748608 40695 33554432000 4194304 4580107 140733279550912 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 99548 40695 379 95 0 94530 0
[pid=13038/tid=13041] ppid=13034 vsize=398192 CPUtime=101.44 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 46008 0 0 0 10132 12 0 0 25 0 4 0 652085788 407748608 40696 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=398192 CPUtime=102.29 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 40540 0 0 0 10218 11 0 0 25 0 4 0 652085788 407748608 40696 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=398192 CPUtime=102.29 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 40988 0 0 0 10219 10 0 0 25 0 4 0 652085788 407748608 40696 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 398192

[startup+162.3 s]

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

[pid=13038] ppid=13034 vsize=582984 CPUtime=2563.87 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 484165 0 0 0 256203 184 0 0 25 0 4 0 652085788 596975616 89253 33554432000 4194304 4580107 140733279550912 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 145746 89253 379 95 0 140728 0
[pid=13038/tid=13041] ppid=13034 vsize=582984 CPUtime=636.95 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 123635 0 0 0 63649 46 0 0 25 0 4 0 652085788 596975616 89253 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=582984 CPUtime=642.29 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 104921 0 0 0 64190 39 0 0 25 0 4 0 652085788 596975616 89253 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=582984 CPUtime=642.29 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 127365 0 0 0 64180 49 0 0 25 0 4 0 652085788 596975616 89253 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2563.87
Current children cumulated vsize (KiB) 582984

[startup+702.3 s]
/proc/loadavg: 8.20 7.80 6.97 10/257 13066
/proc/meminfo: memFree=21161192/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=571256 CPUtime=2803.36 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 507495 0 0 0 280142 194 0 0 25 0 4 0 652085788 584966144 93232 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 142814 93232 379 95 0 137796 0
[pid=13038/tid=13041] ppid=13034 vsize=571256 CPUtime=696.45 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 127963 0 0 0 69596 49 0 0 25 0 4 0 652085788 584966144 93232 33554432000 4194304 4580107 140733279550912 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=571256 CPUtime=702.29 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 107214 0 0 0 70189 40 0 0 25 0 4 0 652085788 584966144 93232 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=571256 CPUtime=702.29 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 136962 0 0 0 70176 53 0 0 25 0 4 0 652085788 584966144 93232 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2803.36
Current children cumulated vsize (KiB) 571256

[startup+762.3 s]
/proc/loadavg: 8.17 7.86 7.04 10/257 13067
/proc/meminfo: memFree=21158204/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=560264 CPUtime=3042.9 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 529822 0 0 0 304084 206 0 0 25 0 4 0 652085788 573710336 92108 33554432000 4194304 4580107 140733279550912 18446744073709551615 4320735 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 140066 92108 379 95 0 135048 0
[pid=13038/tid=13041] ppid=13034 vsize=560264 CPUtime=755.96 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 134034 0 0 0 75544 52 0 0 25 0 4 0 652085788 573710336 92109 33554432000 4194304 4580107 140733279550912 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=560264 CPUtime=762.31 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 110670 0 0 0 76189 42 0 0 25 0 4 0 652085788 573710336 92109 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=560264 CPUtime=762.29 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 144128 0 0 0 76172 57 0 0 25 0 4 0 652085788 573710336 92109 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3042.9
Current children cumulated vsize (KiB) 560264

[startup+822.301 s]
/proc/loadavg: 8.11 7.90 7.10 10/257 13069
/proc/meminfo: memFree=21124092/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=574120 CPUtime=3282.39 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 552261 0 0 0 328021 218 0 0 25 0 4 0 652085788 587898880 96207 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 143530 96207 379 95 0 138512 0
[pid=13038/tid=13041] ppid=13034 vsize=574120 CPUtime=815.46 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 141805 0 0 0 81489 57 0 0 25 0 4 0 652085788 587898880 96207 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=574120 CPUtime=822.3 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 115102 0 0 0 82186 44 0 0 25 0 4 0 652085788 587898880 96207 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=574120 CPUtime=822.29 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 150599 0 0 0 82168 61 0 0 25 0 4 0 652085788 587898880 96207 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3282.39
Current children cumulated vsize (KiB) 574120

[startup+882.31 s]
/proc/loadavg: 8.16 7.95 7.17 10/257 13071
/proc/meminfo: memFree=21144392/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=573536 CPUtime=3521.92 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 577622 0 0 0 351962 230 0 0 25 0 4 0 652085788 587300864 95739 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 143384 95739 379 95 0 138366 0
[pid=13038/tid=13041] ppid=13034 vsize=573536 CPUtime=874.97 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 145837 0 0 0 87438 59 0 0 25 0 4 0 652085788 587300864 95739 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=573536 CPUtime=882.3 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 120193 0 0 0 88184 46 0 0 25 0 4 0 652085788 587300864 95739 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=573536 CPUtime=882.29 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 160520 0 0 0 88165 64 0 0 25 0 4 0 652085788 587300864 95739 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3521.92
Current children cumulated vsize (KiB) 573536

[startup+942.301 s]
/proc/loadavg: 5.99 7.41 7.03 5/248 13089
/proc/meminfo: memFree=21356652/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=574696 CPUtime=3761.43 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 601606 0 0 0 375900 243 0 0 25 0 4 0 652085788 588488704 100514 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 143674 100514 379 95 0 138656 0
[pid=13038/tid=13041] ppid=13034 vsize=574696 CPUtime=934.51 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 152695 0 0 0 93387 64 0 0 25 0 4 0 652085788 588488704 100514 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=574696 CPUtime=942.3 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 124371 0 0 0 94182 48 0 0 25 0 4 0 652085788 588488704 100514 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=574696 CPUtime=942.28 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 167151 0 0 0 94160 68 0 0 25 0 4 0 652085788 588488704 100514 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3761.43
Current children cumulated vsize (KiB) 574696

[startup+1002.3 s]
/proc/loadavg: 4.81 6.81 6.85 5/248 13091
/proc/meminfo: memFree=21366180/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=575020 CPUtime=4000.99 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 624688 0 0 0 399841 258 0 0 25 0 4 0 652085788 588820480 97804 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 143755 97804 379 95 0 138737 0
[pid=13038/tid=13041] ppid=13034 vsize=575020 CPUtime=994.05 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 159551 0 0 0 99337 68 0 0 25 0 4 0 652085788 588820480 97804 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=575020 CPUtime=1002.3 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 127662 0 0 0 100180 50 0 0 25 0 4 0 652085788 588820480 97804 33554432000 4194304 4580107 140733279550912 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=575020 CPUtime=1002.28 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 173873 0 0 0 100156 72 0 0 25 0 4 0 652085788 588820480 97804 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4000.99
Current children cumulated vsize (KiB) 575020

[startup+1062.3 s]
/proc/loadavg: 4.39 6.33 6.68 5/248 13092
/proc/meminfo: memFree=21336272/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=641756 CPUtime=4240.54 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 648405 0 0 0 423782 272 0 0 25 0 4 0 652085788 657158144 105638 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 160439 105638 379 95 0 155421 0
[pid=13038/tid=13041] ppid=13034 vsize=641756 CPUtime=1053.61 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 165756 0 0 0 105289 72 0 0 25 0 4 0 652085788 657158144 105638 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=641756 CPUtime=1062.3 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 130472 0 0 0 106178 52 0 0 25 0 4 0 652085788 657158144 105638 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=641756 CPUtime=1062.28 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 183419 0 0 0 106152 76 0 0 25 0 4 0 652085788 657158144 105638 33554432000 4194304 4580107 140733279550912 18446744073709551615 4295831 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4240.54
Current children cumulated vsize (KiB) 641756

[startup+1122.3 s]
/proc/loadavg: 4.24 5.93 6.52 5/248 13094
/proc/meminfo: memFree=21323948/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=642028 CPUtime=4480.1 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 674454 0 0 0 447725 285 0 0 25 0 4 0 652085788 657436672 108641 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 160507 108641 379 95 0 155489 0
[pid=13038/tid=13041] ppid=13034 vsize=642028 CPUtime=1113.16 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 171913 0 0 0 111241 75 0 0 25 0 4 0 652085788 657436672 108641 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=642028 CPUtime=1122.31 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 137441 0 0 0 112176 55 0 0 25 0 4 0 652085788 657436672 108641 33554432000 4194304 4580107 140733279550912 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=642028 CPUtime=1122.29 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 188763 0 0 0 112150 79 0 0 25 0 4 0 652085788 657436672 108641 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4480.1
Current children cumulated vsize (KiB) 642028

[startup+1182.3 s]
/proc/loadavg: 4.20 5.61 6.37 5/248 13096
/proc/meminfo: memFree=21326148/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=698408 CPUtime=4719.66 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 694878 0 0 0 471668 298 0 0 25 0 4 0 652085788 715169792 108193 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 174602 108193 379 95 0 169584 0
[pid=13038/tid=13041] ppid=13034 vsize=698408 CPUtime=1172.72 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 177076 0 0 0 117192 80 0 0 25 0 4 0 652085788 715169792 108193 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=698408 CPUtime=1182.31 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 139616 0 0 0 118175 56 0 0 25 0 4 0 652085788 715169792 108193 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=698408 CPUtime=1182.29 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 195081 0 0 0 118146 83 0 0 25 0 4 0 652085788 715169792 108193 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4719.66
Current children cumulated vsize (KiB) 698408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 4.14 5.50 6.32 5/248 13096
/proc/meminfo: memFree=21316840/32951124 swapFree=67056788/67111528
[pid=13038] ppid=13034 vsize=747836 CPUtime=4800.33 cores=1,3,5,7
/proc/13038/stat : 13038 (strangenight2-m) R 13034 13038 12464 0 -1 4202496 700603 0 0 0 479731 302 0 0 25 0 4 0 652085788 765784064 110276 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 186959 110276 379 95 0 181941 0
[pid=13038/tid=13041] ppid=13034 vsize=747836 CPUtime=1192.77 cores=1,3,5,7
/proc/13038/task/13041/stat : 13041 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 179591 0 0 0 119196 81 0 0 25 0 4 0 652085788 765784064 110276 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13038/tid=13042] ppid=13034 vsize=747836 CPUtime=1202.52 cores=1,3,5,7
/proc/13038/task/13042/stat : 13042 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 140338 0 0 0 120195 57 0 0 25 0 4 0 652085788 765784064 110276 33554432000 4194304 4580107 140733279550912 18446744073709551615 4339860 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13038/tid=13044] ppid=13034 vsize=747836 CPUtime=1202.5 cores=1,3,5,7
/proc/13038/task/13044/stat : 13044 (strangenight2-m) R 13034 13038 12464 0 -1 4202560 196255 0 0 0 120166 84 0 0 25 0 4 0 652085788 765784064 110276 33554432000 4194304 4580107 140733279550912 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 747836

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.54
CPU time (s): 4800.39
CPU user time (s): 4797.34
CPU system time (s): 3.04254
CPU usage (%): 399.189
Max. virtual memory (cumulated for all children) (KiB): 751220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.34
system time used= 3.04254
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 700605
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= 549
involuntary context switches= 47690

runsolver used 2.67559 second user time and 6.96994 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-14 22:27:59
IDJOB=3366471
IDBENCH=82880
IDSOLVER=1844
FILE ID=node133/3366471-1305404879
RUNJOBID= node133-1305404879-13021
PBS_JOBID= 13324488
Free space on /tmp= 73652 MiB

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

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

MD5SUM BENCH= 06e5d4421198459b1bb719e60182593d
RANDOM SEED=1050254640

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      21753340 kB
Buffers:        274080 kB
Cached:        3218900 kB
SwapCached:       8724 kB
Active:        8498896 kB
Inactive:      2418728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21753340 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           10968 kB
Writeback:           0 kB
AnonPages:     7421764 kB
Mapped:          20556 kB
Slab:           194892 kB
PageTables:      23164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19196732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73648 MiB
End job on node133 at 2011-05-14 22:48:04