Trace number 3175258

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.31 1201.93

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S2058622508-076.SATISFIABLE.cnf
MD5SUMc1412f649cda4900c9606cccc6bec4a4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.033994
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175258-1304104371.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.00	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.00	c -- vars added        550
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     24  v-fix:    0  time:  0.01 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     233 undec:      67 neg:     250
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       526      2303         0         0      7038         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4916       526      2303         0      4835      7038    121945   no data   no data  --
1.58/0.42	c  N st    10     11301       526      2303         0      4486      7038     81612   no data   no data  --
2.37/0.67	c  N st    11     17045       526      2303         0     10114      7038    224340   no data   no data  --
3.98/1.05	c  F st    12     25003       526      2303         0     12386      7038    268900   no data   no data  --
3.98/1.05	c  N st    12     25003       526      2303         0     12386      7038    268900   no data   no data  --
4.80/1.29	c Decided on static restart strategy
4.80/1.29	c  N st    18     30002       526      2303         0     10711      7038    214236   no data   no data  --
4.80/1.29	c  S st    18     30002       526      2303         0     10711      7038    214236   no data   no data  --
5.17/1.32	c  S st    18     30503       526      2303         0     11211      7038    226786   no data   no data  --
5.17/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
5.17/1.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.97/1.56	c lits-rem:       120  cl-subs:      443  v-elim:      0  v-fix:    0  time:  0.88 s
5.97/1.57	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.04
5.97/1.57	c calculated reachability. Time: 0.00
5.97/1.57	c  N st    18     30503       526      2303         0     10768      7038    214648   no data   no data  --
7.57/1.97	c  N st    20     37614       526      2303         0     10031      7038    172090   no data   no data  --
9.19/2.38	c  N st    21     44013       526      2303         0     16329      7038    332253   no data   no data  --
9.96/2.51	c  S st    22     45754       526      2303         0      9263      7038    135864   no data   no data  --
9.96/2.54	c  S st    22     46256       526      2303         0      9765      7038    147667   no data   no data  --
9.96/2.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.96/2.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.96/2.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
9.96/2.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.37/2.64	c lits-rem:        25  cl-subs:       35  v-elim:      0  v-fix:    0  time:  0.38 s
10.37/2.64	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
10.37/2.64	c vivif2 --  cl tried     9730 cl shrink        0 lits rem          0 time: 0.00
10.37/2.65	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.03
10.37/2.65	c calculated reachability. Time: 0.00
10.37/2.65	c  N st    22     46256       526      2303         0      9730      7038    146707   no data   no data  --
14.35/3.60	c  N st    23     60654       526      2303         0     14052      7038    247982   no data   no data  --
16.76/4.26	c  N st    24     69387       526      2303         0     11828      7038    178300   no data   no data  --
16.76/4.26	c  S st    24     69387       526      2303         0     11828      7038    178300   no data   no data  --
16.76/4.29	c  S st    24     69892       526      2303         0     12332      7038    190741   no data   no data  --
16.76/4.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.16/4.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.16/4.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.16/4.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
17.16/4.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.57/4.50	c lits-rem:        36  cl-subs:      163  v-elim:      0  v-fix:    0  time:  0.76 s
17.57/4.50	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
17.57/4.50	c vivif2 --  cl tried    12169 cl shrink        0 lits rem          0 time: 0.01
17.97/4.51	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.04
17.97/4.51	c calculated reachability. Time: 0.00
17.97/4.51	c  N st    24     69892       526      2303         0     12169      7038    186575   no data   no data  --
23.15/5.82	c  F st    25     87500       526      2303         0     17604      7038    309241   no data   no data  --
23.15/5.82	c  N st    25     87500       526      2303         0     17604      7038    309241   no data   no data  --
24.74/6.20	c Decided on static restart strategy
25.55/6.43	c  N st    32     95539       526      2303         0     25477      7038    497942   no data   no data  --
27.94/7.05	c  N st    34    104838       526      2303         0     21916      7038    412729   no data   no data  --
27.94/7.05	c  S st    34    104838       526      2303         0     21916      7038    412729   no data   no data  --
28.34/7.11	c  S st    34    105346       526      2303         0     22424      7038    425488   no data   no data  --
28.34/7.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.34/7.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.34/7.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
28.34/7.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.33/8.17	c lits-rem:       229  cl-subs:      693  v-elim:      0  v-fix:    0  time:  4.13 s
32.33/8.17	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
32.33/8.17	c vivif2 --  cl tried    21731 cl shrink        0 lits rem          0 time: 0.02
32.33/8.19	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.08
32.33/8.19	c calculated reachability. Time: 0.00
32.33/8.19	c  N st    34    105346       526      2303         0     21731      7038    405677   no data   no data  --
35.93/9.02	c  N st    35    114944       526      2303         0     17442      7038    274894   no data   no data  --
40.72/10.26	c  N st    36    129343       526      2303         0     16830      7038    240006   no data   no data  --
47.92/12.10	c  N st    37    150938       526      2303         0     22364      7038    365583   no data   no data  --
50.71/12.73	c  S st    38    158020       526      2303         0     29241      7038    537567   no data   no data  --
51.11/12.80	c  S st    38    158522       526      2303         0     29743      7038    549230   no data   no data  --
51.11/12.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.11/12.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.11/12.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
51.11/12.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.11/12.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.11/12.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
51.11/12.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.53/14.42	c lits-rem:       395  cl-subs:     1360  v-elim:      0  v-fix:    0  time:  6.37 s
57.53/14.42	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
57.53/14.43	c vivif2 --  cl tried    28383 cl shrink        0 lits rem          0 time: 0.02
57.53/14.45	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.10
57.53/14.46	c calculated reachability. Time: 0.00
57.53/14.46	c  N st    38    158522       526      2303         0     28383      7038    513845   no data   no data  --
76.28/19.15	c  N st    39    207111       526      2303         0     23008      7038    328029   no data   no data  --
89.46/22.41	c  N st    40    237783       526      2303         0     33350      7038    558027   no data   no data  --
89.46/22.41	c  S st    40    237783       526      2303         0     33350      7038    558027   no data   no data  --
89.86/22.51	c  S st    40    238287       526      2303         0     33853      7038    570247   no data   no data  --
89.86/22.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
89.86/22.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.86/22.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
89.86/22.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.86/22.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.86/22.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
89.86/22.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
97.45/24.46	c lits-rem:      1788  cl-subs:     2388  v-elim:      0  v-fix:    0  time:  7.64 s
97.45/24.46	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
97.45/24.46	c vivif2 --  cl tried    31465 cl shrink        0 lits rem          0 time: 0.02
97.45/24.49	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.10
97.45/24.49	c calculated reachability. Time: 0.00
97.45/24.49	c  N st    40    238287       526      2303         0     31465      7038    516221   no data   no data  --
129.41/32.42	c  F st    41    306251       526      2303         0     33429      7038    528251   no data   no data  --
129.41/32.42	c  N st    41    306251       526      2303         0     33429      7038    528251   no data   no data  --
131.82/33.04	c Decided on static restart strategy
142.59/35.71	c  N st    51    334556       526      2303         0     37808      7038    656255   no data   no data  --
152.99/38.34	c  N st    53    357430       526      2303         0     35784      7038    576401   no data   no data  --
152.99/38.34	c  S st    53    357430       526      2303         0     35784      7038    576401   no data   no data  --
153.39/38.43	c  S st    53    357932       526      2303         0     36284      7038    588650   no data   no data  --
153.39/38.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
153.39/38.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.39/38.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
153.39/38.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.39/38.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.39/38.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
153.39/38.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
160.17/40.13	c lits-rem:       497  cl-subs:      934  v-elim:      0  v-fix:    0  time:  6.63 s
160.17/40.13	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
160.17/40.13	c vivif2 --  cl tried    35350 cl shrink        0 lits rem          0 time: 0.03
160.17/40.16	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.12
160.17/40.16	c calculated reachability. Time: 0.00
160.17/40.16	c  N st    53    357932       526      2303         0     35350      7038    561563   no data   no data  --
178.55/44.71	c  N st    54    390326       526      2303         0     41508      7038    696743   no data   no data  --
205.71/51.56	c  N st    55    438914       526      2303         0     35347      7038    509884   no data   no data  --
246.08/61.63	c  N st    56    511796       526      2303         0     49020      7038    854688   no data   no data  --
258.85/64.89	c  N st    57    536899       526      2303         0     43223      7038    658575   no data   no data  --
258.85/64.89	c  S st    57    536899       526      2303         0     43223      7038    658575   no data   no data  --
259.67/65.00	c  S st    57    537401       526      2303         0     43725      7038    671073   no data   no data  --
259.67/65.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
259.67/65.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
259.67/65.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
259.67/65.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.67/65.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.67/65.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
259.67/65.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
267.24/66.95	c lits-rem:       995  cl-subs:     1198  v-elim:      0  v-fix:    0  time:  7.62 s
267.24/66.95	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
267.24/66.96	c vivif2 --  cl tried    42527 cl shrink        0 lits rem          0 time: 0.03
267.64/67.00	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.18
267.64/67.00	c calculated reachability. Time: 0.00
267.64/67.00	c  N st    57    537401       526      2303         0     42527      7038    639537   no data   no data  --
370.69/92.87	c  N st    58    701385       526      2303         0     36445      7038    398218   no data   no data  --
450.20/112.75	c  N st    59    806102       526      2303         0     65553      7038   1152679   no data   no data  --
450.20/112.75	c  S st    59    806102       526      2303         0     65553      7038   1152679   no data   no data  --
451.00/112.94	c  S st    59    806606       526      2303         0     66057      7038   1165169   no data   no data  --
451.00/112.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
451.00/112.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
451.00/112.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
451.40/113.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
451.40/113.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
451.40/113.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
451.40/113.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
462.98/115.91	c lits-rem:       179  cl-subs:     2979  v-elim:      0  v-fix:    0  time: 11.58 s
462.98/115.91	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
462.98/115.92	c vivif2 --  cl tried    63078 cl shrink        0 lits rem          0 time: 0.06
463.38/116.00	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.30
463.38/116.00	c calculated reachability. Time: 0.00
463.38/116.00	c  N st    59    806606       526      2303         0     63078      7038   1088398   no data   no data  --
667.50/167.18	c  F st    60   1071875       526      2303         0     78655      7038   1388944   no data   no data  --
667.50/167.18	c  N st    60   1071875       526      2303         0     78655      7038   1388944   no data   no data  --
673.49/168.64	c Decided on static restart strategy
692.67/173.45	c  N st    70   1100181       526      2303         0     62596      7038    900452   no data   no data  --
722.22/180.83	c  N st    72   1136173       526      2303         0     52930      7038    648040   no data   no data  --
749.39/187.61	c  N st    73   1168567       526      2303         0     84604      7038   1444984   no data   no data  --
781.75/195.73	c  N st    74   1209910       526      2303         0     78947      7038   1330996   no data   no data  --
781.75/195.73	c  S st    74   1209910       526      2303         0     78947      7038   1330996   no data   no data  --
782.56/195.97	c  S st    74   1210411       526      2303         0     79448      7038   1343736   no data   no data  --
782.56/195.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
782.56/195.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
782.94/196.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
782.94/196.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
782.94/196.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
782.94/196.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
782.94/196.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
804.13/201.34	c lits-rem:       685  cl-subs:     4911  v-elim:      0  v-fix:    0  time: 21.12 s
804.13/201.34	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
804.13/201.36	c vivif2 --  cl tried    74537 cl shrink        0 lits rem          0 time: 0.06
804.54/201.46	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.41
804.54/201.46	c calculated reachability. Time: 0.00
804.54/201.46	c  N st    74   1210411       526      2303         0     74537      7038   1213491   no data   no data  --
882.41/220.91	c  N st    75   1283293       526      2303         0     51138      7038    555564   no data   no data  --
992.66/248.54	c  N st    76   1392617       526      2303         0     59025      7038    714708   no data   no data  --
1155.65/289.34	c  N st    77   1556601       526      2303         0     64074      7038    811154   no data   no data  --
1317.42/329.87	c  N st    78   1710412       526      2303         0    106278      7038   1840492   no data   no data  --
1317.42/329.87	c  S st    78   1710412       526      2303         0    106278      7038   1840492   no data   no data  --
1319.01/330.22	c  S st    78   1710916       526      2303         0    106782      7038   1853384   no data   no data  --
1319.01/330.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1319.01/330.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1319.01/330.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1319.41/330.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1319.41/330.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1319.41/330.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
1319.41/330.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1378.12/345.06	c lits-rem:      2237  cl-subs:     8175  v-elim:      0  v-fix:    0  time: 58.79 s
1378.12/345.06	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
1378.12/345.08	c vivif2 --  cl tried    98607 cl shrink        0 lits rem          0 time: 0.08
1378.93/345.22	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.57
1378.93/345.23	c calculated reachability. Time: 0.00
1378.93/345.23	c  N st    78   1710916       526      2303         0     98607      7038   1655821   no data   no data  --
1798.36/450.21	c  N st    79   2079880       526      2303         0    109927      7038   1895316   no data   no data  --
1967.72/492.64	c  N st    80   2210916       526      2303         0    113852      7038   1871244   no data   no data  --
1967.72/492.64	c  S st    80   2210916       526      2303         0    113852      7038   1871244   no data   no data  --
1969.32/493.03	c  S st    80   2211422       526      2303         0    114358      7038   1883760   no data   no data  --
1969.32/493.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1969.32/493.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1969.32/493.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1969.72/493.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1969.72/493.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1969.72/493.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
1969.72/493.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2021.27/506.01	c lits-rem:       207  cl-subs:     8885  v-elim:      0  v-fix:    0  time: 51.33 s
2021.27/506.01	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
2021.27/506.03	c vivif2 --  cl tried   105473 cl shrink        0 lits rem          0 time: 0.09
2021.67/506.18	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.61
2021.67/506.19	c calculated reachability. Time: 0.00
2021.67/506.19	c  N st    80   2211422       526      2303         0    105473      7038   1681526   no data   no data  --
2599.67/650.86	c  N st    81   2711422       526      2303         0    129546      7038   2466079   no data   no data  --
2599.67/650.86	c  S st    81   2711422       526      2303         0    129546      7038   2466079   no data   no data  --
2601.28/651.29	c  S st    81   2711923       526      2303         0    130045      7038   2478242   no data   no data  --
2601.28/651.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2601.28/651.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2601.68/651.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
2602.06/651.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2602.06/651.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2602.06/651.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
2602.06/651.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2676.75/670.16	c lits-rem:       645  cl-subs:     6525  v-elim:      0  v-fix:    0  time: 74.71 s
2676.75/670.16	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
2676.75/670.19	c vivif2 --  cl tried   123520 cl shrink        0 lits rem          0 time: 0.12
2677.55/670.38	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.80
2677.55/670.39	c calculated reachability. Time: 0.00
2677.55/670.39	c  N st    81   2711923       526      2303         0    123520      7038   2306815   no data   no data  --
3385.78/847.88	c  N st    82   3211928       526      2303         0     98704      7038   1311576   no data   no data  --
3385.78/847.88	c  S st    82   3211928       526      2303         0     98704      7038   1311576   no data   no data  --
3386.99/848.19	c  S st    82   3212433       526      2303         0     99208      7038   1324203   no data   no data  --
3386.99/848.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3386.99/848.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3387.39/848.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
3387.39/848.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3387.39/848.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3387.39/848.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
3387.39/848.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3402.15/851.93	c lits-rem:       145  cl-subs:     3057  v-elim:      0  v-fix:    0  time: 14.56 s
3402.15/851.93	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
3402.15/851.95	c vivif2 --  cl tried    96151 cl shrink        0 lits rem          0 time: 0.07
3402.55/852.08	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.52
3402.55/852.08	c calculated reachability. Time: 0.00
3402.55/852.08	c  N st    82   3212433       526      2303         0     96151      7038   1249381   no data   no data  --
4155.52/1040.52	c  N st    83   3712434       526      2303         0    107132      7038   1459034   no data   no data  --
4155.52/1040.52	c  S st    83   3712434       526      2303         0    107132      7038   1459034   no data   no data  --
4156.72/1040.88	c  S st    83   3712939       526      2303         0    107636      7038   1471431   no data   no data  --
4156.72/1040.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4156.72/1040.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4157.12/1040.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
4157.12/1040.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4157.12/1040.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4157.12/1040.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
4157.12/1040.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4177.50/1046.00	c lits-rem:       240  cl-subs:     3284  v-elim:      0  v-fix:    0  time: 20.04 s
4177.50/1046.00	c vivif2 --  cl tried     2303 cl shrink        0 lits rem          0 time: 0.00
4177.50/1046.02	c vivif2 --  cl tried   104352 cl shrink        0 lits rem          0 time: 0.08
4177.91/1046.17	c asymm  cl-useful: 0/2303/2303 lits-rem:0 time: 0.59
4177.91/1046.17	c calculated reachability. Time: 0.00
4177.91/1046.17	c  N st    83   3712939       526      2303         0    104352      7038   1384421   no data   no data  --
4239.43/1061.54	c  F st    84   3751562       526      2303         0    142216      7038   2452571   no data   no data  --
4239.43/1061.54	c  N st    84   3751562       526      2303         0    142216      7038   2452571   no data   no data  --
4250.19/1064.26	c Decided on static restart strategy
4300.52/1076.88	c  N st    94   3779873       526      2303         0     86938      7038    864582   no data   no data  --
4349.27/1089.04	c  N st    96   3815870       526      2303         0    122135      7038   1796237   no data   no data  --
4407.18/1103.55	c  N st    97   3848262       526      2303         0    153824      7038   2662906   no data   no data  --
4489.88/1124.25	c  N st    98   3896852       526      2303         0    117326      7038   1668901   no data   no data  --
4630.90/1159.50	c  N st    99   3969734       526      2303         0    103425      7038   1238215   no data   no data  --
4788.26/1198.95	c  N st   100   4079057       526      2303         0    124121      7038   1821362   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-3175258-1304104371/watcher-3175258-1304104371 -o /tmp/evaluation-result-3175258-1304104371/solver-3175258-1304104371 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175258-1304104371.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.76 8.02 8.00 6/180 2931
/proc/meminfo: memFree=30901712/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 502852998 52465664 352 33554432000 4194304 4650419 140736935157392 18446744073709551615 220816292849 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 12809 352 303 112 0 7774 0
[pid=2931/tid=2933] ppid=2929 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 502852998 52465664 352 33554432000 4194304 4650419 140736935157392 18446744073709551615 47247528941490 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 502852998 52465664 352 33554432000 4194304 4650419 140736935157392 18446744073709551615 47247528941480 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 502852998 52465664 352 33554432000 4194304 4650419 140736935157392 18446744073709551615 220816292849 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.156872 s]
/proc/loadavg: 7.76 8.02 8.00 6/180 2931
/proc/meminfo: memFree=30901712/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=291188 CPUtime=0.6 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 2073 0 0 0 60 0 0 0 25 0 4 0 502852998 298176512 1926 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 72797 1926 393 112 0 67762 0
[pid=2931/tid=2933] ppid=2929 vsize=291188 CPUtime=0.15 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 434 0 0 0 15 0 0 0 25 0 4 0 502852998 298176512 1926 33554432000 4194304 4650419 140736935157392 18446744073709551615 4330796 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=291188 CPUtime=0.15 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 431 0 0 0 15 0 0 0 25 0 4 0 502852998 298176512 1926 33554432000 4194304 4650419 140736935157392 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=291188 CPUtime=0.14 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 367 0 0 0 14 0 0 0 25 0 4 0 502852998 298176512 1927 33554432000 4194304 4650419 140736935157392 18446744073709551615 4516296 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 291188

[startup+0.200864 s]
/proc/loadavg: 7.76 8.02 8.00 6/180 2931
/proc/meminfo: memFree=30901712/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=283860 CPUtime=0.78 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 2555 0 0 0 78 0 0 0 25 0 4 0 502852998 290672640 1811 33554432000 4194304 4650419 140736935157392 18446744073709551615 4334343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 70965 1811 393 112 0 65930 0
[pid=2931/tid=2933] ppid=2929 vsize=283860 CPUtime=0.19 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 566 0 0 0 19 0 0 0 25 0 4 0 502852998 290672640 1811 33554432000 4194304 4650419 140736935157392 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=283860 CPUtime=0.19 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 564 0 0 0 19 0 0 0 25 0 4 0 502852998 290672640 1811 33554432000 4194304 4650419 140736935157392 18446744073709551615 4364346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=283860 CPUtime=0.19 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 450 0 0 0 19 0 0 0 25 0 4 0 502852998 290672640 1811 33554432000 4194304 4650419 140736935157392 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283860

[startup+0.300845 s]
/proc/loadavg: 7.76 8.02 8.00 6/180 2931
/proc/meminfo: memFree=30901712/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=284032 CPUtime=1.18 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 2952 0 0 0 118 0 0 0 25 0 4 0 502852998 290848768 2208 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 71008 2208 393 112 0 65973 0
[pid=2931/tid=2933] ppid=2929 vsize=284032 CPUtime=0.29 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 665 0 0 0 29 0 0 0 25 0 4 0 502852998 290848768 2208 33554432000 4194304 4650419 140736935157392 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=284032 CPUtime=0.29 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 658 0 0 0 29 0 0 0 25 0 4 0 502852998 290848768 2209 33554432000 4194304 4650419 140736935157392 18446744073709551615 4311310 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=284032 CPUtime=0.29 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 553 0 0 0 29 0 0 0 25 0 4 0 502852998 290848768 2209 33554432000 4194304 4650419 140736935157392 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284032

[startup+0.700772 s]
/proc/loadavg: 7.76 8.02 8.00 6/180 2931
/proc/meminfo: memFree=30901712/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=284992 CPUtime=2.78 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 4586 0 0 0 277 1 0 0 25 0 4 0 502852998 291831808 2935 33554432000 4194304 4650419 140736935157392 18446744073709551615 4333890 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 71248 2935 393 112 0 66213 0
[pid=2931/tid=2933] ppid=2929 vsize=284992 CPUtime=0.69 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 1081 0 0 0 69 0 0 0 25 0 4 0 502852998 291831808 2935 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=284992 CPUtime=0.69 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 1060 0 0 0 69 0 0 0 25 0 4 0 502852998 291831808 2935 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=284992 CPUtime=0.69 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 943 0 0 0 69 0 0 0 25 0 4 0 502852998 291831808 2935 33554432000 4194304 4650419 140736935157392 18446744073709551615 4339796 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284992

[startup+1.50063 s]
/proc/loadavg: 7.76 8.02 8.00 9/184 2936
/proc/meminfo: memFree=30876756/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=286192 CPUtime=5.97 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 9000 0 0 0 596 1 0 0 25 0 4 0 502852998 293060608 4871 33554432000 4194304 4650419 140736935157392 18446744073709551615 4476311 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 71548 4871 395 112 0 66513 0
[pid=2931/tid=2933] ppid=2929 vsize=286192 CPUtime=1.49 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 1931 0 0 0 149 0 0 0 25 0 4 0 502852998 293060608 4871 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=286192 CPUtime=1.49 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 1864 0 0 0 149 0 0 0 25 0 4 0 502852998 293060608 4871 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=286192 CPUtime=1.48 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 1646 0 0 0 148 0 0 0 25 0 4 0 502852998 293060608 4871 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286192

[startup+3.10033 s]
/proc/loadavg: 7.76 8.02 8.00 9/184 2936
/proc/meminfo: memFree=30843556/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=285936 CPUtime=12.36 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 17482 0 0 0 1233 3 0 0 25 0 4 0 502852998 292798464 9807 33554432000 4194304 4650419 140736935157392 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 71484 9807 395 112 0 66449 0
[pid=2931/tid=2933] ppid=2929 vsize=285936 CPUtime=3.09 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 4316 0 0 0 308 1 0 0 25 0 4 0 502852998 292798464 9807 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=285936 CPUtime=3.08 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 4553 0 0 0 308 0 0 0 25 0 4 0 502852998 292798464 9807 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=285936 CPUtime=3.07 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 3876 0 0 0 307 0 0 0 25 0 4 0 502852998 292798464 9807 33554432000 4194304 4650419 140736935157392 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285936

[startup+6.30074 s]
/proc/loadavg: 7.86 8.03 8.00 9/184 2936
/proc/meminfo: memFree=30797368/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=295884 CPUtime=25.15 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 25655 0 0 0 2509 6 0 0 25 0 4 0 502852998 302985216 13545 33554432000 4194304 4650419 140736935157392 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 73971 13545 395 112 0 68936 0
[pid=2931/tid=2933] ppid=2929 vsize=295884 CPUtime=6.29 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 7219 0 0 0 628 1 0 0 25 0 4 0 502852998 302985216 13545 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=295884 CPUtime=6.29 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 6467 0 0 0 628 1 0 0 25 0 4 0 502852998 302985216 13545 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=295884 CPUtime=6.25 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 5036 0 0 0 625 0 0 0 25 0 4 0 502852998 302985216 13545 33554432000 4194304 4650419 140736935157392 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 295884

[startup+12.7006 s]
/proc/loadavg: 7.95 8.05 8.01 9/184 2936
/proc/meminfo: memFree=30747632/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=296400 CPUtime=50.71 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 39889 0 0 0 5063 8 0 0 25 0 4 0 502852998 303513600 18272 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 74100 18272 395 112 0 69065 0
[pid=2931/tid=2933] ppid=2929 vsize=296400 CPUtime=12.69 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 11332 0 0 0 1267 2 0 0 25 0 4 0 502852998 303513600 18272 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=296400 CPUtime=12.68 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 10142 0 0 0 1267 1 0 0 25 0 4 0 502852998 303513600 18272 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=296400 CPUtime=12.62 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 7239 0 0 0 1261 1 0 0 25 0 4 0 502852998 303513600 18272 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366853 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 296400

[startup+25.5012 s]
/proc/loadavg: 7.96 8.04 8.00 9/184 2936
/proc/meminfo: memFree=30698028/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=301956 CPUtime=101.84 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 61099 0 0 0 10171 13 0 0 25 0 4 0 502852998 309202944 25200 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 75489 25200 395 112 0 70454 0
[pid=2931/tid=2933] ppid=2929 vsize=301956 CPUtime=25.49 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 17509 0 0 0 2545 4 0 0 25 0 4 0 502852998 309202944 25200 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=301956 CPUtime=25.48 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 16153 0 0 0 2545 3 0 0 25 0 4 0 502852998 309202944 25200 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=301956 CPUtime=25.36 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 10284 0 0 0 2534 2 0 0 25 0 4 0 502852998 309202944 25200 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 301956

[startup+51.1005 s]
/proc/loadavg: 7.97 8.04 8.00 9/184 2937
/proc/meminfo: memFree=30652420/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=312216 CPUtime=204.12 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 95934 0 0 0 20391 21 0 0 25 0 4 0 502852998 319709184 32228 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 78054 32228 395 112 0 73019 0
[pid=2931/tid=2933] ppid=2929 vsize=312216 CPUtime=51.09 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 28407 0 0 0 5103 6 0 0 25 0 4 0 502852998 319709184 32228 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=312216 CPUtime=51.09 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 25593 0 0 0 5104 5 0 0 25 0 4 0 502852998 319709184 32228 33554432000 4194304 4650419 140736935157392 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=312216 CPUtime=50.83 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 14900 0 0 0 5080 3 0 0 25 0 4 0 502852998 319709184 32228 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 312216

[startup+102.301 s]
/proc/loadavg: 8.07 8.06 8.01 9/184 2938
/proc/meminfo: memFree=30586916/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=314244 CPUtime=408.66 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 147484 0 0 0 40830 36 0 0 25 0 4 0 502852998 321785856 37773 33554432000 4194304 4650419 140736935157392 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 78561 37773 395 112 0 73526 0
[pid=2931/tid=2933] ppid=2929 vsize=314244 CPUtime=102.3 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 42386 0 0 0 10220 10 0 0 25 0 4 0 502852998 321785856 37773 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=314244 CPUtime=102.28 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 38700 0 0 0 10219 9 0 0 25 0 4 0 502852998 321785856 37773 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=314244 CPUtime=101.76 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 23945 0 0 0 10170 6 0 0 25 0 4 0 502852998 321785856 37773 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 314244

[startup+162.301 s]

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

[pid=2931] ppid=2929 vsize=534920 CPUtime=2565.71 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 446589 0 0 0 256425 146 0 0 25 0 4 0 502852998 547758080 94857 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 133730 94857 395 112 0 128695 0
[pid=2931/tid=2933] ppid=2929 vsize=534920 CPUtime=642.31 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 138098 0 0 0 64187 44 0 0 25 0 4 0 502852998 547758080 94857 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=534920 CPUtime=642.3 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 106766 0 0 0 64193 37 0 0 25 0 4 0 502852998 547758080 94857 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=534920 CPUtime=638.83 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 70351 0 0 0 63860 23 0 0 25 0 4 0 502852998 547758080 94857 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.71
Current children cumulated vsize (KiB) 534920

[startup+702.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/184 2956
/proc/meminfo: memFree=30182300/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=600580 CPUtime=2805.37 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 464589 0 0 0 280384 153 0 0 25 0 4 0 502852998 614993920 101933 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 150145 101933 395 112 0 145110 0
[pid=2931/tid=2933] ppid=2929 vsize=600580 CPUtime=702.31 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 145314 0 0 0 70184 47 0 0 25 0 4 0 502852998 614993920 101933 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=600580 CPUtime=702.3 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 107741 0 0 0 70193 37 0 0 25 0 4 0 502852998 614993920 101933 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=600580 CPUtime=698.5 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 73111 0 0 0 69826 24 0 0 25 0 4 0 502852998 614993920 101933 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 600580

[startup+762.3 s]
/proc/loadavg: 8.38 8.14 8.04 9/184 2961
/proc/meminfo: memFree=30175256/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=642324 CPUtime=3044.25 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 490696 0 0 0 304260 165 0 0 25 0 4 0 502852998 657739776 99964 33554432000 4194304 4650419 140736935157392 18446744073709551615 4328315 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 160581 99964 395 112 0 155546 0
[pid=2931/tid=2933] ppid=2929 vsize=642324 CPUtime=762.32 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 154437 0 0 0 76180 52 0 0 25 0 4 0 502852998 657739776 99965 33554432000 4194304 4650419 140736935157392 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=642324 CPUtime=762.31 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 113542 0 0 0 76191 40 0 0 25 0 4 0 502852998 657739776 99965 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=642324 CPUtime=758.18 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 78185 0 0 0 75791 27 0 0 25 0 4 0 502852998 657739776 99965 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.25
Current children cumulated vsize (KiB) 642324

[startup+822.3 s]
/proc/loadavg: 8.18 8.13 8.03 9/184 2963
/proc/meminfo: memFree=30091696/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=667612 CPUtime=3283.91 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 516902 0 0 0 328216 175 0 0 25 0 4 0 502852998 683634688 115787 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 166903 115787 395 112 0 161868 0
[pid=2931/tid=2933] ppid=2929 vsize=667612 CPUtime=822.32 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 166020 0 0 0 82178 54 0 0 25 0 4 0 502852998 683634688 115787 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=667612 CPUtime=822.3 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 120031 0 0 0 82188 42 0 0 25 0 4 0 502852998 683634688 115787 33554432000 4194304 4650419 140736935157392 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=667612 CPUtime=817.85 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 81152 0 0 0 81756 29 0 0 25 0 4 0 502852998 683634688 115787 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.91
Current children cumulated vsize (KiB) 667612

[startup+882.306 s]
/proc/loadavg: 8.06 8.10 8.03 9/184 2964
/proc/meminfo: memFree=30131588/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=642764 CPUtime=3523.61 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 533422 0 0 0 352178 183 0 0 25 0 4 0 502852998 658190336 109695 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 160691 109695 395 112 0 155656 0
[pid=2931/tid=2933] ppid=2929 vsize=642764 CPUtime=882.32 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 173081 0 0 0 88174 58 0 0 25 0 4 0 502852998 658190336 109695 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=642764 CPUtime=882.31 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 122074 0 0 0 88188 43 0 0 25 0 4 0 502852998 658190336 109695 33554432000 4194304 4650419 140736935157392 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=642764 CPUtime=877.53 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 85384 0 0 0 87723 30 0 0 25 0 4 0 502852998 658190336 109695 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.61
Current children cumulated vsize (KiB) 642764

[startup+942.301 s]
/proc/loadavg: 8.02 8.08 8.02 9/184 2966
/proc/meminfo: memFree=30118660/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=647240 CPUtime=3763.26 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 552652 0 0 0 376134 192 0 0 25 0 4 0 502852998 662773760 106799 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 161810 106799 395 112 0 156775 0
[pid=2931/tid=2933] ppid=2929 vsize=647240 CPUtime=942.32 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 179475 0 0 0 94171 61 0 0 25 0 4 0 502852998 662773760 106799 33554432000 4194304 4650419 140736935157392 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=647240 CPUtime=942.31 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 128554 0 0 0 94186 45 0 0 25 0 4 0 502852998 662773760 106799 33554432000 4194304 4650419 140736935157392 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=647240 CPUtime=937.2 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 86671 0 0 0 93689 31 0 0 25 0 4 0 502852998 662773760 106799 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.26
Current children cumulated vsize (KiB) 647240

[startup+1002.3 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 2967
/proc/meminfo: memFree=30050912/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=647440 CPUtime=4002.93 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 577978 0 0 0 400091 202 0 0 25 0 4 0 502852998 662978560 118348 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 161860 118348 395 112 0 156825 0
[pid=2931/tid=2933] ppid=2929 vsize=647440 CPUtime=1002.32 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 188306 0 0 0 100168 64 0 0 25 0 4 0 502852998 662978560 118348 33554432000 4194304 4650419 140736935157392 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=647440 CPUtime=1002.31 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 135172 0 0 0 100183 48 0 0 25 0 4 0 502852998 662978560 118348 33554432000 4194304 4650419 140736935157392 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=647440 CPUtime=996.87 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 91649 0 0 0 99654 33 0 0 25 0 4 0 502852998 662978560 118348 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.93
Current children cumulated vsize (KiB) 647440

[startup+1062.3 s]
/proc/loadavg: 8.09 8.09 8.03 9/184 2969
/proc/meminfo: memFree=30069440/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=647580 CPUtime=4242.61 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 593968 0 0 0 424050 211 0 0 25 0 4 0 502852998 663121920 110620 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 161895 110620 395 112 0 156860 0
[pid=2931/tid=2933] ppid=2929 vsize=647580 CPUtime=1062.32 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 193800 0 0 0 106166 66 0 0 25 0 4 0 502852998 663121920 110620 33554432000 4194304 4650419 140736935157392 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=647580 CPUtime=1062.31 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 141122 0 0 0 106179 52 0 0 25 0 4 0 502852998 663121920 110620 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=647580 CPUtime=1056.55 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 93052 0 0 0 105621 34 0 0 25 0 4 0 502852998 663121920 110620 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.61
Current children cumulated vsize (KiB) 647580

[startup+1122.3 s]
/proc/loadavg: 8.18 8.11 8.04 9/184 2971
/proc/meminfo: memFree=30028960/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=706604 CPUtime=4482.28 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 616167 0 0 0 448007 221 0 0 25 0 4 0 502852998 723562496 121574 33554432000 4194304 4650419 140736935157392 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 176651 121574 395 112 0 171616 0
[pid=2931/tid=2933] ppid=2929 vsize=706604 CPUtime=1122.32 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 200389 0 0 0 112164 68 0 0 25 0 4 0 502852998 723562496 121574 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=706604 CPUtime=1122.31 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 146799 0 0 0 112176 55 0 0 25 0 4 0 502852998 723562496 121574 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=706604 CPUtime=1116.22 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 97313 0 0 0 111587 35 0 0 25 0 4 0 502852998 723562496 121574 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.28
Current children cumulated vsize (KiB) 706604

[startup+1182.3 s]
/proc/loadavg: 8.17 8.12 8.04 9/184 2972
/proc/meminfo: memFree=30067232/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=654236 CPUtime=4721.95 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 632549 0 0 0 471966 229 0 0 25 0 4 0 502852998 669937664 110753 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 163559 110753 395 112 0 158524 0
[pid=2931/tid=2933] ppid=2929 vsize=654236 CPUtime=1182.33 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 207333 0 0 0 118162 71 0 0 25 0 4 0 502852998 669937664 110753 33554432000 4194304 4650419 140736935157392 18446744073709551615 4514128 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=654236 CPUtime=1182.31 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 152989 0 0 0 118173 58 0 0 25 0 4 0 502852998 669937664 110753 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=654236 CPUtime=1175.89 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 98945 0 0 0 117553 36 0 0 25 0 4 0 502852998 669937664 110753 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.95
Current children cumulated vsize (KiB) 654236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.18 8.13 8.05 5/179 2974
/proc/meminfo: memFree=30435664/32951124 swapFree=67105204/67111528
[pid=2931] ppid=2929 vsize=707156 CPUtime=4800.26 cores=0,2,4,6
/proc/2931/stat : 2931 (strangenight1-m) R 2929 2931 2468 0 -1 4202496 638879 0 0 0 479793 233 0 0 25 0 4 0 502852998 724127744 116841 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2931/statm: 176789 116841 395 112 0 171754 0
[pid=2931/tid=2933] ppid=2929 vsize=707156 CPUtime=1201.93 cores=0,2,4,6
/proc/2931/task/2933/stat : 2933 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 208871 0 0 0 120121 72 0 0 25 0 4 0 502852998 724127744 116841 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2931/tid=2934] ppid=2929 vsize=707156 CPUtime=1201.92 cores=0,2,4,6
/proc/2931/task/2934/stat : 2934 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 154065 0 0 0 120133 59 0 0 25 0 4 0 502852998 724127744 116841 33554432000 4194304 4650419 140736935157392 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2931/tid=2935] ppid=2929 vsize=707156 CPUtime=1195.38 cores=0,2,4,6
/proc/2931/task/2935/stat : 2935 (strangenight1-m) R 2929 2931 2468 0 -1 4202560 100105 0 0 0 119502 36 0 0 25 0 4 0 502852998 724127744 116841 33554432000 4194304 4650419 140736935157392 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 707156

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): 1201.93
CPU time (s): 4800.31
CPU user time (s): 4797.96
CPU system time (s): 2.35364
CPU usage (%): 399.382
Max. virtual memory (cumulated for all children) (KiB): 798748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.96
system time used= 2.35364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 638880
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= 204
involuntary context switches= 23446

runsolver used 1.9707 second user time and 4.55831 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 21:12:51
IDJOB=3175258
IDBENCH=82876
IDSOLVER=1588
FILE ID=node147/3175258-1304104371
RUNJOBID= node147-1304103167-2792
PBS_JOBID= 13170622
Free space on /tmp= 72652 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S2058622508-076.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175258-1304104371/watcher-3175258-1304104371 -o /tmp/evaluation-result-3175258-1304104371/solver-3175258-1304104371 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175258-1304104371.cnf

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

MD5SUM BENCH= c1412f649cda4900c9606cccc6bec4a4
RANDOM SEED=1222838491

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      30901868 kB
Buffers:        281664 kB
Cached:        1378176 kB
SwapCached:       3064 kB
Active:         153908 kB
Inactive:      1571772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30901868 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           12440 kB
Writeback:           0 kB
AnonPages:       64252 kB
Mapped:          14988 kB
Slab:           260496 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   273416 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= 72652 MiB
End job on node147 at 2011-04-29 21:32:55