Trace number 3369034

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.49 1202.35

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1261029273-036.SATISFIABLE.cnf
MD5SUMad12e37a0f3b75f1b331fdb5e803c99f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.034993
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369034-1305410851.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
0.00/0.01	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.01	c -- vars added        650
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       650      2769         0         0      8307         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2769/2769 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.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    650 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     280 undec:      77 neg:     293
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       629      2754         0         0      8366         0   no data   no data  --
0.00/0.07	c Decided on static restart strategy
0.40/0.18	c  N st     8      4917       629      2754         0      4881      8366    144998   no data   no data  --
1.57/0.48	c  N st    10     11300       629      2754         0      4495      8366     90183   no data   no data  --
2.77/0.78	c  N st    11     17045       629      2754         0     10177      8366    265625   no data   no data  --
4.80/1.24	c  F st    12     25000       629      2754         0     12451      8366    323117   no data   no data  --
4.80/1.24	c  N st    12     25000       629      2754         0     12451      8366    323117   no data   no data  --
5.96/1.51	c  N dy    18     30000       629      2754         0     10740      8366    249636   no data   no data  --
5.96/1.51	c  S st    18     30000       629      2754         0     10740      8366    249636   no data   no data  --
5.96/1.54	c  S st    18     30503       629      2754         0     11243      8366    263609   no data   no data  --
5.96/1.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.96/1.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.96/1.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
5.96/1.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.16/1.84	c lits-rem:       260  cl-subs:      321  v-elim:      0  v-fix:    0  time:  1.16 s
7.16/1.85	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.04
7.16/1.85	c calculated reachability. Time: 0.00
7.16/1.85	c  N dy    18     30503       629      2754         0     10922      8366    251586   no data   no data  --
7.97/2.08	c  N dy    31     34569       629      2754         0     14948      8366    359367     18.27     19.49  --
9.18/2.31	c  N dy    47     38646       629      2754         0     11146      8366    195875     18.12     19.23  --
9.95/2.57	c  N dy    61     42829       629      2754         0     15297      8366    309634     18.14     19.15  --
10.75/2.78	c  S st    81     45755       629      2754         0      9320      8366    117335     18.37     18.67  --
11.15/2.81	c  S st    81     46258       629      2754         0      9822      8366    130374     18.37   no data  --
11.15/2.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.15/2.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.15/2.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.15/2.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.15/2.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
11.15/2.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.55/2.91	c lits-rem:        15  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.36 s
11.55/2.91	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
11.55/2.91	c vivif2 --  cl tried     9805 cl shrink        0 lits rem          0 time: 0.00
11.55/2.92	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.03
11.55/2.92	c calculated reachability. Time: 0.00
11.55/2.92	c  N dy    81     46258       629      2754         0      9805      8366    129820     18.37   no data  --
12.35/3.16	c  N dy    99     50351       629      2754         0     13871      8366    240608     18.51     19.58  --
13.58/3.46	c  N dy   121     54677       629      2754         0     18173      8366    356976     18.53     19.57  --
14.74/3.73	c  N dy   129     58849       629      2754         0     12391      8366    175112     18.36     19.59  --
15.54/3.99	c  N dy   150     62868       629      2754         0     16384      8366    282131     18.46     19.92  --
17.14/4.37	c  N dy   169     67748       629      2754         0     21233      8366    413786     18.47     19.58  --
17.56/4.50	c  S st   175     69387       629      2754         0     11956      8366    138784     18.46     17.21  --
17.97/4.53	c  S st   175     69889       629      2754         0     12458      8366    152358     18.46   no data  --
17.97/4.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.97/4.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.97/4.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.97/4.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.97/4.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.97/4.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
17.97/4.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.34/4.69	c lits-rem:       142  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.58 s
18.34/4.69	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
18.34/4.69	c vivif2 --  cl tried    12402 cl shrink        0 lits rem          0 time: 0.01
18.74/4.70	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.04
18.74/4.70	c calculated reachability. Time: 0.00
18.74/4.70	c  N dy   175     69889       629      2754         0     12402      8366    150649     18.46   no data  --
19.94/5.00	c  N dy   192     74434       629      2754         0     16899      8366    275558     18.48     20.81  --
22.36/5.66	c  N dy   205     82678       629      2754         0     13183      8366    152589     18.27     19.37  --
23.53/5.99	c  F st   210     87500       629      2754         0     17928      8366    271539     18.14     17.84  --
23.93/6.04	c  N st   212     88129       629      2754         0     18549      8366    288134     18.14   no data  --
25.13/6.37	c Decided on static restart strategy
26.34/6.64	c  N st   217     95545       629      2754         0     13001      8366    258386     18.14   no data  --
29.12/7.36	c  N st   219    104836       629      2754         0     22162      8366    536068     18.14   no data  --
29.12/7.36	c  S st   219    104836       629      2754         0     22162      8366    536068     18.14   no data  --
29.52/7.42	c  S st   219    105344       629      2754         0     22670      8366    549857     18.14   no data  --
29.52/7.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.52/7.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.52/7.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.52/7.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.52/7.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.52/7.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
29.52/7.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.31/9.14	c lits-rem:       740  cl-subs:      753  v-elim:      0  v-fix:    0  time:  6.79 s
36.31/9.15	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
36.31/9.15	c vivif2 --  cl tried    21917 cl shrink        0 lits rem          0 time: 0.03
36.31/9.17	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.08
36.31/9.17	c calculated reachability. Time: 0.00
36.31/9.17	c  N st   219    105344       629      2754         0     21917      8366    522651     18.14   no data  --
39.92/10.08	c  N st   220    114943       629      2754         0     17571      8366    348105     18.14   no data  --
45.49/11.44	c  N st   221    129341       629      2754         0     17018      8366    326455     18.14   no data  --
53.47/13.45	c  N st   222    150937       629      2754         0     22494      8366    441335     18.14   no data  --
56.27/14.18	c  S st   223    158016       629      2754         0     29419      8366    639083     18.14   no data  --
56.67/14.25	c  S st   223    158520       629      2754         0     29923      8366    651891     18.14   no data  --
56.67/14.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.67/14.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.67/14.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
56.67/14.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.67/14.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.67/14.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
56.67/14.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
64.66/16.25	c lits-rem:       429  cl-subs:     1582  v-elim:      0  v-fix:    0  time:  7.81 s
64.66/16.25	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
64.66/16.25	c vivif2 --  cl tried    28341 cl shrink        0 lits rem          0 time: 0.03
64.66/16.28	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.09
64.66/16.28	c calculated reachability. Time: 0.00
64.66/16.28	c  N st   223    158520       629      2754         0     28341      8366    604020     18.14   no data  --
87.83/22.07	c  N st   224    207108       629      2754         0     23126      8366    420165     18.14   no data  --
102.58/25.72	c  N st   225    237781       629      2754         0     33621      8366    681975     18.14   no data  --
102.58/25.72	c  S st   225    237781       629      2754         0     33621      8366    681975     18.14   no data  --
102.98/25.80	c  S st   225    238285       629      2754         0     34125      8366    695184     18.14   no data  --
102.98/25.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
102.98/25.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.98/25.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
102.98/25.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.98/25.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.98/25.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
102.98/25.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
111.76/28.00	c lits-rem:       754  cl-subs:     1445  v-elim:      0  v-fix:    0  time:  8.61 s
111.76/28.00	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
111.76/28.01	c vivif2 --  cl tried    32680 cl shrink        0 lits rem          0 time: 0.03
111.76/28.04	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.12
111.76/28.04	c calculated reachability. Time: 0.00
111.76/28.04	c  N st   225    238285       629      2754         0     32680      8366    654997     18.14   no data  --
145.33/36.49	c  F st   226    306251       629      2754         0     34686      8366    681927     18.14   no data  --
145.33/36.49	c  N st   226    306251       629      2754         0     34686      8366    681927     18.14   no data  --
148.10/37.11	c Decided on static restart strategy
159.68/40.04	c  N st   236    334556       629      2754         0     39025      8366    804955     18.14   no data  --
172.44/43.26	c  N st   238    357427       629      2754         0     36944      8366    694576     18.14   no data  --
172.44/43.26	c  S st   238    357427       629      2754         0     36944      8366    694576     18.14   no data  --
172.84/43.35	c  S st   238    357928       629      2754         0     37445      8366    707179     18.14   no data  --
172.84/43.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
172.84/43.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
172.84/43.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
172.84/43.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
172.84/43.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
172.84/43.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
172.84/43.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
180.46/45.26	c lits-rem:       801  cl-subs:      410  v-elim:      0  v-fix:    0  time:  7.46 s
180.46/45.26	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
180.46/45.27	c vivif2 --  cl tried    37035 cl shrink        0 lits rem          0 time: 0.03
180.83/45.30	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.14
180.83/45.31	c calculated reachability. Time: 0.00
180.83/45.31	c  N st   238    357928       629      2754         0     37035      8366    692097     18.14   no data  --
202.01/50.66	c  N st   239    390322       629      2754         0     43309      8366    860677     18.14   no data  --
234.74/58.80	c  N st   240    438913       629      2754         0     36839      8366    616702     18.14   no data  --
280.25/70.24	c  N st   241    511797       629      2754         0     50422      8366    974338     18.14   no data  --
294.25/73.74	c  N st   242    536893       629      2754         0     44728      8366    805944     18.14   no data  --
294.25/73.74	c  S st   242    536893       629      2754         0     44728      8366    805944     18.14   no data  --
294.66/73.85	c  S st   242    537401       629      2754         0     45235      8366    820301     18.14   no data  --
294.66/73.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
294.66/73.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
294.66/73.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
295.03/73.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
295.03/73.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
295.03/73.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
295.03/73.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
303.80/76.17	c lits-rem:      3629  cl-subs:      693  v-elim:      0  v-fix:    0  time:  9.07 s
303.80/76.17	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
303.80/76.18	c vivif2 --  cl tried    44542 cl shrink        0 lits rem          0 time: 0.04
304.20/76.23	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.18
304.20/76.23	c calculated reachability. Time: 0.00
304.20/76.23	c  N st   242    537401       629      2754         0     44542      8366    793952     18.14   no data  --
414.41/103.84	c  N st   243    701385       629      2754         0     38649      8366    506674     18.14   no data  --
492.29/123.39	c  N st   244    806101       629      2754         0     67746      8366   1368484     18.14   no data  --
492.29/123.39	c  S st   244    806101       629      2754         0     67746      8366   1368484     18.14   no data  --
493.06/123.58	c  S st   244    806608       629      2754         0     68253      8366   1382281     18.14   no data  --
493.06/123.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
493.06/123.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
493.46/123.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
493.46/123.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
493.46/123.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
493.46/123.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
493.46/123.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
513.43/128.64	c lits-rem:        38  cl-subs:     3504  v-elim:      0  v-fix:    0  time: 19.84 s
513.43/128.64	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
513.43/128.65	c vivif2 --  cl tried    64749 cl shrink        0 lits rem          0 time: 0.06
513.85/128.74	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.36
513.85/128.75	c calculated reachability. Time: 0.00
513.85/128.75	c  N st   244    806608       629      2754         0     64749      8366   1273005     18.14   no data  --
742.22/185.95	c  F st   245   1071877       629      2754         0     80181      8366   1555204     18.14   no data  --
742.22/185.95	c  N st   245   1071877       629      2754         0     80181      8366   1555204     18.14   no data  --
763.77/191.34	c  N dy   349   1091950       629      2754         0     56053      8366    788089     18.38     19.44  --
782.93/196.14	c  N dy   398   1111996       629      2754         0     75844      8366   1319155     18.15     20.22  --
810.08/202.98	c  N dy   509   1134284       629      2754         0     52652      8366    628026     18.26     19.26  --
830.06/207.99	c  N dy   593   1154409       629      2754         0     72547      8366   1164398     18.28     19.37  --
858.39/215.00	c  N dy   677   1175963       629      2754         0     47539      8366    453288     18.27     19.25  --
876.76/219.65	c  N dy   756   1196148       629      2754         0     67486      8366    990582     18.28     19.40  --
894.73/224.12	c  S st   801   1209913       629      2754         0     81070      8366   1359559     18.24     17.62  --
895.53/224.36	c  S st   801   1210418       629      2754         0     81574      8366   1372752     18.24   no data  --
895.53/224.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
895.53/224.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
895.94/224.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
895.94/224.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
895.94/224.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
895.94/224.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
895.94/224.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
904.73/226.65	c lits-rem:       225  cl-subs:     1755  v-elim:      0  v-fix:    0  time:  8.74 s
904.73/226.65	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
904.73/226.67	c vivif2 --  cl tried    79819 cl shrink        0 lits rem          0 time: 0.06
905.14/226.77	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.42
905.14/226.77	c calculated reachability. Time: 0.00
905.14/226.77	c  N dy   801   1210418       629      2754         0     79819      8366   1324276     18.24   no data  --
931.49/233.39	c  N dy   923   1230513       629      2754         0     52339      8366    554607     18.33     19.84  --
951.02/238.27	c  N dy  1027   1250583       629      2754         0     72241      8366   1103963     18.37     19.36  --
976.17/244.55	c  N dy  1071   1270664       629      2754         0     92050      8366   1638311     18.29     19.92  --
998.54/250.14	c  N dy  1206   1290737       629      2754         0     63537      8366    833527     18.38     19.65  --
1023.31/256.32	c  N dy  1280   1312283       629      2754         0     84868      8366   1422824     18.37     19.36  --
1050.83/263.22	c  N dy  1394   1332497       629      2754         0     55401      8366    583847     18.42     19.47  --
1071.20/268.38	c  N dy  1495   1352550       629      2754         0     75269      8366   1132193     18.45     21.31  --
1099.94/275.55	c  N dy  1616   1372672       629      2754         0     95201      8366   1686996     18.50     19.65  --
1122.70/281.28	c  N dy  1676   1393807       629      2754         0     65613      8366    827202     18.48     19.47  --
1147.06/287.38	c  N dy  1748   1413855       629      2754         0     85407      8366   1365578     18.48     19.57  --
1176.22/294.64	c  N dy  1812   1433946       629      2754         0     53846      8366    483369     18.46     22.68  --
1196.97/299.81	c  N dy  1884   1454588       629      2754         0     74259      8366   1040544     18.45     19.43  --
1225.34/306.93	c  N dy  1974   1475530       629      2754         0     95003      8366   1605438     18.46     19.46  --
1251.69/313.56	c  N dy  2058   1496337       629      2754         0     63133      8366    712725     18.46     19.44  --
1275.62/319.52	c  N dy  2203   1516365       629      2754         0     82949      8366   1269027     18.52     19.65  --
1306.37/327.27	c  N dy  2294   1536429       629      2754         0    102812      8366   1814958     18.54     19.54  --
1330.33/333.22	c  N dy  2438   1556443       629      2754         0     69229      8366    870112     18.59     21.51  --
1356.28/339.77	c  N dy  2553   1576520       629      2754         0     89065      8366   1417205     18.62     19.73  --
1389.82/348.12	c  N dy  2644   1596617       629      2754         0     54516      8366    435046     18.63     20.42  --
1411.77/353.61	c  N dy  2766   1617796       629      2754         0     75494      8366   1022483     18.66     19.67  --
1438.93/360.49	c  N dy  2858   1637805       629      2754         0     95259      8366   1564617     18.67     27.71  --
1470.88/368.48	c  N dy  2935   1659745       629      2754         0     61542      8366    604606     18.67     19.71  --
1495.22/374.50	c  N dy  3054   1680846       629      2754         0     82461      8366   1189384     18.69     19.92  --
1529.56/383.16	c  N dy  3120   1703011       629      2754         0    104323      8366   1791779     18.68     19.77  --
1543.13/386.57	c  S st  3146   1710419       629      2754         0    111636      8366   1989864     18.68     18.29  --
1544.73/386.90	c  S st  3146   1710923       629      2754         0    112139      8366   2004112     18.68   no data  --
1544.73/386.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1544.73/386.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1544.73/386.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1545.13/387.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1545.13/387.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1545.13/387.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
1545.13/387.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1565.49/392.18	c lits-rem:       116  cl-subs:     2912  v-elim:      0  v-fix:    0  time: 20.54 s
1565.49/392.18	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
1565.89/392.20	c vivif2 --  cl tried   109227 cl shrink        0 lits rem          0 time: 0.10
1566.29/392.37	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.67
1566.29/392.37	c calculated reachability. Time: 0.00
1566.29/392.37	c  N dy  3146   1710923       629      2754         0    109227      8366   1922445     18.68   no data  --
1594.27/399.37	c  N dy  3278   1731060       629      2754         0     72839      8366    898481     18.72     19.79  --
1629.81/408.27	c  N dy  3353   1752080       629      2754         0     93555      8366   1450951     18.70     19.73  --
1666.91/417.57	c  N dy  3448   1772895       629      2754         0    114152      8366   2017701     18.71     19.86  --
1688.87/423.02	c  N dy  3556   1792927       629      2754         0     76654      8366    971089     18.73     19.97  --
1718.02/430.31	c  N dy  3655   1813337       629      2754         0     96853      8366   1531381     18.74     19.73  --
1753.95/439.32	c  N dy  3736   1833817       629      2754         0     58754      8366    452053     18.74     19.88  --
1773.91/444.31	c  N dy  3786   1853875       629      2754         0     78565      8366    994210     18.73     23.74  --
1803.06/451.61	c  N dy  3883   1873895       629      2754         0     98402      8366   1542994     18.74     19.92  --
1839.40/460.72	c  N dy  3949   1895818       629      2754         0     60732      8366    487572     18.73     19.75  --
1861.36/466.21	c  N dy  4044   1915933       629      2754         0     80627      8366   1040504     18.74     19.88  --
1890.11/473.44	c  N dy  4128   1935957       629      2754         0    100460      8366   1597165     18.75     23.70  --
1930.43/483.56	c  N dy  4214   1958662       629      2754         0     62536      8366    510046     18.75     19.76  --
1951.59/488.80	c  N dy  4265   1979062       629      2754         0     82680      8366   1057552     18.73     19.76  --
1983.53/496.84	c  N dy  4391   2000138       629      2754         0    103557      8366   1644465     18.76     19.77  --
2021.06/506.28	c  N dy  4485   2020189       629      2754         0     62081      8366    477511     18.77     19.80  --
2044.22/512.00	c  N dy  4584   2040484       629      2754         0     82165      8366   1035492     18.77     19.77  --
2072.57/519.11	c  N dy  4653   2060714       629      2754         0    102165      8366   1581828     18.77     19.79  --
2110.10/528.52	c  N dy  4756   2080749       629      2754         0    121992      8366   2135807     18.78     19.93  --
2134.88/534.76	c  N dy  4846   2101133       629      2754         0     79836      8366    950500     18.78     19.89  --
2163.61/541.96	c  N dy  4946   2121174       629      2754         0     99624      8366   1500932     18.79     19.81  --
2197.94/550.52	c  N dy  5012   2141201       629      2754         0    119415      8366   2042212     18.78     22.66  --
2228.69/558.23	c  N dy  5114   2161271       629      2754         0     76001      8366    819545     18.79     19.89  --
2259.03/565.84	c  N dy  5217   2181818       629      2754         0     96325      8366   1387911     18.80     19.92  --
2294.96/574.87	c  N dy  5320   2201891       629      2754         0    116201      8366   1944876     18.81     22.49  --
2312.53/579.29	c  S st  5361   2210925       629      2754         0    125145      8366   2195998     18.81   no data  --
2314.13/579.65	c  S st  5361   2211428       629      2754         0    125648      8366   2210842     18.81   no data  --
2314.13/579.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2314.13/579.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2314.54/579.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.29
2314.95/579.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2314.95/579.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2314.95/579.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
2314.95/579.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2341.31/586.41	c lits-rem:       436  cl-subs:     2622  v-elim:      0  v-fix:    0  time: 26.35 s
2341.31/586.41	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
2341.31/586.43	c vivif2 --  cl tried   123026 cl shrink        0 lits rem          0 time: 0.11
2342.08/586.62	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.75
2342.08/586.63	c calculated reachability. Time: 0.00
2342.08/586.63	c  N dy  5361   2211428       629      2754         0    123026      8366   2134009     18.81   no data  --
2374.42/594.72	c  N dy  5475   2235168       629      2754         0     82243      8366    974348     18.82     19.82  --
2404.77/602.36	c  N dy  5599   2255554       629      2754         0    102446      8366   1540233     18.83     20.20  --
2443.10/611.92	c  N dy  5688   2275566       629      2754         0    122217      8366   2087317     18.84     26.81  --
2475.43/620.07	c  N dy  5823   2295603       629      2754         0     76758      8366    801010     18.86     21.88  --
2505.38/627.53	c  N dy  5903   2317903       629      2754         0     98804      8366   1414192     18.86     19.93  --
2542.11/636.74	c  N dy  6002   2337908       629      2754         0    118583      8366   1962985     18.87     19.92  --
2580.04/646.20	c  N dy  6106   2357928       629      2754         0     72091      8366    648119     18.88     19.89  --
2604.83/652.49	c  N dy  6206   2378124       629      2754         0     92070      8366   1204904     18.88     20.17  --
2639.14/661.01	c  N dy  6315   2398155       629      2754         0    111833      8366   1759172     18.90     22.20  --
2679.86/671.27	c  N dy  6401   2418240       629      2754         0    131679      8366   2311134     18.90     20.28  --
2705.84/677.73	c  N dy  6479   2438265       629      2754         0     84239      8366    960750     18.90     23.04  --
2733.77/684.74	c  N dy  6549   2458309       629      2754         0    104053      8366   1520642     18.90     19.94  --
2772.49/694.41	c  N dy  6635   2478340       629      2754         0    123831      8366   2069639     18.90     19.91  --
2808.83/703.55	c  N dy  6678   2498438       629      2754         0     75451      8366    686453     18.89     20.95  --
2843.96/712.37	c  N dy  6777   2525402       629      2754         0    102130      8366   1429953     18.89     19.91  --
2881.89/721.80	c  N dy  6827   2545952       629      2754         0    122372      8366   1983934     18.88     20.00  --
2926.20/732.90	c  N dy  6927   2567376       629      2754         0     74409      8366    646764     18.88     19.92  --
2950.17/738.97	c  N dy  6959   2587405       629      2754         0     94169      8366   1182095     18.87     20.39  --
2986.52/748.01	c  N dy  7046   2608826       629      2754         0    115372      8366   1775913     18.87     20.03  --
3031.22/759.22	c  N dy  7177   2629519       629      2754         0    135882      8366   2363294     18.89     20.15  --
3069.15/768.76	c  N dy  7247   2656466       629      2754         0     92318      8366   1122722     18.87     19.90  --
3099.10/776.29	c  N dy  7282   2676567       629      2754         0    112036      8366   1650802     18.86     20.07  --
3141.02/786.72	c  N dy  7361   2697361       629      2754         0    132593      8366   2216521     18.86     19.91  --
3168.97/793.78	c  S st  7412   2711430       629      2754         0     75425      8366    631624     18.86     18.79  --
3169.77/793.97	c  S st  7412   2711932       629      2754         0     75927      8366    645959     18.86   no data  --
3169.77/793.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3169.77/793.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3170.17/794.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
3170.17/794.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3170.17/794.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3170.17/794.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
3170.17/794.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3179.76/796.40	c lits-rem:       330  cl-subs:      165  v-elim:      0  v-fix:    0  time:  9.46 s
3179.76/796.40	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
3179.76/796.41	c vivif2 --  cl tried    75762 cl shrink        0 lits rem          0 time: 0.04
3179.76/796.50	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.34
3179.76/796.50	c calculated reachability. Time: 0.00
3179.76/796.50	c  N dy  7412   2711932       629      2754         0     75762      8366    640806     18.86   no data  --
3205.71/802.98	c  N dy  7493   2732023       629      2754         0     95620      8366   1189497     18.86     21.99  --
3239.24/811.31	c  N dy  7571   2752059       629      2754         0    115422      8366   1743167     18.86     22.52  --
3279.17/821.35	c  N dy  7640   2772162       629      2754         0    135319      8366   2297280     18.86     20.06  --
3313.51/829.98	c  N dy  7705   2792188       629      2754         0     82947      8366    808876     18.85     21.03  --
3343.45/837.48	c  N dy  7783   2812203       629      2754         0    102724      8366   1346076     18.85     19.98  --
3380.58/846.76	c  N dy  7891   2832288       629      2754         0    122594      8366   1902948     18.86     22.34  --
3423.70/857.56	c  N dy  7976   2852562       629      2754         0    142652      8366   2465834     18.86     20.02  --
3452.06/864.65	c  N dy  8070   2872608       629      2754         0     89347      8366    984363     18.87     19.91  --
3485.59/873.05	c  N dy  8135   2894599       629      2754         0    111101      8366   1588451     18.86     19.99  --
3526.32/883.22	c  N dy  8247   2914609       629      2754         0    130894      8366   2151810     18.87     23.38  --
3574.23/895.24	c  N dy  8332   2936940       629      2754         0     78805      8366    656565     18.87     19.94  --
3598.58/901.33	c  N dy  8363   2957026       629      2754         0     98601      8366   1197370     18.85     20.05  --
3632.92/909.93	c  N dy  8458   2977182       629      2754         0    118541      8366   1761990     18.86     20.14  --
3680.04/921.73	c  N dy  8547   2997607       629      2754         0    138760      8366   2331024     18.86     19.89  --
3726.35/933.35	c  N dy  8625   3017636       629      2754         0     83438      8366    768381     18.86     21.16  --
3756.69/940.94	c  N dy  8731   3038043       629      2754         0    103625      8366   1329168     18.87     19.91  --
3792.22/949.80	c  N dy  8776   3058312       629      2754         0    123615      8366   1876641     18.86     19.89  --
3838.98/961.54	c  N dy  8916   3078327       629      2754         0    143441      8366   2440844     18.87     24.30  --
3877.68/971.23	c  N dy  9043   3098444       629      2754         0     87258      8366    853135     18.88     20.00  --
3911.61/979.75	c  N dy  9149   3119957       629      2754         0    108512      8366   1449312     18.89     19.95  --
3951.14/989.66	c  N dy  9229   3139964       629      2754         0    128269      8366   1998121     18.89     20.59  --
4000.66/1002.01	c  N dy  9314   3160165       629      2754         0    148240      8366   2554601     18.89     19.89  --
4041.01/1012.11	c  N dy  9389   3182309       629      2754         0     93015      8366    982930     18.89     19.99  --
4074.12/1020.46	c  N dy  9491   3202345       629      2754         0    112818      8366   1545357     18.90     19.99  --
4091.69/1024.88	c  S st  9523   3211933       629      2754         0    122278      8366   1801323     18.89     16.87  --
4093.30/1025.23	c  S st  9523   3212437       629      2754         0    122782      8366   1815479     18.89   no data  --
4093.30/1025.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4093.30/1025.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4093.30/1025.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
4093.71/1025.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4093.71/1025.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4093.71/1025.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    629 time:  0.00 s
4093.71/1025.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4116.03/1030.95	c lits-rem:       394  cl-subs:     2271  v-elim:      0  v-fix:    0  time: 22.33 s
4116.03/1030.95	c vivif2 --  cl tried     2754 cl shrink        0 lits rem          0 time: 0.00
4116.03/1030.98	c vivif2 --  cl tried   120511 cl shrink        0 lits rem          0 time: 0.09
4116.83/1031.15	c asymm  cl-useful: 0/2754/2754 lits-rem:0 time: 0.69
4116.83/1031.15	c calculated reachability. Time: 0.00
4116.83/1031.15	c  N dy  9523   3212437       629      2754         0    120511      8366   1751599     18.89   no data  --
4161.55/1042.37	c  N dy  9621   3232519       629      2754         0    140363      8366   2306368     18.90     21.82  --
4209.47/1054.32	c  N dy  9761   3252541       629      2754         0     82099      8366    664554     18.91     19.92  --
4237.82/1061.49	c  N dy  9847   3272555       629      2754         0    101889      8366   1217890     18.91     21.32  --
4272.95/1070.22	c  N dy  9909   3292681       629      2754         0    121765      8366   1765050     18.91     20.27  --
4315.67/1080.98	c  N dy  9981   3312708       629      2754         0    141514      8366   2311759     18.91     19.91  --
4362.39/1092.66	c  N dy 10073   3332850       629      2754         0     82382      8366    651908     18.91     20.07  --
4389.53/1099.41	c  N dy 10130   3352936       629      2754         0    102204      8366   1207355     18.90     19.97  --
4426.67/1108.71	c  N dy 10249   3372959       629      2754         0    122028      8366   1769868     18.91     19.93  --
4477.77/1121.59	c  N dy 10292   3397279       629      2754         0    146003      8366   2428380     18.90     19.92  --
4528.51/1134.25	c  N dy 10394   3417304       629      2754         0     85790      8366    728081     18.91     21.30  --
4557.23/1141.47	c  N dy 10456   3437355       629      2754         0    105568      8366   1268403     18.91     24.51  --
4595.96/1151.10	c  N dy 10565   3457365       629      2754         0    125368      8366   1822746     18.91     19.96  --
4645.87/1163.68	c  N dy 10634   3479486       629      2754         0    147158      8366   2408019     18.91     20.02  --
4692.58/1175.38	c  N dy 10727   3500224       629      2754         0     86665      8366    732743     18.91     19.92  --
4722.93/1182.94	c  N dy 10830   3520283       629      2754         0    106505      8366   1292462     18.92     19.93  --
4761.29/1192.52	c  N dy 10954   3540307       629      2754         0    126309      8366   1855431     18.92     19.96  --

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-3369034-1305410851/watcher-3369034-1305410851 -o /tmp/evaluation-result-3369034-1305410851/solver-3369034-1305410851 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369034-1305410851.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: 0.00 0.00 0.02 6/232 3923
/proc/meminfo: memFree=19323996/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 410 0 0 0 0 0 0 0 24 0 4 0 652684891 52465664 351 33554432000 4194304 4650419 140736012097744 18446744073709551615 47112529999794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3923/statm: 12809 351 303 112 0 7774 0
[pid=3923/tid=3924] ppid=3921 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652684891 52465664 353 33554432000 4194304 4650419 140736012097744 18446744073709551615 248089754609 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652684891 52465664 357 33554432000 4194304 4650419 140736012097744 18446744073709551615 248089698235 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652684891 52465664 357 33554432000 4194304 4650419 140736012097744 18446744073709551615 47112529999794 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.108927 s]
/proc/loadavg: 0.00 0.00 0.02 6/232 3923
/proc/meminfo: memFree=19323996/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=282792 CPUtime=0.4 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 1937 0 0 0 40 0 0 0 25 0 4 0 652684891 289579008 1780 33554432000 4194304 4650419 140736012097744 18446744073709551615 4336640 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 70698 1780 391 112 0 65663 0
[pid=3923/tid=3924] ppid=3921 vsize=282792 CPUtime=0.09 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 396 0 0 0 9 0 0 0 25 0 4 0 652684891 289579008 1780 33554432000 4194304 4650419 140736012097744 18446744073709551615 4334396 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=282792 CPUtime=0.1 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 444 0 0 0 10 0 0 0 25 0 4 0 652684891 289579008 1780 33554432000 4194304 4650419 140736012097744 18446744073709551615 4334396 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=282792 CPUtime=0.1 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 291 0 0 0 10 0 0 0 25 0 4 0 652684891 289579008 1780 33554432000 4194304 4650419 140736012097744 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282792

[startup+0.200911 s]
/proc/loadavg: 0.00 0.00 0.02 6/232 3923
/proc/meminfo: memFree=19323996/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=284208 CPUtime=0.77 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 2713 0 0 0 77 0 0 0 25 0 4 0 652684891 291028992 1868 33554432000 4194304 4650419 140736012097744 18446744073709551615 4334047 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 71052 1868 393 112 0 66017 0
[pid=3923/tid=3924] ppid=3921 vsize=284208 CPUtime=0.19 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 581 0 0 0 19 0 0 0 25 0 4 0 652684891 291028992 1868 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=284208 CPUtime=0.19 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 647 0 0 0 19 0 0 0 25 0 4 0 652684891 291028992 1868 33554432000 4194304 4650419 140736012097744 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=284208 CPUtime=0.19 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 487 0 0 0 19 0 0 0 25 0 4 0 652684891 291028992 1868 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284208

[startup+0.300894 s]
/proc/loadavg: 0.00 0.00 0.02 6/232 3923
/proc/meminfo: memFree=19323996/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=284208 CPUtime=1.17 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 3119 0 0 0 117 0 0 0 25 0 4 0 652684891 291028992 2274 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 71052 2274 393 112 0 66017 0
[pid=3923/tid=3924] ppid=3921 vsize=284208 CPUtime=0.29 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 681 0 0 0 29 0 0 0 25 0 4 0 652684891 291028992 2274 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=284208 CPUtime=0.29 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 753 0 0 0 29 0 0 0 25 0 4 0 652684891 291028992 2274 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=284208 CPUtime=0.29 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 591 0 0 0 29 0 0 0 25 0 4 0 652684891 291028992 2274 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284208

[startup+0.700824 s]
/proc/loadavg: 0.00 0.00 0.02 6/232 3923
/proc/meminfo: memFree=19323996/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=285120 CPUtime=2.77 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 4869 0 0 0 276 1 0 0 25 0 4 0 652684891 291962880 3008 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 71280 3008 393 112 0 66245 0
[pid=3923/tid=3924] ppid=3921 vsize=285120 CPUtime=0.69 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 1136 0 0 0 69 0 0 0 25 0 4 0 652684891 291962880 3008 33554432000 4194304 4650419 140736012097744 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=285120 CPUtime=0.69 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 1192 0 0 0 69 0 0 0 25 0 4 0 652684891 291962880 3008 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=285120 CPUtime=0.69 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 1032 0 0 0 69 0 0 0 25 0 4 0 652684891 291962880 3008 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285120

[startup+1.50068 s]
/proc/loadavg: 0.00 0.00 0.02 9/236 3927
/proc/meminfo: memFree=19303876/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=286724 CPUtime=5.96 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 8318 0 0 0 595 1 0 0 25 0 4 0 652684891 293605376 3618 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 71681 3618 394 112 0 66646 0
[pid=3923/tid=3924] ppid=3921 vsize=286724 CPUtime=1.49 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 2035 0 0 0 149 0 0 0 25 0 4 0 652684891 293605376 3618 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=286724 CPUtime=1.48 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 2099 0 0 0 148 0 0 0 25 0 4 0 652684891 293605376 3618 33554432000 4194304 4650419 140736012097744 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=286724 CPUtime=1.49 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 1832 0 0 0 149 0 0 0 25 0 4 0 652684891 293605376 3618 33554432000 4194304 4650419 140736012097744 18446744073709551615 4315277 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286724

[startup+3.1004 s]
/proc/loadavg: 0.00 0.00 0.02 9/236 3927
/proc/meminfo: memFree=19273248/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=281504 CPUtime=12.35 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 18552 0 0 0 1231 4 0 0 25 0 4 0 652684891 288260096 11512 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 70376 11512 395 112 0 65341 0
[pid=3923/tid=3924] ppid=3921 vsize=281504 CPUtime=3.08 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 4327 0 0 0 307 1 0 0 25 0 4 0 652684891 288260096 11512 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=281504 CPUtime=3.08 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 4829 0 0 0 308 0 0 0 25 0 4 0 652684891 288260096 11512 33554432000 4194304 4650419 140736012097744 18446744073709551615 4369342 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=281504 CPUtime=3.08 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 4475 0 0 0 308 0 0 0 25 0 4 0 652684891 288260096 11512 33554432000 4194304 4650419 140736012097744 18446744073709551615 4314858 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 281504

[startup+6.30084 s]
/proc/loadavg: 0.64 0.13 0.07 9/236 3927
/proc/meminfo: memFree=19226260/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=283280 CPUtime=25.13 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 26892 0 0 0 2508 5 0 0 25 0 4 0 652684891 290078720 14947 33554432000 4194304 4650419 140736012097744 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 70820 14947 395 112 0 65785 0
[pid=3923/tid=3924] ppid=3921 vsize=283280 CPUtime=6.28 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 6934 0 0 0 627 1 0 0 25 0 4 0 652684891 290078720 14947 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=283280 CPUtime=6.29 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 7134 0 0 0 628 1 0 0 25 0 4 0 652684891 290078720 14947 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=283280 CPUtime=6.29 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 5903 0 0 0 628 1 0 0 25 0 4 0 652684891 290078720 14947 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 283280

[startup+12.7007 s]
/proc/loadavg: 1.23 0.26 0.11 9/236 3927
/proc/meminfo: memFree=19176200/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=306940 CPUtime=50.68 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 40776 0 0 0 5059 9 0 0 25 0 4 0 652684891 314306560 23096 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 76735 23096 395 112 0 71700 0
[pid=3923/tid=3924] ppid=3921 vsize=306940 CPUtime=12.68 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 10279 0 0 0 1266 2 0 0 25 0 4 0 652684891 314306560 23096 33554432000 4194304 4650419 140736012097744 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=306940 CPUtime=12.69 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 11047 0 0 0 1267 2 0 0 25 0 4 0 652684891 314306560 23096 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366174 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=306940 CPUtime=12.68 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 8612 0 0 0 1267 1 0 0 25 0 4 0 652684891 314306560 23096 33554432000 4194304 4650419 140736012097744 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 306940

[startup+25.5004 s]
/proc/loadavg: 2.73 0.64 0.24 9/236 3928
/proc/meminfo: memFree=19114580/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=307084 CPUtime=101.78 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 60117 0 0 0 10165 13 0 0 25 0 4 0 652684891 314454016 32040 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 76771 32040 395 112 0 71736 0
[pid=3923/tid=3924] ppid=3921 vsize=307084 CPUtime=25.48 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 16397 0 0 0 2545 3 0 0 25 0 4 0 652684891 314454016 32040 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=307084 CPUtime=25.48 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 17082 0 0 0 2545 3 0 0 25 0 4 0 652684891 314454016 32040 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=307084 CPUtime=25.48 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 11553 0 0 0 2546 2 0 0 25 0 4 0 652684891 314454016 32040 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 307084

[startup+51.1009 s]
/proc/loadavg: 4.66 1.26 0.45 9/236 3928
/proc/meminfo: memFree=19070856/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=328128 CPUtime=204 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 92380 0 0 0 20377 23 0 0 25 0 4 0 652684891 336003072 36511 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 82032 36511 395 112 0 76997 0
[pid=3923/tid=3924] ppid=3921 vsize=328128 CPUtime=51.08 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 25453 0 0 0 5102 6 0 0 25 0 4 0 652684891 336003072 36511 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=328128 CPUtime=51.08 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 26598 0 0 0 5103 5 0 0 25 0 4 0 652684891 336003072 36511 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=328128 CPUtime=51.08 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 16686 0 0 0 5104 4 0 0 25 0 4 0 652684891 336003072 36512 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 328128

[startup+102.301 s]
/proc/loadavg: 6.61 2.32 0.85 9/236 3930
/proc/meminfo: memFree=19019748/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=358384 CPUtime=408.43 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 146467 0 0 0 40802 41 0 0 25 0 4 0 652684891 366985216 44297 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 89596 44297 395 112 0 84561 0
[pid=3923/tid=3924] ppid=3921 vsize=358384 CPUtime=102.29 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 40072 0 0 0 10218 11 0 0 25 0 4 0 652684891 366985216 44297 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=358384 CPUtime=102.3 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 41155 0 0 0 10219 11 0 0 25 0 4 0 652684891 366985216 44297 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=358384 CPUtime=102.29 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 27651 0 0 0 10221 8 0 0 25 0 4 0 652684891 366985216 44297 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 358384

[startup+162.3 s]

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

[pid=3923] ppid=3921 vsize=610016 CPUtime=2564.47 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 393510 0 0 0 256307 140 0 0 25 0 4 0 652684891 624656384 103235 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 152504 103235 395 112 0 147469 0
[pid=3923/tid=3924] ppid=3921 vsize=610016 CPUtime=642.29 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 93524 0 0 0 64195 34 0 0 25 0 4 0 652684891 624656384 103235 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=610016 CPUtime=642.3 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 120469 0 0 0 64190 40 0 0 25 0 4 0 652684891 624656384 103235 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=610016 CPUtime=642.3 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 79213 0 0 0 64198 32 0 0 25 0 4 0 652684891 624656384 103235 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2564.47
Current children cumulated vsize (KiB) 610016

[startup+702.301 s]
/proc/loadavg: 8.12 7.31 4.28 9/236 3976
/proc/meminfo: memFree=18598368/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=610188 CPUtime=2804.04 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 411911 0 0 0 280254 150 0 0 25 0 4 0 652684891 624832512 100730 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 152547 100730 395 112 0 147512 0
[pid=3923/tid=3924] ppid=3921 vsize=610188 CPUtime=702.29 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 96479 0 0 0 70193 36 0 0 25 0 4 0 652684891 624832512 100730 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=610188 CPUtime=702.3 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 129417 0 0 0 70186 44 0 0 25 0 4 0 652684891 624832512 100730 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=610188 CPUtime=702.3 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 84814 0 0 0 70195 35 0 0 25 0 4 0 652684891 624832512 100730 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2804.04
Current children cumulated vsize (KiB) 610188

[startup+762.3 s]
/proc/loadavg: 8.12 7.47 4.54 9/236 3977
/proc/meminfo: memFree=18572056/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=610320 CPUtime=3043.62 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 430800 0 0 0 304205 157 0 0 25 0 4 0 652684891 624967680 104388 33554432000 4194304 4650419 140736012097744 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 152580 104388 395 112 0 147545 0
[pid=3923/tid=3924] ppid=3921 vsize=610320 CPUtime=762.3 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 99379 0 0 0 76193 37 0 0 25 0 4 0 652684891 624967680 104388 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=610320 CPUtime=762.31 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 136720 0 0 0 76185 46 0 0 25 0 4 0 652684891 624967680 104388 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=610320 CPUtime=762.31 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 88646 0 0 0 76195 36 0 0 25 0 4 0 652684891 624967680 104388 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3043.62
Current children cumulated vsize (KiB) 610320

[startup+822.301 s]
/proc/loadavg: 8.08 7.57 4.74 9/236 3979
/proc/meminfo: memFree=18584324/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=610400 CPUtime=3283.16 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 443350 0 0 0 328152 164 0 0 25 0 4 0 652684891 625049600 101296 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 152600 101296 395 112 0 147565 0
[pid=3923/tid=3924] ppid=3921 vsize=610400 CPUtime=822.29 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 102748 0 0 0 82191 38 0 0 25 0 4 0 652684891 625049600 101296 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=610400 CPUtime=822.3 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 143856 0 0 0 82180 50 0 0 25 0 4 0 652684891 625049600 101296 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=610400 CPUtime=822.31 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 90684 0 0 0 82192 39 0 0 25 0 4 0 652684891 625049600 101296 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3283.16
Current children cumulated vsize (KiB) 610400

[startup+882.308 s]
/proc/loadavg: 8.03 7.65 4.96 9/236 3980
/proc/meminfo: memFree=18548836/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=610524 CPUtime=3522.75 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 459183 0 0 0 352105 170 0 0 25 0 4 0 652684891 625176576 106938 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 152631 106938 395 112 0 147596 0
[pid=3923/tid=3924] ppid=3921 vsize=610524 CPUtime=882.31 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 103268 0 0 0 88192 39 0 0 25 0 4 0 652684891 625176576 106938 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=610524 CPUtime=882.31 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 151281 0 0 0 88178 53 0 0 25 0 4 0 652684891 625176576 106938 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=610524 CPUtime=882.32 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 96078 0 0 0 88191 41 0 0 25 0 4 0 652684891 625176576 106938 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.75
Current children cumulated vsize (KiB) 610524

[startup+942.301 s]
/proc/loadavg: 8.01 7.71 5.13 9/236 3982
/proc/meminfo: memFree=18555632/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=675976 CPUtime=3762.28 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 470104 0 0 0 376052 176 0 0 25 0 4 0 652684891 692199424 104409 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 168994 104409 395 112 0 163959 0
[pid=3923/tid=3924] ppid=3921 vsize=675976 CPUtime=942.3 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 105482 0 0 0 94190 40 0 0 25 0 4 0 652684891 692199424 104409 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=675976 CPUtime=942.31 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 156876 0 0 0 94175 56 0 0 25 0 4 0 652684891 692199424 104409 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=675976 CPUtime=942.31 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 98408 0 0 0 94189 42 0 0 25 0 4 0 652684891 692199424 104409 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.28
Current children cumulated vsize (KiB) 675976

[startup+1002.3 s]
/proc/loadavg: 8.00 7.76 5.31 9/236 3984
/proc/meminfo: memFree=18505008/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=626044 CPUtime=4001.85 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 486637 0 0 0 400001 184 0 0 25 0 4 0 652684891 641069056 113136 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366953 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 156511 113136 395 112 0 151476 0
[pid=3923/tid=3924] ppid=3921 vsize=626044 CPUtime=1002.3 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 107323 0 0 0 100189 41 0 0 25 0 4 0 652684891 641069056 113136 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=626044 CPUtime=1002.31 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 160938 0 0 0 100173 58 0 0 25 0 4 0 652684891 641069056 113136 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=626044 CPUtime=1002.31 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 105949 0 0 0 100187 44 0 0 25 0 4 0 652684891 641069056 113136 33554432000 4194304 4650419 140736012097744 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4001.85
Current children cumulated vsize (KiB) 626044

[startup+1062.3 s]
/proc/loadavg: 8.00 7.80 5.47 9/236 3985
/proc/meminfo: memFree=18465044/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=704868 CPUtime=4241.41 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 505245 0 0 0 423948 193 0 0 25 0 4 0 652684891 721784832 115751 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 176217 115751 395 112 0 171182 0
[pid=3923/tid=3924] ppid=3921 vsize=704868 CPUtime=1062.3 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 111855 0 0 0 106186 44 0 0 25 0 4 0 652684891 721784832 115751 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=704868 CPUtime=1062.31 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 167607 0 0 0 106171 60 0 0 25 0 4 0 652684891 721784832 115751 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=704868 CPUtime=1062.31 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 108404 0 0 0 106186 45 0 0 25 0 4 0 652684891 721784832 115751 33554432000 4194304 4650419 140736012097744 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4241.41
Current children cumulated vsize (KiB) 704868

[startup+1122.3 s]
/proc/loadavg: 8.00 7.83 5.63 9/236 3987
/proc/meminfo: memFree=18412072/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=704996 CPUtime=4480.97 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 525889 0 0 0 447895 202 0 0 25 0 4 0 652684891 721915904 128247 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 176249 128247 395 112 0 171214 0
[pid=3923/tid=3924] ppid=3921 vsize=704996 CPUtime=1122.3 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 116545 0 0 0 112184 46 0 0 25 0 4 0 652684891 721915904 128247 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=704996 CPUtime=1122.31 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 174691 0 0 0 112168 63 0 0 25 0 4 0 652684891 721915904 128247 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=704996 CPUtime=1122.32 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 112780 0 0 0 112184 48 0 0 25 0 4 0 652684891 721915904 128247 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4480.97
Current children cumulated vsize (KiB) 704996

[startup+1182.3 s]
/proc/loadavg: 8.18 7.91 5.79 9/236 3988
/proc/meminfo: memFree=18455444/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=693352 CPUtime=4720.54 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 538621 0 0 0 471845 209 0 0 25 0 4 0 652684891 709992448 113523 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 173338 113523 395 112 0 168303 0
[pid=3923/tid=3924] ppid=3921 vsize=693352 CPUtime=1182.31 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 118788 0 0 0 118183 48 0 0 25 0 4 0 652684891 709992448 113523 33554432000 4194304 4650419 140736012097744 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=693352 CPUtime=1182.31 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 180914 0 0 0 118165 66 0 0 25 0 4 0 652684891 709992448 113523 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=693352 CPUtime=1182.31 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 114890 0 0 0 118182 49 0 0 25 0 4 0 652684891 709992448 113523 33554432000 4194304 4650419 140736012097744 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4720.54
Current children cumulated vsize (KiB) 693352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.3 s]
/proc/loadavg: 8.12 7.91 5.85 9/236 3989
/proc/meminfo: memFree=18446492/32950928 swapFree=64721848/67111528
[pid=3923] ppid=3921 vsize=639568 CPUtime=4800.43 cores=0,2,4,6
/proc/3923/stat : 3923 (strangenight1-m) R 3921 3923 3882 0 -1 4202496 545365 0 0 0 479831 212 0 0 25 0 4 0 652684891 654917632 116063 33554432000 4194304 4650419 140736012097744 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3923/statm: 159892 116063 395 112 0 154857 0
[pid=3923/tid=3924] ppid=3921 vsize=639568 CPUtime=1202.32 cores=0,2,4,6
/proc/3923/task/3924/stat : 3924 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 120167 0 0 0 120183 49 0 0 25 0 4 0 652684891 654917632 116063 33554432000 4194304 4650419 140736012097744 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3923/tid=3925] ppid=3921 vsize=639568 CPUtime=1202.33 cores=0,2,4,6
/proc/3923/task/3925/stat : 3925 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 183727 0 0 0 120166 67 0 0 25 0 4 0 652684891 654917632 116063 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3923/tid=3926] ppid=3921 vsize=639568 CPUtime=1202.33 cores=0,2,4,6
/proc/3923/task/3926/stat : 3926 (strangenight1-m) R 3921 3923 3882 0 -1 4202560 116239 0 0 0 120183 50 0 0 25 0 4 0 652684891 654917632 116063 33554432000 4194304 4650419 140736012097744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 639568

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.35
CPU time (s): 4800.49
CPU user time (s): 4798.34
CPU system time (s): 2.14767
CPU usage (%): 399.26
Max. virtual memory (cumulated for all children) (KiB): 801468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.34
system time used= 2.14767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545368
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= 389
involuntary context switches= 21196

runsolver used 2.68959 second user time and 6.08507 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 00:07:31
IDJOB=3369034
IDBENCH=83043
IDSOLVER=1846
FILE ID=node123/3369034-1305410851
RUNJOBID= node123-1305410849-3900
PBS_JOBID= 13324524
Free space on /tmp= 73360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1261029273-036.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369034-1305410851/watcher-3369034-1305410851 -o /tmp/evaluation-result-3369034-1305410851/solver-3369034-1305410851 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369034-1305410851.cnf

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

MD5SUM BENCH= ad12e37a0f3b75f1b331fdb5e803c99f
RANDOM SEED=1106751146

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19324276 kB
Buffers:        298084 kB
Cached:        3991492 kB
SwapCached:      10528 kB
Active:       10621696 kB
Inactive:      2736884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19324276 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           12472 kB
Writeback:           0 kB
AnonPages:     9066256 kB
Mapped:          15804 kB
Slab:           176028 kB
PageTables:      31176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13109180 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= 73352 MiB
End job on node123 at 2011-05-15 00:27:35