Trace number 3368997

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.45 1203.14

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S610796494-086.SATISFIABLE.cnf
MD5SUM82f21398af62a72249630e457a91aa93
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.081987
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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-3368997-1305409603.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.00
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:    600 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.41/0.17	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.01 s
0.41/0.17	c Finding binary XORs  T:     0.00 s  found:       0
0.41/0.17	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.41/0.17	c calculated reachability. Time: 0.00
0.41/0.17	c Calc default polars -  time:   0.00 s pos:     271 undec:      65 neg:     264
0.41/0.17	c =========================================================================================
0.41/0.17	c types(t): F = full restart, N = normal restart
0.41/0.17	c types(t): S = simplification begin/end, E = solution found
0.41/0.17	c restart types(rt): st = static, dy = dynamic
0.41/0.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.41/0.17	c  B st     0         0       588      2538         0         0      7671         0   no data   no data  --
0.41/0.17	c Decided on static restart strategy
0.41/0.17	c  N st     8      4921       588      2538         0      4860      7671    128552   no data   no data  --
3.17/0.80	c  N st    10     11303       588      2538         0      4509      7671     85205   no data   no data  --
3.17/0.80	c  N st    11     17046       588      2538         0     10158      7671    244424   no data   no data  --
4.38/1.20	c  F st    12     25000       588      2538         0     12386      7671    299136   no data   no data  --
4.38/1.20	c  N st    12     25000       588      2538         0     12386      7671    299136   no data   no data  --
5.55/1.44	c Decided on static restart strategy
5.55/1.44	c  N st    18     30000       588      2538         0     10687      7671    228288   no data   no data  --
5.55/1.44	c  S st    18     30000       588      2538         0     10687      7671    228288   no data   no data  --
5.55/1.44	c  S st    18     30501       588      2538         0     11187      7671    240642   no data   no data  --
5.55/1.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.55/1.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.55/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
5.55/1.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.36/1.68	c lits-rem:        77  cl-subs:      376  v-elim:      0  v-fix:    0  time:  0.93 s
6.36/1.69	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.03
6.36/1.69	c calculated reachability. Time: 0.00
6.36/1.69	c  N st    18     30501       588      2538         0     10811      7671    228799   no data   no data  --
8.35/2.10	c  N st    20     37613       588      2538         0     10106      7671    191432   no data   no data  --
9.95/2.52	c  N st    21     44012       588      2538         0     16427      7671    358262   no data   no data  --
10.35/2.66	c  S st    22     45752       588      2538         0      9339      7671    146297   no data   no data  --
10.35/2.68	c  S st    22     46255       588      2538         0      9840      7671    158202   no data   no data  --
10.35/2.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.35/2.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.35/2.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
10.35/2.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.15/2.80	c lits-rem:        13  cl-subs:       68  v-elim:      0  v-fix:    0  time:  0.43 s
11.15/2.80	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
11.15/2.80	c vivif2 --  cl tried     9772 cl shrink        0 lits rem          0 time: 0.00
11.15/2.81	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.03
11.15/2.81	c calculated reachability. Time: 0.00
11.15/2.81	c  N st    22     46255       588      2538         0      9772      7671    156366   no data   no data  --
14.74/3.78	c  N st    23     60652       588      2538         0     14109      7671    267380   no data   no data  --
17.55/4.47	c  N st    24     69382       588      2538         0     11885      7671    194930   no data   no data  --
17.55/4.47	c  S st    24     69382       588      2538         0     11885      7671    194930   no data   no data  --
17.55/4.50	c  S st    24     69884       588      2538         0     12387      7671    207831   no data   no data  --
17.55/4.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.55/4.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.97/4.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.97/4.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.97/4.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.97/4.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
17.97/4.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.72/4.73	c lits-rem:        47  cl-subs:      139  v-elim:      0  v-fix:    0  time:  0.88 s
18.72/4.73	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
18.72/4.74	c vivif2 --  cl tried    12248 cl shrink        0 lits rem          0 time: 0.01
18.72/4.75	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.04
18.72/4.75	c calculated reachability. Time: 0.00
18.72/4.75	c  N st    24     69884       588      2538         0     12248      7671    203398   no data   no data  --
24.32/6.17	c  F st    25     87500       588      2538         0     17748      7671    351857   no data   no data  --
24.32/6.17	c  N st    25     87500       588      2538         0     17748      7671    351857   no data   no data  --
25.92/6.60	c Decided on static restart strategy
27.10/6.89	c  N st    32     95538       588      2538         0     25620      7671    560217   no data   no data  --
29.91/7.59	c  N st    34    104826       588      2538         0     22039      7671    445846   no data   no data  --
29.91/7.59	c  S st    34    104826       588      2538         0     22039      7671    445846   no data   no data  --
30.31/7.65	c  S st    34    105330       588      2538         0     22543      7671    458577   no data   no data  --
30.31/7.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.31/7.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.31/7.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
30.31/7.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.31/7.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.31/7.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
30.31/7.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.69/8.73	c lits-rem:       131  cl-subs:      495  v-elim:      0  v-fix:    0  time:  4.20 s
34.69/8.73	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
34.69/8.73	c vivif2 --  cl tried    22048 cl shrink        0 lits rem          0 time: 0.02
34.69/8.75	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.08
34.69/8.75	c calculated reachability. Time: 0.00
34.69/8.75	c  N st    34    105330       588      2538         0     22048      7671    442592   no data   no data  --
37.89/9.52	c  N st    35    114928       588      2538         0     17739      7671    299747   no data   no data  --
43.07/10.84	c  N st    36    129325       588      2538         0     17148      7671    262867   no data   no data  --
51.06/12.80	c  N st    37    150920       588      2538         0     22625      7671    401019   no data   no data  --
53.45/13.40	c  S st    38    157995       588      2538         0     29551      7671    593592   no data   no data  --
53.45/13.48	c  S st    38    158496       588      2538         0     30052      7671    606015   no data   no data  --
53.45/13.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
53.45/13.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.45/13.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
53.85/13.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.85/13.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.85/13.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
53.85/13.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
60.24/15.18	c lits-rem:       439  cl-subs:      926  v-elim:      0  v-fix:    0  time:  6.65 s
60.24/15.18	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
60.24/15.18	c vivif2 --  cl tried    29126 cl shrink        0 lits rem          0 time: 0.02
60.64/15.21	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.10
60.64/15.21	c calculated reachability. Time: 0.00
60.64/15.21	c  N st    38    158496       588      2538         0     29126      7671    577245   no data   no data  --
80.58/20.23	c  N st    39    207086       588      2538         0     23860      7671    382915   no data   no data  --
94.55/23.75	c  N st    40    237745       588      2538         0     34219      7671    632585   no data   no data  --
94.55/23.75	c  S st    40    237745       588      2538         0     34219      7671    632585   no data   no data  --
94.95/23.84	c  S st    40    238246       588      2538         0     34718      7671    645394   no data   no data  --
94.95/23.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.95/23.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.95/23.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
94.95/23.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.95/23.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.95/23.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
94.95/23.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
102.53/25.79	c lits-rem:       552  cl-subs:     1473  v-elim:      0  v-fix:    0  time:  7.66 s
102.53/25.79	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
102.93/25.80	c vivif2 --  cl tried    33245 cl shrink        0 lits rem          0 time: 0.03
102.93/25.83	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.12
102.93/25.83	c calculated reachability. Time: 0.00
102.93/25.83	c  N st    40    238246       588      2538         0     33245      7671    607315   no data   no data  --
136.50/34.24	c  F st    41    306251       588      2538         0     35416      7671    659416   no data   no data  --
136.50/34.24	c  N st    41    306251       588      2538         0     35416      7671    659416   no data   no data  --
139.25/34.98	c Decided on static restart strategy
150.43/37.76	c  N st    51    334555       588      2538         0     39700      7671    781577   no data   no data  --
162.00/40.60	c  N st    53    357370       588      2538         0     37427      7671    640900   no data   no data  --
162.00/40.60	c  S st    53    357370       588      2538         0     37427      7671    640900   no data   no data  --
162.00/40.69	c  S st    53    357873       588      2538         0     37927      7671    653805   no data   no data  --
162.00/40.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
162.00/40.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
162.00/40.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
162.42/40.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
162.42/40.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
162.42/40.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
162.42/40.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
169.59/42.59	c lits-rem:       760  cl-subs:     1200  v-elim:      0  v-fix:    0  time:  7.44 s
169.59/42.59	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
169.99/42.60	c vivif2 --  cl tried    36727 cl shrink        0 lits rem          0 time: 0.03
169.99/42.63	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.13
169.99/42.63	c calculated reachability. Time: 0.00
169.99/42.63	c  N st    53    357873       588      2538         0     36727      7671    619965   no data   no data  --
186.35/46.78	c  N st    54    390265       588      2538         0     42872      7671    771667   no data   no data  --
212.69/53.36	c  N st    55    438853       588      2538         0     36637      7671    570217   no data   no data  --
258.19/64.79	c  N st    56    511739       588      2538         0     50279      7671    923904   no data   no data  --
273.34/68.55	c  N st    57    536810       588      2538         0     44504      7671    733982   no data   no data  --
273.34/68.55	c  S st    57    536810       588      2538         0     44504      7671    733982   no data   no data  --
273.74/68.68	c  S st    57    537316       588      2538         0     45010      7671    747195   no data   no data  --
273.74/68.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
273.74/68.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
274.14/68.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
274.14/68.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
274.14/68.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
274.14/68.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
274.14/68.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
282.53/70.84	c lits-rem:       503  cl-subs:     1120  v-elim:      0  v-fix:    0  time:  8.44 s
282.53/70.84	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
282.53/70.84	c vivif2 --  cl tried    43890 cl shrink        0 lits rem          0 time: 0.04
282.53/70.89	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.17
282.53/70.89	c calculated reachability. Time: 0.00
282.53/70.89	c  N st    57    537316       588      2538         0     43890      7671    714406   no data   no data  --
394.28/98.85	c  N st    58    701300       588      2538         0     37910      7671    453789   no data   no data  --
470.91/118.01	c  N st    59    805974       588      2538         0     66977      7671   1264491   no data   no data  --
470.91/118.01	c  S st    59    805974       588      2538         0     66977      7671   1264491   no data   no data  --
471.31/118.19	c  S st    59    806479       588      2538         0     67482      7671   1277767   no data   no data  --
471.31/118.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
471.31/118.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
471.70/118.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
471.70/118.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
471.70/118.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
471.70/118.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
471.70/118.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
486.87/122.00	c lits-rem:       188  cl-subs:     2887  v-elim:      0  v-fix:    0  time: 14.89 s
486.87/122.00	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
486.87/122.01	c vivif2 --  cl tried    64595 cl shrink        0 lits rem          0 time: 0.06
486.87/122.09	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.32
486.87/122.10	c calculated reachability. Time: 0.00
486.87/122.10	c  N st    59    806479       588      2538         0     64595      7671   1196704   no data   no data  --
698.43/175.09	c  F st    60   1071875       588      2538         0     80478      7671   1518721   no data   no data  --
698.43/175.09	c  N st    60   1071875       588      2538         0     80478      7671   1518721   no data   no data  --
703.97/176.44	c Decided on static restart strategy
721.93/180.93	c  N st    70   1100185       588      2538         0     64299      7671   1004636   no data   no data  --
757.05/189.77	c  N st    72   1136180       588      2538         0     54398      7671    716887   no data   no data  --
788.58/197.68	c  N st    73   1168572       588      2538         0     86184      7671   1646472   no data   no data  --
827.68/207.47	c  N st    74   1209719       588      2538         0     80624      7671   1465054   no data   no data  --
827.68/207.47	c  S st    74   1209719       588      2538         0     80624      7671   1465054   no data   no data  --
828.48/207.69	c  S st    74   1210219       588      2538         0     81123      7671   1478955   no data   no data  --
828.88/207.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
828.88/207.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
828.88/207.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
828.88/207.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
828.88/207.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
828.88/207.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
828.88/207.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
847.67/212.41	c lits-rem:       157  cl-subs:     2718  v-elim:      0  v-fix:    0  time: 18.42 s
847.67/212.41	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
847.67/212.43	c vivif2 --  cl tried    78405 cl shrink        0 lits rem          0 time: 0.07
848.03/212.52	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.39
848.03/212.53	c calculated reachability. Time: 0.00
848.03/212.53	c  N st    74   1210219       588      2538         0     78405      7671   1400794   no data   no data  --
921.45/230.96	c  N st    75   1283101       588      2538         0     54725      7671    670999   no data   no data  --
1033.19/258.99	c  N st    76   1392424       588      2538         0     62904      7671    853095   no data   no data  --
1187.25/297.59	c  N st    77   1556409       588      2538         0     67671      7671    948290   no data   no data  --
1353.65/339.26	c  N st    78   1710219       588      2538         0    109735      7671   2198814   no data   no data  --
1353.65/339.26	c  S st    78   1710219       588      2538         0    109735      7671   2198814   no data   no data  --
1355.25/339.60	c  S st    78   1710720       588      2538         0    110236      7671   2212081   no data   no data  --
1355.25/339.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1355.25/339.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1355.25/339.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1355.65/339.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1355.65/339.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1355.65/339.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
1355.65/339.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1419.48/355.78	c lits-rem:       141  cl-subs:     5743  v-elim:      0  v-fix:    0  time: 63.93 s
1419.48/355.78	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
1419.89/355.80	c vivif2 --  cl tried   104493 cl shrink        0 lits rem          0 time: 0.10
1420.29/355.95	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.59
1420.29/355.96	c calculated reachability. Time: 0.00
1420.29/355.96	c  N st    78   1710720       588      2538         0    104493      7671   2034675   no data   no data  --
1854.87/464.89	c  N st    79   2079685       588      2538         0    116128      7671   2260396   no data   no data  --
2031.26/509.04	c  N st    80   2210721       588      2538         0    119935      7671   2216082   no data   no data  --
2031.26/509.04	c  S st    80   2210721       588      2538         0    119935      7671   2216082   no data   no data  --
2032.89/509.45	c  S st    80   2211227       588      2538         0    120438      7671   2229507   no data   no data  --
2032.89/509.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2032.89/509.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2033.25/509.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2033.25/509.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2033.25/509.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2033.25/509.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
2033.25/509.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2115.06/530.07	c lits-rem:        93  cl-subs:     8327  v-elim:      0  v-fix:    0  time: 81.63 s
2115.06/530.07	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
2115.06/530.09	c vivif2 --  cl tried   112111 cl shrink        0 lits rem          0 time: 0.10
2115.87/530.27	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.68
2115.87/530.27	c calculated reachability. Time: 0.00
2115.87/530.27	c  N st    80   2211227       588      2538         0    112111      7671   2009187   no data   no data  --
2783.13/697.42	c  N st    81   2711228       588      2538         0    135379      7671   2498468   no data   no data  --
2783.13/697.42	c  S st    81   2711228       588      2538         0    135379      7671   2498468   no data   no data  --
2784.71/697.86	c  S st    81   2711734       588      2538         0    135884      7671   2512337   no data   no data  --
2784.71/697.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2784.71/697.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2785.11/697.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2785.50/698.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2785.50/698.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2785.50/698.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
2785.50/698.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2921.57/732.12	c lits-rem:       702  cl-subs:    13194  v-elim:      0  v-fix:    0  time: 135.95 s
2921.57/732.12	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
2921.57/732.15	c vivif2 --  cl tried   122690 cl shrink        0 lits rem          0 time: 0.11
2922.37/732.33	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.73
2922.37/732.34	c calculated reachability. Time: 0.00
2922.37/732.34	c  N st    81   2711734       588      2538         0    122690      7671   2179060   no data   no data  --
3620.76/907.39	c  N st    82   3211734       588      2538         0     98964      7671   1405055   no data   no data  --
3620.76/907.39	c  S st    82   3211734       588      2538         0     98964      7671   1405055   no data   no data  --
3622.35/907.71	c  S st    82   3212235       588      2538         0     99465      7671   1418643   no data   no data  --
3622.35/907.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3622.35/907.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3622.35/907.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
3622.75/907.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3622.75/907.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3622.75/907.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
3622.75/907.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3639.91/912.16	c lits-rem:       787  cl-subs:     3431  v-elim:      0  v-fix:    0  time: 17.36 s
3639.91/912.16	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
3639.91/912.18	c vivif2 --  cl tried    96034 cl shrink        0 lits rem          0 time: 0.07
3640.71/912.31	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.52
3640.71/912.31	c calculated reachability. Time: 0.00
3640.71/912.31	c  N st    82   3212235       588      2538         0     96034      7671   1336804   no data   no data  --
4425.62/1109.26	c  N st    83   3712236       588      2538         0    107048      7671   1503283   no data   no data  --
4425.62/1109.26	c  S st    83   3712236       588      2538         0    107048      7671   1503283   no data   no data  --
4427.22/1109.60	c  S st    83   3712736       588      2538         0    107547      7671   1516625   no data   no data  --
4427.22/1109.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4427.22/1109.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4427.22/1109.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
4427.62/1109.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4427.62/1109.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4427.62/1109.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    588 time:  0.00 s
4427.62/1109.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4449.96/1115.34	c lits-rem:        79  cl-subs:     3943  v-elim:      0  v-fix:    0  time: 22.47 s
4449.96/1115.34	c vivif2 --  cl tried     2538 cl shrink        0 lits rem          0 time: 0.00
4449.96/1115.36	c vivif2 --  cl tried   103604 cl shrink        0 lits rem          0 time: 0.08
4450.80/1115.52	c asymm  cl-useful: 0/2538/2538 lits-rem:0 time: 0.61
4450.80/1115.52	c calculated reachability. Time: 0.00
4450.80/1115.52	c  N st    83   3712736       588      2538         0    103604      7671   1414935   no data   no data  --
4519.40/1132.77	c  F st    84   3751563       588      2538         0    141469      7671   2480797   no data   no data  --
4519.40/1132.77	c  N st    84   3751563       588      2538         0    141469      7671   2480797   no data   no data  --
4530.57/1135.51	c Decided on static restart strategy
4576.06/1146.91	c  N st    94   3779865       588      2538         0     86126      7671    888506   no data   no data  --
4624.36/1159.04	c  N st    96   3815858       588      2538         0    121289      7671   1862246   no data   no data  --
4683.46/1173.85	c  N st    97   3848250       588      2538         0    153005      7671   2812483   no data   no data  --
4752.07/1191.05	c  N st    98   3896840       588      2538         0    116534      7671   1744666   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368997-1305409603/watcher-3368997-1305409603 -o /tmp/evaluation-result-3368997-1305409603/solver-3368997-1305409603 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368997-1305409603.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: 4.65 7.08 7.70 5/298 2840
/proc/meminfo: memFree=13069392/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 652559999 52465664 352 33554432000 4194304 4650419 140734933686240 18446744073709551615 47194541283250 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 12809 352 303 112 0 7774 0
[pid=2840/tid=2841] ppid=2838 vsize=290404 CPUtime=0 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 138 0 0 0 0 0 0 0 25 0 4 0 652559999 297373696 933 33554432000 4194304 4650419 140734933686240 18446744073709551615 208080275591 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=290400 CPUtime=0 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 129 0 0 0 0 0 0 0 25 0 4 0 652559999 297369600 933 33554432000 4194304 4650419 140734933686240 18446744073709551615 208079895075 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=290400 CPUtime=0 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) S 2838 2840 2430 0 -1 4202560 128 0 0 0 0 0 0 0 25 0 4 0 652559999 297369600 933 33554432000 4194304 4650419 140734933686240 18446744073709551615 208080337390 0 0 4096 2 18446604460820250752 0 0 -1 1 0 0 0

[startup+0.110582 s]
/proc/loadavg: 4.65 7.08 7.70 5/298 2840
/proc/meminfo: memFree=13069392/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=282828 CPUtime=0.41 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 1855 0 0 0 41 0 0 0 18 0 4 0 652559999 289615872 1725 33554432000 4194304 4650419 140734933686240 18446744073709551615 4333931 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 70707 1725 391 112 0 65672 0
[pid=2840/tid=2841] ppid=2838 vsize=282828 CPUtime=0.1 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 394 0 0 0 10 0 0 0 25 0 4 0 652559999 289615872 1725 33554432000 4194304 4650419 140734933686240 18446744073709551615 4330457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=282828 CPUtime=0.1 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 380 0 0 0 10 0 0 0 25 0 4 0 652559999 289615872 1725 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=282828 CPUtime=0.1 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 235 0 0 0 10 0 0 0 25 0 4 0 652559999 289615872 1726 33554432000 4194304 4650419 140734933686240 18446744073709551615 4331089 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282828

[startup+0.200566 s]
/proc/loadavg: 4.65 7.08 7.70 5/298 2840
/proc/meminfo: memFree=13069392/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=284024 CPUtime=0.77 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 2592 0 0 0 77 0 0 0 18 0 4 0 652559999 290840576 1837 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 71006 1837 393 112 0 65971 0
[pid=2840/tid=2841] ppid=2838 vsize=284024 CPUtime=0.19 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 563 0 0 0 19 0 0 0 25 0 4 0 652559999 290840576 1837 33554432000 4194304 4650419 140734933686240 18446744073709551615 4328325 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=284024 CPUtime=0.19 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 576 0 0 0 19 0 0 0 25 0 4 0 652559999 290840576 1837 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=284024 CPUtime=0.18 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 429 0 0 0 18 0 0 0 25 0 4 0 652559999 290840576 1837 33554432000 4194304 4650419 140734933686240 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284024

[startup+0.300546 s]
/proc/loadavg: 4.65 7.08 7.70 5/298 2840
/proc/meminfo: memFree=13069392/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=284024 CPUtime=1.17 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 2979 0 0 0 117 0 0 0 18 0 4 0 652559999 290840576 2224 33554432000 4194304 4650419 140734933686240 18446744073709551615 4328328 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 71006 2224 393 112 0 65971 0
[pid=2840/tid=2841] ppid=2838 vsize=284024 CPUtime=0.29 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 655 0 0 0 29 0 0 0 25 0 4 0 652559999 290840576 2224 33554432000 4194304 4650419 140734933686240 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=284024 CPUtime=0.29 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 682 0 0 0 29 0 0 0 25 0 4 0 652559999 290840576 2224 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=284024 CPUtime=0.28 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 514 0 0 0 28 0 0 0 25 0 4 0 652559999 290840576 2224 33554432000 4194304 4650419 140734933686240 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284024

[startup+0.700472 s]
/proc/loadavg: 4.65 7.08 7.70 5/298 2840
/proc/meminfo: memFree=13069392/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=285168 CPUtime=2.77 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 4696 0 0 0 276 1 0 0 18 0 4 0 652559999 292012032 2985 33554432000 4194304 4650419 140734933686240 18446744073709551615 4334464 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 71292 2985 393 112 0 66257 0
[pid=2840/tid=2841] ppid=2838 vsize=285168 CPUtime=0.68 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 1079 0 0 0 68 0 0 0 25 0 4 0 652559999 292012032 2985 33554432000 4194304 4650419 140734933686240 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=285168 CPUtime=0.69 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 1123 0 0 0 69 0 0 0 25 0 4 0 652559999 292012032 2985 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=285168 CPUtime=0.68 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 929 0 0 0 68 0 0 0 25 0 4 0 652559999 292012032 2985 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285168

[startup+1.50032 s]
/proc/loadavg: 5.08 7.13 7.71 9/302 2844
/proc/meminfo: memFree=13052504/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=286528 CPUtime=5.96 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 9382 0 0 0 594 2 0 0 20 0 4 0 652559999 293404672 4998 33554432000 4194304 4650419 140734933686240 18446744073709551615 4439191 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 71632 4998 395 112 0 66597 0
[pid=2840/tid=2841] ppid=2838 vsize=286528 CPUtime=1.48 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 1953 0 0 0 148 0 0 0 25 0 4 0 652559999 293404672 4998 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=286528 CPUtime=1.49 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 1948 0 0 0 149 0 0 0 25 0 4 0 652559999 293404672 4999 33554432000 4194304 4650419 140734933686240 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=286528 CPUtime=1.47 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 1678 0 0 0 147 0 0 0 25 0 4 0 652559999 293404672 4999 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286528

[startup+3.10102 s]
/proc/loadavg: 5.08 7.13 7.71 9/302 2844
/proc/meminfo: memFree=13029464/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=291536 CPUtime=12.35 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 17807 0 0 0 1232 3 0 0 25 0 4 0 652559999 298532864 10074 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364433 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 72884 10074 395 112 0 67849 0
[pid=2840/tid=2841] ppid=2838 vsize=291536 CPUtime=3.09 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 4152 0 0 0 308 1 0 0 25 0 4 0 652559999 298532864 10074 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=291536 CPUtime=3.08 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 4838 0 0 0 308 0 0 0 25 0 4 0 652559999 298532864 10074 33554432000 4194304 4650419 140734933686240 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=291536 CPUtime=3.06 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 3779 0 0 0 306 0 0 0 25 0 4 0 652559999 298532864 10074 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 291536

[startup+6.30041 s]
/proc/loadavg: 5.31 7.14 7.71 9/302 2844
/proc/meminfo: memFree=12986316/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=309332 CPUtime=25.12 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 25730 0 0 0 2507 5 0 0 25 0 4 0 652559999 316755968 13580 33554432000 4194304 4650419 140734933686240 18446744073709551615 4514625 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 77333 13580 395 112 0 72298 0
[pid=2840/tid=2841] ppid=2838 vsize=309332 CPUtime=6.28 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 6649 0 0 0 627 1 0 0 25 0 4 0 652559999 316755968 13580 33554432000 4194304 4650419 140734933686240 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=309332 CPUtime=6.28 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 6816 0 0 0 628 0 0 0 25 0 4 0 652559999 316755968 13580 33554432000 4194304 4650419 140734933686240 18446744073709551615 4332705 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=309332 CPUtime=6.23 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 5540 0 0 0 623 0 0 0 25 0 4 0 652559999 316755968 13580 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 309332

[startup+12.7012 s]
/proc/loadavg: 5.53 7.16 7.71 9/302 2844
/proc/meminfo: memFree=12940260/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=314820 CPUtime=50.66 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 41356 0 0 0 5057 9 0 0 25 0 4 0 652559999 322375680 18303 33554432000 4194304 4650419 140734933686240 18446744073709551615 4363496 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 78705 18303 395 112 0 73670 0
[pid=2840/tid=2841] ppid=2838 vsize=314820 CPUtime=12.68 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 10774 0 0 0 1266 2 0 0 25 0 4 0 652559999 322375680 18303 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=314820 CPUtime=12.69 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 11271 0 0 0 1267 2 0 0 25 0 4 0 652559999 322375680 18303 33554432000 4194304 4650419 140734933686240 18446744073709551615 4367241 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=314820 CPUtime=12.57 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 8832 0 0 0 1256 1 0 0 25 0 4 0 652559999 322375680 18303 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 314820

[startup+25.5008 s]
/proc/loadavg: 5.91 7.19 7.72 9/302 2844
/proc/meminfo: memFree=12876536/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=325608 CPUtime=101.73 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 63572 0 0 0 10159 14 0 0 25 0 4 0 652559999 333422592 28003 33554432000 4194304 4650419 140734933686240 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 81402 28003 395 112 0 76367 0
[pid=2840/tid=2841] ppid=2838 vsize=325608 CPUtime=25.48 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 16901 0 0 0 2545 3 0 0 25 0 4 0 652559999 333422592 28003 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=325608 CPUtime=25.48 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 17812 0 0 0 2545 3 0 0 25 0 4 0 652559999 333422592 28003 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=325608 CPUtime=25.25 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 11856 0 0 0 2523 2 0 0 25 0 4 0 652559999 333422592 28003 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 325608

[startup+51.1009 s]
/proc/loadavg: 6.73 7.26 7.73 9/302 2845
/proc/meminfo: memFree=12823384/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=346068 CPUtime=203.91 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 95558 0 0 0 20367 24 0 0 25 0 4 0 652559999 354373632 36200 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 86517 36200 395 112 0 81482 0
[pid=2840/tid=2841] ppid=2838 vsize=346068 CPUtime=51.08 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 25669 0 0 0 5102 6 0 0 25 0 4 0 652559999 354373632 36200 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=346068 CPUtime=51.09 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 27019 0 0 0 5103 6 0 0 25 0 4 0 652559999 354373632 36200 33554432000 4194304 4650419 140734933686240 18446744073709551615 4330738 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=346068 CPUtime=50.61 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 16733 0 0 0 5058 3 0 0 25 0 4 0 652559999 354373632 36200 33554432000 4194304 4650419 140734933686240 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 346068

[startup+102.301 s]
/proc/loadavg: 7.45 7.37 7.74 9/302 2846
/proc/meminfo: memFree=12750160/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=408712 CPUtime=408.26 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 136902 0 0 0 40788 38 0 0 25 0 4 0 652559999 418521088 43856 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 102178 43856 395 112 0 97143 0
[pid=2840/tid=2841] ppid=2838 vsize=408712 CPUtime=102.29 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 40801 0 0 0 10218 11 0 0 25 0 4 0 652559999 418521088 43857 33554432000 4194304 4650419 140734933686240 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=408712 CPUtime=102.3 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 38194 0 0 0 10220 10 0 0 25 0 4 0 652559999 418521088 43857 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=408712 CPUtime=101.35 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 22810 0 0 0 10130 5 0 0 25 0 4 0 652559999 418521088 43857 33554432000 4194304 4650419 140734933686240 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 408712

[startup+162.301 s]

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

[pid=2840] ppid=2838 vsize=513876 CPUtime=2563.22 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 471359 0 0 0 256121 201 0 0 25 0 4 0 652559999 526209024 92482 33554432000 4194304 4650419 140734933686240 18446744073709551615 4328370 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 128469 92482 395 112 0 123434 0
[pid=2840/tid=2841] ppid=2838 vsize=513876 CPUtime=642.3 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 131259 0 0 0 64173 57 0 0 25 0 4 0 652559999 526209024 92482 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364796 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=513876 CPUtime=642.31 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 137855 0 0 0 64172 59 0 0 25 0 4 0 652559999 526209024 92482 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=513876 CPUtime=636.27 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 78702 0 0 0 63592 35 0 0 25 0 4 0 652559999 526209024 92482 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2563.22
Current children cumulated vsize (KiB) 513876

[startup+702.301 s]
/proc/loadavg: 8.13 8.00 7.89 9/302 2870
/proc/meminfo: memFree=12294020/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=584196 CPUtime=2802.66 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 500453 0 0 0 280050 216 0 0 25 0 4 0 652559999 598216704 96225 33554432000 4194304 4650419 140734933686240 18446744073709551615 4433090 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 146049 96225 395 112 0 141014 0
[pid=2840/tid=2841] ppid=2838 vsize=584196 CPUtime=702.31 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 142357 0 0 0 70168 63 0 0 25 0 4 0 652559999 598216704 96225 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=584196 CPUtime=702.31 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 142767 0 0 0 70169 62 0 0 25 0 4 0 652559999 598216704 96225 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=584196 CPUtime=695.7 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 80955 0 0 0 69534 36 0 0 25 0 4 0 652559999 598216704 96225 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.66
Current children cumulated vsize (KiB) 584196

[startup+762.3 s]
/proc/loadavg: 8.16 8.03 7.90 9/302 2873
/proc/meminfo: memFree=12263000/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=584408 CPUtime=3042.1 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 520467 0 0 0 303980 230 0 0 25 0 4 0 652559999 598433792 100717 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 146102 100717 395 112 0 141067 0
[pid=2840/tid=2841] ppid=2838 vsize=584408 CPUtime=762.33 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 147396 0 0 0 76165 68 0 0 25 0 4 0 652559999 598433792 100717 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=584408 CPUtime=762.33 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 149447 0 0 0 76166 67 0 0 25 0 4 0 652559999 598433792 100718 33554432000 4194304 4650419 140734933686240 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=584408 CPUtime=755.13 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 84050 0 0 0 75474 39 0 0 25 0 4 0 652559999 598433792 100718 33554432000 4194304 4650419 140734933686240 18446744073709551615 4310677 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.1
Current children cumulated vsize (KiB) 584408

[startup+822.301 s]
/proc/loadavg: 8.21 8.07 7.92 9/302 2874
/proc/meminfo: memFree=12253936/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=597252 CPUtime=3281.55 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 539665 0 0 0 327914 241 0 0 25 0 4 0 652559999 611586048 103800 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 149313 103800 395 112 0 144278 0
[pid=2840/tid=2841] ppid=2838 vsize=597252 CPUtime=822.31 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 153096 0 0 0 82160 71 0 0 25 0 4 0 652559999 611586048 103800 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=597252 CPUtime=822.32 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 156478 0 0 0 82162 70 0 0 25 0 4 0 652559999 611586048 103800 33554432000 4194304 4650419 140734933686240 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=597252 CPUtime=814.58 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 84060 0 0 0 81419 39 0 0 25 0 4 0 652559999 611586048 103800 33554432000 4194304 4650419 140734933686240 18446744073709551615 4313443 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.55
Current children cumulated vsize (KiB) 597252

[startup+882.312 s]
/proc/loadavg: 8.25 8.10 7.94 9/302 2885
/proc/meminfo: memFree=12188592/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=644236 CPUtime=3521.02 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 559676 0 0 0 351851 251 0 0 25 0 4 0 652559999 659697664 113187 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 161059 113187 395 112 0 156024 0
[pid=2840/tid=2841] ppid=2838 vsize=644236 CPUtime=882.33 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 158454 0 0 0 88161 72 0 0 25 0 4 0 652559999 659697664 113187 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=644236 CPUtime=882.33 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 162991 0 0 0 88159 74 0 0 25 0 4 0 652559999 659697664 113187 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=644236 CPUtime=874.01 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 86617 0 0 0 87361 40 0 0 25 0 4 0 652559999 659697664 113187 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.02
Current children cumulated vsize (KiB) 644236

[startup+942.301 s]
/proc/loadavg: 8.18 8.11 7.95 9/302 2887
/proc/meminfo: memFree=12148648/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=644408 CPUtime=3760.43 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 578813 0 0 0 375782 261 0 0 25 0 4 0 652559999 659873792 116235 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 161102 116235 395 112 0 156067 0
[pid=2840/tid=2841] ppid=2838 vsize=644408 CPUtime=942.32 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 164703 0 0 0 94156 76 0 0 25 0 4 0 652559999 659873792 116235 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=644408 CPUtime=942.31 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 173236 0 0 0 94154 77 0 0 25 0 4 0 652559999 659873792 116235 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=644408 CPUtime=933.44 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 87260 0 0 0 93303 41 0 0 25 0 4 0 652559999 659873792 116235 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.43
Current children cumulated vsize (KiB) 644408

[startup+1002.3 s]
/proc/loadavg: 8.19 8.13 7.97 9/302 2888
/proc/meminfo: memFree=12160412/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=628220 CPUtime=3999.88 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 597313 0 0 0 399717 271 0 0 25 0 4 0 652559999 643297280 111682 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 157055 111682 395 112 0 152020 0
[pid=2840/tid=2841] ppid=2838 vsize=628220 CPUtime=1002.33 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 170508 0 0 0 100153 80 0 0 25 0 4 0 652559999 643297280 111682 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=628220 CPUtime=1002.32 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 180464 0 0 0 100151 81 0 0 25 0 4 0 652559999 643297280 111682 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=628220 CPUtime=992.89 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 87525 0 0 0 99248 41 0 0 25 0 4 0 652559999 643297280 111682 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.88
Current children cumulated vsize (KiB) 628220

[startup+1062.3 s]
/proc/loadavg: 8.32 8.17 7.99 10/303 2893
/proc/meminfo: memFree=12113724/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=709240 CPUtime=4238.65 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 624299 0 0 0 423580 285 0 0 25 0 4 0 652559999 726261760 120007 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 177310 120007 395 112 0 172275 0
[pid=2840/tid=2841] ppid=2838 vsize=709240 CPUtime=1062.32 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 177507 0 0 0 106149 83 0 0 25 0 4 0 652559999 726261760 120007 33554432000 4194304 4650419 140734933686240 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=709240 CPUtime=1062.32 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 187724 0 0 0 106147 85 0 0 25 0 4 0 652559999 726261760 120007 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=709240 CPUtime=1051.65 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 94191 0 0 0 105122 43 0 0 25 0 4 0 652559999 726261760 120007 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.65
Current children cumulated vsize (KiB) 709240

[startup+1122.3 s]
/proc/loadavg: 8.15 8.15 7.99 9/302 2894
/proc/meminfo: memFree=12106584/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=717876 CPUtime=4477.89 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 643777 0 0 0 447491 298 0 0 25 0 4 0 652559999 735105024 123807 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 179469 123807 395 112 0 174434 0
[pid=2840/tid=2841] ppid=2838 vsize=717876 CPUtime=1122.33 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 182433 0 0 0 112148 85 0 0 25 0 4 0 652559999 735105024 123807 33554432000 4194304 4650419 140734933686240 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=717876 CPUtime=1122.32 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 192698 0 0 0 112142 90 0 0 25 0 4 0 652559999 735105024 123807 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=717876 CPUtime=1110.89 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 97157 0 0 0 111043 46 0 0 25 0 4 0 652559999 735105024 123807 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.89
Current children cumulated vsize (KiB) 717876

[startup+1182.3 s]
/proc/loadavg: 8.05 8.12 7.99 9/302 2896
/proc/meminfo: memFree=12091556/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=831996 CPUtime=4717.35 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 667069 0 0 0 471423 312 0 0 25 0 4 0 652559999 851963904 122870 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 207999 122870 395 112 0 202964 0
[pid=2840/tid=2841] ppid=2838 vsize=831996 CPUtime=1182.32 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 187989 0 0 0 118143 89 0 0 25 0 4 0 652559999 851963904 122870 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=831996 CPUtime=1182.33 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 203171 0 0 0 118139 94 0 0 25 0 4 0 652559999 851963904 122870 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=831996 CPUtime=1170.34 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 98130 0 0 0 116987 47 0 0 25 0 4 0 652559999 851963904 122870 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.35
Current children cumulated vsize (KiB) 831996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 7.72 8.04 7.97 9/302 2931
/proc/meminfo: memFree=12589016/32950928 swapFree=67083212/67111528
[pid=2840] ppid=2838 vsize=770852 CPUtime=4800.38 cores=1,3,5,7
/proc/2840/stat : 2840 (strangenight1-m) R 2838 2840 2430 0 -1 4202496 672568 0 0 0 479721 317 0 0 25 0 4 0 652559999 789352448 124499 33554432000 4194304 4650419 140734933686240 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2840/statm: 192713 124499 395 112 0 187678 0
[pid=2840/tid=2841] ppid=2838 vsize=770852 CPUtime=1203.14 cores=1,3,5,7
/proc/2840/task/2841/stat : 2841 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 188173 0 0 0 120224 90 0 0 25 0 4 0 652559999 789352448 124499 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2840/tid=2842] ppid=2838 vsize=770852 CPUtime=1203.13 cores=1,3,5,7
/proc/2840/task/2842/stat : 2842 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 204412 0 0 0 120218 95 0 0 25 0 4 0 652559999 789352448 124499 33554432000 4194304 4650419 140734933686240 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2840/tid=2843] ppid=2838 vsize=770852 CPUtime=1190.95 cores=1,3,5,7
/proc/2840/task/2843/stat : 2843 (strangenight1-m) R 2838 2840 2430 0 -1 4202560 100335 0 0 0 119047 48 0 0 25 0 4 0 652559999 789352448 124499 33554432000 4194304 4650419 140734933686240 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 770852

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.14
CPU time (s): 4800.45
CPU user time (s): 4797.25
CPU system time (s): 3.19351
CPU usage (%): 398.993
Max. virtual memory (cumulated for all children) (KiB): 898276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.25
system time used= 3.19351
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 672568
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= 367
involuntary context switches= 31333

runsolver used 3.10753 second user time and 8.23175 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 23:46:43
IDJOB=3368997
IDBENCH=83006
IDSOLVER=1846
FILE ID=node127/3368997-1305409603
RUNJOBID= node127-1305409599-2785
PBS_JOBID= 13324505
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= 82f21398af62a72249630e457a91aa93
RANDOM SEED=880182761

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:      13069432 kB
Buffers:        290160 kB
Cached:        3366780 kB
SwapCached:       1620 kB
Active:       16879764 kB
Inactive:      2665920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13069432 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           12600 kB
Writeback:          20 kB
AnonPages:    15887400 kB
Mapped:          26724 kB
Slab:           226676 kB
PageTables:      46956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44460660 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= 73468 MiB
End job on node127 at 2011-05-15 00:06:48