Trace number 3368900

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.35 1203.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S158767647-027.SATISFIABLE.cnf
MD5SUM3a195a9f73ea42ae7df353109d53748f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05899
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
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.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-3368900-1305405586.cnf'
0.00/0.01	c -- header says num vars:            750
0.00/0.01	c -- header says num clauses:        3195
0.00/0.02	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.02	c -- vars added        750
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       750      3195         0         0      9585         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.00
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.06/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.01 s
0.06/0.90	c Finding binary XORs  T:     0.00 s  found:       0
0.06/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.06/0.90	c calculated reachability. Time: 0.00
0.06/0.90	c Calc default polars -  time:   0.00 s pos:     310 undec:      86 neg:     354
0.06/0.90	c =========================================================================================
0.06/0.90	c types(t): F = full restart, N = normal restart
0.06/0.90	c types(t): S = simplification begin/end, E = solution found
0.06/0.90	c restart types(rt): st = static, dy = dynamic
0.06/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.06/0.90	c  B st     0         0       734      3176         0         0      9606         0   no data   no data  --
0.06/0.90	c Decided on static restart strategy
0.06/0.90	c  N st     8      4915       734      3176         0      4866      9606    156205   no data   no data  --
0.06/0.90	c  N st    10     11299       734      3176         0      4525      9606     98715   no data   no data  --
0.06/0.90	c  N st    11     17042       734      3176         0     10218      9606    290814   no data   no data  --
4.77/1.22	c  F st    12     25000       734      3176         0     12522      9606    373320   no data   no data  --
4.77/1.22	c  N st    12     25000       734      3176         0     12522      9606    373320   no data   no data  --
5.57/1.49	c Decided on static restart strategy
5.57/1.49	c  N st    18     30002       734      3176         0     10765      9606    266962   no data   no data  --
5.57/1.49	c  S st    18     30002       734      3176         0     10765      9606    266962   no data   no data  --
5.97/1.52	c  S st    18     30505       734      3176         0     11268      9606    281728   no data   no data  --
5.97/1.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.97/1.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.97/1.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
5.97/1.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.17/1.85	c lits-rem:        59  cl-subs:      235  v-elim:      0  v-fix:    0  time:  1.23 s
7.17/1.86	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.04
7.17/1.86	c calculated reachability. Time: 0.00
7.17/1.86	c  N st    18     30505       734      3176         0     11033      9606    272227   no data   no data  --
8.75/2.28	c  N st    20     37617       734      3176         0     10257      9606    218221   no data   no data  --
10.75/2.74	c  N st    21     44018       734      3176         0     16583      9606    426218   no data   no data  --
11.15/2.87	c  S st    22     45757       734      3176         0      9468      9606    173592   no data   no data  --
11.15/2.90	c  S st    22     46261       734      3176         0      9972      9606    188521   no data   no data  --
11.15/2.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.15/2.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.15/2.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.15/2.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.15/2.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
11.15/2.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.99/3.07	c lits-rem:        15  cl-subs:       42  v-elim:      0  v-fix:    0  time:  0.65 s
11.99/3.07	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
11.99/3.07	c vivif2 --  cl tried     9930 cl shrink        0 lits rem          0 time: 0.01
11.99/3.08	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.04
11.99/3.08	c calculated reachability. Time: 0.00
11.99/3.08	c  N st    22     46261       734      3176         0      9930      9606    187006   no data   no data  --
15.94/4.10	c  N st    23     60659       734      3176         0     14310      9606    320041   no data   no data  --
18.72/4.79	c  N st    24     69391       734      3176         0     12083      9606    235985   no data   no data  --
18.72/4.79	c  S st    24     69391       734      3176         0     12083      9606    235985   no data   no data  --
19.13/4.83	c  S st    24     69894       734      3176         0     12586      9606    251092   no data   no data  --
19.13/4.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.13/4.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.13/4.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.13/4.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.13/4.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.13/4.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
19.13/4.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.33/5.15	c lits-rem:        40  cl-subs:       86  v-elim:      0  v-fix:    0  time:  1.24 s
20.33/5.15	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
20.33/5.15	c vivif2 --  cl tried    12500 cl shrink        0 lits rem          0 time: 0.01
20.33/5.16	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.04
20.33/5.16	c calculated reachability. Time: 0.00
20.33/5.16	c  N st    24     69894       734      3176         0     12500      9606    247834   no data   no data  --
26.30/6.67	c  F st    25     87503       734      3176         0     18012      9606    408539   no data   no data  --
26.30/6.67	c  N st    25     87503       734      3176         0     18012      9606    408539   no data   no data  --
28.30/7.12	c Decided on static restart strategy
29.11/7.40	c  N st    32     95540       734      3176         0     13140      9606    220626   no data   no data  --
32.28/8.13	c  N st    34    104843       734      3176         0     22265      9606    508731   no data   no data  --
32.28/8.13	c  S st    34    104843       734      3176         0     22265      9606    508731   no data   no data  --
32.28/8.19	c  S st    34    105353       734      3176         0     22775      9606    523591   no data   no data  --
32.28/8.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.28/8.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.69/8.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
32.69/8.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.69/8.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.69/8.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
32.69/8.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
38.31/9.64	c lits-rem:       182  cl-subs:      611  v-elim:      0  v-fix:    0  time:  5.65 s
38.31/9.64	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
38.31/9.64	c vivif2 --  cl tried    22164 cl shrink        0 lits rem          0 time: 0.02
38.31/9.66	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.08
38.31/9.67	c calculated reachability. Time: 0.00
38.31/9.67	c  N st    34    105353       734      3176         0     22164      9606    501488   no data   no data  --
41.86/10.57	c  N st    35    114951       734      3176         0     17868      9606    347133   no data   no data  --
47.44/11.90	c  N st    36    129352       734      3176         0     17296      9606    309940   no data   no data  --
55.43/13.94	c  N st    37    150948       734      3176         0     22832      9606    476345   no data   no data  --
58.20/14.62	c  S st    38    158031       734      3176         0     29791      9606    697926   no data   no data  --
58.20/14.69	c  S st    38    158534       734      3176         0     30294      9606    712854   no data   no data  --
58.20/14.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.20/14.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.60/14.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
58.60/14.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.60/14.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.60/14.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
58.60/14.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
66.58/16.76	c lits-rem:      1114  cl-subs:      749  v-elim:      0  v-fix:    0  time:  8.11 s
66.58/16.76	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
66.58/16.77	c vivif2 --  cl tried    29545 cl shrink        0 lits rem          0 time: 0.03
66.98/16.80	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.10
66.98/16.80	c calculated reachability. Time: 0.00
66.98/16.80	c  N st    38    158534       734      3176         0     29545      9606    684294   no data   no data  --
87.72/22.02	c  N st    39    207123       734      3176         0     24096      9606    467091   no data   no data  --
102.88/25.80	c  N st    40    237801       734      3176         0     34725      9606    808079   no data   no data  --
102.88/25.80	c  S st    40    237801       734      3176         0     34725      9606    808079   no data   no data  --
102.88/25.89	c  S st    40    238302       734      3176         0     35226      9606    824445   no data   no data  --
102.88/25.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
102.88/25.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.28/25.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
103.28/25.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.28/25.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.28/25.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
103.28/25.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
113.64/28.50	c lits-rem:       270  cl-subs:      976  v-elim:      0  v-fix:    0  time: 10.24 s
113.64/28.50	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
113.64/28.51	c vivif2 --  cl tried    34250 cl shrink        0 lits rem          0 time: 0.04
113.64/28.54	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.13
113.64/28.54	c calculated reachability. Time: 0.00
113.64/28.54	c  N st    40    238302       734      3176         0     34250      9606    784177   no data   no data  --
149.94/37.63	c  F st    41    306253       734      3176         0     36137      9606    770260   no data   no data  --
149.94/37.63	c  N st    41    306253       734      3176         0     36137      9606    770260   no data   no data  --
160.31/40.30	c  N dy    98    326164       734      3176         0     32145      9606    531659     20.80     21.90  --
172.27/43.26	c  N dy   160    346845       734      3176         0     27898      9606    351789     20.26     21.34  --
177.46/44.55	c  S st   203    357455       734      3176         0     38428      9606    665790     20.16   no data  --
177.86/44.64	c  S st   203    357960       734      3176         0     38931      9606    681339     20.16   no data  --
177.86/44.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
177.86/44.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
177.86/44.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
177.86/44.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.86/44.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.86/44.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
177.86/44.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
186.63/46.81	c lits-rem:       586  cl-subs:      409  v-elim:      0  v-fix:    0  time:  8.48 s
186.63/46.81	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
186.63/46.82	c vivif2 --  cl tried    38522 cl shrink        0 lits rem          0 time: 0.03
186.63/46.86	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.17
186.63/46.86	c calculated reachability. Time: 0.00
186.63/46.86	c  N dy   203    357960       734      3176         0     38522      9606    666985     20.16   no data  --
198.99/49.95	c  N dy   299    378017       734      3176         0     32659      9606    454406     20.21     21.63  --
212.15/53.25	c  N dy   399    398104       734      3176         0     52631      9606   1051011     20.31     21.50  --
222.91/55.91	c  N dy   483    418146       734      3176         0     45724      9606    818924     20.31     21.64  --
236.47/59.38	c  N dy   581    440982       734      3176         0     40610      9606    634534     20.25     21.45  --
250.83/62.90	c  N dy   670    461299       734      3176         0     31968      9606    347560     20.26     21.33  --
263.20/66.02	c  N dy   758    481589       734      3176         0     52098      9606    950491     20.24     21.37  --
276.76/69.43	c  N dy   890    501695       734      3176         0     42282      9606    631466     20.35     21.52  --
291.51/73.18	c  N dy   959    521887       734      3176         0     31568      9606    282461     20.31     21.47  --
300.29/75.37	c  S st  1047    536940       734      3176         0     46517      9606    730419     20.35     16.27  --
300.69/75.48	c  S st  1047    537446       734      3176         0     47023      9606    745152     20.35   no data  --
300.69/75.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
300.69/75.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
300.69/75.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
301.10/75.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.10/75.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.10/75.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
301.10/75.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
310.31/77.86	c lits-rem:       610  cl-subs:      342  v-elim:      0  v-fix:    0  time:  9.30 s
310.31/77.86	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
310.31/77.87	c vivif2 --  cl tried    46681 cl shrink        0 lits rem          0 time: 0.04
310.65/77.91	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.18
310.65/77.91	c calculated reachability. Time: 0.00
310.65/77.91	c  N dy  1047    537446       734      3176         0     46681      9606    732134     20.35   no data  --
326.21/81.81	c  N dy  1137    557530       734      3176         0     34847      9606    357285     20.35     22.22  --
338.98/85.00	c  N dy  1235    577589       734      3176         0     54768      9606    961446     20.39     25.56  --
353.75/88.80	c  N dy  1333    597971       734      3176         0     42209      9606    547097     20.40     21.55  --
368.88/92.53	c  N dy  1411    618040       734      3176         0     62115      9606   1139499     20.39     22.94  --
383.64/96.25	c  N dy  1525    639075       734      3176         0     49254      9606    733956     20.42     21.54  --
402.79/101.03	c  N dy  1628    659690       734      3176         0     34975      9606    280778     20.46     21.60  --
416.34/104.40	c  N dy  1709    680800       734      3176         0     55878      9606    903148     20.45     21.56  --
436.30/109.44	c  N dy  1770    701244       734      3176         0     40466      9606    416854     20.43     21.88  --
451.44/113.24	c  N dy  1822    721492       734      3176         0     60529      9606   1016665     20.40     21.57  --
468.59/117.53	c  N dy  1865    742773       734      3176         0     44943      9606    535014     20.35     21.55  --
484.95/121.67	c  N dy  1955    763491       734      3176         0     65500      9606   1160070     20.36     21.80  --
500.90/125.69	c  N dy  1999    783880       734      3176         0     48048      9606    605694     20.29     21.62  --
518.84/130.14	c  N dy  2131    804072       734      3176         0     68109      9606   1216964     20.34     21.79  --
521.23/130.72	c  S st  2140    806171       734      3176         0     70194      9606   1279267     20.34     18.53  --
521.63/130.89	c  S st  2140    806677       734      3176         0     70699      9606   1294027     20.34   no data  --
521.63/130.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
521.63/130.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
522.03/130.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
522.03/130.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
522.03/130.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
522.03/130.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
522.03/130.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
529.66/132.84	c lits-rem:       422  cl-subs:      779  v-elim:      0  v-fix:    0  time:  7.46 s
529.66/132.84	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
529.66/132.85	c vivif2 --  cl tried    69920 cl shrink        0 lits rem          0 time: 0.06
530.00/132.94	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.34
530.00/132.94	c calculated reachability. Time: 0.00
530.00/132.94	c  N dy  2140    806677       734      3176         0     69920      9606   1266416     20.34   no data  --
547.21/137.26	c  N dy  2248    826715       734      3176         0     51132      9606    674768     20.36     24.54  --
565.90/141.93	c  N dy  2347    846732       734      3176         0     70996      9606   1275392     20.38     21.50  --
583.45/146.30	c  N dy  2445    866818       734      3176         0     51207      9606    652482     20.40     21.49  --
601.80/150.96	c  N dy  2545    886876       734      3176         0     71137      9606   1255661     20.41     24.00  --
620.55/155.62	c  N dy  2647    906914       734      3176         0     50334      9606    599993     20.42     21.57  --
638.09/160.02	c  N dy  2721    926932       734      3176         0     70180      9606   1196811     20.41     22.91  --
658.43/165.11	c  N dy  2798    947754       734      3176         0     49118      9606    538709     20.39     21.80  --
675.57/169.46	c  N dy  2902    967815       734      3176         0     69030      9606   1142675     20.41     23.83  --
697.11/174.80	c  N dy  2966    988052       734      3176         0     46415      9606    431413     20.40     21.49  --
713.48/178.97	c  N dy  3082   1008172       734      3176         0     66373      9606   1039592     20.43     21.52  --
737.80/185.01	c  N dy  3179   1028428       734      3176         0     86476      9606   1642846     20.44     21.56  --
755.35/189.40	c  N dy  3230   1050545       734      3176         0     64724      9606    954824     20.41     21.59  --
780.07/195.62	c  N dy  3357   1071211       734      3176         0     85251      9606   1585464     20.44     21.59  --
780.87/195.86	c  F st  3360   1071875       734      3176         0     85904      9606   1604654     20.44     20.33  --
786.46/197.27	c Decided on static restart strategy
803.21/201.45	c  N st  3370   1100178       734      3176         0     69212      9606   1154933     20.44   no data  --
837.90/210.12	c  N st  3372   1136172       734      3176         0     59202      9606   1254778     20.44   no data  --
868.21/217.71	c  N st  3373   1168564       734      3176         0     90976      9606   2287564     20.44   no data  --
910.50/228.30	c  N st  3374   1210016       734      3176         0     85449      9606   2111972     20.44   no data  --
910.50/228.30	c  S st  3374   1210016       734      3176         0     85449      9606   2111972     20.44   no data  --
911.34/228.54	c  S st  3374   1210522       734      3176         0     85955      9606   2127372     20.44   no data  --
911.34/228.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
911.34/228.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
911.34/228.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
911.69/228.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
911.69/228.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
911.69/228.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
911.69/228.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
948.38/237.89	c lits-rem:       358  cl-subs:     3844  v-elim:      0  v-fix:    0  time: 36.80 s
948.38/237.89	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
948.78/237.92	c vivif2 --  cl tried    82111 cl shrink        0 lits rem          0 time: 0.09
949.18/238.05	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.52
949.18/238.05	c calculated reachability. Time: 0.00
949.18/238.05	c  N st  3374   1210522       734      3176         0     82111      9606   1988444     20.44   no data  --
1028.14/257.87	c  N st  3375   1283405       734      3176         0     58629      9606   1074060     20.44   no data  --
1155.37/289.79	c  N st  3376   1392729       734      3176         0     66559      9606   1271214     20.44   no data  --
1347.61/337.93	c  N st  3377   1556713       734      3176         0     71362      9606   1310169     20.44   no data  --
1540.25/386.26	c  N st  3378   1710522       734      3176         0     57597      9606    764606     20.44   no data  --
1540.25/386.26	c  S st  3378   1710522       734      3176         0     57597      9606    764606     20.44   no data  --
1541.04/386.41	c  S st  3378   1711025       734      3176         0     58099      9606    779144     20.44   no data  --
1541.04/386.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1541.04/386.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1541.04/386.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
1541.04/386.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1541.04/386.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1541.04/386.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
1541.04/386.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1549.82/388.65	c lits-rem:       592  cl-subs:      316  v-elim:      0  v-fix:    0  time:  8.70 s
1549.82/388.65	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
1549.82/388.66	c vivif2 --  cl tried    57783 cl shrink        0 lits rem          0 time: 0.04
1550.22/388.73	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.28
1550.22/388.73	c calculated reachability. Time: 0.00
1550.22/388.73	c  N st  3378   1711025       734      3176         0     57783      9606    768719     20.44   no data  --
2030.41/509.18	c  N st  3379   2079990       734      3176         0     63464      9606    789519     20.44   no data  --
2202.70/552.30	c  N st  3380   2211027       734      3176         0     65783      9606    805523     20.44   no data  --
2202.70/552.30	c  S st  3380   2211027       734      3176         0     65783      9606    805523     20.44   no data  --
2203.10/552.47	c  S st  3380   2211531       734      3176         0     66287      9606    820656     20.44   no data  --
2203.10/552.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2203.10/552.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2203.50/552.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
2203.50/552.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2203.50/552.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2203.50/552.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
2203.50/552.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2213.47/555.01	c lits-rem:       672  cl-subs:      199  v-elim:      0  v-fix:    0  time:  9.89 s
2213.47/555.01	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
2213.47/555.03	c vivif2 --  cl tried    66088 cl shrink        0 lits rem          0 time: 0.04
2213.47/555.11	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.31
2213.88/555.11	c calculated reachability. Time: 0.00
2213.88/555.11	c  N st  3380   2211531       734      3176         0     66088      9606    813552     20.44   no data  --
2885.89/723.63	c  N st  3381   2711534       734      3176         0     82716      9606   1215883     20.44   no data  --
2885.89/723.63	c  S st  3381   2711534       734      3176         0     82716      9606   1215883     20.44   no data  --
2886.69/723.87	c  S st  3381   2712036       734      3176         0     83217      9606   1230421     20.44   no data  --
2886.69/723.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2886.69/723.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2887.09/723.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
2887.09/723.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2887.09/723.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2887.09/723.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
2887.09/723.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2895.86/726.15	c lits-rem:       119  cl-subs:      948  v-elim:      0  v-fix:    0  time:  8.74 s
2895.86/726.15	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
2895.86/726.17	c vivif2 --  cl tried    82269 cl shrink        0 lits rem          0 time: 0.06
2896.26/726.29	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.48
2896.26/726.29	c calculated reachability. Time: 0.00
2896.26/726.29	c  N st  3381   2712036       734      3176         0     82269      9606   1199281     20.44   no data  --
3637.68/912.15	c  N st  3382   3212037       734      3176         0    127888      9606   2563017     20.44   no data  --
3637.68/912.15	c  S st  3382   3212037       734      3176         0    127888      9606   2563017     20.44   no data  --
3639.28/912.58	c  S st  3382   3212540       734      3176         0    128391      9606   2577705     20.44   no data  --
3639.28/912.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3639.28/912.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3639.69/912.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
3640.12/912.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3640.12/912.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3640.12/912.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
3640.12/912.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3730.61/935.43	c lits-rem:       382  cl-subs:     6909  v-elim:      0  v-fix:    0  time: 90.40 s
3730.61/935.43	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
3730.61/935.46	c vivif2 --  cl tried   121482 cl shrink        0 lits rem          0 time: 0.12
3731.41/935.66	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.81
3731.41/935.67	c calculated reachability. Time: 0.00
3731.41/935.67	c  N st  3382   3212540       734      3176         0    121482      9606   2362935     20.44   no data  --
4660.27/1168.56	c  N st  3383   3712540       734      3176         0    132140      9606   2561312     20.44   no data  --
4660.27/1168.56	c  S st  3383   3712540       734      3176         0    132140      9606   2561312     20.44   no data  --
4661.88/1168.98	c  S st  3383   3713045       734      3176         0    132645      9606   2576696     20.44   no data  --
4661.88/1169.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4661.88/1169.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4662.32/1169.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.29
4662.66/1169.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4662.66/1169.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4662.66/1169.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    734 time:  0.00 s
4662.66/1169.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4762.36/1194.11	c lits-rem:        66  cl-subs:     7892  v-elim:      0  v-fix:    0  time: 99.51 s
4762.36/1194.11	c vivif2 --  cl tried     3176 cl shrink        0 lits rem          0 time: 0.00
4762.36/1194.14	c vivif2 --  cl tried   124753 cl shrink        0 lits rem          0 time: 0.12
4763.21/1194.35	c asymm  cl-useful: 0/3176/3176 lits-rem:0 time: 0.83
4763.21/1194.36	c calculated reachability. Time: 0.00
4763.21/1194.36	c  N st  3383   3713045       734      3176         0    124753      9606   2326823     20.44   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-3368900-1305405586/watcher-3368900-1305405586 -o /tmp/evaluation-result-3368900-1305405586/solver-3368900-1305405586 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368900-1305405586.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: 6.86 7.84 8.00 4/363 789
/proc/meminfo: memFree=25731432/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 412 0 0 0 0 0 0 0 18 0 4 0 632974209 52465664 352 33554432000 4194304 4650419 140736211729280 18446744073709551615 47409025451954 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 12809 352 303 112 0 7774 0
[pid=789/tid=793] ppid=787 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 632974209 52465664 352 33554432000 4194304 4650419 140736211729280 18446744073709551615 264721436904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=789/tid=794] ppid=787 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 1 0 0 0 1 0 0 0 19 0 4 0 632974209 52465664 352 33554432000 4194304 4650419 140736211729280 18446744073709551615 47409025451954 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 0 0 0 0 1 0 0 0 19 0 4 0 632974209 52465664 352 33554432000 4194304 4650419 140736211729280 18446744073709551615 47409025451954 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0221989 s]
/proc/loadavg: 6.86 7.84 8.00 4/363 789
/proc/meminfo: memFree=25731432/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=282464 CPUtime=0.06 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 1332 0 0 0 6 0 0 0 18 0 4 0 632974209 289243136 1163 33554432000 4194304 4650419 140736211729280 18446744073709551615 264726073627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 71372 3276 393 112 0 66337 0
[pid=789/tid=793] ppid=787 vsize=285488 CPUtime=0.8 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 1313 0 0 0 80 0 0 0 19 0 4 0 632974209 292339712 3276 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=285488 CPUtime=0.81 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 1290 0 0 0 81 0 0 0 18 0 4 0 632974209 292339712 3276 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=285488 CPUtime=0.81 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 1308 0 0 0 81 0 0 0 18 0 4 0 632974209 292339712 3276 33554432000 4194304 4650419 140736211729280 18446744073709551615 4333519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 282464

[startup+0.920116 s]
/proc/loadavg: 6.86 7.84 8.00 4/363 789
/proc/meminfo: memFree=25731432/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=286412 CPUtime=3.65 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 6567 0 0 0 364 1 0 0 19 0 4 0 632974209 293285888 3104 33554432000 4194304 4650419 140736211729280 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 71603 3104 393 112 0 66568 0
[pid=789/tid=793] ppid=787 vsize=286412 CPUtime=0.9 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 1594 0 0 0 90 0 0 0 19 0 4 0 632974209 293285888 3104 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=286412 CPUtime=0.91 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 1568 0 0 0 91 0 0 0 19 0 4 0 632974209 293285888 3104 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=286412 CPUtime=0.91 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 1380 0 0 0 91 0 0 0 19 0 4 0 632974209 293285888 3104 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 286412

[startup+1.0201 s]
/proc/loadavg: 6.86 7.84 8.00 4/363 789
/proc/meminfo: memFree=25731432/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=286412 CPUtime=4.05 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 6824 0 0 0 404 1 0 0 19 0 4 0 632974209 293285888 3361 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 71603 3362 393 112 0 66568 0
[pid=789/tid=793] ppid=787 vsize=286412 CPUtime=1 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 1660 0 0 0 100 0 0 0 19 0 4 0 632974209 293285888 3362 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=286412 CPUtime=1.01 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 1628 0 0 0 101 0 0 0 19 0 4 0 632974209 293285888 3362 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=286412 CPUtime=1.01 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 1444 0 0 0 101 0 0 0 19 0 4 0 632974209 293285888 3362 33554432000 4194304 4650419 140736211729280 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 286412

[startup+1.12008 s]
/proc/loadavg: 6.86 7.84 8.00 4/363 789
/proc/meminfo: memFree=25731432/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=286412 CPUtime=4.45 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 7090 0 0 0 444 1 0 0 19 0 4 0 632974209 293285888 3627 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 71603 3627 394 112 0 66568 0
[pid=789/tid=793] ppid=787 vsize=286412 CPUtime=1.1 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 1718 0 0 0 110 0 0 0 19 0 4 0 632974209 293285888 3627 33554432000 4194304 4650419 140736211729280 18446744073709551615 4364559 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=286412 CPUtime=1.11 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 1692 0 0 0 111 0 0 0 19 0 4 0 632974209 293285888 3627 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363830 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=286412 CPUtime=1.11 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 1523 0 0 0 111 0 0 0 19 0 4 0 632974209 293285888 3627 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363660 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 286412

[startup+1.50101 s]
/proc/loadavg: 6.86 7.84 8.00 4/363 789
/proc/meminfo: memFree=25731432/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=286860 CPUtime=5.97 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 8922 0 0 0 596 1 0 0 20 0 4 0 632974209 293744640 3740 33554432000 4194304 4650419 140736211729280 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 71715 3741 394 112 0 66680 0
[pid=789/tid=793] ppid=787 vsize=286860 CPUtime=1.48 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 2183 0 0 0 148 0 0 0 20 0 4 0 632974209 293744640 3741 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=286860 CPUtime=1.49 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 2173 0 0 0 149 0 0 0 19 0 4 0 632974209 293744640 3741 33554432000 4194304 4650419 140736211729280 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=286860 CPUtime=1.49 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 1919 0 0 0 149 0 0 0 20 0 4 0 632974209 293744640 3741 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286860

[startup+3.10071 s]
/proc/loadavg: 7.27 7.91 8.02 9/371 797
/proc/meminfo: memFree=25648164/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=282296 CPUtime=12.34 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 19036 0 0 0 1231 3 0 0 25 0 4 0 632974209 289071104 11317 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 70574 11317 395 112 0 65539 0
[pid=789/tid=793] ppid=787 vsize=282296 CPUtime=3.04 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 4284 0 0 0 304 0 0 0 25 0 4 0 632974209 289071104 11317 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=282296 CPUtime=3.09 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 4984 0 0 0 308 1 0 0 25 0 4 0 632974209 289071104 11317 33554432000 4194304 4650419 140736211729280 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=282296 CPUtime=3.09 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 4310 0 0 0 309 0 0 0 25 0 4 0 632974209 289071104 11317 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282296

[startup+6.3141 s]
/proc/loadavg: 7.33 7.91 8.02 9/371 797
/proc/meminfo: memFree=25611856/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=291708 CPUtime=25.15 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 26709 0 0 0 2510 5 0 0 25 0 4 0 632974209 298708992 14743 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 72927 14743 395 112 0 67892 0
[pid=789/tid=793] ppid=787 vsize=291708 CPUtime=6.22 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 6341 0 0 0 621 1 0 0 25 0 4 0 632974209 298708992 14743 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=291708 CPUtime=6.3 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 6168 0 0 0 629 1 0 0 25 0 4 0 632974209 298708992 14743 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=291708 CPUtime=6.3 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 6082 0 0 0 630 0 0 0 25 0 4 0 632974209 298708992 14743 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 291708

[startup+12.7009 s]
/proc/loadavg: 7.38 7.92 8.02 9/371 797
/proc/meminfo: memFree=25559920/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=301092 CPUtime=50.63 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 38115 0 0 0 5054 9 0 0 25 0 4 0 632974209 308318208 22079 33554432000 4194304 4650419 140736211729280 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 75273 22079 395 112 0 70238 0
[pid=789/tid=793] ppid=787 vsize=301092 CPUtime=12.54 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 7425 0 0 0 1253 1 0 0 25 0 4 0 632974209 308318208 22079 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=301092 CPUtime=12.69 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 9458 0 0 0 1267 2 0 0 25 0 4 0 632974209 308318208 22079 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=301092 CPUtime=12.69 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 8656 0 0 0 1267 2 0 0 25 0 4 0 632974209 308318208 22079 33554432000 4194304 4650419 140736211729280 18446744073709551615 4307245 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 301092

[startup+25.5005 s]
/proc/loadavg: 7.47 7.92 8.02 9/371 798
/proc/meminfo: memFree=25510712/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=310968 CPUtime=101.68 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 55438 0 0 0 10152 16 0 0 25 0 4 0 632974209 318431232 29358 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 77742 29358 395 112 0 72707 0
[pid=789/tid=793] ppid=787 vsize=310968 CPUtime=25.19 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 9149 0 0 0 2517 2 0 0 25 0 4 0 632974209 318431232 29358 33554432000 4194304 4650419 140736211729280 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=310968 CPUtime=25.49 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 13730 0 0 0 2545 4 0 0 25 0 4 0 632974209 318431232 29358 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=310968 CPUtime=25.49 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 12495 0 0 0 2546 3 0 0 25 0 4 0 632974209 318431232 29358 33554432000 4194304 4650419 140736211729280 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 310968

[startup+51.1007 s]
/proc/loadavg: 7.65 7.92 8.02 9/371 798
/proc/meminfo: memFree=25454768/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=298824 CPUtime=203.78 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 89360 0 0 0 20354 24 0 0 25 0 4 0 632974209 305995776 35785 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 74706 35785 395 112 0 69671 0
[pid=789/tid=793] ppid=787 vsize=298824 CPUtime=50.49 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 16599 0 0 0 5045 4 0 0 25 0 4 0 632974209 305995776 35785 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=298824 CPUtime=51.08 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 24906 0 0 0 5102 6 0 0 25 0 4 0 632974209 305995776 35785 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=298824 CPUtime=51.09 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 17602 0 0 0 5105 4 0 0 25 0 4 0 632974209 305995776 35785 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 298824

[startup+102.301 s]
/proc/loadavg: 7.94 7.96 8.02 9/371 800
/proc/meminfo: memFree=25350944/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=449796 CPUtime=407.97 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 130606 0 0 0 40756 41 0 0 25 0 4 0 632974209 460591104 52349 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 112449 52349 395 112 0 107414 0
[pid=789/tid=793] ppid=787 vsize=449796 CPUtime=101.08 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 25783 0 0 0 10099 9 0 0 25 0 4 0 632974209 460591104 52349 33554432000 4194304 4650419 140736211729280 18446744073709551615 4330898 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=449796 CPUtime=102.28 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 38029 0 0 0 10216 12 0 0 25 0 4 0 632974209 460591104 52349 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363592 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=449796 CPUtime=102.29 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 27313 0 0 0 10222 7 0 0 25 0 4 0 632974209 460591104 52349 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.97
Current children cumulated vsize (KiB) 449796

[startup+162.301 s]

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

[pid=789] ppid=787 vsize=554616 CPUtime=2561.64 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 340478 0 0 0 256015 149 0 0 25 0 4 0 632974209 567926784 98675 33554432000 4194304 4650419 140736211729280 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 138654 98675 395 112 0 133619 0
[pid=789/tid=793] ppid=787 vsize=554616 CPUtime=634.71 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 50278 0 0 0 63453 18 0 0 25 0 4 0 632974209 567926784 98675 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=554616 CPUtime=642.28 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 89833 0 0 0 64190 38 0 0 25 0 4 0 632974209 567926784 98675 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=554616 CPUtime=642.31 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 82742 0 0 0 64196 35 0 0 25 0 4 0 632974209 567926784 98675 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2561.64
Current children cumulated vsize (KiB) 554616

[startup+702.301 s]
/proc/loadavg: 8.04 8.06 8.03 9/371 816
/proc/meminfo: memFree=25011292/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=554828 CPUtime=2800.94 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 357325 0 0 0 279935 159 0 0 25 0 4 0 632974209 568143872 93059 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 138707 93059 395 112 0 133672 0
[pid=789/tid=793] ppid=787 vsize=554828 CPUtime=694.01 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 50991 0 0 0 69382 19 0 0 25 0 4 0 632974209 568143872 93059 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=554828 CPUtime=702.27 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 93063 0 0 0 70188 39 0 0 25 0 4 0 632974209 568143872 93059 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=554828 CPUtime=702.31 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 86090 0 0 0 70193 38 0 0 25 0 4 0 632974209 568143872 93059 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.94
Current children cumulated vsize (KiB) 554828

[startup+762.3 s]
/proc/loadavg: 8.11 8.07 8.04 9/371 817
/proc/meminfo: memFree=24980004/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=565600 CPUtime=3040.24 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 379789 0 0 0 303852 172 0 0 25 0 4 0 632974209 579174400 99938 33554432000 4194304 4650419 140736211729280 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 141400 99938 395 112 0 136365 0
[pid=789/tid=793] ppid=787 vsize=565600 CPUtime=753.3 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 53924 0 0 0 75310 20 0 0 25 0 4 0 632974209 579174400 99938 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=565600 CPUtime=762.27 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 99109 0 0 0 76184 43 0 0 25 0 4 0 632974209 579174400 99938 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=565600 CPUtime=762.31 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 90515 0 0 0 76190 41 0 0 25 0 4 0 632974209 579174400 99938 33554432000 4194304 4650419 140736211729280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.24
Current children cumulated vsize (KiB) 565600

[startup+822.301 s]
/proc/loadavg: 8.12 8.09 8.04 9/371 819
/proc/meminfo: memFree=24958772/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=566072 CPUtime=3279.54 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 396654 0 0 0 327771 183 0 0 25 0 4 0 632974209 579657728 101817 33554432000 4194304 4650419 140736211729280 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 141518 101817 395 112 0 136483 0
[pid=789/tid=793] ppid=787 vsize=566072 CPUtime=812.6 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 54363 0 0 0 81239 21 0 0 25 0 4 0 632974209 579657728 101817 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=566072 CPUtime=822.27 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 102237 0 0 0 82182 45 0 0 25 0 4 0 632974209 579657728 101817 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=566072 CPUtime=822.32 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 95023 0 0 0 82187 45 0 0 25 0 4 0 632974209 579657728 101817 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.54
Current children cumulated vsize (KiB) 566072

[startup+882.301 s]
/proc/loadavg: 8.12 8.10 8.05 9/371 821
/proc/meminfo: memFree=24970652/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=613108 CPUtime=3518.83 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 411666 0 0 0 351691 192 0 0 25 0 4 0 632974209 627822592 95699 33554432000 4194304 4650419 140736211729280 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 153277 95699 395 112 0 148242 0
[pid=789/tid=793] ppid=787 vsize=613108 CPUtime=871.88 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 54982 0 0 0 87167 21 0 0 25 0 4 0 632974209 627822592 95699 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=613108 CPUtime=882.27 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 105942 0 0 0 88179 48 0 0 25 0 4 0 632974209 627822592 95699 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=613108 CPUtime=882.31 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 97274 0 0 0 88186 45 0 0 25 0 4 0 632974209 627822592 95699 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.83
Current children cumulated vsize (KiB) 613108

[startup+942.3 s]
/proc/loadavg: 8.12 8.11 8.05 9/371 822
/proc/meminfo: memFree=24879736/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=684508 CPUtime=3758.13 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 434354 0 0 0 375611 202 0 0 25 0 4 0 632974209 700936192 112936 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 171127 112936 395 112 0 166092 0
[pid=789/tid=793] ppid=787 vsize=684508 CPUtime=931.18 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 56106 0 0 0 93096 22 0 0 25 0 4 0 632974209 700936192 112937 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=684508 CPUtime=942.28 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 109453 0 0 0 94178 50 0 0 25 0 4 0 632974209 700936192 112937 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=684508 CPUtime=942.33 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 102941 0 0 0 94184 49 0 0 25 0 4 0 632974209 700936192 112937 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.13
Current children cumulated vsize (KiB) 684508

[startup+1002.3 s]
/proc/loadavg: 8.04 8.08 8.05 9/371 824
/proc/meminfo: memFree=24897916/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=684500 CPUtime=3997.42 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 452348 0 0 0 399531 211 0 0 25 0 4 0 632974209 700928000 108641 33554432000 4194304 4650419 140736211729280 18446744073709551615 4327534 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 171125 108641 395 112 0 166090 0
[pid=789/tid=793] ppid=787 vsize=684500 CPUtime=990.47 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 57351 0 0 0 99024 23 0 0 25 0 4 0 632974209 700928000 108641 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=684500 CPUtime=1002.27 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 112874 0 0 0 100174 53 0 0 25 0 4 0 632974209 700928000 108641 33554432000 4194304 4650419 140736211729280 18446744073709551615 4333558 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=684500 CPUtime=1002.32 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 109559 0 0 0 100182 50 0 0 25 0 4 0 632974209 700928000 108641 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.42
Current children cumulated vsize (KiB) 684500

[startup+1062.31 s]
/proc/loadavg: 8.06 8.08 8.05 9/371 825
/proc/meminfo: memFree=24821628/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=697864 CPUtime=4236.77 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 470422 0 0 0 423454 223 0 0 25 0 4 0 632974209 714612736 120527 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 174466 120527 395 112 0 169431 0
[pid=789/tid=793] ppid=787 vsize=697864 CPUtime=1049.76 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 59102 0 0 0 104952 24 0 0 25 0 4 0 632974209 714612736 120527 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=697864 CPUtime=1062.28 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 117789 0 0 0 106173 55 0 0 25 0 4 0 632974209 714612736 120527 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=697864 CPUtime=1062.34 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 115383 0 0 0 106179 55 0 0 25 0 4 0 632974209 714612736 120527 33554432000 4194304 4650419 140736211729280 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.77
Current children cumulated vsize (KiB) 697864

[startup+1122.3 s]
/proc/loadavg: 8.09 8.08 8.05 9/371 827
/proc/meminfo: memFree=24809816/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=816856 CPUtime=4476.01 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 488429 0 0 0 447366 235 0 0 25 0 4 0 632974209 836460544 123669 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 204214 123669 395 112 0 199179 0
[pid=789/tid=793] ppid=787 vsize=816856 CPUtime=1109.05 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 62978 0 0 0 110878 27 0 0 25 0 4 0 632974209 836460544 123669 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=816856 CPUtime=1122.27 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 120411 0 0 0 112169 58 0 0 25 0 4 0 632974209 836460544 123669 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=816856 CPUtime=1122.32 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 120058 0 0 0 112175 57 0 0 25 0 4 0 632974209 836460544 123669 33554432000 4194304 4650419 140736211729280 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.01
Current children cumulated vsize (KiB) 816856

[startup+1182.3 s]
/proc/loadavg: 8.13 8.09 8.05 9/371 829
/proc/meminfo: memFree=24785340/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=715796 CPUtime=4715.3 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 504931 0 0 0 471285 245 0 0 25 0 4 0 632974209 732975104 127260 33554432000 4194304 4650419 140736211729280 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 178949 127260 395 112 0 173914 0
[pid=789/tid=793] ppid=787 vsize=715796 CPUtime=1168.34 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 66817 0 0 0 116805 29 0 0 25 0 4 0 632974209 732975104 127260 33554432000 4194304 4650419 140736211729280 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=715796 CPUtime=1182.26 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 124365 0 0 0 118165 61 0 0 25 0 4 0 632974209 732975104 127260 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=715796 CPUtime=1182.33 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 122605 0 0 0 118174 59 0 0 25 0 4 0 632974209 732975104 127260 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.3
Current children cumulated vsize (KiB) 715796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.10 8.09 8.05 10/371 829
/proc/meminfo: memFree=24768584/32951124 swapFree=63083164/67111528
[pid=789] ppid=787 vsize=770100 CPUtime=4800.27 cores=1,3,5,7
/proc/789/stat : 789 (strangenight1-m) R 787 789 751 0 -1 4202496 510671 0 0 0 479778 249 0 0 25 0 4 0 632974209 788582400 130520 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/789/statm: 192525 130520 395 112 0 187490 0
[pid=789/tid=793] ppid=787 vsize=770100 CPUtime=1189.39 cores=1,3,5,7
/proc/789/task/793/stat : 793 (strangenight1-m) R 787 789 751 0 -1 4202560 66817 0 0 0 118910 29 0 0 25 0 4 0 632974209 788582400 130523 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=789/tid=794] ppid=787 vsize=770100 CPUtime=1203.58 cores=1,3,5,7
/proc/789/task/794/stat : 794 (strangenight1-m) R 787 789 751 0 -1 4202560 126627 0 0 0 120295 63 0 0 25 0 4 0 632974209 788582400 130523 33554432000 4194304 4650419 140736211729280 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=789/tid=795] ppid=787 vsize=770100 CPUtime=1203.65 cores=1,3,5,7
/proc/789/task/795/stat : 795 (strangenight1-m) R 787 789 751 0 -1 4202560 123874 0 0 0 120304 61 0 0 25 0 4 0 632974209 788582400 130523 33554432000 4194304 4650419 140736211729280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 770100

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): 1203.64
CPU time (s): 4800.35
CPU user time (s): 4797.83
CPU system time (s): 2.51562
CPU usage (%): 398.818
Max. virtual memory (cumulated for all children) (KiB): 823000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.83
system time used= 2.51562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510674
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= 216
involuntary context switches= 19054

runsolver used 3.86241 second user time and 10.4064 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 22:39:46
IDJOB=3368900
IDBENCH=82909
IDSOLVER=1846
FILE ID=node141/3368900-1305405586
RUNJOBID= node141-1305405586-771
PBS_JOBID= 13324495
Free space on /tmp= 73300 MiB

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

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

MD5SUM BENCH= 3a195a9f73ea42ae7df353109d53748f
RANDOM SEED=779927891

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25731852 kB
Buffers:        227812 kB
Cached:        4781088 kB
SwapCached:      15708 kB
Active:        1979840 kB
Inactive:      4997616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25731852 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           12560 kB
Writeback:           0 kB
AnonPages:     1960244 kB
Mapped:          12612 kB
Slab:           136012 kB
PageTables:      38268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86228156 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= 73288 MiB
End job on node141 at 2011-05-14 22:59:52