Trace number 3366492

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.23 1202.23

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S360859187-040.UNKNOWN.cnf
MD5SUM5da80be8e24322484381341b0d82cc61
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark359.33
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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-3366492-1305405496.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        100
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.01
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.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:      44 undec:       8 neg:      48
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4917       100      2130         0      4580     10650     99632   no data   no data
1.18/0.32	c  N st    10     11299       100      2130         0      4227     10650     73796   no data   no data
1.98/0.51	c  N st    11     17042       100      2130         0      9554     10650    186240   no data   no data
3.17/0.84	c  F st    12     25000       100      2130         0     11735     10650    234513   no data   no data
3.17/0.84	c  N st    12     25000       100      2130         0     11735     10650    234513   no data   no data
3.98/1.04	c Decided on static restart strategy
3.98/1.04	c  N st    18     30004       100      2130         0     10069     10650    188142   no data   no data
3.98/1.04	c  S st    18     30004       100      2130         0     10069     10650    188142   no data   no data
3.98/1.07	c  S st    18     30508       100      2130         0     10557     10650    198842   no data   no data
3.98/1.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/1.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.98/1.08	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
3.98/1.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/1.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.98/1.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.98/1.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.98/1.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.81/1.25	c lits-rem:       202  cl-subs:     1877  v-elim:      0  v-fix:    0  time:  0.16 s
4.81/1.28	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
4.81/1.28	c calculated reachability. Time: 0.00
4.81/1.28	c  N st    18     30508       100      2130         0      8680     10650    158604   no data   no data
6.37/1.60	c  N st    20     37619       100      2130         0      7961     10650    132207   no data   no data
7.17/1.87	c  N st    21     44020       100      2130         0     13907     10650    264620   no data   no data
7.57/1.96	c  S st    22     45762       100      2130         0     15516     10650    298418   no data   no data
7.97/2.01	c  S st    22     46265       100      2130         0     15992     10650    308589   no data   no data
7.97/2.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.97/2.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.97/2.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
7.97/2.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.97/2.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/2.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.41	c lits-rem:       515  cl-subs:     2119  v-elim:      0  v-fix:    0  time:  0.38 s
9.57/2.41	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
9.57/2.42	c vivif2 --  cl tried    13873 cl shrink        0 lits rem          0 time: 0.00
9.57/2.47	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
9.57/2.47	c calculated reachability. Time: 0.00
9.57/2.47	c  N st    22     46265       100      2130         0     13873     10650    261160   no data   no data
12.37/3.19	c  N st    23     60662       100      2130         0      9819     10650    148353   no data   no data
14.35/3.65	c  N st    24     69398       100      2130         0     17861     10650    318900   no data   no data
14.35/3.65	c  S st    24     69398       100      2130         0     17861     10650    318900   no data   no data
14.75/3.70	c  S st    24     69901       100      2130         0     18342     10650    329346   no data   no data
14.75/3.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.75/3.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.75/3.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.75/3.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.75/3.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
14.75/3.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.75/3.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.75/3.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.21	c lits-rem:       637  cl-subs:     2499  v-elim:      0  v-fix:    0  time:  0.50 s
16.76/4.21	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
16.76/4.21	c vivif2 --  cl tried    15843 cl shrink        0 lits rem          0 time: 0.00
16.76/4.27	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
16.76/4.27	c calculated reachability. Time: 0.00
16.76/4.27	c  N st    24     69901       100      2130         0     15843     10650    277849   no data   no data
21.15/5.31	c  F st    25     87500       100      2130         0     11034     10650    158423   no data   no data
21.15/5.31	c  N st    25     87500       100      2130         0     11034     10650    158423   no data   no data
21.96/5.59	c Decided on static restart strategy
22.74/5.75	c  N st    32     95542       100      2130         0     18537     10650    322380   no data   no data
25.14/6.36	c  N st    34    104854       100      2130         0     15219     10650    246801   no data   no data
25.14/6.36	c  S st    34    104854       100      2130         0     15219     10650    246801   no data   no data
25.53/6.40	c  S st    34    105355       100      2130         0     15702     10650    257256   no data   no data
25.53/6.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.53/6.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.53/6.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.53/6.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.53/6.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.53/6.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
25.53/6.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.53/6.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.53/6.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.93/6.55	c lits-rem:       247  cl-subs:      924  v-elim:      0  v-fix:    0  time:  0.13 s
25.93/6.55	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
25.93/6.55	c vivif2 --  cl tried    14778 cl shrink        0 lits rem          0 time: 0.00
26.35/6.61	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
26.35/6.61	c calculated reachability. Time: 0.00
26.35/6.61	c  N st    34    105355       100      2130         0     14778     10650    237110   no data   no data
29.13/7.34	c  N st    35    114953       100      2130         0     23733     10650    436984   no data   no data
33.52/8.42	c  N st    36    129352       100      2130         0     23991     10650    408474   no data   no data
39.94/10.05	c  N st    37    150947       100      2130         0     15212     10650    204167   no data   no data
41.51/10.49	c  S st    38    158032       100      2130         0     21764     10650    346610   no data   no data
41.91/10.55	c  S st    38    158542       100      2130         0     22258     10650    357874   no data   no data
41.91/10.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.91/10.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
41.91/10.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.91/10.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.91/10.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.91/10.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
41.91/10.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.91/10.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
41.91/10.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.92/11.03	c lits-rem:       329  cl-subs:     2398  v-elim:      0  v-fix:    0  time:  0.45 s
43.92/11.03	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
43.92/11.04	c vivif2 --  cl tried    19860 cl shrink        0 lits rem          0 time: 0.00
43.92/11.10	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
43.92/11.10	c calculated reachability. Time: 0.00
43.92/11.10	c  N st    38    158542       100      2130         0     19860     10650    308041   no data   no data
60.27/15.14	c  N st    39    207130       100      2130         0     32430     10650    542721   no data   no data
71.04/17.89	c  N st    40    237815       100      2130         0     24878     10650    376562   no data   no data
71.04/17.89	c  S st    40    237815       100      2130         0     24878     10650    376562   no data   no data
71.44/17.96	c  S st    40    238319       100      2130         0     25354     10650    386979   no data   no data
71.44/17.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.44/17.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
71.44/17.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.44/17.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.44/17.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.44/17.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
71.44/17.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.44/17.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
71.44/17.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.45/18.41	c lits-rem:       414  cl-subs:     1956  v-elim:      0  v-fix:    0  time:  0.43 s
73.45/18.41	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
73.45/18.42	c vivif2 --  cl tried    23398 cl shrink        0 lits rem          0 time: 0.00
73.85/18.50	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.08
73.85/18.50	c calculated reachability. Time: 0.00
73.85/18.50	c  N st    40    238319       100      2130         0     23398     10650    348564   no data   no data
98.20/24.69	c  F st    41    306250       100      2130         0     25251     10650    350165   no data   no data
98.20/24.69	c  N st    41    306250       100      2130         0     25251     10650    350165   no data   no data
100.21/25.12	c Decided on static restart strategy
108.59/27.20	c  N st    51    334553       100      2130         0     29354     10650    429753   no data   no data
118.18/29.69	c  N st    53    357479       100      2130         0     27548     10650    373376   no data   no data
118.18/29.69	c  S st    53    357479       100      2130         0     27548     10650    373376   no data   no data
118.59/29.77	c  S st    53    357980       100      2130         0     28029     10650    384300   no data   no data
118.59/29.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
118.59/29.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
118.59/29.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
118.59/29.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
118.59/29.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
118.59/29.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
118.59/29.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
118.59/29.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
118.59/29.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
119.76/30.07	c lits-rem:       192  cl-subs:     1245  v-elim:      0  v-fix:    0  time:  0.27 s
119.76/30.07	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
119.76/30.07	c vivif2 --  cl tried    26784 cl shrink        0 lits rem          0 time: 0.00
120.16/30.17	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.10
120.16/30.17	c calculated reachability. Time: 0.00
120.16/30.17	c  N st    53    357980       100      2130         0     26784     10650    360157   no data   no data
134.14/33.68	c  N st    54    390372       100      2130         0     32543     10650    463042   no data   no data
158.52/39.78	c  N st    55    438960       100      2130         0     26549     10650    324007   no data   no data
193.66/48.57	c  N st    56    511843       100      2130         0     39182     10650    560851   no data   no data
207.21/51.92	c  N st    57    536972       100      2130         0     33929     10650    451629   no data   no data
207.21/51.92	c  S st    57    536972       100      2130         0     33929     10650    451629   no data   no data
207.61/52.01	c  S st    57    537473       100      2130         0     34405     10650    462575   no data   no data
207.61/52.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
207.61/52.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
207.61/52.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
207.61/52.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
207.61/52.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
207.61/52.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
207.61/52.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
207.61/52.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
207.61/52.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
209.60/52.50	c lits-rem:       401  cl-subs:     1729  v-elim:      0  v-fix:    0  time:  0.46 s
209.60/52.50	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
209.60/52.50	c vivif2 --  cl tried    32676 cl shrink        0 lits rem          0 time: 0.01
210.00/52.62	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.12
210.00/52.62	c calculated reachability. Time: 0.00
210.00/52.62	c  N st    57    537473       100      2130         0     32676     10650    428175   no data   no data
297.45/74.52	c  N st    58    701459       100      2130         0     59903     10650    942824   no data   no data
359.74/90.16	c  N st    59    806209       100      2130         0     54328     10650    805021   no data   no data
359.74/90.16	c  S st    59    806209       100      2130         0     54328     10650    805021   no data   no data
360.56/90.31	c  S st    59    806715       100      2130         0     54811     10650    815919   no data   no data
360.56/90.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
360.56/90.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
360.56/90.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
360.56/90.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
360.56/90.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
360.56/90.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
360.56/90.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
360.56/90.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
360.56/90.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
373.32/93.57	c lits-rem:      1252  cl-subs:     6500  v-elim:      0  v-fix:    0  time:  3.18 s
373.32/93.57	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
373.32/93.58	c vivif2 --  cl tried    48311 cl shrink        0 lits rem          0 time: 0.01
374.50/93.81	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.23
374.50/93.81	c calculated reachability. Time: 0.00
374.50/93.81	c  N st    59    806715       100      2130         0     48311     10650    696081   no data   no data
542.20/135.87	c  F st    60   1071876       100      2130         0     63532     10650    936395   no data   no data
542.20/135.87	c  N st    60   1071876       100      2130         0     63532     10650    936395   no data   no data
546.59/136.92	c Decided on static restart strategy
566.58/141.95	c  N st    70   1100183       100      2130         0     48633     10650    631896   no data   no data
593.34/148.66	c  N st    72   1136177       100      2130         0     81716     10650   1346927   no data   no data
616.07/154.35	c  N st    73   1168569       100      2130         0     69289     10650   1066024   no data   no data
656.39/164.49	c  N st    74   1210072       100      2130         0     64297     10650    945053   no data   no data
656.39/164.49	c  S st    74   1210072       100      2130         0     64297     10650    945053   no data   no data
657.59/164.78	c  S st    74   1210577       100      2130         0     64776     10650    955923   no data   no data
657.59/164.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
657.99/164.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
657.99/164.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
657.99/164.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
657.99/164.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
657.99/164.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
657.99/164.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
657.99/164.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
657.99/164.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
683.54/171.22	c lits-rem:      1562  cl-subs:     5368  v-elim:      0  v-fix:    0  time:  6.29 s
683.54/171.22	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
683.54/171.23	c vivif2 --  cl tried    59408 cl shrink        0 lits rem          0 time: 0.01
684.74/171.59	c asymm  cl-useful: 0/1961/2130 lits-rem:0 time: 0.36
684.74/171.59	c calculated reachability. Time: 0.00
684.74/171.59	c  N st    74   1210577       100      2130         0     59408     10650    842888   no data   no data
748.23/187.44	c  N st    75   1283464       100      2130         0     82227     10650   1284181   no data   no data
842.06/210.96	c  N st    76   1392788       100      2130         0     91686     10650   1460890   no data   no data
988.22/247.51	c  N st    77   1556772       100      2130         0     49489     10650    534018   no data   no data
1136.73/284.76	c  N st    78   1710582       100      2130         0     89016     10650   1362690   no data   no data
1136.73/284.76	c  S st    78   1710582       100      2130         0     89016     10650   1362690   no data   no data
1138.32/285.18	c  S st    78   1711088       100      2130         0     89499     10650   1373895   no data   no data
1138.32/285.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1138.72/285.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
1138.72/285.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1138.72/285.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1138.72/285.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1138.72/285.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1138.72/285.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1138.72/285.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1139.12/285.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1225.39/306.90	c lits-rem:      2307  cl-subs:    10859  v-elim:      0  v-fix:    0  time: 21.40 s
1225.39/306.90	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1225.39/306.92	c vivif2 --  cl tried    78640 cl shrink        0 lits rem          0 time: 0.02
1226.97/307.35	c asymm  cl-useful: 0/1556/2130 lits-rem:0 time: 0.43
1226.97/307.35	c calculated reachability. Time: 0.00
1226.97/307.35	c  N st    78   1711088       100      2130         0     78640     10650   1164702   no data   no data
1591.11/398.57	c  N st    79   2080052       100      2130         0     89333     10650   1249246   no data   no data
1736.85/435.07	c  N st    80   2211088       100      2130         0     93373     10650   1319787   no data   no data
1736.85/435.07	c  S st    80   2211088       100      2130         0     93373     10650   1319787   no data   no data
1738.05/435.38	c  S st    80   2211591       100      2130         0     93856     10650   1331031   no data   no data
1738.05/435.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1738.45/435.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1738.45/435.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1738.45/435.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1738.45/435.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1738.45/435.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1738.45/435.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1738.45/435.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1738.45/435.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1812.31/453.99	c lits-rem:      1466  cl-subs:    14539  v-elim:      0  v-fix:    0  time: 18.37 s
1812.31/453.99	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1812.71/454.01	c vivif2 --  cl tried    79317 cl shrink        0 lits rem          0 time: 0.02
1813.51/454.21	c asymm  cl-useful: 0/574/2130 lits-rem:0 time: 0.20
1813.51/454.21	c calculated reachability. Time: 0.00
1813.51/454.21	c  N st    80   2211591       100      2130         0     79317     10650   1073676   no data   no data
2379.70/596.02	c  N st    81   2711591       100      2130         0    102462     10650   1436514   no data   no data
2379.70/596.02	c  S st    81   2711591       100      2130         0    102462     10650   1436514   no data   no data
2381.29/596.43	c  S st    81   2712093       100      2130         0    102936     10650   1447649   no data   no data
2381.29/596.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2381.69/596.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2381.69/596.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2381.69/596.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2381.69/596.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2381.69/596.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2381.69/596.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2381.69/596.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2381.69/596.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2475.92/620.10	c lits-rem:      1564  cl-subs:    14545  v-elim:      0  v-fix:    0  time: 23.36 s
2475.92/620.10	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2475.92/620.12	c vivif2 --  cl tried    88391 cl shrink        0 lits rem          0 time: 0.02
2477.55/620.53	c asymm  cl-useful: 0/1321/2130 lits-rem:0 time: 0.40
2477.55/620.54	c calculated reachability. Time: 0.00
2477.55/620.54	c  N st    81   2712093       100      2130         0     88391     10650   1195845   no data   no data
3042.90/762.11	c  N st    82   3212093       100      2130         0    138159     10650   2182569   no data   no data
3042.90/762.11	c  S st    82   3212093       100      2130         0    138159     10650   2182569   no data   no data
3044.91/762.66	c  S st    82   3212596       100      2130         0    138639     10650   2193537   no data   no data
3044.91/762.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3045.31/762.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
3045.31/762.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3045.31/762.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3045.31/762.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3045.31/762.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3045.31/762.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3045.31/762.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3045.71/762.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3211.40/804.34	c lits-rem:      2802  cl-subs:    21928  v-elim:      0  v-fix:    0  time: 41.20 s
3211.40/804.34	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3211.40/804.36	c vivif2 --  cl tried   116711 cl shrink        0 lits rem          0 time: 0.03
3213.00/804.72	c asymm  cl-useful: 0/809/2130 lits-rem:0 time: 0.36
3213.00/804.73	c calculated reachability. Time: 0.00
3213.00/804.73	c  N st    82   3212596       100      2130         0    116711     10650   1784030   no data   no data
3825.11/958.08	c  N st    83   3712597       100      2130         0    133774     10650   1970931   no data   no data
3825.11/958.08	c  S st    83   3712597       100      2130         0    133774     10650   1970931   no data   no data
3827.10/958.59	c  S st    83   3713098       100      2130         0    134251     10650   1981866   no data   no data
3827.50/958.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3827.50/958.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3827.50/958.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3827.50/958.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3827.50/958.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3827.50/958.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3827.50/958.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3827.90/958.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3827.90/958.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3950.88/989.56	c lits-rem:      1773  cl-subs:    21319  v-elim:      0  v-fix:    0  time: 30.58 s
3950.88/989.56	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3950.88/989.58	c vivif2 --  cl tried   112932 cl shrink        0 lits rem          0 time: 0.02
3952.48/989.94	c asymm  cl-useful: 0/1033/2130 lits-rem:0 time: 0.36
3952.48/989.95	c calculated reachability. Time: 0.00
3952.48/989.95	c  N st    83   3713098       100      2130         0    112932     10650   1606947   no data   no data
4016.76/1006.00	c  F st    84   3751562       100      2130         0    148161     10650   2368604   no data   no data
4016.76/1006.00	c  N st    84   3751562       100      2130         0    148161     10650   2368604   no data   no data
4028.74/1009.04	c Decided on static restart strategy
4053.91/1015.37	c  N st    94   3779864       100      2130         0     98569     10650   1294295   no data   no data
4107.40/1028.70	c  N st    96   3815858       100      2130         0    131710     10650   2026517   no data   no data
4153.32/1040.25	c  N st    97   3848250       100      2130         0     84070     10650    953374   no data   no data
4212.44/1055.01	c  N st    98   3896838       100      2130         0    128558     10650   1935697   no data   no data
4329.40/1084.37	c  N st    99   3969720       100      2130         0    117036     10650   1668725   no data   no data
4502.32/1127.61	c  N st   100   4079043       100      2130         0    137482     10650   2068832   no data   no data
4744.65/1188.38	c  N st   101   4213099       100      2130         0     97722     10650   1200640   no data   no data
4744.65/1188.38	c  S st   101   4213099       100      2130         0     97722     10650   1200640   no data   no data
4746.25/1188.70	c  S st   101   4213600       100      2130         0     98204     10650   1211963   no data   no data
4746.25/1188.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4746.25/1188.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4746.25/1188.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4746.25/1188.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4746.25/1188.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4746.25/1188.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4746.25/1188.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4746.25/1188.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4746.65/1188.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4761.04/1192.48	c lits-rem:       624  cl-subs:     4910  v-elim:      0  v-fix:    0  time:  3.64 s
4761.04/1192.48	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4761.04/1192.50	c vivif2 --  cl tried    93294 cl shrink        0 lits rem          0 time: 0.02
4762.62/1192.84	c asymm  cl-useful: 0/1073/2130 lits-rem:0 time: 0.34
4762.62/1192.84	c calculated reachability. Time: 0.00
4762.62/1192.84	c  N st   101   4213600       100      2130         0     93294     10650   1116002   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-3366492-1305405496/watcher-3366492-1305405496 -o /tmp/evaluation-result-3366492-1305405496/solver-3366492-1305405496 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366492-1305405496.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.79 7.95 7.67 5/241 8635
/proc/meminfo: memFree=24226328/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 413 0 0 0 1 0 0 0 25 0 4 0 652150305 52396032 353 33554432000 4194304 4580107 140736608932320 18446744073709551615 47957656815538 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8635/statm: 12792 353 302 95 0 7774 0
[pid=8635/tid=8636] ppid=8633 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652150306 52396032 353 33554432000 4194304 4580107 140736608932320 18446744073709551615 47957656815129 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652150306 52396032 353 33554432000 4194304 4580107 140736608932320 18446744073709551615 47957656815129 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652150306 52396032 353 33554432000 4194304 4580107 140736608932320 18446744073709551615 47957656815129 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.109567 s]
/proc/loadavg: 7.79 7.95 7.67 5/241 8635
/proc/meminfo: memFree=24226328/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=282136 CPUtime=0.41 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 1736 0 0 0 41 0 0 0 25 0 4 0 652150305 288907264 1594 33554432000 4194304 4580107 140736608932320 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 70534 1594 376 95 0 65516 0
[pid=8635/tid=8636] ppid=8633 vsize=282136 CPUtime=0.1 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 380 0 0 0 10 0 0 0 25 0 4 0 652150306 288907264 1594 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=282136 CPUtime=0.1 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 350 0 0 0 10 0 0 0 25 0 4 0 652150306 288907264 1594 33554432000 4194304 4580107 140736608932320 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=282136 CPUtime=0.1 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 257 0 0 0 10 0 0 0 25 0 4 0 652150306 288907264 1595 33554432000 4194304 4580107 140736608932320 18446744073709551615 4489516 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) 282136

[startup+0.200551 s]
/proc/loadavg: 7.79 7.95 7.67 5/241 8635
/proc/meminfo: memFree=24226328/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=283380 CPUtime=0.78 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 2414 0 0 0 78 0 0 0 25 0 4 0 652150305 290181120 1751 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 70845 1751 377 95 0 65827 0
[pid=8635/tid=8636] ppid=8633 vsize=283380 CPUtime=0.19 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 545 0 0 0 19 0 0 0 25 0 4 0 652150306 290181120 1751 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=283380 CPUtime=0.19 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 513 0 0 0 19 0 0 0 25 0 4 0 652150306 290181120 1751 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=283380 CPUtime=0.19 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 433 0 0 0 19 0 0 0 25 0 4 0 652150306 290181120 1751 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283380

[startup+0.300534 s]
/proc/loadavg: 7.79 7.95 7.67 5/241 8635
/proc/meminfo: memFree=24226328/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=283824 CPUtime=1.18 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 3105 0 0 0 118 0 0 0 25 0 4 0 652150305 290635776 1847 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 70956 1847 377 95 0 65938 0
[pid=8635/tid=8636] ppid=8633 vsize=283824 CPUtime=0.29 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 748 0 0 0 29 0 0 0 25 0 4 0 652150306 290635776 1847 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=283824 CPUtime=0.29 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 714 0 0 0 29 0 0 0 25 0 4 0 652150306 290635776 1847 33554432000 4194304 4580107 140736608932320 18446744073709551615 4322895 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=283824 CPUtime=0.29 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 626 0 0 0 29 0 0 0 25 0 4 0 652150306 290635776 1847 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283824

[startup+0.70046 s]
/proc/loadavg: 7.79 7.95 7.67 5/241 8635
/proc/meminfo: memFree=24226328/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=284772 CPUtime=2.77 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 4971 0 0 0 277 0 0 0 25 0 4 0 652150305 291606528 2509 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 71193 2509 377 95 0 66175 0
[pid=8635/tid=8636] ppid=8633 vsize=284772 CPUtime=0.69 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 1188 0 0 0 69 0 0 0 25 0 4 0 652150306 291606528 2509 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=284772 CPUtime=0.69 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 1155 0 0 0 69 0 0 0 25 0 4 0 652150306 291606528 2509 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=284772 CPUtime=0.69 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 1055 0 0 0 69 0 0 0 25 0 4 0 652150306 291606528 2509 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284772

[startup+1.50032 s]
/proc/loadavg: 7.79 7.95 7.67 9/245 8639
/proc/meminfo: memFree=24213652/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=291124 CPUtime=5.97 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 10226 0 0 0 596 1 0 0 25 0 4 0 652150305 298110976 5492 33554432000 4194304 4580107 140736608932320 18446744073709551615 4316435 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 72781 5492 379 95 0 67763 0
[pid=8635/tid=8636] ppid=8633 vsize=291124 CPUtime=1.48 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 2984 0 0 0 148 0 0 0 25 0 4 0 652150306 298110976 5492 33554432000 4194304 4580107 140736608932320 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=291124 CPUtime=1.49 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 1956 0 0 0 149 0 0 0 25 0 4 0 652150306 298110976 5492 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=291124 CPUtime=1.49 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 1868 0 0 0 149 0 0 0 25 0 4 0 652150306 298110976 5493 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 291124

[startup+3.10102 s]
/proc/loadavg: 7.81 7.95 7.67 9/245 8639
/proc/meminfo: memFree=24184388/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=294028 CPUtime=12.37 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 18100 0 0 0 1235 2 0 0 25 0 4 0 652150305 301084672 9577 33554432000 4194304 4580107 140736608932320 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 73507 9577 379 95 0 68489 0
[pid=8635/tid=8636] ppid=8633 vsize=294028 CPUtime=3.09 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 4019 0 0 0 309 0 0 0 25 0 4 0 652150306 301084672 9577 33554432000 4194304 4580107 140736608932320 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=294028 CPUtime=3.09 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 4668 0 0 0 309 0 0 0 25 0 4 0 652150306 301084672 9577 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=294028 CPUtime=3.09 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 4519 0 0 0 309 0 0 0 25 0 4 0 652150306 301084672 9577 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 294028

[startup+6.30044 s]
/proc/loadavg: 7.81 7.95 7.67 9/245 8639
/proc/meminfo: memFree=24172856/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=294992 CPUtime=25.14 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 28007 0 0 0 2510 4 0 0 25 0 4 0 652150305 302071808 12480 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294414 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 73748 12480 381 95 0 68730 0
[pid=8635/tid=8636] ppid=8633 vsize=294992 CPUtime=6.29 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 6991 0 0 0 628 1 0 0 25 0 4 0 652150306 302071808 12480 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=294992 CPUtime=6.29 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 7248 0 0 0 628 1 0 0 25 0 4 0 652150306 302071808 12480 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=294992 CPUtime=6.29 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 6656 0 0 0 628 1 0 0 25 0 4 0 652150306 302071808 12480 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294585 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) 294992

[startup+12.7003 s]
/proc/loadavg: 7.83 7.95 7.68 9/245 8639
/proc/meminfo: memFree=24159848/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=295688 CPUtime=50.68 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 43195 0 0 0 5062 6 0 0 25 0 4 0 652150305 302784512 15621 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 73922 15621 379 95 0 68904 0
[pid=8635/tid=8636] ppid=8633 vsize=295688 CPUtime=12.68 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 11194 0 0 0 1267 1 0 0 25 0 4 0 652150306 302784512 15621 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=295688 CPUtime=12.68 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 10640 0 0 0 1267 1 0 0 25 0 4 0 652150306 302784512 15621 33554432000 4194304 4580107 140736608932320 18446744073709551615 4296092 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=295688 CPUtime=12.69 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 10740 0 0 0 1268 1 0 0 25 0 4 0 652150306 302784512 15621 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 295688

[startup+25.5009 s]
/proc/loadavg: 7.93 7.97 7.68 9/245 8640
/proc/meminfo: memFree=24128356/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=326080 CPUtime=101.8 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 66504 0 0 0 10167 13 0 0 25 0 4 0 652150305 333905920 22859 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 81520 22859 379 95 0 76502 0
[pid=8635/tid=8636] ppid=8633 vsize=326080 CPUtime=25.49 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 17619 0 0 0 2546 3 0 0 25 0 4 0 652150306 333905920 22859 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=326080 CPUtime=25.49 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 16816 0 0 0 2546 3 0 0 25 0 4 0 652150306 333905920 22859 33554432000 4194304 4580107 140736608932320 18446744073709551615 4340685 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=326080 CPUtime=25.49 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 16033 0 0 0 2546 3 0 0 25 0 4 0 652150306 333905920 22859 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 326080

[startup+51.1012 s]
/proc/loadavg: 8.03 7.99 7.70 9/245 8640
/proc/meminfo: memFree=24100872/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=298136 CPUtime=204.01 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 100764 0 0 0 20379 22 0 0 25 0 4 0 652150305 305291264 26207 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 74534 26207 379 95 0 69516 0
[pid=8635/tid=8636] ppid=8633 vsize=298136 CPUtime=51.09 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 27194 0 0 0 5105 4 0 0 25 0 4 0 652150306 305291264 26207 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=298136 CPUtime=51.09 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 26413 0 0 0 5103 6 0 0 25 0 4 0 652150306 305291264 26207 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=298136 CPUtime=51.09 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 24474 0 0 0 5102 7 0 0 25 0 4 0 652150306 305291264 26207 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 298136

[startup+102.301 s]
/proc/loadavg: 8.13 8.02 7.72 9/245 8642
/proc/meminfo: memFree=24051616/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=314344 CPUtime=408.47 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 154586 0 0 0 40807 40 0 0 25 0 4 0 652150305 321888256 34610 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 78586 34610 379 95 0 73568 0
[pid=8635/tid=8636] ppid=8633 vsize=314344 CPUtime=102.29 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 41400 0 0 0 10220 9 0 0 25 0 4 0 652150306 321888256 34610 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=314344 CPUtime=102.3 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 39267 0 0 0 10220 10 0 0 25 0 4 0 652150306 321888256 34610 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=314344 CPUtime=102.3 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 37658 0 0 0 10219 11 0 0 25 0 4 0 652150306 321888256 34610 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 314344

[startup+162.301 s]

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

[pid=8635] ppid=8633 vsize=563136 CPUtime=2804.14 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 459053 0 0 0 280240 174 0 0 25 0 4 0 652150305 576651264 87649 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 140784 87649 379 95 0 135766 0
[pid=8635/tid=8636] ppid=8633 vsize=563136 CPUtime=702.31 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 127290 0 0 0 70182 49 0 0 25 0 4 0 652150306 576651264 87649 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=563136 CPUtime=702.3 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 126451 0 0 0 70182 48 0 0 25 0 4 0 652150306 576651264 87649 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=563136 CPUtime=702.31 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 106563 0 0 0 70193 38 0 0 25 0 4 0 652150306 576651264 87649 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2804.14
Current children cumulated vsize (KiB) 563136

[startup+762.301 s]
/proc/loadavg: 4.08 5.78 6.94 5/236 8676
/proc/meminfo: memFree=23929500/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=576068 CPUtime=3043.72 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 482545 0 0 0 304186 186 0 0 25 0 4 0 652150305 589893632 96661 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 144017 96661 379 95 0 138999 0
[pid=8635/tid=8636] ppid=8633 vsize=576068 CPUtime=762.32 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 133800 0 0 0 76179 53 0 0 25 0 4 0 652150306 589893632 96662 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=576068 CPUtime=762.31 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 134647 0 0 0 76181 50 0 0 25 0 4 0 652150306 589893632 96662 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=576068 CPUtime=762.32 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 110216 0 0 0 76191 41 0 0 25 0 4 0 652150306 589893632 96662 33554432000 4194304 4580107 140736608932320 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3043.72
Current children cumulated vsize (KiB) 576068

[startup+822.3 s]
/proc/loadavg: 4.03 5.45 6.75 5/236 8678
/proc/meminfo: memFree=23942000/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=576304 CPUtime=3283.27 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 496453 0 0 0 328132 195 0 0 25 0 4 0 652150305 590135296 93292 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294558 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 144076 93292 379 95 0 139058 0
[pid=8635/tid=8636] ppid=8633 vsize=576304 CPUtime=822.31 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 140194 0 0 0 82174 57 0 0 25 0 4 0 652150306 590135296 93292 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=576304 CPUtime=822.3 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 140423 0 0 0 82177 53 0 0 25 0 4 0 652150306 590135296 93292 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=576304 CPUtime=822.32 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 111033 0 0 0 82190 42 0 0 25 0 4 0 652150306 590135296 93292 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.27
Current children cumulated vsize (KiB) 576304

[startup+882.309 s]
/proc/loadavg: 4.01 5.19 6.57 5/236 8680
/proc/meminfo: memFree=23926836/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=529788 CPUtime=3522.88 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 517874 0 0 0 352082 206 0 0 25 0 4 0 652150305 542502912 97369 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294513 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 132447 97369 379 95 0 127429 0
[pid=8635/tid=8636] ppid=8633 vsize=529788 CPUtime=882.32 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 147573 0 0 0 88171 61 0 0 25 0 4 0 652150306 542502912 97369 33554432000 4194304 4580107 140736608932320 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=529788 CPUtime=882.31 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 146704 0 0 0 88175 56 0 0 25 0 4 0 652150306 542502912 97369 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=529788 CPUtime=882.33 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 114860 0 0 0 88189 44 0 0 25 0 4 0 652150306 542502912 97369 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3522.88
Current children cumulated vsize (KiB) 529788

[startup+942.3 s]
/proc/loadavg: 4.04 5.00 6.43 5/236 8681
/proc/meminfo: memFree=23946644/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=583232 CPUtime=3762.42 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 539440 0 0 0 376025 217 0 0 25 0 4 0 652150305 597229568 92421 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294400 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 145808 92421 379 95 0 140790 0
[pid=8635/tid=8636] ppid=8633 vsize=583232 CPUtime=942.31 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 153541 0 0 0 94167 64 0 0 25 0 4 0 652150306 597229568 92421 33554432000 4194304 4580107 140736608932320 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=583232 CPUtime=942.31 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 154054 0 0 0 94172 59 0 0 25 0 4 0 652150306 597229568 92421 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=583232 CPUtime=942.31 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 119060 0 0 0 94185 46 0 0 25 0 4 0 652150306 597229568 92421 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3762.42
Current children cumulated vsize (KiB) 583232

[startup+1002.3 s]
/proc/loadavg: 4.11 4.83 6.27 5/236 8683
/proc/meminfo: memFree=23926892/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=583332 CPUtime=4001.98 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 553221 0 0 0 399974 224 0 0 25 0 4 0 652150305 597331968 97243 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 145833 97243 379 95 0 140815 0
[pid=8635/tid=8636] ppid=8633 vsize=583332 CPUtime=1002.31 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 158199 0 0 0 100164 67 0 0 25 0 4 0 652150306 597331968 97243 33554432000 4194304 4580107 140736608932320 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=583332 CPUtime=1002.31 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 158263 0 0 0 100170 61 0 0 25 0 4 0 652150306 597331968 97243 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=583332 CPUtime=1002.31 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 121979 0 0 0 100183 48 0 0 25 0 4 0 652150306 597331968 97243 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4001.98
Current children cumulated vsize (KiB) 583332

[startup+1062.3 s]
/proc/loadavg: 4.12 4.70 6.14 5/236 8684
/proc/meminfo: memFree=23919432/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=564788 CPUtime=4241.56 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 574836 0 0 0 423922 234 0 0 25 0 4 0 652150305 578342912 99104 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 141197 99104 379 95 0 136179 0
[pid=8635/tid=8636] ppid=8633 vsize=564788 CPUtime=1062.32 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 167336 0 0 0 106161 71 0 0 25 0 4 0 652150306 578342912 99104 33554432000 4194304 4580107 140736608932320 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=564788 CPUtime=1062.31 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 164541 0 0 0 106167 64 0 0 25 0 4 0 652150306 578342912 99104 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=564788 CPUtime=1062.32 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 124953 0 0 0 106182 50 0 0 25 0 4 0 652150306 578342912 99104 33554432000 4194304 4580107 140736608932320 18446744073709551615 4305229 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4241.56
Current children cumulated vsize (KiB) 564788

[startup+1122.3 s]
/proc/loadavg: 4.10 4.58 6.00 5/236 8686
/proc/meminfo: memFree=23894968/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=564776 CPUtime=4481.13 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 597547 0 0 0 447870 243 0 0 25 0 4 0 652150305 578330624 105375 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 141194 105375 379 95 0 136176 0
[pid=8635/tid=8636] ppid=8633 vsize=564776 CPUtime=1122.32 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 170462 0 0 0 112160 72 0 0 25 0 4 0 652150306 578330624 105375 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=564776 CPUtime=1122.3 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 175361 0 0 0 112162 68 0 0 25 0 4 0 652150306 578330624 105375 33554432000 4194304 4580107 140736608932320 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=564776 CPUtime=1122.32 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 131478 0 0 0 112180 52 0 0 25 0 4 0 652150306 578330624 105375 33554432000 4194304 4580107 140736608932320 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4481.13
Current children cumulated vsize (KiB) 564776

[startup+1182.3 s]
/proc/loadavg: 4.10 4.50 5.89 5/236 8688
/proc/meminfo: memFree=23879060/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=591688 CPUtime=4720.7 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 605617 0 0 0 471821 249 0 0 25 0 4 0 652150305 605888512 109449 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 147922 109449 379 95 0 142904 0
[pid=8635/tid=8636] ppid=8633 vsize=591688 CPUtime=1182.32 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 174188 0 0 0 118157 75 0 0 25 0 4 0 652150306 605888512 109449 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=591688 CPUtime=1182.31 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 175872 0 0 0 118162 69 0 0 25 0 4 0 652150306 605888512 109449 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=591688 CPUtime=1182.32 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 131478 0 0 0 118180 52 0 0 25 0 4 0 652150306 605888512 109449 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4720.7
Current children cumulated vsize (KiB) 591688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 4.07 4.45 5.84 5/236 8688
/proc/meminfo: memFree=23876308/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=657292 CPUtime=4800.18 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 612824 0 0 0 479766 252 0 0 25 0 4 0 652150305 673067008 109823 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 164323 109823 379 95 0 159305 0
[pid=8635/tid=8636] ppid=8633 vsize=657292 CPUtime=1202.23 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 176636 0 0 0 120147 76 0 0 25 0 4 0 652150306 673067008 109823 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=657292 CPUtime=1202.22 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 178240 0 0 0 120152 70 0 0 25 0 4 0 652150306 673067008 109823 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=657292 CPUtime=1202.23 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 131635 0 0 0 120171 52 0 0 25 0 4 0 652150306 673067008 109823 33554432000 4194304 4580107 140736608932320 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 657292

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

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

[startup+1202.2 s]
/proc/loadavg: 4.07 4.45 5.84 5/236 8688
/proc/meminfo: memFree=23876308/32951124 swapFree=61559568/67111528
[pid=8635] ppid=8633 vsize=657292 CPUtime=4800.18 cores=1,3,5,7
/proc/8635/stat : 8635 (strangenight2-m) R 8633 8635 7898 0 -1 4202496 612824 0 0 0 479766 252 0 0 25 0 4 0 652150305 673067008 109823 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8635/statm: 164323 109823 379 95 0 159305 0
[pid=8635/tid=8636] ppid=8633 vsize=657292 CPUtime=1202.23 cores=1,3,5,7
/proc/8635/task/8636/stat : 8636 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 176636 0 0 0 120147 76 0 0 25 0 4 0 652150306 673067008 109823 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8635/tid=8637] ppid=8633 vsize=657292 CPUtime=1202.22 cores=1,3,5,7
/proc/8635/task/8637/stat : 8637 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 178240 0 0 0 120152 70 0 0 25 0 4 0 652150306 673067008 109823 33554432000 4194304 4580107 140736608932320 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8635/tid=8638] ppid=8633 vsize=657292 CPUtime=1202.23 cores=1,3,5,7
/proc/8635/task/8638/stat : 8638 (strangenight2-m) R 8633 8635 7898 0 -1 4202560 131635 0 0 0 120171 52 0 0 25 0 4 0 652150306 673067008 109823 33554432000 4194304 4580107 140736608932320 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 657292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.23
CPU time (s): 4800.23
CPU user time (s): 4797.69
CPU system time (s): 2.54061
CPU usage (%): 399.276
Max. virtual memory (cumulated for all children) (KiB): 765312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.69
system time used= 2.54061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 612825
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= 334
involuntary context switches= 19130

runsolver used 2.31365 second user time and 6.46802 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 22:38:16
IDJOB=3366492
IDBENCH=82901
IDSOLVER=1844
FILE ID=node109/3366492-1305405496
RUNJOBID= node109-1305405456-8582
PBS_JOBID= 13324470
Free space on /tmp= 73220 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S360859187-040.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366492-1305405496/watcher-3366492-1305405496 -o /tmp/evaluation-result-3366492-1305405496/solver-3366492-1305405496 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366492-1305405496.cnf

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

MD5SUM BENCH= 5da80be8e24322484381341b0d82cc61
RANDOM SEED=92120935

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24226616 kB
Buffers:        232880 kB
Cached:        2258352 kB
SwapCached:      28404 kB
Active:         186064 kB
Inactive:      8323564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24226616 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:            5472 kB
Writeback:           0 kB
AnonPages:     5996544 kB
Mapped:          18040 kB
Slab:           122280 kB
PageTables:      30836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18019544 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= 73220 MiB
End job on node109 at 2011-05-14 22:58:20