Trace number 3174083

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.3 1201.64

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-3174083-1304088444.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        100
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	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.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.00/0.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.42	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.42	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.42	c calculated reachability. Time: 0.00
0.00/0.42	c Calc default polars -  time:   0.00 s pos:      44 undec:       8 neg:      48
0.00/0.42	c =========================================================================================
0.00/0.42	c types(t): F = full restart, N = normal restart
0.00/0.42	c types(t): S = simplification begin/end, E = solution found
0.00/0.42	c restart types(rt): st = static, dy = dynamic
0.00/0.42	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.80	c  B st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.80	c Decided on static restart strategy
0.00/0.80	c  N st     8      4917       100      2130         0      4580     10650     99632   no data   no data
0.00/0.80	c  N st    10     11299       100      2130         0      4227     10650     73796   no data   no data
0.00/0.80	c  N st    11     17042       100      2130         0      9554     10650    186240   no data   no data
2.17/0.90	c  F st    12     25000       100      2130         0     11735     10650    234513   no data   no data
2.17/0.90	c  N st    12     25000       100      2130         0     11735     10650    234513   no data   no data
4.01/1.10	c Decided on static restart strategy
4.01/1.10	c  N st    18     30004       100      2130         0     10069     10650    188142   no data   no data
4.01/1.10	c  S st    18     30004       100      2130         0     10069     10650    188142   no data   no data
4.01/1.10	c  S st    18     30508       100      2130         0     10557     10650    198842   no data   no data
4.01/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.01/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.01/1.10	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
4.01/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.01/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.01/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.01/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.01/1.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.01/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.30	c lits-rem:       202  cl-subs:     1877  v-elim:      0  v-fix:    0  time:  0.16 s
4.80/1.30	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
4.80/1.30	c calculated reachability. Time: 0.00
4.80/1.30	c  N st    18     30508       100      2130         0      8680     10650    158604   no data   no data
5.97/1.59	c  N st    20     37619       100      2130         0      7961     10650    132207   no data   no data
7.18/1.85	c  N st    21     44020       100      2130         0     13907     10650    264620   no data   no data
7.58/1.94	c  S st    22     45762       100      2130         0     15516     10650    298418   no data   no data
7.58/1.98	c  S st    22     46265       100      2130         0     15992     10650    308589   no data   no data
7.58/1.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.58/1.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.58/1.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.58/1.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.58/1.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.58/1.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
7.58/1.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.58/2.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.39	c lits-rem:       515  cl-subs:     2119  v-elim:      0  v-fix:    0  time:  0.38 s
9.16/2.39	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
9.16/2.39	c vivif2 --  cl tried    13873 cl shrink        0 lits rem          0 time: 0.00
9.56/2.44	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
9.56/2.44	c calculated reachability. Time: 0.00
9.56/2.44	c  N st    22     46265       100      2130         0     13873     10650    261160   no data   no data
12.35/3.16	c  N st    23     60662       100      2130         0      9819     10650    148353   no data   no data
14.36/3.60	c  N st    24     69398       100      2130         0     17861     10650    318900   no data   no data
14.36/3.60	c  S st    24     69398       100      2130         0     17861     10650    318900   no data   no data
14.36/3.65	c  S st    24     69901       100      2130         0     18342     10650    329346   no data   no data
14.36/3.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.36/3.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.36/3.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.36/3.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.36/3.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.36/3.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
14.36/3.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.36/3.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.36/3.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.37/4.17	c lits-rem:       637  cl-subs:     2499  v-elim:      0  v-fix:    0  time:  0.50 s
16.37/4.17	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
16.37/4.17	c vivif2 --  cl tried    15843 cl shrink        0 lits rem          0 time: 0.00
16.75/4.23	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
16.75/4.23	c calculated reachability. Time: 0.00
16.75/4.23	c  N st    24     69901       100      2130         0     15843     10650    277849   no data   no data
20.77/5.25	c  F st    25     87500       100      2130         0     11034     10650    158423   no data   no data
20.77/5.25	c  N st    25     87500       100      2130         0     11034     10650    158423   no data   no data
21.95/5.52	c Decided on static restart strategy
22.35/5.68	c  N st    32     95542       100      2130         0     18537     10650    322380   no data   no data
24.75/6.28	c  N st    34    104854       100      2130         0     15219     10650    246801   no data   no data
24.75/6.28	c  S st    34    104854       100      2130         0     15219     10650    246801   no data   no data
25.16/6.32	c  S st    34    105355       100      2130         0     15702     10650    257256   no data   no data
25.16/6.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.16/6.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.16/6.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.16/6.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.16/6.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.16/6.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
25.16/6.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.16/6.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.16/6.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.47	c lits-rem:       247  cl-subs:      924  v-elim:      0  v-fix:    0  time:  0.13 s
25.54/6.47	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
25.54/6.48	c vivif2 --  cl tried    14778 cl shrink        0 lits rem          0 time: 0.00
25.94/6.53	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
25.94/6.53	c calculated reachability. Time: 0.00
25.94/6.53	c  N st    34    105355       100      2130         0     14778     10650    237110   no data   no data
28.73/7.24	c  N st    35    114953       100      2130         0     23733     10650    436984   no data   no data
33.13/8.31	c  N st    36    129352       100      2130         0     23991     10650    408474   no data   no data
39.52/9.92	c  N st    37    150947       100      2130         0     15212     10650    204167   no data   no data
41.13/10.36	c  S st    38    158032       100      2130         0     21764     10650    346610   no data   no data
41.53/10.42	c  S st    38    158542       100      2130         0     22258     10650    357874   no data   no data
41.53/10.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.53/10.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
41.53/10.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.53/10.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.53/10.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.53/10.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
41.53/10.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.53/10.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
41.53/10.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.12/10.89	c lits-rem:       329  cl-subs:     2398  v-elim:      0  v-fix:    0  time:  0.45 s
43.12/10.89	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
43.12/10.89	c vivif2 --  cl tried    19860 cl shrink        0 lits rem          0 time: 0.00
43.52/10.96	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
43.52/10.96	c calculated reachability. Time: 0.00
43.52/10.96	c  N st    38    158542       100      2130         0     19860     10650    308041   no data   no data
59.50/14.92	c  N st    39    207130       100      2130         0     32430     10650    542721   no data   no data
70.29/17.62	c  N st    40    237815       100      2130         0     24878     10650    376562   no data   no data
70.29/17.62	c  S st    40    237815       100      2130         0     24878     10650    376562   no data   no data
70.29/17.69	c  S st    40    238319       100      2130         0     25354     10650    386979   no data   no data
70.29/17.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.29/17.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
70.29/17.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
70.29/17.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.29/17.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.29/17.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
70.29/17.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
70.69/17.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
70.69/17.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.28/18.14	c lits-rem:       414  cl-subs:     1956  v-elim:      0  v-fix:    0  time:  0.43 s
72.28/18.14	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
72.28/18.14	c vivif2 --  cl tried    23398 cl shrink        0 lits rem          0 time: 0.00
72.68/18.23	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.08
72.68/18.23	c calculated reachability. Time: 0.00
72.68/18.23	c  N st    40    238319       100      2130         0     23398     10650    348564   no data   no data
97.04/24.32	c  F st    41    306250       100      2130         0     25251     10650    350165   no data   no data
97.04/24.32	c  N st    41    306250       100      2130         0     25251     10650    350165   no data   no data
98.64/24.75	c Decided on static restart strategy
107.03/26.80	c  N st    51    334553       100      2130         0     29354     10650    429753   no data   no data
116.62/29.26	c  N st    53    357479       100      2130         0     27548     10650    373376   no data   no data
116.62/29.26	c  S st    53    357479       100      2130         0     27548     10650    373376   no data   no data
117.03/29.33	c  S st    53    357980       100      2130         0     28029     10650    384300   no data   no data
117.03/29.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.03/29.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
117.03/29.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
117.03/29.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.03/29.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.03/29.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
117.03/29.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
117.03/29.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
117.03/29.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
118.22/29.62	c lits-rem:       192  cl-subs:     1245  v-elim:      0  v-fix:    0  time:  0.27 s
118.22/29.62	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
118.22/29.63	c vivif2 --  cl tried    26784 cl shrink        0 lits rem          0 time: 0.00
118.62/29.73	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.10
118.62/29.73	c calculated reachability. Time: 0.00
118.62/29.73	c  N st    53    357980       100      2130         0     26784     10650    360157   no data   no data
132.20/33.18	c  N st    54    390372       100      2130         0     32543     10650    463042   no data   no data
156.58/39.21	c  N st    55    438960       100      2130         0     26549     10650    324007   no data   no data
190.92/47.88	c  N st    56    511843       100      2130         0     39182     10650    560851   no data   no data
204.11/51.17	c  N st    57    536972       100      2130         0     33929     10650    451629   no data   no data
204.11/51.17	c  S st    57    536972       100      2130         0     33929     10650    451629   no data   no data
204.50/51.27	c  S st    57    537473       100      2130         0     34405     10650    462575   no data   no data
204.50/51.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
204.50/51.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
204.50/51.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
204.50/51.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
204.50/51.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
204.50/51.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
204.50/51.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
204.50/51.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
204.50/51.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
206.49/51.76	c lits-rem:       401  cl-subs:     1729  v-elim:      0  v-fix:    0  time:  0.46 s
206.49/51.76	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
206.49/51.77	c vivif2 --  cl tried    32676 cl shrink        0 lits rem          0 time: 0.00
206.89/51.89	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.12
206.89/51.89	c calculated reachability. Time: 0.00
206.89/51.89	c  N st    57    537473       100      2130         0     32676     10650    428175   no data   no data
293.20/73.46	c  N st    58    701459       100      2130         0     59903     10650    942824   no data   no data
354.31/88.80	c  N st    59    806209       100      2130         0     54328     10650    805021   no data   no data
354.31/88.80	c  S st    59    806209       100      2130         0     54328     10650    805021   no data   no data
355.09/88.95	c  S st    59    806715       100      2130         0     54811     10650    815919   no data   no data
355.09/88.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
355.09/88.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
355.09/88.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
355.09/88.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
355.09/88.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
355.09/88.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
355.09/88.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
355.09/88.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
355.49/89.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
367.90/92.17	c lits-rem:      1252  cl-subs:     6500  v-elim:      0  v-fix:    0  time:  3.17 s
367.90/92.17	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
367.90/92.18	c vivif2 --  cl tried    48311 cl shrink        0 lits rem          0 time: 0.01
369.08/92.40	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.22
369.08/92.40	c calculated reachability. Time: 0.00
369.08/92.40	c  N st    59    806715       100      2130         0     48311     10650    696081   no data   no data
534.06/133.73	c  F st    60   1071876       100      2130         0     63532     10650    936395   no data   no data
534.06/133.73	c  N st    60   1071876       100      2130         0     63532     10650    936395   no data   no data
538.06/134.76	c Decided on static restart strategy
557.63/139.68	c  N st    70   1100183       100      2130         0     48633     10650    631896   no data   no data
584.39/146.31	c  N st    72   1136177       100      2130         0     81716     10650   1346927   no data   no data
606.76/151.99	c  N st    73   1168569       100      2130         0     69289     10650   1066024   no data   no data
642.71/160.94	c  N st    74   1210072       100      2130         0     64297     10650    945053   no data   no data
642.71/160.94	c  S st    74   1210072       100      2130         0     64297     10650    945053   no data   no data
643.91/161.24	c  S st    74   1210577       100      2130         0     64776     10650    955923   no data   no data
643.91/161.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
643.91/161.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
643.91/161.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
643.91/161.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
643.91/161.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
643.91/161.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
643.91/161.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
644.32/161.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
644.32/161.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
677.86/169.76	c lits-rem:      1562  cl-subs:     5368  v-elim:      0  v-fix:    0  time:  8.40 s
677.86/169.76	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
677.86/169.78	c vivif2 --  cl tried    59408 cl shrink        0 lits rem          0 time: 0.01
679.47/170.17	c asymm  cl-useful: 0/1961/2130 lits-rem:0 time: 0.39
679.47/170.17	c calculated reachability. Time: 0.00
679.47/170.17	c  N st    74   1210577       100      2130         0     59408     10650    842888   no data   no data
743.37/186.11	c  N st    75   1283464       100      2130         0     82227     10650   1284181   no data   no data
836.04/209.31	c  N st    76   1392788       100      2130         0     91686     10650   1460890   no data   no data
979.85/245.33	c  N st    77   1556772       100      2130         0     49489     10650    534018   no data   no data
1121.26/280.72	c  N st    78   1710582       100      2130         0     89016     10650   1362690   no data   no data
1121.26/280.72	c  S st    78   1710582       100      2130         0     89016     10650   1362690   no data   no data
1122.46/281.05	c  S st    78   1711088       100      2130         0     89499     10650   1373895   no data   no data
1122.46/281.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1122.86/281.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1122.86/281.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1122.86/281.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1122.86/281.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1122.86/281.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1122.86/281.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1122.86/281.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1122.86/281.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1219.53/305.39	c lits-rem:      2307  cl-subs:    10859  v-elim:      0  v-fix:    0  time: 24.21 s
1219.53/305.39	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1219.94/305.41	c vivif2 --  cl tried    78640 cl shrink        0 lits rem          0 time: 0.02
1221.52/305.83	c asymm  cl-useful: 0/1556/2130 lits-rem:0 time: 0.43
1221.52/305.84	c calculated reachability. Time: 0.00
1221.52/305.84	c  N st    78   1711088       100      2130         0     78640     10650   1164702   no data   no data
1582.22/396.14	c  N st    79   2080052       100      2130         0     89333     10650   1249246   no data   no data
1726.03/432.15	c  N st    80   2211088       100      2130         0     93373     10650   1319787   no data   no data
1726.03/432.15	c  S st    80   2211088       100      2130         0     93373     10650   1319787   no data   no data
1727.23/432.46	c  S st    80   2211591       100      2130         0     93856     10650   1331031   no data   no data
1727.23/432.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1727.63/432.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1727.63/432.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1727.63/432.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1727.63/432.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1727.63/432.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1727.63/432.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1727.63/432.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1727.63/432.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1785.95/447.16	c lits-rem:      1466  cl-subs:    14539  v-elim:      0  v-fix:    0  time: 14.60 s
1785.95/447.16	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1785.95/447.18	c vivif2 --  cl tried    79317 cl shrink        0 lits rem          0 time: 0.02
1786.76/447.39	c asymm  cl-useful: 0/574/2130 lits-rem:0 time: 0.21
1786.76/447.39	c calculated reachability. Time: 0.00
1786.76/447.39	c  N st    80   2211591       100      2130         0     79317     10650   1073676   no data   no data
2346.78/587.59	c  N st    81   2711591       100      2130         0    102462     10650   1436514   no data   no data
2346.78/587.59	c  S st    81   2711591       100      2130         0    102462     10650   1436514   no data   no data
2348.38/587.90	c  S st    81   2712093       100      2130         0    102936     10650   1447649   no data   no data
2348.38/587.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2348.38/587.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2348.38/587.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2348.38/587.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2348.38/587.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2348.38/587.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2348.38/587.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2348.38/587.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2348.78/588.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2431.07/608.60	c lits-rem:      1564  cl-subs:    14545  v-elim:      0  v-fix:    0  time: 20.58 s
2431.07/608.60	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2431.07/608.62	c vivif2 --  cl tried    88391 cl shrink        0 lits rem          0 time: 0.02
2432.68/609.07	c asymm  cl-useful: 0/1321/2130 lits-rem:0 time: 0.45
2432.68/609.07	c calculated reachability. Time: 0.00
2432.68/609.07	c  N st    81   2712093       100      2130         0     88391     10650   1195845   no data   no data
2989.99/748.52	c  N st    82   3212093       100      2130         0    138159     10650   2182569   no data   no data
2989.99/748.52	c  S st    82   3212093       100      2130         0    138159     10650   2182569   no data   no data
2992.39/749.14	c  S st    82   3212596       100      2130         0    138639     10650   2193537   no data   no data
2992.39/749.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2992.79/749.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
2992.79/749.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2992.79/749.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2992.79/749.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2992.79/749.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2992.79/749.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2992.79/749.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2993.18/749.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3164.55/792.29	c lits-rem:      2802  cl-subs:    21928  v-elim:      0  v-fix:    0  time: 42.96 s
3164.55/792.30	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3164.95/792.32	c vivif2 --  cl tried   116711 cl shrink        0 lits rem          0 time: 0.03
3166.15/792.68	c asymm  cl-useful: 0/809/2130 lits-rem:0 time: 0.36
3166.15/792.68	c calculated reachability. Time: 0.00
3166.15/792.68	c  N st    82   3212596       100      2130         0    116711     10650   1784030   no data   no data
3768.68/943.42	c  N st    83   3712597       100      2130         0    133774     10650   1970931   no data   no data
3768.68/943.42	c  S st    83   3712597       100      2130         0    133774     10650   1970931   no data   no data
3770.67/943.92	c  S st    83   3713098       100      2130         0    134251     10650   1981866   no data   no data
3770.67/943.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3770.67/943.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3770.67/944.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3770.67/944.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3770.67/944.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3770.67/944.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3770.67/944.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3771.07/944.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3771.07/944.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3890.91/974.01	c lits-rem:      1773  cl-subs:    21319  v-elim:      0  v-fix:    0  time: 29.92 s
3890.91/974.01	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3890.91/974.03	c vivif2 --  cl tried   112932 cl shrink        0 lits rem          0 time: 0.02
3892.12/974.39	c asymm  cl-useful: 0/1033/2130 lits-rem:0 time: 0.36
3892.50/974.40	c calculated reachability. Time: 0.00
3892.50/974.40	c  N st    83   3713098       100      2130         0    112932     10650   1606947   no data   no data
3955.23/990.17	c  F st    84   3751562       100      2130         0    148161     10650   2368604   no data   no data
3955.23/990.18	c  N st    84   3751562       100      2130         0    148161     10650   2368604   no data   no data
3968.02/993.32	c Decided on static restart strategy
3992.81/999.57	c  N st    94   3779864       100      2130         0     98569     10650   1294295   no data   no data
4044.34/1012.46	c  N st    96   3815858       100      2130         0    131710     10650   2026517   no data   no data
4090.28/1023.94	c  N st    97   3848250       100      2130         0     84070     10650    953374   no data   no data
4147.05/1038.11	c  N st    98   3896838       100      2130         0    128558     10650   1935697   no data   no data
4239.72/1061.33	c  N st    99   3969720       100      2130         0    117036     10650   1668725   no data   no data
4411.11/1104.23	c  N st   100   4079043       100      2130         0    137482     10650   2068832   no data   no data
4668.78/1168.71	c  N st   101   4213099       100      2130         0     97722     10650   1200640   no data   no data
4668.78/1168.71	c  S st   101   4213099       100      2130         0     97722     10650   1200640   no data   no data
4670.38/1169.13	c  S st   101   4213600       100      2130         0     98204     10650   1211963   no data   no data
4670.38/1169.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4670.78/1169.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
4670.78/1169.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4670.78/1169.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4670.78/1169.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4670.78/1169.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4670.78/1169.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4670.78/1169.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4670.78/1169.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4693.94/1175.08	c lits-rem:       624  cl-subs:     4910  v-elim:      0  v-fix:    0  time:  5.81 s
4693.94/1175.08	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4694.34/1175.10	c vivif2 --  cl tried    93294 cl shrink        0 lits rem          0 time: 0.02
4695.95/1175.53	c asymm  cl-useful: 0/1073/2130 lits-rem:0 time: 0.43
4695.95/1175.53	c calculated reachability. Time: 0.00
4695.95/1175.53	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: 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-3174083-1304088444/watcher-3174083-1304088444 -o /tmp/evaluation-result-3174083-1304088444/solver-3174083-1304088444 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174083-1304088444.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.08 8.03 7.97 6/180 1033
/proc/meminfo: memFree=29144020/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 599075061 52441088 347 33554432000 4194304 4627427 140735067576624 18446744073709551615 251367603185 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1033/statm: 12803 347 299 106 0 7774 0
[pid=1033/tid=1034] ppid=1031 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 599075061 52441088 352 33554432000 4194304 4627427 140735067576624 18446744073709551615 47863703398320 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 599075061 52441088 352 33554432000 4194304 4627427 140735067576624 18446744073709551615 47863703398316 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 599075061 52441088 352 33554432000 4194304 4627427 140735067576624 18446744073709551615 251367546811 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.553216 s]
/proc/loadavg: 8.08 8.03 7.97 6/180 1033
/proc/meminfo: memFree=29144020/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=228172 CPUtime=2.17 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 4502 0 0 0 217 0 0 0 18 0 4 0 599075061 233648128 2323 33554432000 4194304 4627427 140735067576624 18446744073709551615 251367590023 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 54918 2841 385 106 0 49889 0
[pid=1033/tid=1034] ppid=1031 vsize=219672 CPUtime=0.8 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1241 0 0 0 80 0 0 0 25 0 4 0 599075061 224944128 2841 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=219672 CPUtime=0.79 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1307 0 0 0 79 0 0 0 19 0 4 0 599075061 224944128 2841 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=219672 CPUtime=0.79 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1080 0 0 0 79 0 0 0 19 0 4 0 599075061 224944128 2841 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 228172

[startup+0.90878 s]
/proc/loadavg: 8.08 8.03 7.97 6/180 1033
/proc/meminfo: memFree=29144020/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=220312 CPUtime=3.61 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 6214 0 0 0 360 1 0 0 19 0 4 0 599075061 225599488 2563 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 55078 2563 385 106 0 50049 0
[pid=1033/tid=1034] ppid=1031 vsize=220312 CPUtime=0.9 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1474 0 0 0 90 0 0 0 25 0 4 0 599075061 225599488 2563 33554432000 4194304 4627427 140735067576624 18446744073709551615 4327274 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=220312 CPUtime=0.89 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1533 0 0 0 89 0 0 0 19 0 4 0 599075061 225599488 2563 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=220312 CPUtime=0.89 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1352 0 0 0 89 0 0 0 19 0 4 0 599075061 225599488 2563 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 220312

[startup+1.00876 s]
/proc/loadavg: 8.08 8.03 7.97 6/180 1033
/proc/meminfo: memFree=29144020/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=220312 CPUtime=4.01 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 6474 0 0 0 400 1 0 0 19 0 4 0 599075061 225599488 2823 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 55078 2824 385 106 0 50049 0
[pid=1033/tid=1034] ppid=1031 vsize=220312 CPUtime=1 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1533 0 0 0 100 0 0 0 25 0 4 0 599075061 225599488 2824 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=220312 CPUtime=0.99 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1597 0 0 0 99 0 0 0 19 0 4 0 599075061 225599488 2824 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=220312 CPUtime=0.99 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1426 0 0 0 99 0 0 0 19 0 4 0 599075061 225599488 2824 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 220312

[startup+1.10874 s]
/proc/loadavg: 8.08 8.03 7.97 6/180 1033
/proc/meminfo: memFree=29144020/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=220480 CPUtime=4.4 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 7932 0 0 0 439 1 0 0 19 0 4 0 599075061 225771520 4281 33554432000 4194304 4627427 140735067576624 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 55120 4281 388 106 0 50091 0
[pid=1033/tid=1034] ppid=1031 vsize=220480 CPUtime=1.1 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1598 0 0 0 110 0 0 0 25 0 4 0 599075061 225771520 4281 33554432000 4194304 4627427 140735067576624 18446744073709551615 4330318 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=220480 CPUtime=1.09 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1647 0 0 0 109 0 0 0 19 0 4 0 599075061 225771520 4281 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=220480 CPUtime=1.09 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1479 0 0 0 109 0 0 0 19 0 4 0 599075061 225771520 4281 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 220480

[startup+1.50067 s]
/proc/loadavg: 8.08 8.03 7.97 6/180 1033
/proc/meminfo: memFree=29144020/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=220812 CPUtime=5.97 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 10142 0 0 0 596 1 0 0 19 0 4 0 599075061 226111488 5122 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 55203 5122 388 106 0 50174 0
[pid=1033/tid=1034] ppid=1031 vsize=220812 CPUtime=1.49 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 2947 0 0 0 149 0 0 0 25 0 4 0 599075061 226111488 5122 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=220812 CPUtime=1.48 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1993 0 0 0 148 0 0 0 20 0 4 0 599075061 226111488 5122 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=220812 CPUtime=1.49 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 1856 0 0 0 149 0 0 0 20 0 4 0 599075061 226111488 5122 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 220812

[startup+3.10038 s]
/proc/loadavg: 8.31 8.08 7.98 9/184 1037
/proc/meminfo: memFree=29104056/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=213176 CPUtime=12.35 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 18233 0 0 0 1233 2 0 0 25 0 4 0 599075061 218292224 9549 33554432000 4194304 4627427 140735067576624 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 53294 9549 389 106 0 48265 0
[pid=1033/tid=1034] ppid=1031 vsize=213176 CPUtime=3.08 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 3991 0 0 0 308 0 0 0 25 0 4 0 599075061 218292224 9549 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=213176 CPUtime=3.07 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 4602 0 0 0 307 0 0 0 25 0 4 0 599075061 218292224 9549 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=213176 CPUtime=3.08 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 4457 0 0 0 308 0 0 0 25 0 4 0 599075061 218292224 9549 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 213176

[startup+6.30678 s]
/proc/loadavg: 8.29 8.08 7.98 9/184 1037
/proc/meminfo: memFree=29085820/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=224276 CPUtime=25.16 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 28355 0 0 0 2512 4 0 0 25 0 4 0 599075061 229658624 13341 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 56069 13341 389 106 0 51040 0
[pid=1033/tid=1034] ppid=1031 vsize=224276 CPUtime=6.29 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 7016 0 0 0 629 0 0 0 25 0 4 0 599075061 229658624 13341 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=224276 CPUtime=6.26 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 7069 0 0 0 626 0 0 0 25 0 4 0 599075061 229658624 13341 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=224276 CPUtime=6.29 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 6568 0 0 0 629 0 0 0 25 0 4 0 599075061 229658624 13341 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 224276

[startup+12.7006 s]
/proc/loadavg: 8.26 8.08 7.98 9/184 1037
/proc/meminfo: memFree=29074372/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=234428 CPUtime=50.71 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 41352 0 0 0 5064 7 0 0 25 0 4 0 599075061 240054272 15791 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 58607 15791 389 106 0 53578 0
[pid=1033/tid=1034] ppid=1031 vsize=234428 CPUtime=12.69 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 10253 0 0 0 1268 1 0 0 25 0 4 0 599075061 240054272 15791 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=234428 CPUtime=12.63 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 9812 0 0 0 1262 1 0 0 25 0 4 0 599075061 240054272 15791 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=234428 CPUtime=12.69 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 10563 0 0 0 1267 2 0 0 25 0 4 0 599075061 240054272 15791 33554432000 4194304 4627427 140735067576624 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 234428

[startup+25.5002 s]
/proc/loadavg: 8.30 8.09 7.99 9/184 1037
/proc/meminfo: memFree=29061924/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=230632 CPUtime=101.83 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 64089 0 0 0 10172 11 0 0 25 0 4 0 599075061 236167168 20857 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 57658 20857 389 106 0 52629 0
[pid=1033/tid=1034] ppid=1031 vsize=230632 CPUtime=25.49 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 16724 0 0 0 2547 2 0 0 25 0 4 0 599075061 236167168 20857 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=230632 CPUtime=25.35 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 15432 0 0 0 2534 1 0 0 25 0 4 0 599075061 236167168 20857 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=230632 CPUtime=25.48 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 15608 0 0 0 2545 3 0 0 25 0 4 0 599075061 236167168 20857 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 230632

[startup+51.1005 s]
/proc/loadavg: 8.19 8.08 7.99 9/184 1038
/proc/meminfo: memFree=29024708/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=231956 CPUtime=204.11 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 100234 0 0 0 20390 21 0 0 25 0 4 0 599075061 237522944 24721 33554432000 4194304 4627427 140735067576624 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 57989 24721 389 106 0 52960 0
[pid=1033/tid=1034] ppid=1031 vsize=231956 CPUtime=51.08 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 26511 0 0 0 5104 4 0 0 25 0 4 0 599075061 237522944 24721 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=231956 CPUtime=50.82 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 24994 0 0 0 5078 4 0 0 25 0 4 0 599075061 237522944 24721 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=231956 CPUtime=51.08 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 23814 0 0 0 5103 5 0 0 25 0 4 0 599075061 237522944 24721 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 231956

[startup+102.301 s]
/proc/loadavg: 8.12 8.08 8.00 9/184 1039
/proc/meminfo: memFree=28984740/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=254996 CPUtime=408.62 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 148162 0 0 0 40828 34 0 0 25 0 4 0 599075061 261115904 35000 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 63749 35000 389 106 0 58720 0
[pid=1033/tid=1034] ppid=1031 vsize=254996 CPUtime=102.28 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 38899 0 0 0 10220 8 0 0 25 0 4 0 599075061 261115904 35000 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=254996 CPUtime=101.75 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 38208 0 0 0 10167 8 0 0 25 0 4 0 599075061 261115904 35000 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=254996 CPUtime=102.27 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 36194 0 0 0 10219 8 0 0 25 0 4 0 599075061 261115904 35000 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 254996

[startup+162.301 s]

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

[pid=1033] ppid=1031 vsize=501388 CPUtime=2565.68 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 413099 0 0 0 256445 123 0 0 25 0 4 0 599075061 513421312 90807 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 125347 90807 388 106 0 120318 0
[pid=1033/tid=1034] ppid=1031 vsize=501388 CPUtime=642.29 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 113724 0 0 0 64194 35 0 0 25 0 4 0 599075061 513421312 90807 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=501388 CPUtime=638.82 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 112988 0 0 0 63847 35 0 0 25 0 4 0 599075061 513421312 90807 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=501388 CPUtime=642.24 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 90715 0 0 0 64200 24 0 0 25 0 4 0 599075061 513421312 90807 33554432000 4194304 4627427 140735067576624 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.68
Current children cumulated vsize (KiB) 501388

[startup+702.3 s]
/proc/loadavg: 5.74 7.43 7.79 5/175 1073
/proc/meminfo: memFree=29057492/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=490028 CPUtime=2805.4 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 434787 0 0 0 280409 131 0 0 25 0 4 0 599075061 501788672 89066 33554432000 4194304 4627427 140735067576624 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 122507 89066 388 106 0 117478 0
[pid=1033/tid=1034] ppid=1031 vsize=490028 CPUtime=702.29 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 117821 0 0 0 70192 37 0 0 25 0 4 0 599075061 501788672 89066 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=490028 CPUtime=698.55 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 120487 0 0 0 69817 38 0 0 25 0 4 0 599075061 501788672 89066 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=490028 CPUtime=702.23 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 95827 0 0 0 70197 26 0 0 25 0 4 0 599075061 501788672 89066 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 490028

[startup+762.3 s]
/proc/loadavg: 4.69 6.82 7.56 5/175 1075
/proc/meminfo: memFree=29033100/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=569008 CPUtime=3045.11 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 454600 0 0 0 304373 138 0 0 25 0 4 0 599075061 582664192 95026 33554432000 4194304 4627427 140735067576624 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 142252 95026 388 106 0 137223 0
[pid=1033/tid=1034] ppid=1031 vsize=569008 CPUtime=762.29 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 124651 0 0 0 76188 41 0 0 25 0 4 0 599075061 582664192 95026 33554432000 4194304 4627427 140735067576624 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=569008 CPUtime=758.25 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 127631 0 0 0 75785 40 0 0 25 0 4 0 599075061 582664192 95026 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=569008 CPUtime=762.24 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 96397 0 0 0 76197 27 0 0 25 0 4 0 599075061 582664192 95026 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.11
Current children cumulated vsize (KiB) 569008

[startup+822.301 s]
/proc/loadavg: 4.30 6.31 7.33 5/175 1086
/proc/meminfo: memFree=29014192/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=582096 CPUtime=3284.82 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 472201 0 0 0 328335 147 0 0 25 0 4 0 599075061 596066304 100084 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 145524 100084 388 106 0 140495 0
[pid=1033/tid=1034] ppid=1031 vsize=582096 CPUtime=822.29 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 130867 0 0 0 82185 44 0 0 25 0 4 0 599075061 596066304 100084 33554432000 4194304 4627427 140735067576624 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=582096 CPUtime=817.96 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 133102 0 0 0 81753 43 0 0 25 0 4 0 599075061 596066304 100084 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=582096 CPUtime=822.24 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 99264 0 0 0 82196 28 0 0 25 0 4 0 599075061 596066304 100084 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.82
Current children cumulated vsize (KiB) 582096

[startup+882.301 s]
/proc/loadavg: 4.11 5.89 7.12 5/175 1087
/proc/meminfo: memFree=29030740/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=570252 CPUtime=3524.54 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 492942 0 0 0 352297 157 0 0 25 0 4 0 599075061 583938048 95741 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 142563 95741 388 106 0 137534 0
[pid=1033/tid=1034] ppid=1031 vsize=570252 CPUtime=882.29 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 136929 0 0 0 88182 47 0 0 25 0 4 0 599075061 583938048 95741 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=570252 CPUtime=877.68 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 139139 0 0 0 87723 45 0 0 25 0 4 0 599075061 583938048 95741 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=570252 CPUtime=882.23 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 102238 0 0 0 88193 30 0 0 25 0 4 0 599075061 583938048 95741 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.54
Current children cumulated vsize (KiB) 570252

[startup+942.301 s]
/proc/loadavg: 4.08 5.56 6.93 5/175 1089
/proc/meminfo: memFree=29052980/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=532016 CPUtime=3764.29 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 508642 0 0 0 376264 165 0 0 25 0 4 0 599075061 544784384 89942 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 133004 89942 388 106 0 127975 0
[pid=1033/tid=1034] ppid=1031 vsize=532016 CPUtime=942.29 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 142909 0 0 0 94178 51 0 0 25 0 4 0 599075061 544784384 89942 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=532016 CPUtime=937.42 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 145519 0 0 0 93694 48 0 0 25 0 4 0 599075061 544784384 89942 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=532016 CPUtime=942.24 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 103009 0 0 0 94194 30 0 0 25 0 4 0 599075061 544784384 89942 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.29
Current children cumulated vsize (KiB) 532016

[startup+1002.3 s]
/proc/loadavg: 4.07 5.29 6.75 5/175 1090
/proc/meminfo: memFree=29019568/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=532176 CPUtime=4003.98 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 527124 0 0 0 400225 173 0 0 25 0 4 0 599075061 544948224 98532 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 133044 98532 388 106 0 128015 0
[pid=1033/tid=1034] ppid=1031 vsize=532176 CPUtime=1002.29 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 148373 0 0 0 100175 54 0 0 25 0 4 0 599075061 544948224 98532 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=532176 CPUtime=997.12 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 149829 0 0 0 99661 51 0 0 25 0 4 0 599075061 544948224 98532 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=532176 CPUtime=1002.23 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 106273 0 0 0 100192 31 0 0 25 0 4 0 599075061 544948224 98532 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.98
Current children cumulated vsize (KiB) 532176

[startup+1062.31 s]
/proc/loadavg: 4.06 5.06 6.58 5/175 1092
/proc/meminfo: memFree=29016752/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=559032 CPUtime=4243.73 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 546024 0 0 0 424192 181 0 0 25 0 4 0 599075061 572448768 99185 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 139758 99185 388 106 0 134729 0
[pid=1033/tid=1034] ppid=1031 vsize=559032 CPUtime=1062.3 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 153150 0 0 0 106173 57 0 0 25 0 4 0 599075061 572448768 99185 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=559032 CPUtime=1056.85 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 156101 0 0 0 105631 54 0 0 25 0 4 0 599075061 572448768 99185 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=559032 CPUtime=1062.25 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 110889 0 0 0 106192 33 0 0 25 0 4 0 599075061 572448768 99185 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.73
Current children cumulated vsize (KiB) 559032

[startup+1122.3 s]
/proc/loadavg: 4.05 4.88 6.42 5/175 1094
/proc/meminfo: memFree=29001428/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=598332 CPUtime=4483.41 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 568955 0 0 0 448152 189 0 0 25 0 4 0 599075061 612691968 103078 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 149583 103078 388 106 0 144554 0
[pid=1033/tid=1034] ppid=1031 vsize=598332 CPUtime=1122.29 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 156648 0 0 0 112171 58 0 0 25 0 4 0 599075061 612691968 103078 33554432000 4194304 4627427 140735067576624 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=598332 CPUtime=1116.54 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 162034 0 0 0 111598 56 0 0 25 0 4 0 599075061 612691968 103078 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=598332 CPUtime=1122.24 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 119068 0 0 0 112189 35 0 0 25 0 4 0 599075061 612691968 103078 33554432000 4194304 4627427 140735067576624 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.41
Current children cumulated vsize (KiB) 598332

[startup+1182.3 s]
/proc/loadavg: 4.02 4.72 6.27 5/175 1095
/proc/meminfo: memFree=28976680/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=652028 CPUtime=4723.1 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 579352 0 0 0 472114 196 0 0 25 0 4 0 599075061 667676672 109170 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 163007 109170 388 106 0 157978 0
[pid=1033/tid=1034] ppid=1031 vsize=652028 CPUtime=1182.3 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 159826 0 0 0 118169 61 0 0 25 0 4 0 599075061 667676672 109170 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=652028 CPUtime=1176.22 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 164563 0 0 0 117566 56 0 0 25 0 4 0 599075061 667676672 109170 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=652028 CPUtime=1182.24 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 119823 0 0 0 118189 35 0 0 25 0 4 0 599075061 667676672 109170 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4723.1
Current children cumulated vsize (KiB) 652028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.07 4.69 6.22 5/175 1096
/proc/meminfo: memFree=28979896/32950928 swapFree=67111352/67111528
[pid=1033] ppid=1031 vsize=546184 CPUtime=4800.23 cores=0,2,4,6
/proc/1033/stat : 1033 (strangenight2-m) R 1031 1033 384 0 -1 4202496 586012 0 0 0 479824 199 0 0 25 0 4 0 599075061 559292416 108160 33554432000 4194304 4627427 140735067576624 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1033/statm: 136546 108160 388 106 0 131517 0
[pid=1033/tid=1034] ppid=1031 vsize=546184 CPUtime=1201.6 cores=0,2,4,6
/proc/1033/task/1034/stat : 1034 (strangenight2-m) R 1031 1033 384 0 -1 4202560 160688 0 0 0 120099 61 0 0 25 0 4 0 599075061 559292416 108160 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1033/tid=1035] ppid=1031 vsize=546184 CPUtime=1195.44 cores=0,2,4,6
/proc/1033/task/1035/stat : 1035 (strangenight2-m) R 1031 1033 384 0 -1 4202560 166838 0 0 0 119487 57 0 0 25 0 4 0 599075061 559292416 108160 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1033/tid=1036] ppid=1031 vsize=546184 CPUtime=1201.54 cores=0,2,4,6
/proc/1033/task/1036/stat : 1036 (strangenight2-m) R 1031 1033 384 0 -1 4202560 122256 0 0 0 120118 36 0 0 25 0 4 0 599075061 559292416 108160 33554432000 4194304 4627427 140735067576624 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 546184

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.3
CPU user time (s): 4798.28
CPU system time (s): 2.01869
CPU usage (%): 399.48
Max. virtual memory (cumulated for all children) (KiB): 665984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.28
system time used= 2.01869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 586014
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= 354
involuntary context switches= 21580

runsolver used 1.93471 second user time and 4.26835 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 16:47:24
IDJOB=3174083
IDBENCH=82901
IDSOLVER=1586
FILE ID=node113/3174083-1304088444
RUNJOBID= node113-1304087891-961
PBS_JOBID= 13170537
Free space on /tmp= 71160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3174083-1304088444/watcher-3174083-1304088444 -o /tmp/evaluation-result-3174083-1304088444/solver-3174083-1304088444 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174083-1304088444.cnf

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

MD5SUM BENCH= 5da80be8e24322484381341b0d82cc61
RANDOM SEED=357158478

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:     32950928 kB
MemFree:      29144184 kB
Buffers:        699048 kB
Cached:        2263100 kB
SwapCached:         12 kB
Active:         414332 kB
Inactive:      2874960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29144184 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            5492 kB
Writeback:           0 kB
AnonPages:      326540 kB
Mapped:          15448 kB
Slab:           452568 kB
PageTables:       5308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   570060 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= 71160 MiB
End job on node113 at 2011-04-29 17:07:28