Trace number 3266249

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? (TO) 4800.19 1201.64

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_170.shuffled.cnf
MD5SUM82789f57e506af1994452e76af2dcbf0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.073988
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses2924
Sum of the clauses size14457
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31
Number of clauses of size 4161
Number of clauses of size 52762
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-3266249-1304181270.cnf'
0.00/0.00	c -- header says num vars:            170
0.00/0.00	c -- header says num clauses:        2924
0.00/0.00	c -- clauses added:            0 learnts,         2924 normals,            0 xors
0.00/0.00	c -- vars added        170
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       170      2924         0         0     14457         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.04
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.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:    170 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.07	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.07	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.07	c calculated reachability. Time: 0.00
0.00/0.07	c Calc default polars -  time:   0.00 s pos:      77 undec:      28 neg:      65
0.00/0.07	c =========================================================================================
0.00/0.07	c types(t): F = full restart, N = normal restart
0.00/0.07	c types(t): S = simplification begin/end, E = solution found
0.00/0.07	c restart types(rt): st = static, dy = dynamic
0.00/0.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.07	c  B st     0         0       170      2924         0         0     14457         0   no data   no data  --
0.00/0.07	c Decided on static restart strategy
0.00/0.15	c  N st     8      4919       170      2924         0      4732     14457    166432   no data   no data  --
0.00/0.37	c  N st    10     11301       170      2924         0      4388     14457    114396   no data   no data  --
0.00/0.60	c  N st    11     17046       170      2924         0      9902     14457    309431   no data   no data  --
0.00/0.95	c  F st    12     25001       170      2924         0     12146     14457    378220   no data   no data  --
0.00/0.95	c  N st    12     25001       170      2924         0     12146     14457    378220   no data   no data  --
0.00/1.16	c Decided on static restart strategy
0.00/1.16	c  N st    18     30000       170      2924         0     10430     14457    299480   no data   no data  --
0.00/1.16	c  S st    18     30000       170      2924         0     10430     14457    299480   no data   no data  --
0.00/1.19	c  S st    18     30509       170      2924         0     10934     14457    316539   no data   no data  --
0.00/1.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.00/1.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/1.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.00/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
0.00/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.57/2.40	c lits-rem:      3536  cl-subs:      943  v-elim:      0  v-fix:    0  time:  4.79 s
9.57/2.45	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.17
9.57/2.45	c calculated reachability. Time: 0.00
9.57/2.45	c  N st    18     30509       170      2924         0      9991     14457    275073   no data   no data  --
11.16/2.80	c  N st    20     37621       170      2924         0      9228     14457    230822   no data   no data  --
12.36/3.16	c  N st    21     44020       170      2924         0     15358     14457    439162   no data   no data  --
12.77/3.29	c  S st    22     45763       170      2924         0     17046     14457    498446   no data   no data  --
13.17/3.34	c  S st    22     46264       170      2924         0      8930     14457    192498   no data   no data  --
13.17/3.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.17/3.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.17/3.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
13.17/3.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.17/3.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.17/3.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
13.17/3.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.79/3.76	c lits-rem:       542  cl-subs:      128  v-elim:      0  v-fix:    0  time:  1.66 s
14.79/3.76	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
14.79/3.76	c vivif2 --  cl tried     8802 cl shrink        0 lits rem          0 time: 0.01
15.16/3.80	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.13
15.16/3.80	c calculated reachability. Time: 0.00
15.16/3.80	c  N st    22     46264       170      2924         0      8802     14457    186775   no data   no data  --
18.36/4.68	c  N st    23     60662       170      2924         0     13045     14457    315877   no data   no data  --
20.75/5.27	c  N st    24     69397       170      2924         0     10846     14457    224176   no data   no data  --
20.75/5.27	c  S st    24     69397       170      2924         0     10846     14457    224176   no data   no data  --
21.15/5.30	c  S st    24     69906       170      2924         0     11349     14457    240471   no data   no data  --
21.15/5.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.15/5.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.15/5.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
21.15/5.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.15/5.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.15/5.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
21.15/5.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.35/6.18	c lits-rem:       868  cl-subs:      219  v-elim:      0  v-fix:    0  time:  3.47 s
24.35/6.18	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
24.35/6.18	c vivif2 --  cl tried    11130 cl shrink        0 lits rem          0 time: 0.01
24.75/6.23	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.18
24.75/6.23	c calculated reachability. Time: 0.00
24.75/6.23	c  N st    24     69906       170      2924         0     11130     14457    231350   no data   no data  --
29.55/7.43	c  F st    25     87501       170      2924         0     16524     14457    411437   no data   no data  --
29.55/7.43	c  N st    25     87501       170      2924         0     16524     14457    411437   no data   no data  --
30.74/7.77	c Decided on static restart strategy
31.54/7.99	c  N st    32     95540       170      2924         0     24221     14457    684383   no data   no data  --
34.33/8.66	c  N st    34    104859       170      2924         0     20689     14457    544317   no data   no data  --
34.33/8.66	c  S st    34    104859       170      2924         0     20689     14457    544317   no data   no data  --
34.73/8.71	c  S st    34    105360       170      2924         0     21176     14457    560064   no data   no data  --
34.73/8.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
34.73/8.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.73/8.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
34.73/8.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.73/8.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.73/8.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
34.73/8.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.73/10.76	c lits-rem:      4451  cl-subs:     1341  v-elim:      0  v-fix:    0  time:  8.04 s
42.73/10.76	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
42.73/10.76	c vivif2 --  cl tried    19835 cl shrink        0 lits rem          0 time: 0.02
43.13/10.86	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.40
43.13/10.86	c calculated reachability. Time: 0.00
43.13/10.86	c  N st    34    105360       170      2924         0     19835     14457    503685   no data   no data  --
46.32/11.67	c  N st    35    114958       170      2924         0     15629     14457    331297   no data   no data  --
50.72/12.77	c  N st    36    129357       170      2924         0     15113     14457    289958   no data   no data  --
57.91/14.52	c  N st    37    150952       170      2924         0     20498     14457    458437   no data   no data  --
60.31/15.11	c  S st    38    158040       170      2924         0     27300     14457    696264   no data   no data  --
60.31/15.17	c  S st    38    158542       170      2924         0     27794     14457    712690   no data   no data  --
60.31/15.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.31/15.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.31/15.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
60.70/15.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.70/15.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.70/15.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
60.70/15.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.69/17.27	c lits-rem:      3709  cl-subs:     1719  v-elim:      0  v-fix:    0  time:  8.22 s
68.69/17.27	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
68.69/17.27	c vivif2 --  cl tried    26075 cl shrink        0 lits rem          0 time: 0.03
69.09/17.38	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.42
69.09/17.38	c calculated reachability. Time: 0.00
69.09/17.38	c  N st    38    158542       170      2924         0     26075     14457    642845   no data   no data  --
87.87/22.05	c  N st    39    207133       170      2924         0     20926     14457    425094   no data   no data  --
101.85/25.59	c  N st    40    237813       170      2924         0     31115     14457    774243   no data   no data  --
101.85/25.59	c  S st    40    237813       170      2924         0     31115     14457    774243   no data   no data  --
102.26/25.67	c  S st    40    238322       170      2924         0     31619     14457    791462   no data   no data  --
102.26/25.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
102.26/25.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.26/25.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
102.67/25.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.67/25.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.67/25.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
102.67/25.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
112.63/28.25	c lits-rem:      3849  cl-subs:     1893  v-elim:      0  v-fix:    0  time: 10.14 s
112.63/28.25	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
112.63/28.26	c vivif2 --  cl tried    29726 cl shrink        0 lits rem          0 time: 0.03
113.03/28.40	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.54
113.43/28.40	c calculated reachability. Time: 0.00
113.43/28.40	c  N st    40    238322       170      2924         0     29726     14457    713869   no data   no data  --
142.99/35.86	c  F st    41    306250       170      2924         0     31604     14457    720779   no data   no data  --
142.99/35.86	c  N st    41    306250       170      2924         0     31604     14457    720779   no data   no data  --
145.39/36.41	c Decided on static restart strategy
155.77/39.00	c  N st    51    334555       170      2924         0     35808     14457    828499   no data   no data  --
165.35/41.41	c  N st    53    357483       170      2924         0     33829     14457    756524   no data   no data  --
165.35/41.41	c  S st    53    357483       170      2924         0     33829     14457    756524   no data   no data  --
165.75/41.50	c  S st    53    357988       170      2924         0     34327     14457    773181   no data   no data  --
165.75/41.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
165.75/41.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
165.75/41.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
165.75/41.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
165.75/41.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
165.75/41.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
165.75/41.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
175.75/44.06	c lits-rem:      4714  cl-subs:     1347  v-elim:      0  v-fix:    0  time: 10.07 s
175.75/44.06	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
175.75/44.07	c vivif2 --  cl tried    32980 cl shrink        0 lits rem          0 time: 0.04
176.55/44.22	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.62
176.55/44.22	c calculated reachability. Time: 0.00
176.55/44.22	c  N st    53    357988       170      2924         0     32980     14457    710125   no data   no data  --
193.32/48.48	c  N st    54    390382       170      2924         0     38961     14457    908294   no data   no data  --
221.30/55.41	c  N st    55    438970       170      2924         0     33002     14457    639149   no data   no data  --
256.46/64.24	c  N st    56    511852       170      2924         0     46203     14457   1101411   no data   no data  --
269.24/67.47	c  N st    57    536982       170      2924         0     40609     14457    849895   no data   no data  --
269.24/67.47	c  S st    57    536982       170      2924         0     40609     14457    849895   no data   no data  --
269.64/67.57	c  S st    57    537484       170      2924         0     41104     14457    867110   no data   no data  --
269.64/67.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
269.64/67.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
269.64/67.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
270.02/67.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
270.02/67.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.02/67.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
270.02/67.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
280.00/70.13	c lits-rem:      1691  cl-subs:     1489  v-elim:      0  v-fix:    0  time: 10.07 s
280.00/70.13	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
280.00/70.14	c vivif2 --  cl tried    39615 cl shrink        0 lits rem          0 time: 0.04
280.80/70.34	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.78
280.80/70.34	c calculated reachability. Time: 0.00
280.80/70.34	c  N st    57    537484       170      2924         0     39615     14457    808257   no data   no data  --
381.87/95.67	c  N st    58    701469       170      2924         0     68022     14457   1740404   no data   no data  --
458.19/114.75	c  N st    59    806226       170      2924         0     62229     14457   1458183   no data   no data  --
458.19/114.75	c  S st    59    806226       170      2924         0     62229     14457   1458183   no data   no data  --
458.96/114.93	c  S st    59    806727       170      2924         0     62722     14457   1474794   no data   no data  --
458.96/114.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
458.96/114.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
458.96/114.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
459.36/115.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
459.36/115.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
459.36/115.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
459.36/115.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
507.30/127.07	c lits-rem:      1363  cl-subs:     5106  v-elim:      0  v-fix:    0  time: 48.17 s
507.30/127.07	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
507.30/127.09	c vivif2 --  cl tried    57616 cl shrink        0 lits rem          0 time: 0.06
508.90/127.46	c asymm  cl-useful: 0/2377/2924 lits-rem:0 time: 1.50
508.90/127.46	c calculated reachability. Time: 0.00
508.90/127.46	c  N st    59    806727       170      2924         0     57616     14457   1291663   no data   no data  --
692.25/173.30	c  F st    60   1071876       170      2924         0     73036     14457   1781267   no data   no data  --
692.25/173.30	c  N st    60   1071876       170      2924         0     73036     14457   1781267   no data   no data  --
696.65/174.47	c Decided on static restart strategy
714.62/178.99	c  N st    70   1100177       170      2924         0     57342     14457   1145792   no data   no data  --
741.79/185.78	c  N st    72   1136172       170      2924         0     47791     14457    771947   no data   no data  --
764.56/191.49	c  N st    73   1168565       170      2924         0     78643     14457   1861803   no data   no data  --
795.31/199.15	c  N st    74   1210091       170      2924         0     73390     14457   1676156   no data   no data  --
795.31/199.15	c  S st    74   1210091       170      2924         0     73390     14457   1676156   no data   no data  --
796.11/199.36	c  S st    74   1210597       170      2924         0     73890     14457   1692580   no data   no data  --
796.11/199.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
796.11/199.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
796.11/199.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
796.53/199.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
796.53/199.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
796.53/199.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
796.53/199.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
861.23/215.67	c lits-rem:      1432  cl-subs:     4393  v-elim:      0  v-fix:    0  time: 64.77 s
861.23/215.67	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
861.23/215.69	c vivif2 --  cl tried    69497 cl shrink        0 lits rem          0 time: 0.09
862.03/215.83	c asymm  cl-useful: 0/547/2924 lits-rem:0 time: 0.54
862.03/215.83	c calculated reachability. Time: 0.00
862.03/215.83	c  N st    74   1210597       170      2924         0     69497     14457   1524797   no data   no data  --
927.54/232.20	c  N st    75   1283479       170      2924         0     93566     14457   2370695   no data   no data  --
1039.38/260.28	c  N st    76   1392803       170      2924         0     54714     14457    904369   no data   no data  --
1179.22/295.22	c  N st    77   1556790       170      2924         0     59329     14457    998119   no data   no data  --
1306.65/327.10	c  N st    78   1710597       170      2924         0    100380     14457   2492136   no data   no data  --
1306.65/327.10	c  S st    78   1710597       170      2924         0    100380     14457   2492136   no data   no data  --
1307.83/327.40	c  S st    78   1711100       170      2924         0    100871     14457   2508987   no data   no data  --
1307.83/327.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1307.83/327.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1307.83/327.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1308.22/327.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1308.22/327.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1308.22/327.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1308.22/327.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1442.05/361.01	c lits-rem:      1065  cl-subs:     6876  v-elim:      0  v-fix:    0  time: 133.65 s
1442.05/361.01	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
1442.05/361.04	c vivif2 --  cl tried    93995 cl shrink        0 lits rem          0 time: 0.10
1443.64/361.41	c asymm  cl-useful: 0/1612/2924 lits-rem:0 time: 1.48
1443.64/361.41	c calculated reachability. Time: 0.00
1443.64/361.41	c  N st    78   1711100       170      2924         0     93995     14457   2236540   no data   no data  --
1805.16/451.99	c  N st    79   2080064       170      2924         0    105368     14457   2534511   no data   no data  --
1942.98/486.45	c  N st    80   2211100       170      2924         0    109366     14457   2597584   no data   no data  --
1942.98/486.45	c  S st    80   2211100       170      2924         0    109366     14457   2597584   no data   no data  --
1944.17/486.77	c  S st    80   2211606       170      2924         0    109865     14457   2614497   no data   no data  --
1944.17/486.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1944.17/486.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1944.57/486.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
1944.97/486.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1944.97/486.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1944.97/486.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1944.97/486.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2087.19/522.58	c lits-rem:      1436  cl-subs:     7779  v-elim:      0  v-fix:    0  time: 142.42 s
2087.19/522.58	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
2087.59/522.61	c vivif2 --  cl tried   102086 cl shrink        0 lits rem          0 time: 0.12
2088.80/522.97	c asymm  cl-useful: 0/1312/2924 lits-rem:0 time: 1.44
2088.80/522.98	c calculated reachability. Time: 0.00
2088.80/522.98	c  N st    80   2211606       170      2924         0    102086     14457   2320904   no data   no data  --
2674.40/669.51	c  N st    81   2711606       170      2924         0    124668     14457   3000903   no data   no data  --
2674.40/669.51	c  S st    81   2711606       170      2924         0    124668     14457   3000903   no data   no data  --
2676.00/669.90	c  S st    81   2712108       170      2924         0    125159     14457   3017588   no data   no data  --
2676.00/669.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2676.00/669.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2676.00/669.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.26
2676.40/670.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2676.40/670.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2676.40/670.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
2676.40/670.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3147.40/787.99	c lits-rem:      2524  cl-subs:    12195  v-elim:      0  v-fix:    0  time: 470.78 s
3147.40/787.99	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
3147.80/788.02	c vivif2 --  cl tried   112964 cl shrink        0 lits rem          0 time: 0.12
3149.38/788.41	c asymm  cl-useful: 0/1236/2924 lits-rem:0 time: 1.56
3149.38/788.41	c calculated reachability. Time: 0.00
3149.38/788.41	c  N st    81   2712108       170      2924         0    112964     14457   2585367   no data   no data  --
3849.71/963.72	c  N st    82   3212110       170      2924         0     90123     14457   1592241   no data   no data  --
3849.71/963.72	c  S st    82   3212110       170      2924         0     90123     14457   1592241   no data   no data  --
3850.52/964.00	c  S st    82   3212619       170      2924         0     90625     14457   1609232   no data   no data  --
3850.93/964.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3850.93/964.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3850.93/964.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
3851.30/964.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3851.30/964.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3851.30/964.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
3851.30/964.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3891.25/974.17	c lits-rem:       321  cl-subs:     2521  v-elim:      0  v-fix:    0  time: 40.21 s
3891.25/974.17	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
3891.25/974.19	c vivif2 --  cl tried    88104 cl shrink        0 lits rem          0 time: 0.08
3892.84/974.54	c asymm  cl-useful: 0/1581/2924 lits-rem:0 time: 1.41
3892.84/974.54	c calculated reachability. Time: 0.00
3892.84/974.54	c  N st    82   3212619       170      2924         0     88104     14457   1513426   no data   no data  --
4711.84/1179.54	c  N st    83   3712621       170      2924         0     98472     14457   1726588   no data   no data  --
4711.84/1179.54	c  S st    83   3712621       170      2924         0     98472     14457   1726588   no data   no data  --
4713.02/1179.87	c  S st    83   3713124       170      2924         0     98968     14457   1743150   no data   no data  --
4713.02/1179.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4713.02/1179.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4713.42/1179.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
4713.42/1179.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4713.42/1179.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4713.42/1179.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
4713.42/1179.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4776.53/1195.76	c lits-rem:      2054  cl-subs:     3813  v-elim:      0  v-fix:    0  time: 62.97 s
4776.53/1195.76	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
4776.53/1195.78	c vivif2 --  cl tried    95155 cl shrink        0 lits rem          0 time: 0.09
4778.15/1196.19	c asymm  cl-useful: 0/1519/2924 lits-rem:0 time: 1.64
4778.15/1196.19	c calculated reachability. Time: 0.00
4778.15/1196.19	c  N st    83   3713124       170      2924         0     95155     14457   1611896   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3266249-1304181270/watcher-3266249-1304181270 -o /tmp/evaluation-result-3266249-1304181270/solver-3266249-1304181270 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3266249-1304181270.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.72 7.93 7.97 5/180 28122
/proc/meminfo: memFree=29022276/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 418 0 0 0 0 0 0 0 25 0 4 0 529729393 52465664 357 33554432000 4194304 4650419 140733495078560 18446744073709551615 212436017083 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 12809 357 306 112 0 7774 0
[pid=28122/tid=28123] ppid=28120 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 529729393 52465664 357 33554432000 4194304 4650419 140733495078560 18446744073709551615 47835336939442 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 529729393 52465664 357 33554432000 4194304 4650419 140733495078560 18446744073709551615 47835336939432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 529729393 52465664 357 33554432000 4194304 4650419 140733495078560 18446744073709551615 212431064150 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.641171 s]
/proc/loadavg: 7.72 7.93 7.97 5/180 28122
/proc/meminfo: memFree=29022276/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=304548 CPUtime=2.54 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 6275 0 0 0 253 1 0 0 25 0 4 0 529729393 311857152 3329 33554432000 4194304 4650419 140733495078560 18446744073709551615 212436060295 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 73956 5358 393 112 0 68921 0
[pid=28122/tid=28123] ppid=28120 vsize=286636 CPUtime=1.49 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 2737 0 0 0 149 0 0 0 19 0 4 0 529729393 293515264 5448 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=286636 CPUtime=1.49 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 2723 0 0 0 149 0 0 0 20 0 4 0 529729393 293515264 5448 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365606 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=286636 CPUtime=1.49 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 2426 0 0 0 149 0 0 0 25 0 4 0 529729393 293515264 5448 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 304548

[startup+1.60761 s]
/proc/loadavg: 7.72 7.93 7.97 5/180 28122
/proc/meminfo: memFree=29022276/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=286636 CPUtime=6.4 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 14070 0 0 0 638 2 0 0 25 0 4 0 529729393 293515264 6986 33554432000 4194304 4650419 140733495078560 18446744073709551615 4438387 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 71659 6986 393 112 0 66624 0
[pid=28122/tid=28123] ppid=28120 vsize=286636 CPUtime=1.59 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 4120 0 0 0 159 0 0 0 19 0 4 0 529729393 293515264 6986 33554432000 4194304 4650419 140733495078560 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=286636 CPUtime=1.59 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 2807 0 0 0 159 0 0 0 20 0 4 0 529729393 293515264 6986 33554432000 4194304 4650419 140733495078560 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=286636 CPUtime=1.59 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 2497 0 0 0 159 0 0 0 25 0 4 0 529729393 293515264 6986 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 286636

[startup+1.70759 s]
/proc/loadavg: 7.72 7.93 7.97 5/180 28122
/proc/meminfo: memFree=29022276/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=286636 CPUtime=6.8 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 14208 0 0 0 678 2 0 0 25 0 4 0 529729393 293515264 7124 33554432000 4194304 4650419 140733495078560 18446744073709551615 4438756 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 71659 7124 393 112 0 66624 0
[pid=28122/tid=28123] ppid=28120 vsize=286636 CPUtime=1.69 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 4121 0 0 0 169 0 0 0 19 0 4 0 529729393 293515264 7124 33554432000 4194304 4650419 140733495078560 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=286636 CPUtime=1.69 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 2878 0 0 0 169 0 0 0 20 0 4 0 529729393 293515264 7124 33554432000 4194304 4650419 140733495078560 18446744073709551615 4303888 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=286636 CPUtime=1.69 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 2563 0 0 0 169 0 0 0 25 0 4 0 529729393 293515264 7124 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 286636

[startup+1.80757 s]
/proc/loadavg: 7.72 7.93 7.97 5/180 28122
/proc/meminfo: memFree=29022276/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=286636 CPUtime=7.2 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 14324 0 0 0 718 2 0 0 25 0 4 0 529729393 293515264 7240 33554432000 4194304 4650419 140733495078560 18446744073709551615 4439376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 71659 7240 393 112 0 66624 0
[pid=28122/tid=28123] ppid=28120 vsize=286636 CPUtime=1.79 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 4121 0 0 0 179 0 0 0 19 0 4 0 529729393 293515264 7241 33554432000 4194304 4650419 140733495078560 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=286636 CPUtime=1.79 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 2942 0 0 0 179 0 0 0 20 0 4 0 529729393 293515264 7241 33554432000 4194304 4650419 140733495078560 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=286636 CPUtime=1.79 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 2616 0 0 0 179 0 0 0 25 0 4 0 529729393 293515264 7241 33554432000 4194304 4650419 140733495078560 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 286636

[startup+1.90755 s]
/proc/loadavg: 7.72 7.93 7.97 5/180 28122
/proc/meminfo: memFree=29022276/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=286636 CPUtime=7.6 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 14490 0 0 0 758 2 0 0 25 0 4 0 529729393 293515264 7406 33554432000 4194304 4650419 140733495078560 18446744073709551615 4438792 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 71659 7406 393 112 0 66624 0
[pid=28122/tid=28123] ppid=28120 vsize=286636 CPUtime=1.89 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 4121 0 0 0 189 0 0 0 19 0 4 0 529729393 293515264 7406 33554432000 4194304 4650419 140733495078560 18446744073709551615 4439366 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=286636 CPUtime=1.9 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 3032 0 0 0 189 1 0 0 20 0 4 0 529729393 293515264 7406 33554432000 4194304 4650419 140733495078560 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=286636 CPUtime=1.89 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 2691 0 0 0 189 0 0 0 25 0 4 0 529729393 293515264 7406 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 286636

[startup+3.10032 s]
/proc/loadavg: 7.91 7.97 7.98 9/184 28126
/proc/meminfo: memFree=28968188/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=286760 CPUtime=12.36 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 21162 0 0 0 1233 3 0 0 25 0 4 0 529729393 293642240 12817 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 71690 12817 393 112 0 66655 0
[pid=28122/tid=28123] ppid=28120 vsize=286760 CPUtime=3.07 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 4910 0 0 0 307 0 0 0 22 0 4 0 529729393 293642240 12817 33554432000 4194304 4650419 140733495078560 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=286760 CPUtime=3.09 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 5623 0 0 0 308 1 0 0 25 0 4 0 529729393 293642240 12817 33554432000 4194304 4650419 140733495078560 18446744073709551615 4438489 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=286760 CPUtime=3.08 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 5291 0 0 0 308 0 0 0 25 0 4 0 529729393 293642240 12817 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 286760

[startup+6.30071 s]
/proc/loadavg: 7.99 7.99 7.99 9/184 28126
/proc/meminfo: memFree=28852848/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=288864 CPUtime=25.15 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 31242 0 0 0 2509 6 0 0 25 0 4 0 529729393 295796736 16229 33554432000 4194304 4650419 140733495078560 18446744073709551615 4330369 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 72216 16229 393 112 0 67181 0
[pid=28122/tid=28123] ppid=28120 vsize=288864 CPUtime=6.26 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 7958 0 0 0 626 0 0 0 25 0 4 0 529729393 295796736 16230 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=288864 CPUtime=6.29 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 8376 0 0 0 627 2 0 0 25 0 4 0 529729393 295796736 16230 33554432000 4194304 4650419 140733495078560 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=288864 CPUtime=6.28 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 7465 0 0 0 627 1 0 0 25 0 4 0 529729393 295796736 16230 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 288864

[startup+12.7005 s]
/proc/loadavg: 7.99 7.99 7.99 9/184 28126
/proc/meminfo: memFree=28887336/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=298540 CPUtime=50.72 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 49195 0 0 0 5062 10 0 0 25 0 4 0 529729393 305704960 22859 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 74635 22859 393 112 0 69600 0
[pid=28122/tid=28123] ppid=28120 vsize=298540 CPUtime=12.62 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 12967 0 0 0 1261 1 0 0 25 0 4 0 529729393 305704960 22859 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=298540 CPUtime=12.69 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 12523 0 0 0 1266 3 0 0 25 0 4 0 529729393 305704960 22859 33554432000 4194304 4650419 140733495078560 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=298540 CPUtime=12.68 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 11281 0 0 0 1266 2 0 0 25 0 4 0 529729393 305704960 22859 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 298540

[startup+25.5011 s]
/proc/loadavg: 7.99 7.99 7.99 9/184 28127
/proc/meminfo: memFree=28911268/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=307960 CPUtime=101.85 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 77006 0 0 0 10168 17 0 0 25 0 4 0 529729393 315351040 31771 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 76990 31771 393 112 0 71955 0
[pid=28122/tid=28123] ppid=28120 vsize=307960 CPUtime=25.35 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 19726 0 0 0 2532 3 0 0 25 0 4 0 529729393 315351040 31771 33554432000 4194304 4650419 140733495078560 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=307960 CPUtime=25.49 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 20457 0 0 0 2544 5 0 0 25 0 4 0 529729393 315351040 31771 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=307960 CPUtime=25.48 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 16299 0 0 0 2545 3 0 0 25 0 4 0 529729393 315351040 31771 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 307960

[startup+51.1012 s]
/proc/loadavg: 8.06 8.00 7.99 9/184 28127
/proc/meminfo: memFree=28854312/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=325024 CPUtime=204.11 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 118263 0 0 0 20382 29 0 0 25 0 4 0 529729393 332824576 41988 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 81256 41988 393 112 0 76221 0
[pid=28122/tid=28123] ppid=28120 vsize=325024 CPUtime=50.82 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 31594 0 0 0 5075 7 0 0 25 0 4 0 529729393 332824576 41988 33554432000 4194304 4650419 140733495078560 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=325024 CPUtime=51.09 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 32676 0 0 0 5100 9 0 0 25 0 4 0 529729393 332824576 41988 33554432000 4194304 4650419 140733495078560 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=325024 CPUtime=51.08 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 24319 0 0 0 5102 6 0 0 25 0 4 0 529729393 332824576 41988 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 325024

[startup+102.3 s]
/proc/loadavg: 8.09 8.02 8.00 9/184 28129
/proc/meminfo: memFree=28809528/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=344328 CPUtime=408.63 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 178426 0 0 0 40818 45 0 0 25 0 4 0 529729393 352591872 52808 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 86082 52808 393 112 0 81047 0
[pid=28122/tid=28123] ppid=28120 vsize=344328 CPUtime=101.74 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 44414 0 0 0 10164 10 0 0 25 0 4 0 529729393 352591872 52808 33554432000 4194304 4650419 140733495078560 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=344328 CPUtime=102.29 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 51879 0 0 0 10214 15 0 0 25 0 4 0 529729393 352591872 52808 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=344328 CPUtime=102.29 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 38940 0 0 0 10219 10 0 0 25 0 4 0 529729393 352591872 52808 33554432000 4194304 4650419 140733495078560 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 344328

[startup+162.301 s]

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

[pid=28122] ppid=28120 vsize=656752 CPUtime=2805.43 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 585054 0 0 0 280327 216 0 0 25 0 4 0 529729393 672514048 113565 33554432000 4194304 4650419 140733495078560 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 164188 113565 393 112 0 159153 0
[pid=28122/tid=28123] ppid=28120 vsize=656752 CPUtime=698.47 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 158540 0 0 0 69786 61 0 0 25 0 4 0 529729393 672514048 113565 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=656752 CPUtime=702.32 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 173440 0 0 0 70166 66 0 0 25 0 4 0 529729393 672514048 113565 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=656752 CPUtime=702.31 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 110061 0 0 0 70189 42 0 0 25 0 4 0 529729393 672514048 113565 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.43
Current children cumulated vsize (KiB) 656752

[startup+762.301 s]
/proc/loadavg: 4.59 6.75 7.53 5/175 28164
/proc/meminfo: memFree=29987048/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=657048 CPUtime=3045.11 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 606959 0 0 0 304281 230 0 0 25 0 4 0 529729393 672817152 118727 33554432000 4194304 4650419 140733495078560 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 164262 118727 393 112 0 159227 0
[pid=28122/tid=28123] ppid=28120 vsize=657048 CPUtime=758.15 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 166879 0 0 0 75748 67 0 0 25 0 4 0 529729393 672817152 118727 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=657048 CPUtime=762.32 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 180953 0 0 0 76163 69 0 0 25 0 4 0 529729393 672817152 118727 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=657048 CPUtime=762.31 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 116114 0 0 0 76184 47 0 0 25 0 4 0 529729393 672817152 118727 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.11
Current children cumulated vsize (KiB) 657048

[startup+822.3 s]
/proc/loadavg: 4.21 6.25 7.31 5/175 28166
/proc/meminfo: memFree=29973748/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=697740 CPUtime=3284.81 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 633568 0 0 0 328236 245 0 0 25 0 4 0 529729393 714485760 121698 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 174435 121698 393 112 0 169400 0
[pid=28122/tid=28123] ppid=28120 vsize=697740 CPUtime=817.84 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 178019 0 0 0 81713 71 0 0 25 0 4 0 529729393 714485760 121698 33554432000 4194304 4650419 140733495078560 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=697740 CPUtime=822.32 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 190519 0 0 0 82157 75 0 0 25 0 4 0 529729393 714485760 121698 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=697740 CPUtime=822.31 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 120738 0 0 0 82181 50 0 0 25 0 4 0 529729393 714485760 121698 33554432000 4194304 4650419 140733495078560 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.81
Current children cumulated vsize (KiB) 697740

[startup+882.301 s]
/proc/loadavg: 4.16 5.85 7.10 5/175 28167
/proc/meminfo: memFree=29935648/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=725424 CPUtime=3524.52 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 654991 0 0 0 352195 257 0 0 25 0 4 0 529729393 742834176 131430 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 181356 131430 393 112 0 176321 0
[pid=28122/tid=28123] ppid=28120 vsize=725424 CPUtime=877.55 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 180278 0 0 0 87683 72 0 0 25 0 4 0 529729393 742834176 131430 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=725424 CPUtime=882.32 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 199005 0 0 0 88151 81 0 0 25 0 4 0 529729393 742834176 131430 33554432000 4194304 4650419 140733495078560 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=725424 CPUtime=882.32 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 123582 0 0 0 88180 52 0 0 25 0 4 0 529729393 742834176 131430 33554432000 4194304 4650419 140733495078560 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.52
Current children cumulated vsize (KiB) 725424

[startup+942.301 s]
/proc/loadavg: 4.13 5.53 6.91 5/175 28169
/proc/meminfo: memFree=29928680/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=749752 CPUtime=3764.21 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 677537 0 0 0 376155 266 0 0 25 0 4 0 529729393 767746048 133086 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 187438 133086 393 112 0 182403 0
[pid=28122/tid=28123] ppid=28120 vsize=749752 CPUtime=937.23 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 185478 0 0 0 93649 74 0 0 25 0 4 0 529729393 767746048 133086 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=749752 CPUtime=942.32 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 209451 0 0 0 94148 84 0 0 25 0 4 0 529729393 767746048 133086 33554432000 4194304 4650419 140733495078560 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=749752 CPUtime=942.31 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 126885 0 0 0 94178 53 0 0 25 0 4 0 529729393 767746048 133086 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.21
Current children cumulated vsize (KiB) 749752

[startup+1002.3 s]
/proc/loadavg: 4.11 5.26 6.73 5/175 28171
/proc/meminfo: memFree=29913036/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=800224 CPUtime=4003.93 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 700406 0 0 0 400113 280 0 0 25 0 4 0 529729393 819429376 136325 33554432000 4194304 4650419 140733495078560 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 200056 136325 393 112 0 195021 0
[pid=28122/tid=28123] ppid=28120 vsize=800224 CPUtime=996.93 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 190730 0 0 0 99616 77 0 0 25 0 4 0 529729393 819429376 136325 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=800224 CPUtime=1002.33 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 219190 0 0 0 100143 90 0 0 25 0 4 0 529729393 819429376 136325 33554432000 4194304 4650419 140733495078560 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=800224 CPUtime=1002.32 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 132396 0 0 0 100175 57 0 0 25 0 4 0 529729393 819429376 136325 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.93
Current children cumulated vsize (KiB) 800224

[startup+1062.3 s]
/proc/loadavg: 4.04 5.03 6.56 5/175 28172
/proc/meminfo: memFree=29904836/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=845012 CPUtime=4243.63 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 728644 0 0 0 424070 293 0 0 25 0 4 0 529729393 865292288 139174 33554432000 4194304 4650419 140733495078560 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 211253 139174 393 112 0 206218 0
[pid=28122/tid=28123] ppid=28120 vsize=845012 CPUtime=1056.63 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 198900 0 0 0 105583 80 0 0 25 0 4 0 529729393 865292288 139174 33554432000 4194304 4650419 140733495078560 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=845012 CPUtime=1062.32 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 228176 0 0 0 106138 94 0 0 25 0 4 0 529729393 865292288 139174 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=845012 CPUtime=1062.32 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 138729 0 0 0 106172 60 0 0 25 0 4 0 529729393 865292288 139174 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.63
Current children cumulated vsize (KiB) 845012

[startup+1122.3 s]
/proc/loadavg: 4.07 4.86 6.40 5/175 28174
/proc/meminfo: memFree=29882492/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=861132 CPUtime=4483.33 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 749742 0 0 0 448030 303 0 0 25 0 4 0 529729393 881799168 144614 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 215283 144614 393 112 0 210248 0
[pid=28122/tid=28123] ppid=28120 vsize=861132 CPUtime=1116.32 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 202404 0 0 0 111550 82 0 0 25 0 4 0 529729393 881799168 144614 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=861132 CPUtime=1122.33 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 234058 0 0 0 112134 99 0 0 25 0 4 0 529729393 881799168 144614 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=861132 CPUtime=1122.32 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 146346 0 0 0 112171 61 0 0 25 0 4 0 529729393 881799168 144614 33554432000 4194304 4650419 140733495078560 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.33
Current children cumulated vsize (KiB) 861132

[startup+1182.3 s]
/proc/loadavg: 4.08 4.71 6.25 5/175 28175
/proc/meminfo: memFree=29861876/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=934140 CPUtime=4723.01 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 769630 0 0 0 471986 315 0 0 25 0 4 0 529729393 956559360 149622 33554432000 4194304 4650419 140733495078560 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 233535 149622 393 112 0 228500 0
[pid=28122/tid=28123] ppid=28120 vsize=934140 CPUtime=1175.99 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 205050 0 0 0 117515 84 0 0 25 0 4 0 529729393 956559360 149622 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=934140 CPUtime=1182.33 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 241382 0 0 0 118131 102 0 0 25 0 4 0 529729393 956559360 149622 33554432000 4194304 4650419 140733495078560 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=934140 CPUtime=1182.32 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 148787 0 0 0 118170 62 0 0 25 0 4 0 529729393 956559360 149622 33554432000 4194304 4650419 140733495078560 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4723.01
Current children cumulated vsize (KiB) 934140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.61 s]
/proc/loadavg: 4.05 4.67 6.20 5/175 28176
/proc/meminfo: memFree=29859008/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=831948 CPUtime=4800.14 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 776981 0 0 0 479695 319 0 0 25 0 4 0 529729393 851914752 150370 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 207987 150370 393 112 0 202952 0
[pid=28122/tid=28123] ppid=28120 vsize=831948 CPUtime=1195.2 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 208241 0 0 0 119433 87 0 0 25 0 4 0 529729393 851914752 150370 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=831948 CPUtime=1201.65 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 244451 0 0 0 120061 104 0 0 25 0 4 0 529729393 851914752 150370 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=831948 CPUtime=1201.63 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 149371 0 0 0 120101 62 0 0 25 0 4 0 529729393 851914752 150370 33554432000 4194304 4650419 140733495078560 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 831948

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

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

[startup+1201.61 s]
/proc/loadavg: 4.05 4.67 6.20 5/175 28176
/proc/meminfo: memFree=29859008/32951124 swapFree=67111416/67111528
[pid=28122] ppid=28120 vsize=831948 CPUtime=4800.14 cores=1,3,5,7
/proc/28122/stat : 28122 (strangenight1-m) R 28120 28122 27352 0 -1 4202496 776981 0 0 0 479695 319 0 0 25 0 4 0 529729393 851914752 150370 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28122/statm: 207987 150370 393 112 0 202952 0
[pid=28122/tid=28123] ppid=28120 vsize=831948 CPUtime=1195.2 cores=1,3,5,7
/proc/28122/task/28123/stat : 28123 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 208241 0 0 0 119433 87 0 0 25 0 4 0 529729393 851914752 150370 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28122/tid=28124] ppid=28120 vsize=831948 CPUtime=1201.65 cores=1,3,5,7
/proc/28122/task/28124/stat : 28124 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 244451 0 0 0 120061 104 0 0 25 0 4 0 529729393 851914752 150370 33554432000 4194304 4650419 140733495078560 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28122/tid=28125] ppid=28120 vsize=831948 CPUtime=1201.63 cores=1,3,5,7
/proc/28122/task/28125/stat : 28125 (strangenight1-m) R 28120 28122 27352 0 -1 4202560 149371 0 0 0 120101 62 0 0 25 0 4 0 529729393 851914752 150370 33554432000 4194304 4650419 140733495078560 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 831948

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.19
CPU user time (s): 4796.97
CPU system time (s): 3.21851
CPU usage (%): 399.469
Max. virtual memory (cumulated for all children) (KiB): 934140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.97
system time used= 3.21851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 776983
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= 453
involuntary context switches= 33216

runsolver used 1.83372 second user time and 4.6073 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 18:34:30
IDJOB=3266249
IDBENCH=87447
IDSOLVER=1588
FILE ID=node102/3266249-1304181270
RUNJOBID= node102-1304180050-27886
PBS_JOBID= 13172418
Free space on /tmp= 72452 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_170.shuffled.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266249-1304181270/watcher-3266249-1304181270 -o /tmp/evaluation-result-3266249-1304181270/solver-3266249-1304181270 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3266249-1304181270.cnf

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

MD5SUM BENCH= 82789f57e506af1994452e76af2dcbf0
RANDOM SEED=663644821

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.82
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.828
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.828
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.82
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.828
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:      29022680 kB
Buffers:        635592 kB
Cached:        1393708 kB
SwapCached:          0 kB
Active:        1639576 kB
Inactive:      1871292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29022680 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            6532 kB
Writeback:           0 kB
AnonPages:     1481348 kB
Mapped:          15520 kB
Slab:           352448 kB
PageTables:       7452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1864596 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= 72464 MiB
End job on node102 at 2011-04-30 18:54:34