Trace number 3174164

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.38 1201.74

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1499315720-089.SATISFIABLE.cnf
MD5SUM2a32c611c54ab908b08295ea33000743
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24681
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
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-3174164-1304107003.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:        3195
0.00/0.00	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.00	c -- vars added        150
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       150      3195         0         0     15975         0   no data   no data
0.06/0.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.01
0.06/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.06/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.06/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.06/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.06/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.06/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.06/0.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.06/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.06/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.06/0.05	c calculated reachability. Time: 0.00
0.06/0.05	c Calc default polars -  time:   0.00 s pos:      80 undec:       2 neg:      68
0.06/0.05	c =========================================================================================
0.06/0.05	c types(t): F = full restart, N = normal restart
0.06/0.05	c types(t): S = simplification begin/end, E = solution found
0.06/0.05	c restart types(rt): st = static, dy = dynamic
0.06/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.06/0.05	c  B st     0         0       150      3195         0         0     15975         0   no data   no data
0.41/0.15	c Decided on static restart strategy
0.41/0.15	c  N st     8      4917       150      3195         0      4714     15975    146494   no data   no data
1.17/0.37	c  N st    10     11303       150      3195         0      4355     15975    101397   no data   no data
1.97/0.58	c  N st    11     17047       150      3195         0      9809     15975    261459   no data   no data
3.58/0.95	c  F st    12     25000       150      3195         0     12048     15975    331455   no data   no data
3.58/0.95	c  N st    12     25000       150      3195         0     12048     15975    331455   no data   no data
4.39/1.18	c Decided on static restart strategy
4.39/1.18	c  N st    18     30000       150      3195         0     10316     15975    259705   no data   no data
4.39/1.18	c  S st    18     30000       150      3195         0     10316     15975    259705   no data   no data
4.76/1.21	c  S st    18     30503       150      3195         0     10814     15975    274448   no data   no data
4.76/1.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.76/1.22	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
4.76/1.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.76/1.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.42	c lits-rem:       237  cl-subs:     1202  v-elim:      0  v-fix:    0  time:  0.19 s
5.56/1.46	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
5.56/1.46	c calculated reachability. Time: 0.00
5.56/1.46	c  N st    18     30503       150      3195         0      9612     15975    235237   no data   no data
6.77/1.79	c  N st    20     37616       150      3195         0      8867     15975    196444   no data   no data
8.37/2.12	c  N st    21     44015       150      3195         0     14929     15975    383414   no data   no data
8.79/2.23	c  S st    22     45754       150      3195         0     16588     15975    429153   no data   no data
8.79/2.28	c  S st    22     46258       150      3195         0      8568     15975    168946   no data   no data
8.79/2.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.79/2.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.79/2.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
8.79/2.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.79/2.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.31	c lits-rem:        25  cl-subs:      179  v-elim:      0  v-fix:    0  time:  0.02 s
9.16/2.31	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
9.16/2.31	c vivif2 --  cl tried     8389 cl shrink        0 lits rem          0 time: 0.00
9.16/2.35	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
9.16/2.35	c calculated reachability. Time: 0.00
9.16/2.35	c  N st    22     46258       150      3195         0      8389     15975    163365   no data   no data
12.35/3.14	c  N st    23     60658       150      3195         0     12551     15975    269569   no data   no data
14.75/3.71	c  N st    24     69388       150      3195         0     10437     15975    192857   no data   no data
14.75/3.71	c  S st    24     69388       150      3195         0     10437     15975    192857   no data   no data
14.75/3.74	c  S st    24     69891       150      3195         0     10929     15975    207327   no data   no data
14.75/3.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.75/3.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.75/3.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.75/3.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.75/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.75/3.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.75/3.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.75/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.79	c lits-rem:        48  cl-subs:      244  v-elim:      0  v-fix:    0  time:  0.04 s
14.75/3.79	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
15.15/3.80	c vivif2 --  cl tried    10685 cl shrink        0 lits rem          0 time: 0.00
15.15/3.84	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
15.15/3.84	c calculated reachability. Time: 0.00
15.15/3.84	c  N st    24     69891       150      3195         0     10685     15975    199719   no data   no data
19.55/4.97	c  F st    25     87500       150      3195         0     15994     15975    351479   no data   no data
19.55/4.97	c  N st    25     87500       150      3195         0     15994     15975    351479   no data   no data
21.15/5.30	c Decided on static restart strategy
21.97/5.55	c  N st    32     95547       150      3195         0     23664     15975    584105   no data   no data
24.74/6.21	c  N st    34    104837       150      3195         0     20166     15975    470927   no data   no data
24.74/6.21	c  S st    34    104837       150      3195         0     20166     15975    470927   no data   no data
24.74/6.25	c  S st    34    105339       150      3195         0     20655     15975    485729   no data   no data
24.74/6.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.74/6.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
24.74/6.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.74/6.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.74/6.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.74/6.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
24.74/6.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.74/6.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.74/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.73/6.73	c lits-rem:       428  cl-subs:     1399  v-elim:      0  v-fix:    0  time:  0.45 s
26.73/6.73	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
26.73/6.73	c vivif2 --  cl tried    19256 cl shrink        0 lits rem          0 time: 0.00
27.13/6.81	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.08
27.13/6.81	c calculated reachability. Time: 0.00
27.13/6.81	c  N st    34    105339       150      3195         0     19256     15975    438706   no data   no data
29.93/7.50	c  N st    35    114937       150      3195         0     15094     15975    296836   no data   no data
34.33/8.66	c  N st    36    129334       150      3195         0     14553     15975    255707   no data   no data
41.12/10.30	c  N st    37    150930       150      3195         0     19893     15975    397371   no data   no data
43.12/10.81	c  S st    38    158008       150      3195         0     26607     15975    600670   no data   no data
43.12/10.88	c  S st    38    158517       150      3195         0     27109     15975    616057   no data   no data
43.12/10.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.12/10.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
43.12/10.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.12/10.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.12/10.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.12/10.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
43.12/10.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.12/10.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.53/10.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.71/11.74	c lits-rem:       460  cl-subs:     1878  v-elim:      0  v-fix:    0  time:  0.83 s
46.71/11.74	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
46.71/11.74	c vivif2 --  cl tried    25231 cl shrink        0 lits rem          0 time: 0.01
47.11/11.84	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.10
47.11/11.84	c calculated reachability. Time: 0.00
47.11/11.84	c  N st    38    158517       150      3195         0     25231     15975    555124   no data   no data
65.09/16.37	c  N st    39    207105       150      3195         0     20010     15975    353465   no data   no data
77.46/19.46	c  N st    40    237777       150      3195         0     30234     15975    664825   no data   no data
77.46/19.46	c  S st    40    237777       150      3195         0     30234     15975    664825   no data   no data
77.87/19.55	c  S st    40    238282       150      3195         0     30728     15975    679287   no data   no data
77.87/19.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.87/19.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
77.87/19.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.87/19.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.87/19.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.87/19.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
77.87/19.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.87/19.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
78.27/19.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.07/20.87	c lits-rem:       801  cl-subs:     2044  v-elim:      0  v-fix:    0  time:  1.27 s
83.07/20.87	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
83.07/20.88	c vivif2 --  cl tried    28684 cl shrink        0 lits rem          0 time: 0.01
83.86/21.00	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.13
83.86/21.01	c calculated reachability. Time: 0.00
83.86/21.01	c  N st    40    238282       150      3195         0     28684     15975    612416   no data   no data
111.43/27.97	c  F st    41    306251       150      3195         0     30587     15975    611855   no data   no data
111.43/27.97	c  N st    41    306251       150      3195         0     30587     15975    611855   no data   no data
113.42/28.48	c Decided on static restart strategy
123.81/31.08	c  N st    51    334552       150      3195         0     34777     15975    717350   no data   no data
133.39/33.49	c  N st    53    357424       150      3195         0     32754     15975    629751   no data   no data
133.39/33.49	c  S st    53    357424       150      3195         0     32754     15975    629751   no data   no data
133.80/33.57	c  S st    53    357927       150      3195         0     33244     15975    644396   no data   no data
133.80/33.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
133.80/33.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
133.80/33.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
133.80/33.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
133.80/33.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.80/33.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
133.80/33.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
133.80/33.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
134.20/33.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.59/34.25	c lits-rem:       417  cl-subs:     1238  v-elim:      0  v-fix:    0  time:  0.65 s
136.59/34.25	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
136.59/34.26	c vivif2 --  cl tried    32006 cl shrink        0 lits rem          0 time: 0.01
137.39/34.40	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.14
137.39/34.40	c calculated reachability. Time: 0.00
137.39/34.40	c  N st    53    357927       150      3195         0     32006     15975    603284   no data   no data
150.97/37.81	c  N st    54    390320       150      3195         0     38057     15975    787991   no data   no data
178.94/44.87	c  N st    55    438910       150      3195         0     31940     15975    558091   no data   no data
215.68/54.05	c  N st    56    511792       150      3195         0     44889     15975    906691   no data   no data
229.26/57.46	c  N st    57    536891       150      3195         0     39443     15975    728087   no data   no data
229.26/57.46	c  S st    57    536891       150      3195         0     39443     15975    728087   no data   no data
229.66/57.57	c  S st    57    537394       150      3195         0     39932     15975    742904   no data   no data
229.66/57.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
229.66/57.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
229.66/57.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
229.66/57.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
229.66/57.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.66/57.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
229.66/57.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
230.06/57.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
230.06/57.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.46/58.75	c lits-rem:       517  cl-subs:     1856  v-elim:      0  v-fix:    0  time:  1.14 s
234.46/58.75	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
234.46/58.76	c vivif2 --  cl tried    38076 cl shrink        0 lits rem          0 time: 0.01
235.25/58.93	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.17
235.25/58.93	c calculated reachability. Time: 0.00
235.25/58.93	c  N st    57    537394       150      3195         0     38076     15975    682449   no data   no data
333.94/83.63	c  N st    58    701378       150      3195         0     66314     15975   1483035   no data   no data
401.83/100.70	c  N st    59    806093       150      3195         0     60524     15975   1275178   no data   no data
402.23/100.70	c  S st    59    806093       150      3195         0     60524     15975   1275178   no data   no data
402.63/100.87	c  S st    59    806596       150      3195         0     61019     15975   1289831   no data   no data
402.63/100.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
403.03/100.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
403.03/100.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
403.03/100.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
403.03/100.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
403.03/100.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
403.03/100.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
403.03/100.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
403.03/100.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.39/108.00	c lits-rem:      1618  cl-subs:     4536  v-elim:      0  v-fix:    0  time:  7.04 s
431.39/108.00	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
431.39/108.01	c vivif2 --  cl tried    56483 cl shrink        0 lits rem          0 time: 0.01
432.59/108.30	c asymm  cl-useful: 0/2910/3195 lits-rem:0 time: 0.28
432.59/108.30	c calculated reachability. Time: 0.00
432.59/108.30	c  N st    59    806596       150      3195         0     56483     15975   1143129   no data   no data
617.14/154.58	c  F st    60   1071877       150      3195         0     71951     15975   1504552   no data   no data
617.14/154.58	c  N st    60   1071877       150      3195         0     71951     15975   1504552   no data   no data
621.53/155.66	c Decided on static restart strategy
638.71/159.97	c  N st    70   1100183       150      3195         0     56403     15975   1006567   no data   no data
671.88/168.24	c  N st    72   1136176       150      3195         0     46936     15975    682690   no data   no data
705.03/176.50	c  N st    73   1168573       150      3195         0     77409     15975   1609496   no data   no data
739.78/185.21	c  N st    74   1209894       150      3195         0     72192     15975   1440446   no data   no data
739.78/185.21	c  S st    74   1209894       150      3195         0     72192     15975   1440446   no data   no data
740.58/185.42	c  S st    74   1210397       150      3195         0     72686     15975   1455460   no data   no data
740.58/185.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
740.58/185.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
740.58/185.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
740.58/185.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
740.58/185.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
740.58/185.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
740.58/185.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
740.58/185.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
740.97/185.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
791.70/198.23	c lits-rem:      1602  cl-subs:     4868  v-elim:      0  v-fix:    0  time: 12.71 s
791.70/198.23	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
791.70/198.25	c vivif2 --  cl tried    67818 cl shrink        0 lits rem          0 time: 0.02
793.70/198.72	c asymm  cl-useful: 0/2483/3195 lits-rem:0 time: 0.47
793.70/198.72	c calculated reachability. Time: 0.00
793.70/198.72	c  N st    74   1210397       150      3195         0     67818     15975   1303568   no data   no data
859.21/215.19	c  N st    75   1283279       150      3195         0     91660     15975   2079883   no data   no data
962.29/240.93	c  N st    76   1392603       150      3195         0     53191     15975    787470   no data   no data
1090.08/272.91	c  N st    77   1556589       150      3195         0     57750     15975    873665   no data   no data
1210.32/303.03	c  N st    78   1710398       150      3195         0     97976     15975   2079302   no data   no data
1210.32/303.03	c  S st    78   1710398       150      3195         0     97976     15975   2079302   no data   no data
1211.52/303.34	c  S st    78   1710904       150      3195         0     98472     15975   2094280   no data   no data
1211.52/303.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1211.92/303.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1211.92/303.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1211.92/303.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1211.92/303.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1211.92/303.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1211.92/303.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1211.92/303.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1211.92/303.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1306.19/327.04	c lits-rem:      3896  cl-subs:     9483  v-elim:      0  v-fix:    0  time: 23.54 s
1306.19/327.04	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1306.19/327.06	c vivif2 --  cl tried    88989 cl shrink        0 lits rem          0 time: 0.02
1306.99/327.22	c asymm  cl-useful: 0/712/3195 lits-rem:0 time: 0.16
1306.99/327.22	c calculated reachability. Time: 0.00
1306.99/327.22	c  N st    78   1710904       150      3195         0     88989     15975   1807403   no data   no data
1648.13/412.66	c  N st    79   2079869       150      3195         0    100738     15975   2081922   no data   no data
1777.16/444.94	c  N st    80   2210904       150      3195         0    104700     15975   2136880   no data   no data
1777.16/444.94	c  S st    80   2210904       150      3195         0    104700     15975   2136880   no data   no data
1778.36/445.28	c  S st    80   2211406       150      3195         0    105197     15975   2152401   no data   no data
1778.36/445.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1778.76/445.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1778.76/445.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1778.76/445.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1778.76/445.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1778.76/445.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1778.76/445.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1778.76/445.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1779.17/445.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1876.25/469.78	c lits-rem:      2117  cl-subs:     9172  v-elim:      0  v-fix:    0  time: 24.35 s
1876.25/469.78	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1876.62/469.81	c vivif2 --  cl tried    96025 cl shrink        0 lits rem          0 time: 0.03
1877.82/470.17	c asymm  cl-useful: 0/1845/3195 lits-rem:0 time: 0.36
1877.82/470.17	c calculated reachability. Time: 0.00
1877.82/470.17	c  N st    80   2211406       150      3195         0     96025     15975   1870499   no data   no data
2401.52/601.22	c  N st    81   2711407       150      3195         0    118194     15975   2417777   no data   no data
2401.52/601.22	c  S st    81   2711407       150      3195         0    118194     15975   2417777   no data   no data
2403.55/601.72	c  S st    81   2711910       150      3195         0    118688     15975   2432891   no data   no data
2403.55/601.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2403.92/601.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
2403.92/601.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2403.92/601.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2403.92/601.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2403.92/601.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2403.92/601.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2403.92/601.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2404.32/601.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2555.31/639.79	c lits-rem:      2493  cl-subs:    12856  v-elim:      0  v-fix:    0  time: 37.88 s
2555.31/639.79	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2555.71/639.83	c vivif2 --  cl tried   105832 cl shrink        0 lits rem          0 time: 0.03
2557.34/640.21	c asymm  cl-useful: 0/1350/3195 lits-rem:0 time: 0.39
2557.34/640.22	c calculated reachability. Time: 0.00
2557.34/640.22	c  N st    81   2711910       150      3195         0    105832     15975   2067109   no data   no data
3136.14/785.17	c  N st    82   3211910       150      3195         0     83533     15975   1225842   no data   no data
3136.14/785.17	c  S st    82   3211910       150      3195         0     83533     15975   1225842   no data   no data
3137.74/785.59	c  S st    82   3212415       150      3195         0     84027     15975   1241201   no data   no data
3138.14/785.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3138.14/785.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
3138.14/785.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3138.14/785.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3138.14/785.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3138.14/785.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3138.14/785.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3138.54/785.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3138.54/785.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3159.33/790.99	c lits-rem:       338  cl-subs:     2142  v-elim:      0  v-fix:    0  time:  5.24 s
3159.33/790.99	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3159.70/791.01	c vivif2 --  cl tried    81885 cl shrink        0 lits rem          0 time: 0.02
3162.10/791.61	c asymm  cl-useful: 0/2094/3195 lits-rem:0 time: 0.59
3162.10/791.61	c calculated reachability. Time: 0.00
3162.10/791.61	c  N st    82   3212415       150      3195         0     81885     15975   1184561   no data   no data
3811.63/954.21	c  N st    83   3712415       150      3195         0     92367     15975   1395399   no data   no data
3811.63/954.21	c  S st    83   3712415       150      3195         0     92367     15975   1395399   no data   no data
3812.83/954.51	c  S st    83   3712922       150      3195         0     92862     15975   1410784   no data   no data
3812.83/954.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3812.83/954.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3812.83/954.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3812.83/954.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3812.83/954.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3812.83/954.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3812.83/954.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3812.83/954.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3813.23/954.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3827.23/958.13	c lits-rem:       754  cl-subs:     2979  v-elim:      0  v-fix:    0  time:  3.50 s
3827.23/958.13	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3827.23/958.15	c vivif2 --  cl tried    89883 cl shrink        0 lits rem          0 time: 0.02
3828.00/958.39	c asymm  cl-useful: 0/1101/3195 lits-rem:0 time: 0.24
3828.00/958.40	c calculated reachability. Time: 0.00
3828.00/958.40	c  N st    83   3712922       150      3195         0     89883     15975   1322049   no data   no data
3878.34/970.95	c  F st    84   3751563       150      3195         0    126452     15975   2435146   no data   no data
3878.34/970.95	c  N st    84   3751563       150      3195         0    126452     15975   2435146   no data   no data
3885.93/972.87	c Decided on static restart strategy
3943.85/987.35	c  N st    94   3779874       150      3195         0    153327     15975   3266035   no data   no data
4012.96/1004.65	c  N st    96   3815873       150      3195         0    107307     15975   1832599   no data   no data
4074.87/1020.13	c  N st    97   3848265       150      3195         0    138097     15975   2796703   no data   no data
4151.17/1039.28	c  N st    98   3896853       150      3195         0    102895     15975   1675607   no data   no data
4249.84/1063.90	c  N st    99   3969735       150      3195         0     89460     15975   1237296   no data   no data
4400.04/1101.55	c  N st   100   4079059       150      3195         0    109609     15975   1836382   no data   no data
4588.58/1148.77	c  N st   101   4212924       150      3195         0    152177     15975   3199049   no data   no data
4588.58/1148.77	c  S st   101   4212924       150      3195         0    152177     15975   3199049   no data   no data
4590.58/1149.27	c  S st   101   4213428       150      3195         0    152672     15975   3214587   no data   no data
4590.58/1149.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4590.98/1149.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4590.98/1149.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4590.98/1149.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4590.98/1149.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4590.98/1149.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4590.98/1149.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4591.39/1149.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4591.80/1149.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4794.71/1200.37	c lits-rem:      2760  cl-subs:    12602  v-elim:      0  v-fix:    0  time: 50.87 s
4794.71/1200.37	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4795.11/1200.42	c vivif2 --  cl tried   140070 cl shrink        0 lits rem          0 time: 0.04
4796.71/1200.88	c asymm  cl-useful: 0/1253/3195 lits-rem:0 time: 0.46
4796.71/1200.88	c calculated reachability. Time: 0.00
4796.71/1200.88	c  N st   101   4213428       150      3195         0    140070     15975   2819073   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-3174164-1304107003/watcher-3174164-1304107003 -o /tmp/evaluation-result-3174164-1304107003/solver-3174164-1304107003 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174164-1304107003.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: 8.10 8.02 7.57 6/180 2193
/proc/meminfo: memFree=21756348/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=40968 CPUtime=0 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 3 0 522299051 41951232 347 33554432000 4194304 4627427 140735007469744 18446744073709551615 268272745457 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2193/statm: 10242 347 299 106 0 5213 0
[pid=2193/tid=2194] ppid=2191 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 21 0 0 0 0 0 0 0 25 0 4 0 522299052 187658240 428 33554432000 4194304 4627427 140735007469744 18446744073709551615 268272688955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 30 0 0 0 0 0 0 0 25 0 4 0 522299052 187658240 461 33554432000 4194304 4627427 140735007469744 18446744073709551615 4528026 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 44 0 0 0 0 0 0 0 25 0 4 0 522299052 187658240 471 33554432000 4194304 4627427 140735007469744 18446744073709551615 268272349893 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0208841 s]
/proc/loadavg: 8.10 8.02 7.57 6/180 2193
/proc/meminfo: memFree=21756348/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=281728 CPUtime=0.06 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 1017 0 0 0 6 0 0 0 25 0 4 0 522299051 288489472 929 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 70432 929 369 106 0 65403 0
[pid=2193/tid=2194] ppid=2191 vsize=281728 CPUtime=0.01 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 130 0 0 0 1 0 0 0 25 0 4 0 522299052 288489472 929 33554432000 4194304 4627427 140735007469744 18446744073709551615 268272350241 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=281728 CPUtime=0.01 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) D 2191 2193 1515 0 -1 4202560 177 0 0 0 1 0 0 0 25 0 4 0 522299052 288489472 929 33554432000 4194304 4627427 140735007469744 18446744073709551615 268272732343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=281728 CPUtime=0.01 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 164 0 0 0 1 0 0 0 25 0 4 0 522299052 288489472 929 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 281728

[startup+0.108888 s]
/proc/loadavg: 8.10 8.02 7.57 6/180 2193
/proc/meminfo: memFree=21756348/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=282320 CPUtime=0.41 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 2070 0 0 0 41 0 0 0 25 0 4 0 522299051 289095680 1890 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 70580 1890 383 106 0 65551 0
[pid=2193/tid=2194] ppid=2191 vsize=282320 CPUtime=0.1 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 444 0 0 0 10 0 0 0 25 0 4 0 522299052 289095680 1890 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=282320 CPUtime=0.1 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 441 0 0 0 10 0 0 0 25 0 4 0 522299052 289095680 1890 33554432000 4194304 4627427 140735007469744 18446744073709551615 4328679 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=282320 CPUtime=0.1 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 328 0 0 0 10 0 0 0 25 0 4 0 522299052 289095680 1890 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282320

[startup+0.300854 s]
/proc/loadavg: 8.10 8.02 7.57 6/180 2193
/proc/meminfo: memFree=21756348/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=284128 CPUtime=1.17 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 3372 0 0 0 117 0 0 0 25 0 4 0 522299051 290947072 2470 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 71032 2470 384 106 0 66003 0
[pid=2193/tid=2194] ppid=2191 vsize=284128 CPUtime=0.29 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 769 0 0 0 29 0 0 0 25 0 4 0 522299052 290947072 2470 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=284128 CPUtime=0.29 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 775 0 0 0 29 0 0 0 25 0 4 0 522299052 290947072 2470 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=284128 CPUtime=0.29 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 648 0 0 0 29 0 0 0 25 0 4 0 522299052 290947072 2470 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309392 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) 284128

[startup+0.700785 s]
/proc/loadavg: 8.10 8.02 7.57 6/180 2193
/proc/meminfo: memFree=21756348/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=286000 CPUtime=2.78 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 6032 0 0 0 277 1 0 0 25 0 4 0 522299051 292864000 2692 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 71500 2692 384 106 0 66471 0
[pid=2193/tid=2194] ppid=2191 vsize=286000 CPUtime=0.69 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 1412 0 0 0 69 0 0 0 25 0 4 0 522299052 292864000 2692 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=286000 CPUtime=0.69 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 1442 0 0 0 69 0 0 0 25 0 4 0 522299052 292864000 2692 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=286000 CPUtime=0.69 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 1323 0 0 0 69 0 0 0 25 0 4 0 522299052 292864000 2692 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286000

[startup+1.50064 s]
/proc/loadavg: 8.10 8.02 7.57 9/184 2197
/proc/meminfo: memFree=21742024/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=293844 CPUtime=5.96 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 11401 0 0 0 595 1 0 0 25 0 4 0 522299051 300896256 5025 33554432000 4194304 4627427 140735007469744 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 73461 5025 388 106 0 68432 0
[pid=2193/tid=2194] ppid=2191 vsize=293844 CPUtime=1.48 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 2423 0 0 0 148 0 0 0 25 0 4 0 522299052 300896256 5025 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=293844 CPUtime=1.48 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 2481 0 0 0 148 0 0 0 25 0 4 0 522299052 300896256 5025 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=293844 CPUtime=1.49 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 2367 0 0 0 149 0 0 0 25 0 4 0 522299052 300896256 5025 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309109 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) 293844

[startup+3.10036 s]
/proc/loadavg: 8.10 8.02 7.57 9/184 2197
/proc/meminfo: memFree=21717348/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=294348 CPUtime=12.35 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 22363 0 0 0 1232 3 0 0 25 0 4 0 522299051 301412352 10860 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 73587 10860 388 106 0 68558 0
[pid=2193/tid=2194] ppid=2191 vsize=294348 CPUtime=3.07 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 5153 0 0 0 307 0 0 0 25 0 4 0 522299052 301412352 10860 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=294348 CPUtime=3.08 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 5812 0 0 0 308 0 0 0 25 0 4 0 522299052 301412352 10860 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=294348 CPUtime=3.08 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 5728 0 0 0 308 0 0 0 25 0 4 0 522299052 301412352 10860 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309270 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) 294348

[startup+6.30079 s]
/proc/loadavg: 8.09 8.02 7.58 9/184 2197
/proc/meminfo: memFree=21690304/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=302356 CPUtime=25.14 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 36326 0 0 0 2508 6 0 0 25 0 4 0 522299051 309612544 16510 33554432000 4194304 4627427 140735007469744 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 75589 16510 388 106 0 70560 0
[pid=2193/tid=2194] ppid=2191 vsize=302356 CPUtime=6.26 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 9066 0 0 0 624 2 0 0 25 0 4 0 522299052 309612544 16510 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=302356 CPUtime=6.29 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 9444 0 0 0 628 1 0 0 25 0 4 0 522299052 309612544 16510 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=302356 CPUtime=6.29 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 8217 0 0 0 628 1 0 0 25 0 4 0 522299052 309612544 16510 33554432000 4194304 4627427 140735007469744 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 302356

[startup+12.7007 s]
/proc/loadavg: 8.08 8.02 7.58 9/184 2197
/proc/meminfo: memFree=21668504/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=309756 CPUtime=50.7 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 55992 0 0 0 5060 10 0 0 25 0 4 0 522299051 317190144 21303 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 77439 21303 388 106 0 72410 0
[pid=2193/tid=2194] ppid=2191 vsize=309756 CPUtime=12.62 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 14244 0 0 0 1259 3 0 0 25 0 4 0 522299052 317190144 21303 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=309756 CPUtime=12.69 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 13565 0 0 0 1267 2 0 0 25 0 4 0 522299052 317190144 21303 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=309756 CPUtime=12.68 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 13954 0 0 0 1266 2 0 0 25 0 4 0 522299052 317190144 21303 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 309756

[startup+25.5004 s]
/proc/loadavg: 8.06 8.02 7.58 9/184 2228
/proc/meminfo: memFree=21972036/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=315588 CPUtime=101.84 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 85289 0 0 0 10166 18 0 0 25 0 4 0 522299051 323162112 28707 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 78897 28707 388 106 0 73868 0
[pid=2193/tid=2194] ppid=2191 vsize=315588 CPUtime=25.35 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 21406 0 0 0 2531 4 0 0 25 0 4 0 522299052 323162112 28707 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=315588 CPUtime=25.48 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 22010 0 0 0 2544 4 0 0 25 0 4 0 522299052 323162112 28707 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=315588 CPUtime=25.49 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 21155 0 0 0 2545 4 0 0 25 0 4 0 522299052 323162112 28707 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 315588

[startup+51.1008 s]
/proc/loadavg: 8.04 8.02 7.59 9/184 2229
/proc/meminfo: memFree=21847528/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=395100 CPUtime=204.1 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 125023 0 0 0 20380 30 0 0 25 0 4 0 522299051 404582400 40721 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 98775 40721 388 106 0 93746 0
[pid=2193/tid=2194] ppid=2191 vsize=395100 CPUtime=50.81 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 32795 0 0 0 5074 7 0 0 25 0 4 0 522299052 404582400 40722 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=395100 CPUtime=51.08 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 34023 0 0 0 5101 7 0 0 25 0 4 0 522299052 404582400 40722 33554432000 4194304 4627427 140735007469744 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=395100 CPUtime=51.08 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 30882 0 0 0 5101 7 0 0 25 0 4 0 522299052 404582400 40722 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 395100

[startup+102.307 s]
/proc/loadavg: 8.06 8.03 7.62 9/184 2230
/proc/meminfo: memFree=21737028/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=408164 CPUtime=408.65 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 183554 0 0 0 40819 46 0 0 25 0 4 0 522299051 417959936 53280 33554432000 4194304 4627427 140735007469744 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 102041 53280 388 106 0 97012 0
[pid=2193/tid=2194] ppid=2191 vsize=408164 CPUtime=101.74 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 44740 0 0 0 10164 10 0 0 25 0 4 0 522299052 417959936 53280 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=408164 CPUtime=102.29 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 50245 0 0 0 10218 11 0 0 25 0 4 0 522299052 417959936 53280 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=408164 CPUtime=102.29 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 50107 0 0 0 10216 13 0 0 25 0 4 0 522299052 417959936 53280 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 408164

[startup+162.301 s]

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

[pid=2193] ppid=2191 vsize=595528 CPUtime=2805.38 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 543067 0 0 0 280332 206 0 0 25 0 4 0 522299051 609820672 100976 33554432000 4194304 4627427 140735007469744 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 148882 100976 388 106 0 143853 0
[pid=2193/tid=2194] ppid=2191 vsize=595528 CPUtime=698.47 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 124640 0 0 0 69801 46 0 0 25 0 4 0 522299052 609820672 100976 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=595528 CPUtime=702.3 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 165299 0 0 0 70173 57 0 0 25 0 4 0 522299052 609820672 100976 33554432000 4194304 4627427 140735007469744 18446744073709551615 4308248 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=595528 CPUtime=702.3 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 160629 0 0 0 70163 67 0 0 25 0 4 0 522299052 609820672 100976 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 595528

[startup+762.307 s]
/proc/loadavg: 8.13 8.12 7.86 9/184 2269
/proc/meminfo: memFree=21212124/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=677828 CPUtime=3045.08 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 584597 0 0 0 304284 224 0 0 25 0 4 0 522299051 694095872 117038 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 169457 117038 388 106 0 164428 0
[pid=2193/tid=2194] ppid=2191 vsize=677828 CPUtime=758.15 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 133747 0 0 0 75765 50 0 0 25 0 4 0 522299052 694095872 117038 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=677828 CPUtime=762.3 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 173873 0 0 0 76169 61 0 0 25 0 4 0 522299052 694095872 117038 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=677828 CPUtime=762.3 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 174873 0 0 0 76159 71 0 0 25 0 4 0 522299052 694095872 117038 33554432000 4194304 4627427 140735007469744 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 677828

[startup+822.301 s]
/proc/loadavg: 8.11 8.12 7.87 9/184 2271
/proc/meminfo: memFree=21163508/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=674968 CPUtime=3284.74 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 605980 0 0 0 328239 235 0 0 25 0 4 0 522299051 691167232 122248 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 168742 122248 390 106 0 163713 0
[pid=2193/tid=2194] ppid=2191 vsize=674968 CPUtime=817.82 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 136666 0 0 0 81731 51 0 0 25 0 4 0 522299052 691167232 122248 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=674968 CPUtime=822.3 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 183954 0 0 0 82164 66 0 0 25 0 4 0 522299052 691167232 122248 33554432000 4194304 4627427 140735007469744 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=674968 CPUtime=822.3 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 178024 0 0 0 82157 73 0 0 25 0 4 0 522299052 691167232 122248 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 674968

[startup+882.301 s]
/proc/loadavg: 8.10 8.11 7.88 9/184 2272
/proc/meminfo: memFree=21173392/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=716744 CPUtime=3524.41 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 630272 0 0 0 352194 247 0 0 25 0 4 0 522299051 733945856 122258 33554432000 4194304 4627427 140735007469744 18446744073709551615 4332655 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 179186 122258 390 106 0 174157 0
[pid=2193/tid=2194] ppid=2191 vsize=716744 CPUtime=877.49 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 141302 0 0 0 87696 53 0 0 25 0 4 0 522299052 733945856 122258 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=716744 CPUtime=882.3 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 191479 0 0 0 88160 70 0 0 25 0 4 0 522299052 733945856 122258 33554432000 4194304 4627427 140735007469744 18446744073709551615 4332756 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=716744 CPUtime=882.3 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 186142 0 0 0 88152 78 0 0 25 0 4 0 522299052 733945856 122258 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 716744

[startup+942.3 s]
/proc/loadavg: 8.09 8.10 7.89 9/184 2274
/proc/meminfo: memFree=21159964/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=689516 CPUtime=3764.09 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 658808 0 0 0 376148 261 0 0 25 0 4 0 522299051 706064384 122902 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 172379 122902 390 106 0 167350 0
[pid=2193/tid=2194] ppid=2191 vsize=689516 CPUtime=937.17 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 149198 0 0 0 93659 58 0 0 25 0 4 0 522299052 706064384 122902 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=689516 CPUtime=942.3 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 199818 0 0 0 94156 74 0 0 25 0 4 0 522299052 706064384 122902 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=689516 CPUtime=942.31 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 194375 0 0 0 94149 82 0 0 25 0 4 0 522299052 706064384 122902 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 689516

[startup+1002.3 s]
/proc/loadavg: 8.14 8.11 7.91 9/184 2275
/proc/meminfo: memFree=21131432/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=797880 CPUtime=4003.78 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 679777 0 0 0 400105 273 0 0 25 0 4 0 522299051 817029120 127493 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 199470 127493 390 106 0 194441 0
[pid=2193/tid=2194] ppid=2191 vsize=797880 CPUtime=996.84 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 152478 0 0 0 99625 59 0 0 25 0 4 0 522299052 817029120 127493 33554432000 4194304 4627427 140735007469744 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=797880 CPUtime=1002.3 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 205578 0 0 0 100152 78 0 0 25 0 4 0 522299052 817029120 127493 33554432000 4194304 4627427 140735007469744 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=797880 CPUtime=1002.31 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 201646 0 0 0 100146 85 0 0 25 0 4 0 522299052 817029120 127493 33554432000 4194304 4627427 140735007469744 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 797880

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 7.92 9/184 2277
/proc/meminfo: memFree=21078700/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=868912 CPUtime=4243.46 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 703452 0 0 0 424062 284 0 0 25 0 4 0 522299051 889765888 135995 33554432000 4194304 4627427 140735007469744 18446744073709551615 4503199 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 217228 135995 390 106 0 212199 0
[pid=2193/tid=2194] ppid=2191 vsize=868912 CPUtime=1056.52 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 157228 0 0 0 105589 63 0 0 25 0 4 0 522299052 889765888 135995 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=868912 CPUtime=1062.3 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 214737 0 0 0 106149 81 0 0 25 0 4 0 522299052 889765888 135995 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=868912 CPUtime=1062.3 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 206918 0 0 0 106143 87 0 0 25 0 4 0 522299052 889765888 135995 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 868912

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 7.93 9/184 2279
/proc/meminfo: memFree=21100384/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=855920 CPUtime=4483.13 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 725900 0 0 0 448018 295 0 0 25 0 4 0 522299051 876462080 132895 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 213980 132895 390 106 0 208951 0
[pid=2193/tid=2194] ppid=2191 vsize=855920 CPUtime=1116.19 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 162194 0 0 0 111554 65 0 0 25 0 4 0 522299052 876462080 132895 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=855920 CPUtime=1122.31 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 223349 0 0 0 112145 86 0 0 25 0 4 0 522299052 876462080 132895 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=855920 CPUtime=1122.31 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 211385 0 0 0 112141 90 0 0 25 0 4 0 522299052 876462080 132895 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 855920

[startup+1182.3 s]
/proc/loadavg: 8.14 8.13 7.94 9/184 2280
/proc/meminfo: memFree=21099232/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=806140 CPUtime=4722.81 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 748210 0 0 0 471974 307 0 0 25 0 4 0 522299051 825487360 133054 33554432000 4194304 4627427 140735007469744 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 201535 133054 390 106 0 196506 0
[pid=2193/tid=2194] ppid=2191 vsize=806140 CPUtime=1175.87 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 166907 0 0 0 117519 68 0 0 25 0 4 0 522299052 825487360 133054 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=806140 CPUtime=1182.31 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 231373 0 0 0 118140 91 0 0 25 0 4 0 522299052 825487360 133054 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=806140 CPUtime=1182.31 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 215938 0 0 0 118139 92 0 0 25 0 4 0 522299052 825487360 133054 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 806140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.17 8.13 7.95 9/184 2281
/proc/meminfo: memFree=21034628/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=1001612 CPUtime=4800.31 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 759861 0 0 0 479721 310 0 0 25 0 4 0 522299051 1025650688 144085 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 250403 144085 390 106 0 245374 0
[pid=2193/tid=2194] ppid=2191 vsize=1001612 CPUtime=1195.17 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 168910 0 0 0 119448 69 0 0 25 0 4 0 522299052 1025650688 144085 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=1001612 CPUtime=1201.72 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 240394 0 0 0 120078 94 0 0 25 0 4 0 522299052 1025650688 144085 33554432000 4194304 4627427 140735007469744 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=1001612 CPUtime=1201.71 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 216518 0 0 0 120079 92 0 0 25 0 4 0 522299052 1025650688 144085 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1001612

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

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

[startup+1201.7 s]
/proc/loadavg: 8.17 8.13 7.95 9/184 2281
/proc/meminfo: memFree=21034628/32950928 swapFree=67111524/67111528
[pid=2193] ppid=2191 vsize=1001612 CPUtime=4800.31 cores=1,3,5,7
/proc/2193/stat : 2193 (strangenight2-m) R 2191 2193 1515 0 -1 4202496 759861 0 0 0 479721 310 0 0 25 0 4 0 522299051 1025650688 144085 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 250403 144085 390 106 0 245374 0
[pid=2193/tid=2194] ppid=2191 vsize=1001612 CPUtime=1195.17 cores=1,3,5,7
/proc/2193/task/2194/stat : 2194 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 168910 0 0 0 119448 69 0 0 25 0 4 0 522299052 1025650688 144085 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2193/tid=2195] ppid=2191 vsize=1001612 CPUtime=1201.72 cores=1,3,5,7
/proc/2193/task/2195/stat : 2195 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 240394 0 0 0 120078 94 0 0 25 0 4 0 522299052 1025650688 144085 33554432000 4194304 4627427 140735007469744 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2193/tid=2196] ppid=2191 vsize=1001612 CPUtime=1201.71 cores=1,3,5,7
/proc/2193/task/2196/stat : 2196 (strangenight2-m) R 2191 2193 1515 0 -1 4202560 216518 0 0 0 120079 92 0 0 25 0 4 0 522299052 1025650688 144085 33554432000 4194304 4627427 140735007469744 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1001612

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.38
CPU user time (s): 4797.25
CPU system time (s): 3.13552
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 1044800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.25
system time used= 3.13552
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 759863
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= 264
involuntary context switches= 18475

runsolver used 1.90771 second user time and 4.66429 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 21:56:43
IDJOB=3174164
IDBENCH=82982
IDSOLVER=1586
FILE ID=node122/3174164-1304107003
RUNJOBID= node122-1304105799-2047
PBS_JOBID= 13170631
Free space on /tmp= 71660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1499315720-089.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174164-1304107003/watcher-3174164-1304107003 -o /tmp/evaluation-result-3174164-1304107003/solver-3174164-1304107003 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174164-1304107003.cnf

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

MD5SUM BENCH= 2a32c611c54ab908b08295ea33000743
RANDOM SEED=608627391

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21756380 kB
Buffers:       1630604 kB
Cached:        8580268 kB
SwapCached:          4 kB
Active:        1500380 kB
Inactive:      9145148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21756380 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5444 kB
Writeback:           8 kB
AnonPages:      433868 kB
Mapped:          15696 kB
Slab:           486060 kB
PageTables:       5388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   675240 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= 71652 MiB
End job on node122 at 2011-04-29 22:16:46