Trace number 3369679

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.09 1202.25

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
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-3369679-1305414675.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:        5176
0.00/0.01	c -- clauses added:            0 learnts,         5176 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1000      4848       160         0     19728         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/4336/4336 lits-rem:0 time: 0.02
0.05/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  192 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.05/0.01	c Replacing      192 vars Replaced     5480 lits Time:     0.00 s 
0.05/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.05/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.05/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    672 time:  0.00 s
0.05/0.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.01 s (found:     384, avg size: 3.7)
3.57/0.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     92 locsubst:     0 time:   0.00
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:      16 undec:     420 neg:     564
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       580      1264        32         0      5848         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4914       580      1264        40      4614      5848    139080   no data   no data  --
3.57/0.90	c  N st    10     11296       580      1264        53      4390      5848     83429   no data   no data  --
3.57/0.90	c  N st    11     17040       580      1264        58      9849      5848    287647   no data   no data  --
3.57/1.00	c  F st    12     25002       580      1264        90     12179      5848    387965   no data   no data  --
3.57/1.00	c  N st    12     25002       580      1264        90     12179      5848    387965   no data   no data  --
4.76/1.20	c Decided on static restart strategy
4.76/1.20	c  N st    18     30004       580      1264        97     10711      5848    276216   no data   no data  --
4.76/1.20	c  S st    18     30004       580      1264        97     10711      5848    276216   no data   no data  --
5.17/1.30	c  S st    18     30507       580      1264        97     11195      5848    287420   no data   no data  --
5.17/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     20 locsubst:     0 time:   0.01
5.17/1.30	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
5.17/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   45 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.30	c Replacing       46 vars Replaced    17779 lits Time:     0.03 s 
5.17/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.30	c subs with bin:        0  lits-rem:        46  v-fix:    0  time:  0.00 s
5.17/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    514 time:  0.00 s
5.17/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.40	c lits-rem:      2026  cl-subs:      345  v-elim:      0  v-fix:    0  time:  0.39 s
5.57/1.40	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.02
5.57/1.40	c calculated reachability. Time: 0.00
5.57/1.40	c  N st    18     30507       514      1264         5      7871      5748    161711   no data   no data  --
5.97/1.50	c Finding binary XORs  T:     0.00 s  found:       3
6.77/1.75	c  N st    20     37619       514      1264        11      8761      5748    213213   no data   no data  --
8.37/2.11	c  N st    21     44019       514      1264        12     14874      5748    435501   no data   no data  --
8.80/2.22	c  S st    22     45762       514      1264        18      8812      5748    149531   no data   no data  --
8.80/2.24	c  S st    22     46265       514      1264        18      9305      5748    163169   no data   no data  --
8.80/2.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.80/2.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.80/2.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.80/2.25	c Replacing        7 vars Replaced      595 lits Time:     0.01 s 
8.80/2.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.80/2.25	c subs with bin:        1  lits-rem:         3  v-fix:    0  time:  0.00 s
8.80/2.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    507 time:  0.00 s
8.80/2.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.40	c lits-rem:      1112  cl-subs:      131  v-elim:      0  v-fix:    0  time:  0.59 s
9.56/2.40	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
9.56/2.40	c vivif2 --  cl tried     9169 cl shrink        0 lits rem          0 time: 0.01
9.56/2.41	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.02
9.56/2.41	c calculated reachability. Time: 0.00
9.56/2.41	c  N st    22     46265       507      1264         4      9169      5744    159096   no data   no data  --
12.36/3.17	c  N st    23     60662       507      1264         5     13858      5744    319065   no data   no data  --
14.35/3.68	c  N st    24     69398       507      1264        12     11882      5744    216229   no data   no data  --
14.35/3.68	c  S st    24     69398       507      1264        12     11882      5744    216229   no data   no data  --
14.75/3.71	c  S st    24     69901       507      1264        12     12369      5744    228384   no data   no data  --
14.75/3.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.75/3.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.75/3.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
14.75/3.72	c Replacing        5 vars Replaced      395 lits Time:     0.00 s 
14.75/3.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.75/3.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    502 time:  0.00 s
14.75/3.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.75/4.29	c lits-rem:      1069  cl-subs:      152  v-elim:      0  v-fix:    0  time:  2.27 s
16.75/4.29	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
16.75/4.29	c vivif2 --  cl tried    12216 cl shrink        0 lits rem          0 time: 0.01
16.75/4.30	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.02
16.75/4.30	c calculated reachability. Time: 0.00
16.75/4.30	c  N st    24     69901       502      1264         2     12216      5744    223927   no data   no data  --
21.56/5.46	c  F st    25     87501       502      1264         4     17844      5744    396532   no data   no data  --
21.56/5.46	c  N st    25     87501       502      1264         4     17844      5744    396532   no data   no data  --
21.56/5.46	c Finding binary XORs  T:     0.00 s  found:       1
23.13/5.81	c Decided on static restart strategy
23.53/5.98	c  N st    32     95538       502      1264         5     25485      5744    687123   no data   no data  --
25.95/6.58	c  N st    34    104852       502      1264         5     21926      5744    526728   no data   no data  --
25.95/6.58	c  S st    34    104852       502      1264         5     21926      5744    526728   no data   no data  --
26.35/6.63	c  S st    34    105353       502      1264         6     22408      5744    539799   no data   no data  --
26.35/6.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
26.35/6.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.35/6.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
26.35/6.64	c Replacing        1 vars Replaced     3060 lits Time:     0.03 s 
26.35/6.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.35/6.66	c subs with bin:        2  lits-rem:        15  v-fix:    0  time:  0.00 s
26.35/6.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    501 time:  0.00 s
26.35/6.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.31/9.18	c lits-rem:      4007  cl-subs:     1536  v-elim:      0  v-fix:    0  time: 10.07 s
36.31/9.18	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
36.31/9.19	c vivif2 --  cl tried    20860 cl shrink        0 lits rem          0 time: 0.02
36.71/9.20	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.03
36.71/9.20	c calculated reachability. Time: 0.00
36.71/9.20	c  N st    34    105353       501      1264         4     20860      5744    475936   no data   no data  --
39.53/9.92	c  N st    35    114952       501      1264         4     16839      5744    320410   no data   no data  --
43.52/10.98	c  N st    36    129349       501      1264         8     16452      5744    289396   no data   no data  --
51.48/12.94	c  N st    37    150946       501      1264         8     21542      5744    461845   no data   no data  --
53.48/13.48	c  S st    38    158029       501      1264         8     28181      5744    694786   no data   no data  --
53.88/13.55	c  S st    38    158532       501      1264         8     28664      5744    706744   no data   no data  --
53.88/13.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
53.88/13.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.88/13.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
53.88/13.57	c Replacing        3 vars Replaced      920 lits Time:     0.02 s 
53.88/13.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.88/13.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.88/13.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    498 time:  0.00 s
53.88/13.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
65.48/16.41	c lits-rem:      3065  cl-subs:     2219  v-elim:      0  v-fix:    0  time: 11.27 s
65.48/16.41	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
65.48/16.42	c vivif2 --  cl tried    26444 cl shrink        0 lits rem          0 time: 0.03
65.48/16.43	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.04
65.48/16.43	c calculated reachability. Time: 0.00
65.48/16.43	c  N st    38    158532       498      1264         2     26444      5744    620738   no data   no data  --
86.62/21.73	c  N st    39    207121       498      1264         2     21760      5744    405026   no data   no data  --
103.79/26.06	c  N st    40    237798       498      1264         3     31736      5744    755597   no data   no data  --
103.79/26.06	c  S st    40    237798       498      1264         3     31736      5744    755597   no data   no data  --
104.19/26.14	c  S st    40    238302       498      1264         3     32227      5744    771114   no data   no data  --
104.19/26.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
104.19/26.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.19/26.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
104.19/26.16	c Replacing        1 vars Replaced       15 lits Time:     0.01 s 
104.19/26.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.19/26.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.19/26.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    497 time:  0.00 s
104.19/26.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
118.60/29.76	c lits-rem:      5041  cl-subs:     3608  v-elim:      0  v-fix:    0  time: 14.30 s
118.60/29.76	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
118.60/29.77	c vivif2 --  cl tried    28619 cl shrink        0 lits rem          0 time: 0.03
118.60/29.78	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.05
118.60/29.78	c calculated reachability. Time: 0.00
118.60/29.78	c  N st    40    238302       497      1264         1     28619      5744    639840   no data   no data  --
156.09/39.18	c  F st    41    306250       497      1264         1     30890      5744    692877   no data   no data  --
156.09/39.18	c  N st    41    306250       497      1264         1     30890      5744    692877   no data   no data  --
157.70/39.60	c Decided on static restart strategy
166.90/41.82	c  N st    51    334554       497      1264         2     35085      5744    817933   no data   no data  --
175.28/43.91	c  N st    53    357453       497      1264         2     33421      5744    726160   no data   no data  --
175.28/43.91	c  S st    53    357453       497      1264         2     33421      5744    726160   no data   no data  --
175.28/43.98	c  S st    53    357955       497      1264         2     33907      5744    739308   no data   no data  --
175.28/43.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
175.28/43.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
175.28/43.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
175.28/43.99	c Replacing        1 vars Replaced      304 lits Time:     0.01 s 
175.69/44.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
175.69/44.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
175.69/44.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    496 time:  0.00 s
175.69/44.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
184.84/46.33	c lits-rem:      3375  cl-subs:      903  v-elim:      0  v-fix:    0  time:  9.26 s
184.84/46.33	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
184.84/46.34	c vivif2 --  cl tried    33004 cl shrink        0 lits rem          0 time: 0.03
184.84/46.35	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.05
184.84/46.36	c calculated reachability. Time: 0.00
184.84/46.36	c  N st    53    357955       496      1264         0     33004      5744    708044   no data   no data  --
202.40/50.77	c  N st    54    390348       496      1264         0     39038      5744    934699   no data   no data  --
232.78/58.37	c  N st    55    438936       496      1264         0     33027      5744    641666   no data   no data  --
281.86/70.65	c  N st    56    511819       496      1264         0     46285      5744   1177817   no data   no data  --
297.44/74.54	c  N st    57    536932       496      1264         0     40414      5744    904362   no data   no data  --
297.44/74.54	c  S st    57    536932       496      1264         0     40414      5744    904362   no data   no data  --
297.84/74.63	c  S st    57    537434       496      1264         0     40907      5744    919401   no data   no data  --
297.84/74.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
297.84/74.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
297.84/74.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
297.84/74.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
297.84/74.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
297.84/74.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    496 time:  0.00 s
297.84/74.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
313.81/78.65	c lits-rem:      3376  cl-subs:     4040  v-elim:      0  v-fix:    0  time: 15.89 s
313.81/78.65	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
313.81/78.66	c vivif2 --  cl tried    36867 cl shrink        0 lits rem          0 time: 0.03
313.81/78.68	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.08
313.81/78.68	c calculated reachability. Time: 0.00
313.81/78.68	c  N st    57    537434       496      1264         0     36867      5744    770467   no data   no data  --
452.75/113.49	c  N st    58    701419       496      1264         0     63419      5744   1773546   no data   no data  --
524.22/131.31	c  N st    59    806152       496      1264         0     58979      5744   1549751   no data   no data  --
524.22/131.31	c  S st    59    806152       496      1264         0     58979      5744   1549751   no data   no data  --
524.62/131.47	c  S st    59    806657       496      1264         0     59473      5744   1565326   no data   no data  --
524.62/131.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
524.62/131.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
524.62/131.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
525.02/131.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
525.02/131.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
525.02/131.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    496 time:  0.00 s
525.02/131.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
584.14/146.32	c lits-rem:      3465  cl-subs:     7324  v-elim:      0  v-fix:    0  time: 58.98 s
584.14/146.32	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
584.14/146.33	c vivif2 --  cl tried    52149 cl shrink        0 lits rem          0 time: 0.05
584.14/146.36	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.12
584.14/146.36	c calculated reachability. Time: 0.00
584.14/146.36	c  N st    59    806657       496      1264         0     52149      5744   1284585   no data   no data  --
820.48/205.50	c  F st    60   1071875       496      1264         0     69085      5744   2044895   no data   no data  --
820.48/205.50	c  N st    60   1071875       496      1264         0     69085      5744   2044895   no data   no data  --
823.27/206.26	c Decided on static restart strategy
836.05/209.41	c  N st    70   1100181       496      1264         0     53164      5744   1119451   no data   no data  --
858.01/214.95	c  N st    72   1136177       496      1264         0     87751      5744   2452182   no data   no data  --
885.16/221.71	c  N st    73   1168569       496      1264         0     74770      5744   2061052   no data   no data  --
918.30/230.07	c  N st    74   1209985       496      1264         0     69072      5744   1718313   no data   no data  --
918.30/230.07	c  S st    74   1209985       496      1264         0     69072      5744   1718313   no data   no data  --
919.10/230.29	c  S st    74   1210487       496      1264         0     69563      5744   1732345   no data   no data  --
919.50/230.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
919.50/230.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
919.50/230.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.16
919.50/230.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
919.50/230.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
919.50/230.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    496 time:  0.00 s
919.50/230.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
982.98/246.23	c lits-rem:      3313  cl-subs:     5497  v-elim:      0  v-fix:    0  time: 63.17 s
982.98/246.23	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
982.98/246.24	c vivif2 --  cl tried    64066 cl shrink        0 lits rem          0 time: 0.07
982.98/246.29	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.18
982.98/246.29	c calculated reachability. Time: 0.00
982.98/246.29	c  N st    74   1210487       496      1264         0     64066      5744   1529834   no data   no data  --
1065.22/266.85	c  N st    75   1283369       496      1264         0     87011      5744   2412526   no data   no data  --
1179.42/295.49	c  N st    76   1392692       496      1264         0     97556      5744   2743860   no data   no data  --
1334.33/334.29	c  N st    77   1556676       496      1264         0     55025      5744    981958   no data   no data  --
1474.48/369.32	c  N st    78   1710489       496      1264         0     94119      5744   2496217   no data   no data  --
1474.48/369.32	c  S st    78   1710489       496      1264         0     94119      5744   2496217   no data   no data  --
1475.71/369.64	c  S st    78   1710990       496      1264         0     94615      5744   2509855   no data   no data  --
1475.71/369.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1475.71/369.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1476.08/369.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
1476.08/369.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1476.08/369.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1476.08/369.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    496 time:  0.00 s
1476.08/369.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1691.66/423.71	c lits-rem:      2160  cl-subs:    16255  v-elim:      0  v-fix:    0  time: 215.16 s
1691.66/423.71	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
1691.66/423.73	c vivif2 --  cl tried    78360 cl shrink        0 lits rem          0 time: 0.10
1691.66/423.79	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.23
1691.66/423.79	c calculated reachability. Time: 0.00
1691.66/423.79	c  N st    78   1710990       496      1264         0     78360      5744   1896407   no data   no data  --
2120.90/531.21	c  N st    79   2079955       496      1264         0     92290      5744   2385221   no data   no data  --
2251.04/563.86	c  N st    80   2210990       496      1264         0     95198      5744   2369609   no data   no data  --
2251.04/563.86	c  S st    80   2210990       496      1264         0     95198      5744   2369609   no data   no data  --
2252.24/564.17	c  S st    80   2211493       496      1264         0     95693      5744   2384562   no data   no data  --
2252.24/564.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2252.24/564.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2252.65/564.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.16
2252.65/564.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2252.65/564.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2252.65/564.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    496 time:  0.00 s
2252.65/564.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2347.67/588.08	c lits-rem:      1730  cl-subs:     7370  v-elim:      0  v-fix:    0  time: 94.99 s
2347.67/588.08	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
2348.07/588.11	c vivif2 --  cl tried    88323 cl shrink        0 lits rem          0 time: 0.10
2348.07/588.17	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.24
2348.07/588.17	c calculated reachability. Time: 0.00
2348.07/588.17	c  N st    80   2211493       496      1264         0     88323      5744   2121588   no data   no data  --
2938.58/736.03	c  N st    81   2711493       496      1264         0    109860      5744   2796378   no data   no data  --
2938.58/736.03	c  S st    81   2711493       496      1264         0    109860      5744   2796378   no data   no data  --
2939.78/736.34	c  S st    81   2711995       496      1264         0    110350      5744   2810119   no data   no data  --
2939.78/736.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2939.78/736.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2940.18/736.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
2940.18/736.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2940.18/736.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2940.18/736.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    496 time:  0.00 s
2940.18/736.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3223.28/807.37	c lits-rem:      1042  cl-subs:    20621  v-elim:      0  v-fix:    0  time: 282.80 s
3223.28/807.37	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
3223.28/807.40	c vivif2 --  cl tried    89729 cl shrink        0 lits rem          0 time: 0.10
3223.69/807.46	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.26
3223.69/807.46	c calculated reachability. Time: 0.00
3223.69/807.46	c  N st    81   2711995       496      1264         0     89729      5744   2052324   no data   no data  --
3904.46/977.92	c  N st    82   3211996       496      1264         0    140952      5744   3916234   no data   no data  --
3904.46/977.92	c  S st    82   3211996       496      1264         0    140952      5744   3916234   no data   no data  --
3906.02/978.38	c  S st    82   3212498       496      1264         0    141445      5744   3930109   no data   no data  --
3906.02/978.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3906.02/978.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3906.42/978.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.30
3906.82/978.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3906.82/978.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3906.82/978.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    496 time:  0.00 s
3906.82/978.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

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-3369679-1305414675/watcher-3369679-1305414675 -o /tmp/evaluation-result-3369679-1305414675/solver-3369679-1305414675 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369679-1305414675.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: 3.95 6.08 7.11 5/241 9431
/proc/meminfo: memFree=24295824/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 653068297 52465664 353 33554432000 4194304 4650419 140736324554816 18446744073709551615 47678763829164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 12809 353 303 112 0 7774 0
[pid=9431/tid=9432] ppid=9429 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 653068297 52465664 353 33554432000 4194304 4650419 140736324554816 18446744073709551615 47678763829170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 653068297 52465664 353 33554432000 4194304 4650419 140736324554816 18446744073709551615 47678763829170 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 653068297 52465664 353 33554432000 4194304 4650419 140736324554816 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0185709 s]
/proc/loadavg: 3.95 6.08 7.11 5/241 9431
/proc/meminfo: memFree=24295824/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=282792 CPUtime=0.05 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 1513 0 0 0 5 0 0 0 18 0 4 0 653068297 289579008 1302 33554432000 4194304 4650419 140736324554816 18446744073709551615 4265029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 70698 1302 375 112 0 65663 0
[pid=9431/tid=9432] ppid=9429 vsize=282792 CPUtime=0.01 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 283 0 0 0 1 0 0 0 18 0 4 0 653068297 289579008 1302 33554432000 4194304 4650419 140736324554816 18446744073709551615 4265043 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=282792 CPUtime=0.01 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 287 0 0 0 1 0 0 0 18 0 4 0 653068297 289579008 1302 33554432000 4194304 4650419 140736324554816 18446744073709551615 4265051 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=282792 CPUtime=0 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 226 0 0 0 0 0 0 0 25 0 4 0 653068297 289579008 1302 33554432000 4194304 4650419 140736324554816 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 282792

[startup+0.100556 s]
/proc/loadavg: 3.95 6.08 7.11 5/241 9431
/proc/meminfo: memFree=24295824/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=283600 CPUtime=0.38 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 2574 0 0 0 38 0 0 0 18 0 4 0 653068297 290406400 2351 33554432000 4194304 4650419 140736324554816 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 70900 2351 393 112 0 65865 0
[pid=9431/tid=9432] ppid=9429 vsize=283600 CPUtime=0.09 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 591 0 0 0 9 0 0 0 18 0 4 0 653068297 290406400 2351 33554432000 4194304 4650419 140736324554816 18446744073709551615 4328292 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=283600 CPUtime=0.09 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 596 0 0 0 9 0 0 0 18 0 4 0 653068297 290406400 2351 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=283600 CPUtime=0.09 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 345 0 0 0 9 0 0 0 25 0 4 0 653068297 290406400 2351 33554432000 4194304 4650419 140736324554816 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 283600

[startup+0.300519 s]
/proc/loadavg: 3.95 6.08 7.11 5/241 9431
/proc/meminfo: memFree=24295824/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=284432 CPUtime=1.18 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 3815 0 0 0 118 0 0 0 18 0 4 0 653068297 291258368 2849 33554432000 4194304 4650419 140736324554816 18446744073709551615 4363941 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 71108 2849 394 112 0 66073 0
[pid=9431/tid=9432] ppid=9429 vsize=284432 CPUtime=0.29 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 893 0 0 0 29 0 0 0 18 0 4 0 653068297 291258368 2849 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364045 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=284432 CPUtime=0.29 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 891 0 0 0 29 0 0 0 18 0 4 0 653068297 291258368 2849 33554432000 4194304 4650419 140736324554816 18446744073709551615 4310830 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=284432 CPUtime=0.29 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 658 0 0 0 29 0 0 0 25 0 4 0 653068297 291258368 2849 33554432000 4194304 4650419 140736324554816 18446744073709551615 4360491 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284432

[startup+0.700447 s]
/proc/loadavg: 3.95 6.08 7.11 5/241 9431
/proc/meminfo: memFree=24295824/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=285608 CPUtime=2.77 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 5962 0 0 0 277 0 0 0 18 0 4 0 653068297 292462592 3554 33554432000 4194304 4650419 140736324554816 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 71402 3554 394 112 0 66367 0
[pid=9431/tid=9432] ppid=9429 vsize=285608 CPUtime=0.69 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 1355 0 0 0 69 0 0 0 18 0 4 0 653068297 292462592 3554 33554432000 4194304 4650419 140736324554816 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=285608 CPUtime=0.69 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 1388 0 0 0 69 0 0 0 18 0 4 0 653068297 292462592 3554 33554432000 4194304 4650419 140736324554816 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=285608 CPUtime=0.69 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 1114 0 0 0 69 0 0 0 25 0 4 0 653068297 292462592 3554 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364785 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) 285608

[startup+1.5003 s]
/proc/loadavg: 4.52 6.16 7.13 10/245 9435
/proc/meminfo: memFree=24271240/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=282268 CPUtime=5.97 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 10462 0 0 0 596 1 0 0 20 0 4 0 653068297 289042432 5382 33554432000 4194304 4650419 140736324554816 18446744073709551615 4333231 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 70567 5382 395 112 0 65532 0
[pid=9431/tid=9432] ppid=9429 vsize=282268 CPUtime=1.49 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 2306 0 0 0 149 0 0 0 19 0 4 0 653068297 289042432 5382 33554432000 4194304 4650419 140736324554816 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=282268 CPUtime=1.49 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 2296 0 0 0 149 0 0 0 20 0 4 0 653068297 289042432 5382 33554432000 4194304 4650419 140736324554816 18446744073709551615 222921801623 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=282268 CPUtime=1.48 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 1933 0 0 0 148 0 0 0 25 0 4 0 653068297 289042432 5382 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 282268

[startup+3.10101 s]
/proc/loadavg: 4.52 6.16 7.13 9/245 9435
/proc/meminfo: memFree=24248672/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=291288 CPUtime=12.36 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 18695 0 0 0 1234 2 0 0 25 0 4 0 653068297 298278912 11516 33554432000 4194304 4650419 140736324554816 18446744073709551615 4229242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 72822 11516 395 112 0 67787 0
[pid=9431/tid=9432] ppid=9429 vsize=291288 CPUtime=3.08 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 4485 0 0 0 308 0 0 0 25 0 4 0 653068297 298278912 11516 33554432000 4194304 4650419 140736324554816 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=291288 CPUtime=3.09 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 4521 0 0 0 309 0 0 0 25 0 4 0 653068297 298278912 11516 33554432000 4194304 4650419 140736324554816 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=291288 CPUtime=3.07 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 4245 0 0 0 307 0 0 0 25 0 4 0 653068297 298278912 11517 33554432000 4194304 4650419 140736324554816 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291288

[startup+6.30042 s]
/proc/loadavg: 4.79 6.19 7.14 9/245 9435
/proc/meminfo: memFree=24195772/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=282716 CPUtime=25.13 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 27680 0 0 0 2509 4 0 0 25 0 4 0 653068297 289501184 15540 33554432000 4194304 4650419 140736324554816 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 70679 15540 395 112 0 65644 0
[pid=9431/tid=9432] ppid=9429 vsize=282716 CPUtime=6.29 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 7512 0 0 0 628 1 0 0 25 0 4 0 653068297 289501184 15540 33554432000 4194304 4650419 140736324554816 18446744073709551615 4439086 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=282716 CPUtime=6.28 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 6525 0 0 0 628 0 0 0 25 0 4 0 653068297 289501184 15540 33554432000 4194304 4650419 140736324554816 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=282716 CPUtime=6.24 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 5560 0 0 0 624 0 0 0 25 0 4 0 653068297 289501184 15540 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 282716

[startup+12.7003 s]
/proc/loadavg: 5.05 6.22 7.14 9/245 9435
/proc/meminfo: memFree=24124852/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=287060 CPUtime=50.69 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 44203 0 0 0 5061 8 0 0 25 0 4 0 653068297 293949440 23628 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 71765 23628 395 112 0 66730 0
[pid=9431/tid=9432] ppid=9429 vsize=287060 CPUtime=12.69 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 12240 0 0 0 1266 3 0 0 25 0 4 0 653068297 293949440 23628 33554432000 4194304 4650419 140736324554816 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=287060 CPUtime=12.68 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 10591 0 0 0 1267 1 0 0 25 0 4 0 653068297 293949440 23628 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=287060 CPUtime=12.59 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 8546 0 0 0 1258 1 0 0 25 0 4 0 653068297 293949440 23628 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 287060

[startup+25.5009 s]
/proc/loadavg: 5.50 6.28 7.15 9/245 9436
/proc/meminfo: memFree=24023864/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=307748 CPUtime=101.79 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 70769 0 0 0 10165 14 0 0 25 0 4 0 653068297 315133952 32809 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 76937 32809 395 112 0 71902 0
[pid=9431/tid=9432] ppid=9429 vsize=307748 CPUtime=25.49 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 21493 0 0 0 2544 5 0 0 25 0 4 0 653068297 315133952 32809 33554432000 4194304 4650419 140736324554816 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=307748 CPUtime=25.49 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 16546 0 0 0 2546 3 0 0 25 0 4 0 653068297 315133952 32809 33554432000 4194304 4650419 140736324554816 18446744073709551615 4476421 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=307748 CPUtime=25.3 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 12882 0 0 0 2528 2 0 0 25 0 4 0 653068297 315133952 32809 33554432000 4194304 4650419 140736324554816 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 307748

[startup+51.1002 s]
/proc/loadavg: 6.49 6.44 7.18 9/245 9436
/proc/meminfo: memFree=23943812/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=320660 CPUtime=204 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 111461 0 0 0 20376 24 0 0 25 0 4 0 653068297 328355840 39669 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 80165 39669 395 112 0 75130 0
[pid=9431/tid=9432] ppid=9429 vsize=320660 CPUtime=51.09 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 32079 0 0 0 5101 8 0 0 25 0 4 0 653068297 328355840 39669 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=320660 CPUtime=51.08 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 29097 0 0 0 5102 6 0 0 25 0 4 0 653068297 328355840 39669 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=320660 CPUtime=50.72 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 18882 0 0 0 5068 4 0 0 25 0 4 0 653068297 328355840 39669 33554432000 4194304 4650419 140736324554816 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 320660

[startup+102.309 s]
/proc/loadavg: 7.34 6.68 7.22 9/245 9438
/proc/meminfo: memFree=23812092/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=394108 CPUtime=408.47 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 181179 0 0 0 40806 41 0 0 25 0 4 0 653068297 403566592 50492 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 98527 50492 395 112 0 93492 0
[pid=9431/tid=9432] ppid=9429 vsize=394108 CPUtime=102.3 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 50133 0 0 0 10218 12 0 0 25 0 4 0 653068297 403566592 50492 33554432000 4194304 4650419 140736324554816 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=394108 CPUtime=102.28 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 53070 0 0 0 10217 11 0 0 25 0 4 0 653068297 403566592 50492 33554432000 4194304 4650419 140736324554816 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=394108 CPUtime=101.55 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 29567 0 0 0 10148 7 0 0 25 0 4 0 653068297 403566592 50492 33554432000 4194304 4650419 140736324554816 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 394108

[startup+162.301 s]

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

[pid=9431] ppid=9429 vsize=722968 CPUtime=2564.49 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 584576 0 0 0 256258 191 0 0 25 0 4 0 653068297 740319232 119704 33554432000 4194304 4650419 140736324554816 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 180742 119704 395 112 0 175707 0
[pid=9431/tid=9432] ppid=9429 vsize=722968 CPUtime=642.31 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 178137 0 0 0 64182 49 0 0 25 0 4 0 653068297 740319232 119705 33554432000 4194304 4650419 140736324554816 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=722968 CPUtime=642.23 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 179071 0 0 0 64164 59 0 0 25 0 4 0 653068297 740319232 119705 33554432000 4194304 4650419 140736324554816 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=722968 CPUtime=637.62 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 94835 0 0 0 63722 40 0 0 25 0 4 0 653068297 740319232 119705 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2564.49
Current children cumulated vsize (KiB) 722968

[startup+702.301 s]
/proc/loadavg: 8.05 7.85 7.59 9/245 9454
/proc/meminfo: memFree=23210568/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=782816 CPUtime=2804.03 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 635184 0 0 0 280193 210 0 0 25 0 4 0 653068297 801603584 132536 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 195704 132536 395 112 0 190669 0
[pid=9431/tid=9432] ppid=9429 vsize=782816 CPUtime=702.3 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 206860 0 0 0 70178 52 0 0 25 0 4 0 653068297 801603584 132536 33554432000 4194304 4650419 140736324554816 18446744073709551615 4476354 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=782816 CPUtime=702.22 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 189348 0 0 0 70156 66 0 0 25 0 4 0 653068297 801603584 132536 33554432000 4194304 4650419 140736324554816 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=782816 CPUtime=697.17 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 102885 0 0 0 69672 45 0 0 25 0 4 0 653068297 801603584 132536 33554432000 4194304 4650419 140736324554816 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.03
Current children cumulated vsize (KiB) 782816

[startup+762.309 s]
/proc/loadavg: 8.07 7.89 7.62 9/245 9455
/proc/meminfo: memFree=23153016/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=756616 CPUtime=3043.62 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 678732 0 0 0 304135 227 0 0 25 0 4 0 653068297 774774784 137197 33554432000 4194304 4650419 140736324554816 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 189154 137197 395 112 0 184119 0
[pid=9431/tid=9432] ppid=9429 vsize=756616 CPUtime=762.31 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 232115 0 0 0 76174 57 0 0 25 0 4 0 653068297 774774784 137197 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=756616 CPUtime=762.22 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 198062 0 0 0 76151 71 0 0 25 0 4 0 653068297 774774784 137197 33554432000 4194304 4650419 140736324554816 18446744073709551615 4367017 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=756616 CPUtime=756.74 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 108683 0 0 0 75623 51 0 0 25 0 4 0 653068297 774774784 137197 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3043.62
Current children cumulated vsize (KiB) 756616

[startup+822.301 s]
/proc/loadavg: 8.07 7.92 7.65 9/245 9457
/proc/meminfo: memFree=23108104/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=876032 CPUtime=3283.16 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 709035 0 0 0 328072 244 0 0 25 0 4 0 653068297 897056768 146417 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 219008 146417 395 112 0 213973 0
[pid=9431/tid=9432] ppid=9429 vsize=876032 CPUtime=822.3 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 245037 0 0 0 82165 65 0 0 25 0 4 0 653068297 897056768 146417 33554432000 4194304 4650419 140736324554816 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=876032 CPUtime=822.2 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 206892 0 0 0 82145 75 0 0 25 0 4 0 653068297 897056768 146417 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=876032 CPUtime=816.3 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 115464 0 0 0 81575 55 0 0 25 0 4 0 653068297 897056768 146417 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.16
Current children cumulated vsize (KiB) 876032

[startup+882.301 s]
/proc/loadavg: 8.06 7.94 7.67 9/245 9458
/proc/meminfo: memFree=23054396/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=812200 CPUtime=3522.72 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 741965 0 0 0 352015 257 0 0 25 0 4 0 653068297 831692800 144559 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 203050 144559 395 112 0 198015 0
[pid=9431/tid=9432] ppid=9429 vsize=812200 CPUtime=882.31 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 256385 0 0 0 88160 71 0 0 25 0 4 0 653068297 831692800 144559 33554432000 4194304 4650419 140736324554816 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=812200 CPUtime=882.2 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 219761 0 0 0 88140 80 0 0 25 0 4 0 653068297 831692800 144559 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=812200 CPUtime=875.87 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 118398 0 0 0 87530 57 0 0 25 0 4 0 653068297 831692800 144559 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.72
Current children cumulated vsize (KiB) 812200

[startup+942.301 s]
/proc/loadavg: 8.02 7.95 7.69 9/245 9460
/proc/meminfo: memFree=23032792/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=898356 CPUtime=3762.29 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 776477 0 0 0 375955 274 0 0 25 0 4 0 653068297 919916544 145650 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 224589 145650 395 112 0 219554 0
[pid=9431/tid=9432] ppid=9429 vsize=898356 CPUtime=942.31 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 263538 0 0 0 94157 74 0 0 25 0 4 0 653068297 919916544 145650 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=898356 CPUtime=942.19 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 232802 0 0 0 94134 85 0 0 25 0 4 0 653068297 919916544 145650 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=898356 CPUtime=935.43 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 126750 0 0 0 93482 61 0 0 25 0 4 0 653068297 919916544 145650 33554432000 4194304 4650419 140736324554816 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.29
Current children cumulated vsize (KiB) 898356

[startup+1002.3 s]
/proc/loadavg: 8.01 7.96 7.70 9/245 9462
/proc/meminfo: memFree=23026336/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=839228 CPUtime=4001.84 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 795902 0 0 0 399901 283 0 0 25 0 4 0 653068297 859369472 151974 33554432000 4194304 4650419 140736324554816 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 209807 151974 395 112 0 204772 0
[pid=9431/tid=9432] ppid=9429 vsize=839228 CPUtime=1002.31 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 272767 0 0 0 100152 79 0 0 25 0 4 0 653068297 859369472 151974 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=839228 CPUtime=1002.18 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 238092 0 0 0 100132 86 0 0 25 0 4 0 653068297 859369472 151974 33554432000 4194304 4650419 140736324554816 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=839228 CPUtime=995 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 130583 0 0 0 99436 64 0 0 25 0 4 0 653068297 859369472 151974 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4001.84
Current children cumulated vsize (KiB) 839228

[startup+1062.3 s]
/proc/loadavg: 8.00 7.96 7.72 9/245 9463
/proc/meminfo: memFree=23011800/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=955380 CPUtime=4241.41 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 814090 0 0 0 423846 295 0 0 25 0 4 0 653068297 978309120 158115 33554432000 4194304 4650419 140736324554816 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 238845 158115 395 112 0 233810 0
[pid=9431/tid=9432] ppid=9429 vsize=955380 CPUtime=1062.31 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 276853 0 0 0 106149 82 0 0 25 0 4 0 653068297 978309120 158115 33554432000 4194304 4650419 140736324554816 18446744073709551615 4432373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=955380 CPUtime=1062.18 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 247144 0 0 0 106126 92 0 0 25 0 4 0 653068297 978309120 158115 33554432000 4194304 4650419 140736324554816 18446744073709551615 4367979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=955380 CPUtime=1054.57 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 135633 0 0 0 105389 68 0 0 25 0 4 0 653068297 978309120 158115 33554432000 4194304 4650419 140736324554816 18446744073709551615 4476354 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.41
Current children cumulated vsize (KiB) 955380

[startup+1122.3 s]
/proc/loadavg: 8.03 7.98 7.74 9/245 9465
/proc/meminfo: memFree=22990208/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=1079548 CPUtime=4480.95 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 827461 0 0 0 447792 303 0 0 25 0 4 0 653068297 1105457152 164335 33554432000 4194304 4650419 140736324554816 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 269887 164335 395 112 0 264852 0
[pid=9431/tid=9432] ppid=9429 vsize=1079548 CPUtime=1122.31 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 278399 0 0 0 112147 84 0 0 25 0 4 0 653068297 1105457152 164335 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=1079548 CPUtime=1122.17 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 254092 0 0 0 112121 96 0 0 25 0 4 0 653068297 1105457152 164335 33554432000 4194304 4650419 140736324554816 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=1079548 CPUtime=1114.12 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 140510 0 0 0 111342 70 0 0 25 0 4 0 653068297 1105457152 164335 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4480.95
Current children cumulated vsize (KiB) 1079548

[startup+1182.3 s]
/proc/loadavg: 8.17 8.03 7.77 9/245 9466
/proc/meminfo: memFree=22990316/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=1031768 CPUtime=4720.53 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 846042 0 0 0 471740 313 0 0 25 0 4 0 653068297 1056530432 156943 33554432000 4194304 4650419 140736324554816 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 257942 156943 395 112 0 252907 0
[pid=9431/tid=9432] ppid=9429 vsize=1031768 CPUtime=1182.31 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 284008 0 0 0 118145 86 0 0 25 0 4 0 653068297 1056530432 156943 33554432000 4194304 4650419 140736324554816 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=1031768 CPUtime=1182.16 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 264903 0 0 0 118115 101 0 0 25 0 4 0 653068297 1056530432 156943 33554432000 4194304 4650419 140736324554816 18446744073709551615 4330626 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=1031768 CPUtime=1173.7 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 142671 0 0 0 117298 72 0 0 25 0 4 0 653068297 1056530432 156943 33554432000 4194304 4650419 140736324554816 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4720.53
Current children cumulated vsize (KiB) 1031768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.20 8.04 7.78 6/244 9468
/proc/meminfo: memFree=23451836/32951124 swapFree=61559568/67111528
[pid=9431] ppid=9429 vsize=957404 CPUtime=4800.03 cores=1,3,5,7
/proc/9431/stat : 9431 (strangenight1-m) R 9429 9431 8848 0 -1 4202496 856370 0 0 0 479686 317 0 0 25 0 4 0 653068297 980381696 160812 33554432000 4194304 4650419 140736324554816 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9431/statm: 239351 160812 395 112 0 234316 0
[pid=9431/tid=9432] ppid=9429 vsize=957404 CPUtime=1202.23 cores=1,3,5,7
/proc/9431/task/9432/stat : 9432 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 287669 0 0 0 120135 88 0 0 25 0 4 0 653068297 980381696 160813 33554432000 4194304 4650419 140736324554816 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9431/tid=9433] ppid=9429 vsize=957404 CPUtime=1202.08 cores=1,3,5,7
/proc/9431/task/9433/stat : 9433 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 270351 0 0 0 120105 103 0 0 25 0 4 0 653068297 980381696 160813 33554432000 4194304 4650419 140736324554816 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9431/tid=9434] ppid=9429 vsize=957404 CPUtime=1193.46 cores=1,3,5,7
/proc/9431/task/9434/stat : 9434 (strangenight1-m) R 9429 9431 8848 0 -1 4202560 143891 0 0 0 119273 73 0 0 25 0 4 0 653068297 980381696 160813 33554432000 4194304 4650419 140736324554816 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 957404

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.25
CPU time (s): 4800.09
CPU user time (s): 4796.89
CPU system time (s): 3.20251
CPU usage (%): 399.259
Max. virtual memory (cumulated for all children) (KiB): 1084128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.89
system time used= 3.20251
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 856372
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= 361
involuntary context switches= 32759

runsolver used 2.37364 second user time and 6.42102 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 01:11:15
IDJOB=3369679
IDBENCH=83418
IDSOLVER=1846
FILE ID=node109/3369679-1305414675
RUNJOBID= node109-1305414675-9409
PBS_JOBID= 13324534
Free space on /tmp= 73220 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369679-1305414675/watcher-3369679-1305414675 -o /tmp/evaluation-result-3369679-1305414675/solver-3369679-1305414675 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369679-1305414675.cnf

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1446285395

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24296228 kB
Buffers:        236952 kB
Cached:        2262708 kB
SwapCached:      28404 kB
Active:         113340 kB
Inactive:      8326552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24296228 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           12564 kB
Writeback:           0 kB
AnonPages:     5918192 kB
Mapped:          17960 kB
Slab:           122052 kB
PageTables:      30364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17940804 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= 73216 MiB
End job on node109 at 2011-05-15 01:31:20