Trace number 3369241

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-1-mt (fixed)? (TO) 4800.21 1203.45

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.855
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369241-1305415731.cnf'
0.00/0.01	c -- header says num vars:            184
0.00/0.01	c -- header says num clauses:         896
0.00/0.01	c -- clauses added:            0 learnts,          896 normals,            0 xors
0.00/0.01	c -- vars added        184
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       184       882        14         0      3042         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/882/882 lits-rem:0 time: 0.00
3.57/0.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.57/0.90	c Replacing        1 vars Replaced       12 lits Time:     0.00 s 
3.57/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    183 time:  0.00 s
3.57/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.90	c lits-rem:         7  cl-subs:        0  v-elim:     53  v-fix:    0  time:  0.01 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:      50, avg size: 3.9)
3.57/0.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:       4 undec:      55 neg:     125
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       130       396         8         0      1806         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4915       130       396        10      4719      1806    102143   no data   no data  --
3.57/0.90	c  N st    10     11299       130       396        12      4373      1806     68082   no data   no data  --
3.57/0.90	c  N st    11     17043       130       396        12      9780      1806    188216   no data   no data  --
3.57/0.90	c  F st    12     25001       130       396        12     11995      1806    215820   no data   no data  --
3.57/0.90	c  N st    12     25001       130       396        12     11995      1806    215820   no data   no data  --
3.97/1.10	c Decided on static restart strategy
3.97/1.10	c  N st    18     30001       130       396        12     10539      1806    169204   no data   no data  --
3.97/1.10	c  S st    18     30001       130       396        12     10539      1806    169204   no data   no data  --
3.97/1.10	c  S st    18     30506       130       396        12     11042      1806    179452   no data   no data  --
3.97/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.97/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.97/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.97/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.97/1.10	c subs with bin:        0  lits-rem:        57  v-fix:    0  time:  0.00 s
3.97/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
3.97/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.40	c lits-rem:      1516  cl-subs:     1332  v-elim:      0  v-fix:    0  time:  0.90 s
5.56/1.40	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
5.56/1.40	c calculated reachability. Time: 0.00
5.56/1.40	c  N st    18     30506       130       396        12      9710      1806    154650   no data   no data  --
6.36/1.65	c  N st    20     37616       130       396        12      9039      1806    127656   no data   no data  --
7.56/1.92	c  N st    21     44015       130       396        12     15007      1806    248446   no data   no data  --
7.96/2.00	c  S st    22     45759       130       396        12     16631      1806    281071   no data   no data  --
7.96/2.04	c  S st    22     46262       130       396        12     17122      1806    290298   no data   no data  --
7.96/2.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.96/2.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.96/2.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.96/2.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.96/2.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.96/2.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
7.96/2.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.75/3.24	c lits-rem:      2815  cl-subs:     2310  v-elim:      0  v-fix:    0  time:  4.69 s
12.75/3.24	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
12.75/3.24	c vivif2 --  cl tried    14812 cl shrink        0 lits rem          0 time: 0.01
12.75/3.24	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
12.75/3.24	c calculated reachability. Time: 0.00
12.75/3.24	c  N st    22     46262       130       396        12     14812      1806    242776   no data   no data  --
15.54/3.95	c  N st    23     60660       130       396        12     10687      1806    139699   no data   no data  --
17.14/4.39	c  N st    24     69395       130       396        12     18781      1806    304927   no data   no data  --
17.14/4.39	c  S st    24     69395       130       396        12     18781      1806    304927   no data   no data  --
17.14/4.39	c Finding binary XORs  T:     0.00 s  found:       0
17.55/4.44	c  S st    24     69901       130       396        12     19280      1806    315417   no data   no data  --
17.55/4.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.55/4.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.55/4.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.55/4.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.55/4.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.55/4.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
17.55/4.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.51/5.93	c lits-rem:      2519  cl-subs:     3649  v-elim:      0  v-fix:    0  time:  5.92 s
23.51/5.93	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
23.51/5.93	c vivif2 --  cl tried    15631 cl shrink        0 lits rem          0 time: 0.01
23.51/5.94	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
23.51/5.94	c calculated reachability. Time: 0.00
23.51/5.94	c  N st    24     69901       130       396        12     15631      1806    240550   no data   no data  --
27.50/6.97	c  F st    25     87501       130       396        12     21933      1806    359584   no data   no data  --
27.50/6.97	c  N st    25     87501       130       396        12     21933      1806    359584   no data   no data  --
28.70/7.26	c Decided on static restart strategy
29.50/7.41	c  N st    32     95542       130       396        12     18469      1806    277577   no data   no data  --
31.49/7.95	c  N st    34    104852       130       396        12     15085      1806    200011   no data   no data  --
31.49/7.95	c  S st    34    104852       130       396        12     15085      1806    200011   no data   no data  --
31.49/7.99	c  S st    34    105355       130       396        12     15585      1806    209816   no data   no data  --
31.49/8.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.49/8.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.89/8.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
31.89/8.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.89/8.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.89/8.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
31.89/8.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.69/8.74	c lits-rem:      1265  cl-subs:      908  v-elim:      0  v-fix:    0  time:  2.92 s
34.69/8.74	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
34.69/8.74	c vivif2 --  cl tried    14677 cl shrink        0 lits rem          0 time: 0.01
34.69/8.75	c asymm  cl-useful: 10/396/396 lits-rem:10 time: 0.03
34.69/8.75	c calculated reachability. Time: 0.00
34.69/8.75	c  N st    34    105355       130       396        12     14677      1796    190897   no data   no data  --
37.08/9.33	c  N st    35    114953       130       396        12     23791      1796    379248   no data   no data  --
40.26/10.17	c  N st    36    129350       130       396        12     24317      1796    382351   no data   no data  --
45.85/11.55	c  N st    37    150946       130       396        12     30343      1796    493867   no data   no data  --
47.45/11.99	c  S st    38    158033       130       396        12     21924      1796    314301   no data   no data  --
47.85/12.04	c  S st    38    158537       130       396        12     22421      1796    324666   no data   no data  --
47.85/12.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.85/12.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.85/12.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
47.85/12.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.85/12.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.85/12.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
47.85/12.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.43/13.47	c lits-rem:      2792  cl-subs:     2366  v-elim:      0  v-fix:    0  time:  5.62 s
53.43/13.47	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
53.43/13.47	c vivif2 --  cl tried    20055 cl shrink        0 lits rem          0 time: 0.01
53.43/13.48	c asymm  cl-useful: 3/396/396 lits-rem:3 time: 0.03
53.43/13.48	c calculated reachability. Time: 0.00
53.43/13.48	c  N st    38    158537       130       396        12     20055      1793    272616   no data   no data  --
66.59/16.75	c  N st    39    207125       130       396        12     32350      1793    495998   no data   no data  --
75.02/18.89	c  N st    40    237805       130       396        12     24836      1793    334972   no data   no data  --
75.02/18.89	c  S st    40    237805       130       396        12     24836      1793    334972   no data   no data  --
75.37/18.96	c  S st    40    238307       130       396        12     25334      1793    344404   no data   no data  --
75.37/18.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.37/18.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.37/18.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
75.37/18.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.37/18.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.37/18.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
75.37/18.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.35/20.40	c lits-rem:      2663  cl-subs:     2042  v-elim:      0  v-fix:    0  time:  5.70 s
81.35/20.40	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
81.35/20.41	c vivif2 --  cl tried    23292 cl shrink        0 lits rem          0 time: 0.02
81.35/20.41	c asymm  cl-useful: 5/396/396 lits-rem:5 time: 0.04
81.35/20.42	c calculated reachability. Time: 0.00
81.35/20.42	c  N st    40    238307       130       396        12     23292      1788    307453   no data   no data  --
99.31/24.92	c  F st    41    306250       130       396        12     25234      1788    317597   no data   no data  --
99.31/24.92	c  N st    41    306250       130       396        12     25234      1788    317597   no data   no data  --
100.51/25.28	c Decided on static restart strategy
108.09/27.16	c  N st    51    334553       130       396        12     29363      1788    393276   no data   no data  --
115.26/28.90	c  N st    53    357461       130       396        12     27515      1788    347838   no data   no data  --
115.26/28.90	c  S st    53    357461       130       396        12     27515      1788    347838   no data   no data  --
115.26/28.97	c  S st    53    357963       130       396        12     28003      1788    357964   no data   no data  --
115.26/28.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
115.26/28.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.26/28.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
115.26/28.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
115.26/28.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.26/28.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
115.26/28.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
120.86/30.31	c lits-rem:      2149  cl-subs:     1353  v-elim:      0  v-fix:    0  time:  5.27 s
120.86/30.31	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
120.86/30.31	c vivif2 --  cl tried    26650 cl shrink        0 lits rem          0 time: 0.02
120.86/30.33	c asymm  cl-useful: 6/396/396 lits-rem:6 time: 0.06
120.86/30.33	c calculated reachability. Time: 0.00
120.86/30.33	c  N st    53    357963       130       396        12     26650      1782    332328   no data   no data  --
132.41/33.28	c  N st    54    390355       130       396        12     32664      1782    435369   no data   no data  --
148.78/37.36	c  N st    55    438943       130       396        12     52589      1782    815195   no data   no data  --
173.51/43.54	c  N st    56    511825       130       396        12     39508      1782    543987   no data   no data  --
182.68/45.86	c  N st    57    536944       130       396        12     34064      1782    434151   no data   no data  --
182.68/45.86	c  S st    57    536944       130       396        12     34064      1782    434151   no data   no data  --
183.08/45.95	c  S st    57    537448       130       396        12     34559      1782    444476   no data   no data  --
183.08/45.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
183.08/45.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
183.08/45.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
183.08/45.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
183.08/45.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
183.08/45.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
183.08/45.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
189.11/47.45	c lits-rem:      2283  cl-subs:     1414  v-elim:      0  v-fix:    0  time:  5.89 s
189.11/47.45	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
189.11/47.46	c vivif2 --  cl tried    33145 cl shrink        0 lits rem          0 time: 0.02
189.11/47.47	c asymm  cl-useful: 7/396/396 lits-rem:7 time: 0.06
189.11/47.47	c calculated reachability. Time: 0.00
189.11/47.47	c  N st    57    537448       130       396        12     33145      1775    417853   no data   no data  --
252.89/63.43	c  N st    58    701433       130       396        12     60649      1775    903124   no data   no data  --
295.17/74.03	c  N st    59    806172       130       396        12     54398      1775    777152   no data   no data  --
295.17/74.03	c  S st    59    806172       130       396        12     54398      1775    777152   no data   no data  --
295.57/74.17	c  S st    59    806675       130       396        12     54898      1775    787742   no data   no data  --
295.57/74.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
295.57/74.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
295.57/74.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.06
295.97/74.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
295.97/74.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
295.97/74.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
295.97/74.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
317.91/79.72	c lits-rem:      4246  cl-subs:    10536  v-elim:      0  v-fix:    0  time: 21.96 s
317.91/79.72	c vivif2 --  cl tried      395 cl shrink        0 lits rem          0 time: 0.00
317.91/79.73	c vivif2 --  cl tried    44363 cl shrink        0 lits rem          0 time: 0.03
317.91/79.76	c asymm  cl-useful: 7/395/395 lits-rem:7 time: 0.11
317.91/79.76	c calculated reachability. Time: 0.00
317.91/79.76	c  N st    59    806675       130       395        12     44363      1759    602609   no data   no data  --
430.03/107.84	c  F st    60   1071875       130       395        12     61376      1759    887588   no data   no data  --
430.03/107.84	c  N st    60   1071875       130       395        12     61376      1759    887588   no data   no data  --
432.40/108.47	c Decided on static restart strategy
444.37/111.46	c  N st    70   1100179       130       395        12     45649      1759    561072   no data   no data  --
460.74/115.52	c  N st    72   1136172       130       395        12     78934      1759   1183368   no data   no data  --
474.68/119.06	c  N st    73   1168568       130       395        12     66091      1759    946552   no data   no data  --
494.63/124.02	c  N st    74   1210013       130       395        12     60904      1759    850409   no data   no data  --
494.63/124.02	c  S st    74   1210013       130       395        12     60904      1759    850409   no data   no data  --
495.43/124.20	c  S st    74   1210517       130       395        12     61398      1759    861059   no data   no data  --
495.43/124.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
495.43/124.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
495.43/124.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
495.43/124.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
495.43/124.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
495.43/124.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
495.43/124.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
516.97/129.69	c lits-rem:      1364  cl-subs:     5876  v-elim:      0  v-fix:    0  time: 21.64 s
516.97/129.69	c vivif2 --  cl tried      394 cl shrink        0 lits rem          0 time: 0.00
517.37/129.70	c vivif2 --  cl tried    55523 cl shrink        0 lits rem          0 time: 0.04
517.37/129.73	c asymm  cl-useful: 1/394/394 lits-rem:1 time: 0.12
517.37/129.74	c calculated reachability. Time: 0.00
517.37/129.74	c  N st    74   1210517       130       394        12     55523      1744    753408   no data   no data  --
554.06/138.95	c  N st    75   1283399       130       394        12     78366      1744   1138022   no data   no data  --
609.92/152.95	c  N st    76   1392723       130       394        12     88166      1744   1331524   no data   no data  --
694.47/174.13	c  N st    77   1556707       130       394        12     95442      1744   1452940   no data   no data  --
777.85/195.01	c  N st    78   1710520       130       394        13     85112      1744   1269332   no data   no data  --
777.85/195.01	c  S st    78   1710520       130       394        13     85112      1744   1269332   no data   no data  --
778.65/195.28	c  S st    78   1711025       130       394        13     85610      1744   1280268   no data   no data  --
778.65/195.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
778.65/195.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
779.05/195.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.19
779.05/195.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
779.05/195.39	c subs with bin:       13  lits-rem:       601  v-fix:    0  time:  0.06 s
779.05/195.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
779.05/195.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
855.65/214.60	c lits-rem:      5074  cl-subs:    12445  v-elim:      0  v-fix:    0  time: 76.54 s
855.65/214.60	c vivif2 --  cl tried      394 cl shrink        0 lits rem          0 time: 0.00
856.06/214.61	c vivif2 --  cl tried    73152 cl shrink        0 lits rem          0 time: 0.06
856.06/214.66	c asymm  cl-useful: 1/394/394 lits-rem:1 time: 0.20
856.06/214.67	c calculated reachability. Time: 0.00
856.06/214.67	c  N st    78   1711025       130       394        13     73152      1743   1061135   no data   no data  --
1067.03/267.56	c  N st    79   2079989       130       394        13     84459      1743   1168598   no data   no data  --
1142.82/286.54	c  N st    80   2211025       130       394        13     88075      1743   1226271   no data   no data  --
1142.82/286.54	c  S st    80   2211025       130       394        13     88075      1743   1226271   no data   no data  --
1144.02/286.83	c  S st    80   2211530       130       394        13     88573      1743   1237000   no data   no data  --
1144.02/286.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1144.02/286.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1144.02/286.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.19
1144.42/286.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1144.42/286.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1144.42/286.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
1144.42/286.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1204.65/302.00	c lits-rem:      1395  cl-subs:    13938  v-elim:      0  v-fix:    0  time: 60.07 s
1204.65/302.00	c vivif2 --  cl tried      394 cl shrink        0 lits rem          0 time: 0.00
1204.65/302.01	c vivif2 --  cl tried    74635 cl shrink        0 lits rem          0 time: 0.06
1204.65/302.07	c asymm  cl-useful: 4/394/394 lits-rem:4 time: 0.23
1204.65/302.07	c calculated reachability. Time: 0.00
1204.65/302.07	c  N st    80   2211530       130       394        13     74635      1739   1020343   no data   no data  --
1539.30/385.95	c  N st    81   2711530       130       394        13     96128      1739   1317204   no data   no data  --
1539.30/385.95	c  S st    81   2711530       130       394        13     96128      1739   1317204   no data   no data  --
1540.54/386.23	c  S st    81   2712032       130       394        14     96623      1739   1327757   no data   no data  --
1540.54/386.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1540.54/386.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1540.54/386.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  1.2M T:  0.20
1540.89/386.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1548.89/388.35	c subs with bin:     1794  lits-rem:      8749  v-fix:    0  time:  8.05 s
1548.89/388.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
1548.89/388.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1621.85/406.61	c lits-rem:      3548  cl-subs:    17474  v-elim:      0  v-fix:    0  time: 72.78 s
1621.85/406.61	c vivif2 --  cl tried      394 cl shrink        0 lits rem          0 time: 0.00
1621.85/406.63	c vivif2 --  cl tried    77355 cl shrink      538 lits rem        538 time: 0.08
1621.85/406.68	c asymm  cl-useful: 4/394/394 lits-rem:4 time: 0.22
1621.85/406.68	c calculated reachability. Time: 0.00
1621.85/406.68	c  N st    81   2712032       130       394        13     77355      1727   1021333   no data   no data  --
1992.81/499.67	c  N st    82   3212032       130       394        13    128395      1727   1882830   no data   no data  --
1992.81/499.67	c  S st    82   3212032       130       394        13    128395      1727   1882830   no data   no data  --
1994.81/500.10	c  S st    82   3212536       130       394        13    128891      1727   1893085   no data   no data  --
1994.81/500.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1994.81/500.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1994.81/500.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.34
1995.22/500.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1995.22/500.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1995.22/500.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
1995.22/500.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2203.80/552.55	c lits-rem:      2749  cl-subs:    24911  v-elim:      0  v-fix:    0  time: 208.43 s
2203.80/552.55	c vivif2 --  cl tried      394 cl shrink        0 lits rem          0 time: 0.00
2203.80/552.58	c vivif2 --  cl tried   103980 cl shrink      738 lits rem        738 time: 0.12
2204.20/552.67	c asymm  cl-useful: 6/394/394 lits-rem:6 time: 0.34
2204.20/552.67	c calculated reachability. Time: 0.00
2204.20/552.67	c  N st    82   3212536       130       394        13    103980      1717   1505490   no data   no data  --
2605.48/653.27	c  N st    83   3712536       130       394        13    121779      1717   1676030   no data   no data  --
2605.48/653.27	c  S st    83   3712536       130       394        13    121779      1717   1676030   no data   no data  --
2607.47/653.70	c  S st    83   3713036       130       394        13    122273      1717   1687026   no data   no data  --
2607.47/653.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2607.47/653.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2607.47/653.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2607.87/653.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2607.87/653.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2607.87/653.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
2607.87/653.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2746.26/688.53	c lits-rem:      1887  cl-subs:    25134  v-elim:      0  v-fix:    0  time: 138.33 s
2746.26/688.53	c vivif2 --  cl tried      393 cl shrink        0 lits rem          0 time: 0.00
2746.26/688.57	c vivif2 --  cl tried    97140 cl shrink      729 lits rem        738 time: 0.14
2746.68/688.68	c asymm  cl-useful: 1/393/393 lits-rem:1 time: 0.43
2746.68/688.68	c calculated reachability. Time: 0.00
2746.68/688.68	c  N st    83   3713036       130       393        13     97140      1710   1306392   no data   no data  --
2782.95/697.70	c  F st    84   3751563       130       393        13    132531      1710   1996380   no data   no data  --
2782.95/697.70	c  N st    84   3751563       130       393        13    132531      1710   1996380   no data   no data  --
2788.54/699.17	c Decided on static restart strategy
2812.08/705.01	c  N st    94   3779868       130       393        13     83035      1710   1016504   no data   no data  --
2835.61/710.98	c  N st    96   3815860       130       393        13    115916      1710   1638669   no data   no data  --
2859.94/717.10	c  N st    97   3848252       130       393        13    145662      1710   2249194   no data   no data  --
2894.65/725.73	c  N st    98   3896840       130       393        13    112933      1710   1604390   no data   no data  --
2951.30/739.90	c  N st    99   3969723       130       393        13    100744      1710   1310791   no data   no data  --
3035.07/760.99	c  N st   100   4079048       130       393        13    121496      1710   1635024   no data   no data  --
3137.63/786.67	c  N st   101   4213039       130       393        13     82626      1710    954900   no data   no data  --
3137.63/786.68	c  S st   101   4213039       130       393        13     82626      1710    954900   no data   no data  --
3138.38/786.89	c  S st   101   4213539       130       393        13     83118      1710    965197   no data   no data  --
3138.38/786.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3138.38/786.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3138.78/786.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.13
3138.78/786.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3138.78/786.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3138.78/786.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
3138.78/786.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3162.32/792.86	c lits-rem:       554  cl-subs:      571  v-elim:      0  v-fix:    0  time: 23.52 s
3162.32/792.86	c vivif2 --  cl tried      393 cl shrink        0 lits rem          0 time: 0.00
3162.32/792.87	c vivif2 --  cl tried    82547 cl shrink       24 lits rem         25 time: 0.07
3162.72/792.95	c asymm  cl-useful: 0/393/393 lits-rem:0 time: 0.29
3162.72/792.95	c calculated reachability. Time: 0.00
3162.72/792.95	c  N st   101   4213539       130       393        13     82547      1710    956668   no data   no data  --
3371.71/845.38	c  N st   102   4459517       130       393        13    141319      1710   2018705   no data   no data  --
3587.09/899.30	c  N st   103   4713541       130       393        13    118693      1710   1581316   no data   no data  --
3587.09/899.30	c  S st   103   4713541       130       393        13    118693      1710   1581316   no data   no data  --
3587.09/899.30	c Finding binary XORs  T:     0.00 s  found:       0
3588.29/899.63	c  S st   103   4714045       130       393        14    119189      1710   1592210   no data   no data  --
3588.29/899.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3588.29/899.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3588.29/899.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.20
3588.69/899.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3588.69/899.75	c subs with bin:       23  lits-rem:       280  v-fix:    0  time:  0.04 s
3588.69/899.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
3588.69/899.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3672.89/920.85	c lits-rem:      1681  cl-subs:    16255  v-elim:      0  v-fix:    0  time: 84.09 s
3672.89/920.85	c vivif2 --  cl tried      393 cl shrink        0 lits rem          0 time: 0.00
3672.89/920.88	c vivif2 --  cl tried   102911 cl shrink      892 lits rem        934 time: 0.12
3673.24/920.95	c asymm  cl-useful: 0/393/393 lits-rem:0 time: 0.30
3673.24/920.95	c calculated reachability. Time: 0.00
3673.24/920.95	c  N st   103   4714045       130       393        14    102911      1710   1338019   no data   no data  --
4132.75/1036.20	c  N st   104   5214046       130       393        14    117618      1710   1528028   no data   no data  --
4132.75/1036.20	c  S st   104   5214046       130       393        14    117618      1710   1528028   no data   no data  --
4134.33/1036.53	c  S st   104   5214549       130       393        14    118112      1710   1538127   no data   no data  --
4134.33/1036.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4134.33/1036.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4134.33/1036.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.20
4134.73/1036.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4134.73/1036.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4134.73/1036.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
4134.73/1036.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4206.53/1054.67	c lits-rem:       742  cl-subs:    12403  v-elim:      0  v-fix:    0  time: 71.87 s
4206.53/1054.67	c vivif2 --  cl tried      393 cl shrink        0 lits rem          0 time: 0.00
4206.53/1054.69	c vivif2 --  cl tried   105709 cl shrink      652 lits rem        669 time: 0.11
4206.93/1054.77	c asymm  cl-useful: 0/393/393 lits-rem:0 time: 0.30
4206.93/1054.77	c calculated reachability. Time: 0.00
4206.93/1054.77	c  N st   104   5214549       130       393        14    105709      1710   1349192   no data   no data  --
4662.07/1168.85	c  N st   105   5714549       130       393        14     97931      1710   1141518   no data   no data  --
4662.07/1168.85	c  S st   105   5714549       130       393        14     97931      1710   1141518   no data   no data  --
4663.26/1169.13	c  S st   105   5715056       130       393        14     98431      1710   1152160   no data   no data  --
4663.26/1169.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4663.26/1169.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4663.26/1169.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.16
4663.66/1169.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4663.66/1169.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4663.66/1169.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
4663.66/1169.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4692.77/1176.53	c lits-rem:       477  cl-subs:     1365  v-elim:      0  v-fix:    0  time: 29.14 s
4692.77/1176.53	c vivif2 --  cl tried      393 cl shrink        0 lits rem          0 time: 0.00
4692.77/1176.55	c vivif2 --  cl tried    97066 cl shrink      140 lits rem        140 time: 0.08
4693.17/1176.61	c asymm  cl-useful: 0/393/393 lits-rem:0 time: 0.26
4693.17/1176.61	c calculated reachability. Time: 0.00
4693.17/1176.61	c  N st   105   5715056       130       393        14     97066      1710   1131490   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-3369241-1305415731/watcher-3369241-1305415731 -o /tmp/evaluation-result-3369241-1305415731/solver-3369241-1305415731 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369241-1305415731.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.39 7.87 7.22 2/346 9240
/proc/meminfo: memFree=17796108/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 731803726 52465664 352 33554432000 4194304 4650419 140736641323616 18446744073709551615 47998384904108 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 12809 352 303 112 0 7774 0
[pid=9240/tid=9241] ppid=9238 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 731803726 52465664 352 33554432000 4194304 4650419 140736641323616 18446744073709551615 47998384904114 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 731803726 52465664 352 33554432000 4194304 4650419 140736641323616 18446744073709551615 47998384904114 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 731803726 52465664 352 33554432000 4194304 4650419 140736641323616 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.105573 s]
/proc/loadavg: 7.39 7.87 7.22 2/346 9240
/proc/meminfo: memFree=17796108/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=282256 CPUtime=0.39 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 1477 0 0 0 39 0 0 0 18 0 4 0 731803726 289030144 1360 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 70564 1360 392 112 0 65529 0
[pid=9240/tid=9241] ppid=9238 vsize=282256 CPUtime=0.1 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 302 0 0 0 10 0 0 0 18 0 4 0 731803726 289030144 1360 33554432000 4194304 4650419 140736641323616 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=282256 CPUtime=0.1 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 277 0 0 0 10 0 0 0 18 0 4 0 731803726 289030144 1360 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364026 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=282256 CPUtime=0.09 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 216 0 0 0 9 0 0 0 25 0 4 0 731803726 289030144 1360 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 282256

[startup+0.200555 s]
/proc/loadavg: 7.39 7.87 7.22 2/346 9240
/proc/meminfo: memFree=17796108/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=283160 CPUtime=0.77 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 2110 0 0 0 77 0 0 0 18 0 4 0 731803726 289955840 1515 33554432000 4194304 4650419 140736641323616 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 70790 1515 394 112 0 65755 0
[pid=9240/tid=9241] ppid=9238 vsize=283160 CPUtime=0.19 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 459 0 0 0 19 0 0 0 18 0 4 0 731803726 289955840 1515 33554432000 4194304 4650419 140736641323616 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=283160 CPUtime=0.19 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 430 0 0 0 19 0 0 0 18 0 4 0 731803726 289955840 1515 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363350 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=283160 CPUtime=0.18 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 368 0 0 0 18 0 0 0 25 0 4 0 731803726 289955840 1515 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283160

[startup+0.300535 s]
/proc/loadavg: 7.39 7.87 7.22 2/346 9240
/proc/meminfo: memFree=17796108/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=283160 CPUtime=1.17 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 2510 0 0 0 117 0 0 0 18 0 4 0 731803726 289955840 1915 33554432000 4194304 4650419 140736641323616 18446744073709551615 4313071 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 70790 1915 394 112 0 65755 0
[pid=9240/tid=9241] ppid=9238 vsize=283160 CPUtime=0.29 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 557 0 0 0 29 0 0 0 18 0 4 0 731803726 289955840 1915 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=283160 CPUtime=0.29 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 525 0 0 0 29 0 0 0 18 0 4 0 731803726 289955840 1916 33554432000 4194304 4650419 140736641323616 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=283160 CPUtime=0.28 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 463 0 0 0 28 0 0 0 25 0 4 0 731803726 289955840 1916 33554432000 4194304 4650419 140736641323616 18446744073709551615 4304233 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283160

[startup+0.70046 s]
/proc/loadavg: 7.39 7.87 7.22 2/346 9240
/proc/meminfo: memFree=17796108/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=276040 CPUtime=2.77 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 4453 0 0 0 277 0 0 0 18 0 4 0 731803726 282664960 2210 33554432000 4194304 4650419 140736641323616 18446744073709551615 4334514 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 69010 2210 394 112 0 63975 0
[pid=9240/tid=9241] ppid=9238 vsize=276040 CPUtime=0.69 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 1060 0 0 0 69 0 0 0 18 0 4 0 731803726 282664960 2210 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=276040 CPUtime=0.69 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 1032 0 0 0 69 0 0 0 18 0 4 0 731803726 282664960 2210 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=276040 CPUtime=0.68 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 922 0 0 0 68 0 0 0 25 0 4 0 731803726 282664960 2210 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364521 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 276040

[startup+1.50031 s]
/proc/loadavg: 7.39 7.87 7.22 11/358 9257
/proc/meminfo: memFree=17763944/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=280684 CPUtime=5.96 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 9139 0 0 0 595 1 0 0 20 0 4 0 731803726 287420416 5295 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 70171 5295 395 112 0 65136 0
[pid=9240/tid=9241] ppid=9238 vsize=280684 CPUtime=1.49 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 2698 0 0 0 149 0 0 0 20 0 4 0 731803726 287420416 5295 33554432000 4194304 4650419 140736641323616 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=280684 CPUtime=1.49 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 1832 0 0 0 149 0 0 0 19 0 4 0 731803726 287420416 5295 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=280684 CPUtime=1.47 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 1546 0 0 0 147 0 0 0 25 0 4 0 731803726 287420416 5295 33554432000 4194304 4650419 140736641323616 18446744073709551615 4334361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 280684

[startup+3.10101 s]
/proc/loadavg: 7.39 7.87 7.22 9/358 9257
/proc/meminfo: memFree=17728356/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=286460 CPUtime=12.35 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 16624 0 0 0 1232 3 0 0 25 0 4 0 731803726 293335040 11135 33554432000 4194304 4650419 140736641323616 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 71615 11135 395 112 0 66580 0
[pid=9240/tid=9241] ppid=9238 vsize=286460 CPUtime=3.08 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 4972 0 0 0 308 0 0 0 25 0 4 0 731803726 293335040 11135 33554432000 4194304 4650419 140736641323616 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=286460 CPUtime=3.08 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 3879 0 0 0 308 0 0 0 25 0 4 0 731803726 293335040 11135 33554432000 4194304 4650419 140736641323616 18446744073709551615 4326580 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=286460 CPUtime=3.05 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 3313 0 0 0 305 0 0 0 25 0 4 0 731803726 293335040 11135 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 286460

[startup+6.30041 s]
/proc/loadavg: 7.44 7.88 7.22 9/358 9257
/proc/meminfo: memFree=17695008/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=278284 CPUtime=25.11 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 22891 0 0 0 2508 3 0 0 25 0 4 0 731803726 284962816 12222 33554432000 4194304 4650419 140736641323616 18446744073709551615 4304288 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 69571 12222 395 112 0 64536 0
[pid=9240/tid=9241] ppid=9238 vsize=278284 CPUtime=6.29 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 6313 0 0 0 628 1 0 0 25 0 4 0 731803726 284962816 12222 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363994 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=278284 CPUtime=6.29 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 6343 0 0 0 628 1 0 0 25 0 4 0 731803726 284962816 12222 33554432000 4194304 4650419 140736641323616 18446744073709551615 4438378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=278284 CPUtime=6.22 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 4330 0 0 0 622 0 0 0 25 0 4 0 731803726 284962816 12222 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 278284

[startup+12.7012 s]
/proc/loadavg: 7.48 7.88 7.23 9/358 9257
/proc/meminfo: memFree=17669756/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=281324 CPUtime=50.65 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 34631 0 0 0 5058 7 0 0 25 0 4 0 731803726 288075776 15484 33554432000 4194304 4650419 140736641323616 18446744073709551615 4476331 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 70331 15484 395 112 0 65296 0
[pid=9240/tid=9241] ppid=9238 vsize=281324 CPUtime=12.69 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 9441 0 0 0 1267 2 0 0 25 0 4 0 731803726 288075776 15484 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=281324 CPUtime=12.69 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 10165 0 0 0 1267 2 0 0 25 0 4 0 731803726 288075776 15484 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=281324 CPUtime=12.55 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 6633 0 0 0 1254 1 0 0 25 0 4 0 731803726 288075776 15484 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 281324

[startup+25.5008 s]
/proc/loadavg: 7.75 7.92 7.25 9/358 9257
/proc/meminfo: memFree=17626956/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=296576 CPUtime=101.7 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 57877 0 0 0 10158 12 0 0 25 0 4 0 731803726 303693824 21636 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 74144 21636 395 112 0 69109 0
[pid=9240/tid=9241] ppid=9238 vsize=296576 CPUtime=25.49 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 15474 0 0 0 2546 3 0 0 25 0 4 0 731803726 303693824 21636 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=296576 CPUtime=25.49 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 17021 0 0 0 2546 3 0 0 25 0 4 0 731803726 303693824 21636 33554432000 4194304 4650419 140736641323616 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=296576 CPUtime=25.2 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 11689 0 0 0 2518 2 0 0 25 0 4 0 731803726 303693824 21636 33554432000 4194304 4650419 140736641323616 18446744073709551615 4438727 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 296576

[startup+51.101 s]
/proc/loadavg: 7.83 7.92 7.27 9/358 9258
/proc/meminfo: memFree=17562920/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=312932 CPUtime=203.83 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 89313 0 0 0 20363 20 0 0 25 0 4 0 731803726 320442368 32514 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363444 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 78233 32514 395 112 0 73198 0
[pid=9240/tid=9241] ppid=9238 vsize=312932 CPUtime=51.09 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 23533 0 0 0 5103 6 0 0 25 0 4 0 731803726 320442368 32514 33554432000 4194304 4650419 140736641323616 18446744073709551615 4313319 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=312932 CPUtime=51.09 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 27217 0 0 0 5104 5 0 0 25 0 4 0 731803726 320442368 32514 33554432000 4194304 4650419 140736641323616 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=312932 CPUtime=50.52 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 17269 0 0 0 5049 3 0 0 25 0 4 0 731803726 320442368 32514 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 312932

[startup+102.301 s]
/proc/loadavg: 8.03 7.96 7.32 9/358 9260
/proc/meminfo: memFree=17519120/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=299588 CPUtime=408.09 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 143202 0 0 0 40777 32 0 0 25 0 4 0 731803726 306778112 35623 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 74897 35623 395 112 0 69862 0
[pid=9240/tid=9241] ppid=9238 vsize=299588 CPUtime=102.31 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 40830 0 0 0 10221 10 0 0 25 0 4 0 731803726 306778112 35627 33554432000 4194304 4650419 140736641323616 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=299588 CPUtime=102.3 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 44755 0 0 0 10221 9 0 0 25 0 4 0 731803726 306778112 35627 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=299588 CPUtime=101.17 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 24138 0 0 0 10112 5 0 0 25 0 4 0 731803726 306778112 35627 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 299588

[startup+162.301 s]

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

[pid=9240] ppid=9238 vsize=556860 CPUtime=2801.3 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 442703 0 0 0 279980 150 0 0 25 0 4 0 731803726 570224640 92215 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 139215 92215 395 112 0 134180 0
[pid=9240/tid=9241] ppid=9238 vsize=556860 CPUtime=702.31 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 126182 0 0 0 70190 41 0 0 25 0 4 0 731803726 570224640 92215 33554432000 4194304 4650419 140736641323616 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=556860 CPUtime=702.29 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 135909 0 0 0 70186 43 0 0 25 0 4 0 731803726 570224640 92215 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364072 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=556860 CPUtime=694.36 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 74577 0 0 0 69406 30 0 0 25 0 4 0 731803726 570224640 92215 33554432000 4194304 4650419 140736641323616 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.3
Current children cumulated vsize (KiB) 556860

[startup+762.301 s]
/proc/loadavg: 8.16 8.12 7.71 9/358 9310
/proc/meminfo: memFree=13955500/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=557296 CPUtime=3040.68 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 472477 0 0 0 303904 164 0 0 25 0 4 0 731803726 570671104 87943 33554432000 4194304 4650419 140736641323616 18446744073709551615 4328256 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 139324 87943 395 112 0 134289 0
[pid=9240/tid=9241] ppid=9238 vsize=557296 CPUtime=762.32 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 136122 0 0 0 76186 46 0 0 25 0 4 0 731803726 570671104 87945 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=557296 CPUtime=762.3 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 146776 0 0 0 76183 47 0 0 25 0 4 0 731803726 570671104 87945 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=557296 CPUtime=753.71 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 77206 0 0 0 75340 31 0 0 25 0 4 0 731803726 570671104 87945 33554432000 4194304 4650419 140736641323616 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.68
Current children cumulated vsize (KiB) 557296

[startup+822.3 s]
/proc/loadavg: 8.14 8.12 7.74 9/358 9312
/proc/meminfo: memFree=13692588/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=557508 CPUtime=3279.97 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 496029 0 0 0 327823 174 0 0 25 0 4 0 731803726 570888192 89215 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 139377 89215 395 112 0 134342 0
[pid=9240/tid=9241] ppid=9238 vsize=557508 CPUtime=822.32 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 145253 0 0 0 82181 51 0 0 25 0 4 0 731803726 570888192 89215 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=557508 CPUtime=822.29 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 152405 0 0 0 82181 48 0 0 25 0 4 0 731803726 570888192 89215 33554432000 4194304 4650419 140736641323616 18446744073709551615 4433093 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=557508 CPUtime=813.01 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 80153 0 0 0 81269 32 0 0 25 0 4 0 731803726 570888192 89215 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.97
Current children cumulated vsize (KiB) 557508

[startup+882.313 s]
/proc/loadavg: 8.26 8.16 7.77 9/358 9313
/proc/meminfo: memFree=13657216/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=543696 CPUtime=3519.34 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 518677 0 0 0 351750 184 0 0 25 0 4 0 731803726 556744704 89201 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 135924 89201 395 112 0 130889 0
[pid=9240/tid=9241] ppid=9238 vsize=543696 CPUtime=882.33 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 153503 0 0 0 88179 54 0 0 25 0 4 0 731803726 556744704 89201 33554432000 4194304 4650419 140736641323616 18446744073709551615 4438643 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=543696 CPUtime=882.3 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 157903 0 0 0 88179 51 0 0 25 0 4 0 731803726 556744704 89201 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=543696 CPUtime=872.33 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 82895 0 0 0 87199 34 0 0 25 0 4 0 731803726 556744704 89201 33554432000 4194304 4650419 140736641323616 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.34
Current children cumulated vsize (KiB) 543696

[startup+942.301 s]
/proc/loadavg: 8.17 8.14 7.79 9/358 9315
/proc/meminfo: memFree=13541604/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=549904 CPUtime=3758.61 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 541714 0 0 0 375669 192 0 0 25 0 4 0 731803726 563101696 95189 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363866 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 137476 95189 395 112 0 132441 0
[pid=9240/tid=9241] ppid=9238 vsize=549904 CPUtime=942.33 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 160887 0 0 0 94175 58 0 0 25 0 4 0 731803726 563101696 95189 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=549904 CPUtime=942.29 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 164133 0 0 0 94175 54 0 0 25 0 4 0 731803726 563101696 95189 33554432000 4194304 4650419 140736641323616 18446744073709551615 4313058 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=549904 CPUtime=931.65 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 86909 0 0 0 93130 35 0 0 25 0 4 0 731803726 563101696 95189 33554432000 4194304 4650419 140736641323616 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.61
Current children cumulated vsize (KiB) 549904

[startup+1002.3 s]
/proc/loadavg: 8.21 8.15 7.81 9/358 9317
/proc/meminfo: memFree=13440636/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=550112 CPUtime=3997.92 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 558545 0 0 0 399591 201 0 0 25 0 4 0 731803726 563314688 99424 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 137528 99424 395 112 0 132493 0
[pid=9240/tid=9241] ppid=9238 vsize=550112 CPUtime=1002.32 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 168135 0 0 0 100171 61 0 0 25 0 4 0 731803726 563314688 99424 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=550112 CPUtime=1002.29 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 166749 0 0 0 100174 55 0 0 25 0 4 0 731803726 563314688 99424 33554432000 4194304 4650419 140736641323616 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=550112 CPUtime=990.95 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 89347 0 0 0 99058 37 0 0 25 0 4 0 731803726 563314688 99424 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.92
Current children cumulated vsize (KiB) 550112

[startup+1062.3 s]
/proc/loadavg: 8.12 8.13 7.82 9/358 9318
/proc/meminfo: memFree=13326272/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=615648 CPUtime=4237.25 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 577893 0 0 0 423514 211 0 0 25 0 4 0 731803726 630423552 103481 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 153912 103481 395 112 0 148877 0
[pid=9240/tid=9241] ppid=9238 vsize=615648 CPUtime=1062.32 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 174414 0 0 0 106168 64 0 0 25 0 4 0 731803726 630423552 103481 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=615648 CPUtime=1062.29 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 171316 0 0 0 106172 57 0 0 25 0 4 0 731803726 630423552 103481 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=615648 CPUtime=1050.27 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 91787 0 0 0 104989 38 0 0 25 0 4 0 731803726 630423552 103481 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.25
Current children cumulated vsize (KiB) 615648

[startup+1122.3 s]
/proc/loadavg: 8.08 8.12 7.84 9/358 9320
/proc/meminfo: memFree=13391600/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=609788 CPUtime=4476.59 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 602198 0 0 0 447437 222 0 0 25 0 4 0 731803726 624422912 97125 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 152447 97125 395 112 0 147412 0
[pid=9240/tid=9241] ppid=9238 vsize=609788 CPUtime=1122.33 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 182697 0 0 0 112165 68 0 0 25 0 4 0 731803726 624422912 97125 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=609788 CPUtime=1122.29 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 180569 0 0 0 112168 61 0 0 25 0 4 0 731803726 624422912 97125 33554432000 4194304 4650419 140736641323616 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=609788 CPUtime=1109.61 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 94337 0 0 0 110921 40 0 0 25 0 4 0 731803726 624422912 97125 33554432000 4194304 4650419 140736641323616 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.59
Current children cumulated vsize (KiB) 609788

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 7.85 9/358 9321
/proc/meminfo: memFree=13335880/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=551624 CPUtime=4715.91 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 623193 0 0 0 471361 230 0 0 25 0 4 0 731803726 564862976 100244 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 137906 100244 395 112 0 132871 0
[pid=9240/tid=9241] ppid=9238 vsize=551624 CPUtime=1182.33 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 191332 0 0 0 118162 71 0 0 25 0 4 0 731803726 564862976 100244 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=551624 CPUtime=1182.29 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 186603 0 0 0 118167 62 0 0 25 0 4 0 731803726 564862976 100244 33554432000 4194304 4650419 140736641323616 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=551624 CPUtime=1168.93 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 97405 0 0 0 116851 42 0 0 25 0 4 0 731803726 564862976 100244 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.91
Current children cumulated vsize (KiB) 551624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.15 8.13 7.86 10/358 9322
/proc/meminfo: memFree=13228232/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=560280 CPUtime=4800.14 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 632310 0 0 0 479780 234 0 0 25 0 4 0 731803726 573726720 102497 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 140070 102497 395 112 0 135035 0
[pid=9240/tid=9241] ppid=9238 vsize=560280 CPUtime=1203.46 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 194647 0 0 0 120273 73 0 0 25 0 4 0 731803726 573726720 102499 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=560280 CPUtime=1203.42 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 188671 0 0 0 120278 64 0 0 25 0 4 0 731803726 573726720 102499 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=560280 CPUtime=1189.8 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 99161 0 0 0 118938 42 0 0 25 0 4 0 731803726 573726720 102499 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 560280

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

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

[startup+1203.4 s]
/proc/loadavg: 8.15 8.13 7.86 10/358 9322
/proc/meminfo: memFree=13228232/32950928 swapFree=67111200/67111528
[pid=9240] ppid=9238 vsize=560280 CPUtime=4800.14 cores=1,3,5,7
/proc/9240/stat : 9240 (strangenight1-m) R 9238 9240 9118 0 -1 4202496 632310 0 0 0 479780 234 0 0 25 0 4 0 731803726 573726720 102497 33554432000 4194304 4650419 140736641323616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9240/statm: 140070 102497 395 112 0 135035 0
[pid=9240/tid=9241] ppid=9238 vsize=560280 CPUtime=1203.46 cores=1,3,5,7
/proc/9240/task/9241/stat : 9241 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 194647 0 0 0 120273 73 0 0 25 0 4 0 731803726 573726720 102499 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9240/tid=9242] ppid=9238 vsize=560280 CPUtime=1203.42 cores=1,3,5,7
/proc/9240/task/9242/stat : 9242 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 188671 0 0 0 120278 64 0 0 25 0 4 0 731803726 573726720 102499 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9240/tid=9243] ppid=9238 vsize=560280 CPUtime=1189.8 cores=1,3,5,7
/proc/9240/task/9243/stat : 9243 (strangenight1-m) R 9238 9240 9118 0 -1 4202560 99161 0 0 0 118938 42 0 0 25 0 4 0 731803726 573726720 102499 33554432000 4194304 4650419 140736641323616 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 560280

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.21
CPU user time (s): 4797.85
CPU system time (s): 2.36264
CPU usage (%): 398.871
Max. virtual memory (cumulated for all children) (KiB): 638300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.85
system time used= 2.36264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632313
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= 130
involuntary context switches= 33270

runsolver used 3.83442 second user time and 9.8315 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 01:28:51
IDJOB=3369241
IDBENCH=84030
IDSOLVER=1846
FILE ID=node115/3369241-1305415731
RUNJOBID= node115-1305414525-9137
PBS_JOBID= 13324547
Free space on /tmp= 73228 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369241-1305415731/watcher-3369241-1305415731 -o /tmp/evaluation-result-3369241-1305415731/solver-3369241-1305415731 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369241-1305415731.cnf

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

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=1555858302

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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:      17796388 kB
Buffers:        290916 kB
Cached:        4521356 kB
SwapCached:          0 kB
Active:       11963608 kB
Inactive:      2873572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17796388 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:    10024868 kB
Mapped:          27840 kB
Slab:           210944 kB
PageTables:      40924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69653136 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= 73208 MiB
End job on node115 at 2011-05-15 01:48:56