Trace number 3175333

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.3 1201.74

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S1592669696-022.SATISFIABLE.cnf
MD5SUM23d58aabf220f78ecd3bc4380d2e7fb8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.100983
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
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-3175333-1304118516.cnf'
0.00/0.00	c -- header says num vars:            175
0.00/0.00	c -- header says num clauses:        3727
0.00/0.00	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.00	c -- vars added        175
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.06
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  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.01 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:      83 undec:       8 neg:      84
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       175      3727         0         0     18635         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.40/0.15	c  N st     8      4913       175      3727         0      4728     18635    161828   no data   no data  --
1.57/0.40	c  N st    10     11295       175      3727         0      4373     18635    108310   no data   no data  --
2.38/0.64	c  N st    11     17038       175      3727         0      9881     18635    292897   no data   no data  --
3.57/0.99	c  F st    12     25001       175      3727         0     12087     18635    363258   no data   no data  --
3.57/0.99	c  N st    12     25001       175      3727         0     12087     18635    363258   no data   no data  --
4.79/1.20	c Decided on static restart strategy
4.79/1.20	c  N st    18     30000       175      3727         0     10392     18635    296109   no data   no data  --
4.79/1.20	c  S st    18     30000       175      3727         0     10392     18635    296109   no data   no data  --
4.79/1.24	c  S st    18     30501       175      3727         0     10887     18635    312191   no data   no data  --
4.79/1.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.79/1.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.79/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.79/1.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.79/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/1.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4.79/1.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.44	c lits-rem:      3594  cl-subs:     1049  v-elim:      0  v-fix:    0  time:  4.75 s
9.96/2.50	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.23
9.96/2.50	c calculated reachability. Time: 0.00
9.96/2.50	c  N st    18     30501       175      3727         0      9838     18635    268292   no data   no data  --
11.16/2.84	c  N st    20     37612       175      3727         0      9078     18635    222551   no data   no data  --
12.36/3.16	c  N st    21     44012       175      3727         0     15218     18635    431765   no data   no data  --
12.76/3.25	c  S st    22     45751       175      3727         0     16883     18635    490170   no data   no data  --
12.76/3.30	c  S st    22     46254       175      3727         0      8786     18635    189860   no data   no data  --
12.76/3.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.76/3.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.17/3.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.17/3.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.17/3.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.17/3.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
13.17/3.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.76/3.72	c lits-rem:       479  cl-subs:       89  v-elim:      0  v-fix:    0  time:  1.65 s
14.76/3.72	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
14.76/3.72	c vivif2 --  cl tried     8697 cl shrink        0 lits rem          0 time: 0.01
14.76/3.77	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.18
14.76/3.77	c calculated reachability. Time: 0.00
14.76/3.77	c  N st    22     46254       175      3727         0      8697     18635    186181   no data   no data  --
17.97/4.56	c  N st    23     60651       175      3727         0     12915     18635    314514   no data   no data  --
20.35/5.16	c  N st    24     69383       175      3727         0     10762     18635    222078   no data   no data  --
20.35/5.16	c  S st    24     69383       175      3727         0     10762     18635    222078   no data   no data  --
20.35/5.19	c  S st    24     69885       175      3727         0     11254     18635    238489   no data   no data  --
20.35/5.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.35/5.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.35/5.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
20.75/5.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.75/5.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.75/5.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
20.75/5.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.94/6.07	c lits-rem:       679  cl-subs:      210  v-elim:      0  v-fix:    0  time:  3.46 s
23.94/6.07	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
23.94/6.07	c vivif2 --  cl tried    11044 cl shrink        0 lits rem          0 time: 0.01
24.34/6.13	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.23
24.34/6.13	c calculated reachability. Time: 0.00
24.34/6.13	c  N st    24     69885       175      3727         0     11044     18635    229486   no data   no data  --
29.14/7.33	c  F st    25     87501       175      3727         0     16430     18635    405305   no data   no data  --
29.14/7.33	c  N st    25     87501       175      3727         0     16430     18635    405305   no data   no data  --
30.75/7.71	c Decided on static restart strategy
31.53/7.96	c  N st    32     95540       175      3727         0     24201     18635    671486   no data   no data  --
34.33/8.60	c  N st    34    104827       175      3727         0     20633     18635    533680   no data   no data  --
34.33/8.60	c  S st    34    104827       175      3727         0     20633     18635    533680   no data   no data  --
34.33/8.67	c  S st    34    105333       175      3727         0     21134     18635    549712   no data   no data  --
34.33/8.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
34.33/8.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.33/8.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
34.33/8.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.33/8.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.33/8.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
34.33/8.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.52/10.47	c lits-rem:      3831  cl-subs:      990  v-elim:      0  v-fix:    0  time:  7.10 s
41.52/10.47	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
41.52/10.48	c vivif2 --  cl tried    20144 cl shrink        0 lits rem          0 time: 0.02
41.92/10.58	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.42
41.92/10.58	c calculated reachability. Time: 0.00
41.92/10.58	c  N st    34    105333       175      3727         0     20144     18635    507510   no data   no data  --
45.52/11.40	c  N st    35    114931       175      3727         0     15892     18635    355324   no data   no data  --
49.51/12.48	c  N st    36    129328       175      3727         0     15321     18635    306496   no data   no data  --
55.90/14.06	c  N st    37    150923       175      3727         0     20643     18635    469407   no data   no data  --
57.90/14.56	c  S st    38    157999       175      3727         0     27402     18635    697149   no data   no data  --
58.29/14.64	c  S st    38    158504       175      3727         0     27898     18635    713612   no data   no data  --
58.29/14.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.29/14.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.29/14.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
58.29/14.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.29/14.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.29/14.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
58.29/14.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.88/17.04	c lits-rem:      6520  cl-subs:     1958  v-elim:      0  v-fix:    0  time:  9.44 s
67.88/17.04	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
67.88/17.04	c vivif2 --  cl tried    25940 cl shrink        0 lits rem          0 time: 0.02
68.28/17.17	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.53
68.28/17.18	c calculated reachability. Time: 0.00
68.28/17.18	c  N st    38    158504       175      3727         0     25940     18635    633695   no data   no data  --
85.06/21.38	c  N st    39    207093       175      3727         0     20791     18635    413250   no data   no data  --
98.64/24.73	c  N st    40    237757       175      3727         0     31046     18635    769987   no data   no data  --
98.64/24.73	c  S st    40    237757       175      3727         0     31046     18635    769987   no data   no data  --
99.03/24.84	c  S st    40    238258       175      3727         0     31538     18635    786678   no data   no data  --
99.03/24.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
99.03/24.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.03/24.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
99.03/24.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.03/24.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.03/24.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
99.03/24.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
111.42/27.98	c lits-rem:      3970  cl-subs:     1718  v-elim:      0  v-fix:    0  time: 12.37 s
111.42/27.98	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
111.42/27.99	c vivif2 --  cl tried    29820 cl shrink        0 lits rem          0 time: 0.03
112.22/28.16	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.69
112.22/28.16	c calculated reachability. Time: 0.00
112.22/28.16	c  N st    40    238258       175      3727         0     29820     18635    716939   no data   no data  --
142.58/35.77	c  F st    41    306251       175      3727         0     31818     18635    730338   no data   no data  --
142.58/35.78	c  N st    41    306251       175      3727         0     31818     18635    730338   no data   no data  --
144.99/36.39	c Decided on static restart strategy
155.77/39.05	c  N st    51    334560       175      3727         0     35942     18635    804264   no data   no data  --
166.55/41.79	c  N st    53    357388       175      3727         0     33782     18635    728422   no data   no data  --
166.55/41.79	c  S st    53    357388       175      3727         0     33782     18635    728422   no data   no data  --
166.96/41.88	c  S st    53    357895       175      3727         0     34283     18635    744945   no data   no data  --
166.96/41.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
166.96/41.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
166.96/41.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
167.37/41.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
167.37/41.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.37/41.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
167.37/41.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
176.93/44.32	c lits-rem:      3012  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  9.61 s
176.93/44.33	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
176.93/44.33	c vivif2 --  cl tried    32675 cl shrink        0 lits rem          0 time: 0.03
177.73/44.52	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.73
177.73/44.52	c calculated reachability. Time: 0.00
177.73/44.52	c  N st    53    357895       175      3727         0     32675     18635    682009   no data   no data  --
196.91/49.34	c  N st    54    390288       175      3727         0     38732     18635    850960   no data   no data  --
222.88/55.89	c  N st    55    438877       175      3727         0     32694     18635    637487   no data   no data  --
259.25/64.98	c  N st    56    511761       175      3727         0     45913     18635   1060298   no data   no data  --
273.21/68.43	c  N st    57    536842       175      3727         0     40240     18635    823011   no data   no data  --
273.21/68.43	c  S st    57    536842       175      3727         0     40240     18635    823011   no data   no data  --
273.61/68.53	c  S st    57    537346       175      3727         0     40732     18635    838906   no data   no data  --
273.61/68.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
273.61/68.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
273.61/68.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
273.61/68.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
273.61/68.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
273.61/68.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
273.61/68.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
284.80/71.35	c lits-rem:      1561  cl-subs:     1902  v-elim:      0  v-fix:    0  time: 11.07 s
284.80/71.35	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
284.80/71.36	c vivif2 --  cl tried    38830 cl shrink        0 lits rem          0 time: 0.04
285.61/71.59	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.93
285.61/71.59	c calculated reachability. Time: 0.00
285.61/71.59	c  N st    57    537346       175      3727         0     38830     18635    766951   no data   no data  --
378.29/94.77	c  N st    58    701330       175      3727         0     67255     18635   1716155   no data   no data  --
445.78/111.67	c  N st    59    806021       175      3727         0     61292     18635   1417258   no data   no data  --
445.78/111.67	c  S st    59    806021       175      3727         0     61292     18635   1417258   no data   no data  --
446.58/111.82	c  S st    59    806526       175      3727         0     61793     18635   1433711   no data   no data  --
446.58/111.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
446.58/111.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
446.58/111.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
446.58/111.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
446.58/111.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.58/111.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
446.58/111.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
489.72/122.68	c lits-rem:      3793  cl-subs:     4993  v-elim:      0  v-fix:    0  time: 43.05 s
489.72/122.68	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
489.72/122.69	c vivif2 --  cl tried    56800 cl shrink        0 lits rem          0 time: 0.06
491.72/123.10	c asymm  cl-useful: 0/2643/3727 lits-rem:0 time: 1.62
491.72/123.10	c calculated reachability. Time: 0.00
491.72/123.10	c  N st    59    806526       175      3727         0     56800     18635   1257150   no data   no data  --
689.87/172.80	c  F st    60   1071879       175      3727         0     72321     18635   1689942   no data   no data  --
690.27/172.80	c  N st    60   1071879       175      3727         0     72321     18635   1689942   no data   no data  --
695.04/174.03	c Decided on static restart strategy
711.42/178.18	c  N st    70   1100184       175      3727         0     56730     18635   1098415   no data   no data  --
743.77/186.27	c  N st    72   1136178       175      3727         0     47279     18635    751595   no data   no data  --
770.54/192.99	c  N st    73   1168571       175      3727         0     78176     18635   1826961   no data   no data  --
812.90/203.51	c  N st    74   1209789       175      3727         0     72656     18635   1627370   no data   no data  --
812.90/203.51	c  S st    74   1209789       175      3727         0     72656     18635   1627370   no data   no data  --
814.07/203.81	c  S st    74   1210297       175      3727         0     73149     18635   1643978   no data   no data  --
814.07/203.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
814.07/203.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
814.07/203.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
814.47/203.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
814.47/203.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
814.47/203.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
814.47/203.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
873.60/218.77	c lits-rem:      4182  cl-subs:     4230  v-elim:      0  v-fix:    0  time: 59.29 s
873.60/218.77	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
873.60/218.79	c vivif2 --  cl tried    68919 cl shrink        0 lits rem          0 time: 0.08
874.41/218.99	c asymm  cl-useful: 0/1084/3727 lits-rem:0 time: 0.78
874.41/218.99	c calculated reachability. Time: 0.00
874.41/218.99	c  N st    74   1210297       175      3727         0     68919     18635   1481453   no data   no data  --
953.51/238.76	c  N st    75   1283179       175      3727         0     92487     18635   2316881   no data   no data  --
1057.75/264.82	c  N st    76   1392502       175      3727         0     53937     18635    867579   no data   no data  --
1201.95/300.90	c  N st    77   1556486       175      3727         0     58611     18635    981342   no data   no data  --
1344.16/336.57	c  N st    78   1710297       175      3727         0     99561     18635   2336377   no data   no data  --
1344.16/336.57	c  S st    78   1710297       175      3727         0     99561     18635   2336377   no data   no data  --
1345.35/336.87	c  S st    78   1710800       175      3727         0    100062     18635   2352421   no data   no data  --
1345.35/336.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1345.35/336.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1345.75/336.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1346.15/337.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1346.15/337.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1346.15/337.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1346.15/337.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1468.01/367.58	c lits-rem:      1356  cl-subs:     7862  v-elim:      0  v-fix:    0  time: 122.08 s
1468.01/367.58	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1468.39/367.61	c vivif2 --  cl tried    92200 cl shrink        0 lits rem          0 time: 0.10
1469.59/367.96	c asymm  cl-useful: 0/1843/3727 lits-rem:0 time: 1.42
1469.59/367.96	c calculated reachability. Time: 0.00
1469.59/367.96	c  N st    78   1710800       175      3727         0     92200     18635   2079281   no data   no data  --
1841.50/461.08	c  N st    79   2079764       175      3727         0    103365     18635   2424902   no data   no data  --
1979.69/495.66	c  N st    80   2210801       175      3727         0    107354     18635   2466359   no data   no data  --
1979.69/495.66	c  S st    80   2210801       175      3727         0    107354     18635   2466359   no data   no data  --
1981.29/496.00	c  S st    80   2211304       175      3727         0    107852     18635   2483420   no data   no data  --
1981.29/496.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1981.29/496.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1981.29/496.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
1981.71/496.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1981.71/496.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1981.71/496.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1981.71/496.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2117.50/530.10	c lits-rem:      1434  cl-subs:     8382  v-elim:      0  v-fix:    0  time: 135.63 s
2117.50/530.10	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2117.50/530.13	c vivif2 --  cl tried    99470 cl shrink        0 lits rem          0 time: 0.12
2119.10/530.52	c asymm  cl-useful: 0/1359/3727 lits-rem:0 time: 1.55
2119.10/530.52	c calculated reachability. Time: 0.00
2119.10/530.52	c  N st    80   2211304       175      3727         0     99470     18635   2192557   no data   no data  --
2715.09/679.76	c  N st    81   2711304       175      3727         0    122211     18635   2850536   no data   no data  --
2715.09/679.76	c  S st    81   2711304       175      3727         0    122211     18635   2850536   no data   no data  --
2716.68/680.13	c  S st    81   2711806       175      3727         0    122704     18635   2866823   no data   no data  --
2716.68/680.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2716.68/680.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2717.08/680.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.26
2717.08/680.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2717.08/680.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2717.08/680.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2717.08/680.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2959.55/740.94	c lits-rem:      1549  cl-subs:    11531  v-elim:      0  v-fix:    0  time: 242.19 s
2959.55/740.94	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2959.55/740.97	c vivif2 --  cl tried   111173 cl shrink        0 lits rem          0 time: 0.12
2960.35/741.15	c asymm  cl-useful: 0/525/3727 lits-rem:0 time: 0.70
2960.35/741.15	c calculated reachability. Time: 0.00
2960.35/741.15	c  N st    81   2711806       175      3727         0    111173     18635   2459025   no data   no data  --
3654.20/914.89	c  N st    82   3211806       175      3727         0     88200     18635   1483922   no data   no data  --
3654.20/914.89	c  S st    82   3211806       175      3727         0     88200     18635   1483922   no data   no data  --
3655.40/915.14	c  S st    82   3212309       175      3727         0     88695     18635   1500125   no data   no data  --
3655.40/915.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3655.40/915.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3655.40/915.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
3655.81/915.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3655.81/915.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3655.81/915.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3655.81/915.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3689.76/923.76	c lits-rem:       326  cl-subs:     2949  v-elim:      0  v-fix:    0  time: 34.05 s
3689.76/923.76	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3689.76/923.78	c vivif2 --  cl tried    85746 cl shrink        0 lits rem          0 time: 0.07
3691.37/924.12	c asymm  cl-useful: 0/1841/3727 lits-rem:0 time: 1.37
3691.37/924.13	c calculated reachability. Time: 0.00
3691.37/924.13	c  N st    82   3212309       175      3727         0     85746     18635   1401681   no data   no data  --
4334.87/1085.22	c  N st    83   3712311       175      3727         0     96718     18635   1648965   no data   no data  --
4334.87/1085.22	c  S st    83   3712311       175      3727         0     96718     18635   1648965   no data   no data  --
4336.47/1085.60	c  S st    83   3712814       175      3727         0     97212     18635   1665758   no data   no data  --
4336.47/1085.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4336.47/1085.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4336.47/1085.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
4336.89/1085.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4336.89/1085.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4336.89/1085.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4336.89/1085.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4391.19/1099.36	c lits-rem:      1042  cl-subs:     2975  v-elim:      0  v-fix:    0  time: 54.41 s
4391.19/1099.36	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4391.19/1099.38	c vivif2 --  cl tried    94237 cl shrink        0 lits rem          0 time: 0.08
4393.19/1099.80	c asymm  cl-useful: 0/1361/3727 lits-rem:0 time: 1.69
4393.19/1099.80	c calculated reachability. Time: 0.00
4393.19/1099.80	c  N st    83   3712814       175      3727         0     94237     18635   1567691   no data   no data  --
4449.51/1113.91	c  F st    84   3751562       175      3727         0    131273     18635   2865666   no data   no data  --
4449.51/1113.91	c  N st    84   3751562       175      3727         0    131273     18635   2865666   no data   no data  --
4459.91/1116.53	c Decided on static restart strategy
4509.02/1128.84	c  N st    94   3779868       175      3727         0    158362     18635   3790789   no data   no data  --
4562.15/1142.10	c  N st    96   3815860       175      3727         0    111777     18635   2150046   no data   no data  --
4618.49/1156.27	c  N st    97   3848253       175      3727         0    142640     18635   3189602   no data   no data  --
4684.41/1172.75	c  N st    98   3896842       175      3727         0    107030     18635   1937161   no data   no data  --
4789.04/1198.90	c  N st    99   3969725       175      3727         0     93596     18635   1464925   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-3175333-1304118516/watcher-3175333-1304118516 -o /tmp/evaluation-result-3175333-1304118516/solver-3175333-1304118516 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175333-1304118516.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: 8.09 8.09 8.03 5/180 31837
/proc/meminfo: memFree=24401540/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=216248 CPUtime=0 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) S 31835 31837 31608 0 -1 4202496 675 0 0 0 0 0 0 0 25 0 4 0 602082394 221437952 595 33554432000 4194304 4650419 140734686112976 18446744073709551615 215988697582 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 54062 597 343 112 0 49027 0
[pid=31837/tid=31838] ppid=31835 vsize=216248 CPUtime=0 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 55 0 0 0 0 0 0 0 25 0 4 0 602082394 221437952 600 33554432000 4194304 4650419 140734686112976 18446744073709551615 215988697631 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=216248 CPUtime=0 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 73 0 0 0 0 0 0 0 25 0 4 0 602082394 221437952 600 33554432000 4194304 4650419 140734686112976 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=216248 CPUtime=0 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 69 0 0 0 0 0 0 0 25 0 4 0 602082394 221437952 604 33554432000 4194304 4650419 140734686112976 18446744073709551615 4546969 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.107737 s]
/proc/loadavg: 8.09 8.09 8.03 5/180 31837
/proc/meminfo: memFree=24401540/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=217968 CPUtime=0.4 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 2278 0 0 0 40 0 0 0 25 0 4 0 602082394 223199232 2001 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 54492 2001 389 112 0 49457 0
[pid=31837/tid=31838] ppid=31835 vsize=217968 CPUtime=0.1 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 481 0 0 0 10 0 0 0 25 0 4 0 602082394 223199232 2002 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=217968 CPUtime=0.09 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 508 0 0 0 9 0 0 0 25 0 4 0 602082394 223199232 2002 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=217968 CPUtime=0.1 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 319 0 0 0 10 0 0 0 25 0 4 0 602082394 223199232 2002 33554432000 4194304 4650419 140734686112976 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 217968

[startup+0.200722 s]
/proc/loadavg: 8.09 8.09 8.03 5/180 31837
/proc/meminfo: memFree=24401540/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=219692 CPUtime=0.77 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 3306 0 0 0 77 0 0 0 25 0 4 0 602082394 224964608 2209 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 54923 2209 391 112 0 49888 0
[pid=31837/tid=31838] ppid=31835 vsize=219692 CPUtime=0.19 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 725 0 0 0 19 0 0 0 25 0 4 0 602082394 224964608 2209 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=219692 CPUtime=0.19 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 759 0 0 0 19 0 0 0 25 0 4 0 602082394 224964608 2209 33554432000 4194304 4650419 140734686112976 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=219692 CPUtime=0.19 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 584 0 0 0 19 0 0 0 25 0 4 0 602082394 224964608 2209 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 219692

[startup+0.300704 s]
/proc/loadavg: 8.09 8.09 8.03 5/180 31837
/proc/meminfo: memFree=24401540/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=219876 CPUtime=1.17 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 3785 0 0 0 117 0 0 0 25 0 4 0 602082394 225153024 2688 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 54969 2688 391 112 0 49934 0
[pid=31837/tid=31838] ppid=31835 vsize=219876 CPUtime=0.29 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 848 0 0 0 29 0 0 0 25 0 4 0 602082394 225153024 2688 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=219876 CPUtime=0.29 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 884 0 0 0 29 0 0 0 25 0 4 0 602082394 225153024 2688 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=219876 CPUtime=0.29 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 706 0 0 0 29 0 0 0 25 0 4 0 602082394 225153024 2688 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 219876

[startup+0.700636 s]
/proc/loadavg: 8.09 8.09 8.03 5/180 31837
/proc/meminfo: memFree=24401540/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=222324 CPUtime=2.77 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 6815 0 0 0 276 1 0 0 25 0 4 0 602082394 227659776 2961 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 55581 2961 391 112 0 50546 0
[pid=31837/tid=31838] ppid=31835 vsize=222324 CPUtime=0.69 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 1611 0 0 0 69 0 0 0 25 0 4 0 602082394 227659776 2961 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=222324 CPUtime=0.69 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 1606 0 0 0 69 0 0 0 25 0 4 0 602082394 227659776 2961 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=222324 CPUtime=0.69 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 1494 0 0 0 69 0 0 0 25 0 4 0 602082394 227659776 2961 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 222324

[startup+1.5005 s]
/proc/loadavg: 8.09 8.09 8.03 9/184 31841
/proc/meminfo: memFree=24389356/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=223768 CPUtime=5.97 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 12344 0 0 0 595 2 0 0 25 0 4 0 602082394 229138432 5660 33554432000 4194304 4650419 140734686112976 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 55942 5660 393 112 0 50907 0
[pid=31837/tid=31838] ppid=31835 vsize=223768 CPUtime=1.48 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 2498 0 0 0 148 0 0 0 25 0 4 0 602082394 229138432 5660 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=223768 CPUtime=1.48 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 2734 0 0 0 148 0 0 0 25 0 4 0 602082394 229138432 5660 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=223768 CPUtime=1.48 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 2501 0 0 0 148 0 0 0 25 0 4 0 602082394 229138432 5660 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 223768

[startup+3.10022 s]
/proc/loadavg: 8.08 8.09 8.03 9/184 31841
/proc/meminfo: memFree=24362432/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=240884 CPUtime=12.36 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 20730 0 0 0 1233 3 0 0 25 0 4 0 602082394 246665216 12297 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 60221 12297 393 112 0 55186 0
[pid=31837/tid=31838] ppid=31835 vsize=240884 CPUtime=3.09 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 4879 0 0 0 308 1 0 0 25 0 4 0 602082394 246665216 12297 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=240884 CPUtime=3.07 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 5673 0 0 0 307 0 0 0 25 0 4 0 602082394 246665216 12297 33554432000 4194304 4650419 140734686112976 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=240884 CPUtime=3.09 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 4894 0 0 0 308 1 0 0 25 0 4 0 602082394 246665216 12297 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 240884

[startup+6.30066 s]
/proc/loadavg: 8.08 8.09 8.03 9/184 31841
/proc/meminfo: memFree=24334284/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=259640 CPUtime=25.14 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 29937 0 0 0 2509 5 0 0 25 0 4 0 602082394 265871360 17243 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 64910 17243 393 112 0 59875 0
[pid=31837/tid=31838] ppid=31835 vsize=259640 CPUtime=6.29 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 7196 0 0 0 628 1 0 0 25 0 4 0 602082394 265871360 17243 33554432000 4194304 4650419 140734686112976 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=259640 CPUtime=6.25 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 8268 0 0 0 624 1 0 0 25 0 4 0 602082394 265871360 17243 33554432000 4194304 4650419 140734686112976 18446744073709551615 4310650 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=259640 CPUtime=6.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 6880 0 0 0 627 1 0 0 25 0 4 0 602082394 265871360 17243 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 259640

[startup+12.7005 s]
/proc/loadavg: 8.07 8.08 8.03 9/184 31841
/proc/meminfo: memFree=24303132/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=277324 CPUtime=50.71 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 44733 0 0 0 5063 8 0 0 25 0 4 0 602082394 283979776 23455 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 69331 23455 393 112 0 64296 0
[pid=31837/tid=31838] ppid=31835 vsize=277324 CPUtime=12.69 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 10517 0 0 0 1267 2 0 0 25 0 4 0 602082394 283979776 23455 33554432000 4194304 4650419 140734686112976 18446744073709551615 4371123 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=277324 CPUtime=12.62 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 12581 0 0 0 1260 2 0 0 25 0 4 0 602082394 283979776 23455 33554432000 4194304 4650419 140734686112976 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=277324 CPUtime=12.68 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 8526 0 0 0 1267 1 0 0 25 0 4 0 602082394 283979776 23455 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 277324

[startup+25.5003 s]
/proc/loadavg: 8.06 8.08 8.03 9/184 31841
/proc/meminfo: memFree=24262576/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=277492 CPUtime=101.83 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 71427 0 0 0 10169 14 0 0 25 0 4 0 602082394 284151808 33584 33554432000 4194304 4650419 140734686112976 18446744073709551615 4432376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 69373 33584 393 112 0 64338 0
[pid=31837/tid=31838] ppid=31835 vsize=277492 CPUtime=25.48 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 16699 0 0 0 2545 3 0 0 25 0 4 0 602082394 284151808 33584 33554432000 4194304 4650419 140734686112976 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=277492 CPUtime=25.35 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 19879 0 0 0 2532 3 0 0 25 0 4 0 602082394 284151808 33584 33554432000 4194304 4650419 140734686112976 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=277492 CPUtime=25.48 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 12043 0 0 0 2546 2 0 0 25 0 4 0 602082394 284151808 33584 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 277492

[startup+51.1008 s]
/proc/loadavg: 8.04 8.07 8.03 9/184 31842
/proc/meminfo: memFree=24239364/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=315144 CPUtime=204.1 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 109980 0 0 0 20385 25 0 0 25 0 4 0 602082394 322707456 42381 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 78786 42381 393 112 0 73751 0
[pid=31837/tid=31838] ppid=31835 vsize=315144 CPUtime=51.08 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 28462 0 0 0 5102 6 0 0 25 0 4 0 602082394 322707456 42381 33554432000 4194304 4650419 140734686112976 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=315144 CPUtime=50.82 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 31494 0 0 0 5075 7 0 0 25 0 4 0 602082394 322707456 42381 33554432000 4194304 4650419 140734686112976 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=315144 CPUtime=51.08 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 16634 0 0 0 5104 4 0 0 25 0 4 0 602082394 322707456 42381 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 315144

[startup+102.301 s]
/proc/loadavg: 8.05 8.07 8.03 9/184 31844
/proc/meminfo: memFree=24193672/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=323792 CPUtime=408.66 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 173691 0 0 0 40821 45 0 0 25 0 4 0 602082394 331563008 49493 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 80948 49493 393 112 0 75913 0
[pid=31837/tid=31838] ppid=31835 vsize=323792 CPUtime=102.28 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 46954 0 0 0 10218 10 0 0 25 0 4 0 602082394 331563008 49493 33554432000 4194304 4650419 140734686112976 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=323792 CPUtime=101.76 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 46533 0 0 0 10164 12 0 0 25 0 4 0 602082394 331563008 49493 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=323792 CPUtime=102.29 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 27668 0 0 0 10222 7 0 0 25 0 4 0 602082394 331563008 49493 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 323792

[startup+162.3 s]

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

[pid=31837] ppid=31835 vsize=629632 CPUtime=2565.69 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 487580 0 0 0 256394 175 0 0 25 0 4 0 602082394 644743168 116956 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 157408 116956 393 112 0 152373 0
[pid=31837/tid=31838] ppid=31835 vsize=629632 CPUtime=642.23 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 144541 0 0 0 64172 51 0 0 25 0 4 0 602082394 644743168 116956 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=629632 CPUtime=638.85 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 131019 0 0 0 63840 45 0 0 25 0 4 0 602082394 644743168 116956 33554432000 4194304 4650419 140734686112976 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=629632 CPUtime=642.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 62974 0 0 0 64205 23 0 0 25 0 4 0 602082394 644743168 116956 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.69
Current children cumulated vsize (KiB) 629632

[startup+702.301 s]
/proc/loadavg: 8.06 8.06 8.02 9/184 31891
/proc/meminfo: memFree=24028632/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=564388 CPUtime=2805.36 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 511767 0 0 0 280350 186 0 0 25 0 4 0 602082394 577933312 108954 33554432000 4194304 4650419 140734686112976 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 141097 108954 393 112 0 136062 0
[pid=31837/tid=31838] ppid=31835 vsize=564388 CPUtime=702.23 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 152076 0 0 0 70168 55 0 0 25 0 4 0 602082394 577933312 108954 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=564388 CPUtime=698.52 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 137889 0 0 0 69804 48 0 0 25 0 4 0 602082394 577933312 108954 33554432000 4194304 4650419 140734686112976 18446744073709551615 4363866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=564388 CPUtime=702.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 66397 0 0 0 70202 26 0 0 25 0 4 0 602082394 577933312 108954 33554432000 4194304 4650419 140734686112976 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 564388

[startup+762.3 s]
/proc/loadavg: 8.07 8.06 8.02 9/184 31892
/proc/meminfo: memFree=23950692/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=716456 CPUtime=3045.05 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 537298 0 0 0 304309 196 0 0 25 0 4 0 602082394 733650944 119595 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 179114 119595 393 112 0 174079 0
[pid=31837/tid=31838] ppid=31835 vsize=716456 CPUtime=762.23 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 160258 0 0 0 76165 58 0 0 25 0 4 0 602082394 733650944 119595 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=716456 CPUtime=758.2 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 146775 0 0 0 75768 52 0 0 25 0 4 0 602082394 733650944 119595 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=716456 CPUtime=762.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 70004 0 0 0 76201 27 0 0 25 0 4 0 602082394 733650944 119595 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 716456

[startup+822.301 s]
/proc/loadavg: 8.06 8.06 8.02 9/184 31894
/proc/meminfo: memFree=23924716/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=670372 CPUtime=3284.71 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 559572 0 0 0 328263 208 0 0 25 0 4 0 602082394 686460928 125919 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 167593 125919 393 112 0 162558 0
[pid=31837/tid=31838] ppid=31835 vsize=670372 CPUtime=822.22 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 164511 0 0 0 82162 60 0 0 25 0 4 0 602082394 686460928 125919 33554432000 4194304 4650419 140734686112976 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=670372 CPUtime=817.87 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 154804 0 0 0 81731 56 0 0 25 0 4 0 602082394 686460928 125919 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=670372 CPUtime=822.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 72033 0 0 0 82200 28 0 0 25 0 4 0 602082394 686460928 125919 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 670372

[startup+882.306 s]
/proc/loadavg: 8.02 8.05 8.01 10/184 31895
/proc/meminfo: memFree=23893668/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=746276 CPUtime=3524.4 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 586000 0 0 0 352219 221 0 0 25 0 4 0 602082394 764186624 134499 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 186569 134499 393 112 0 181534 0
[pid=31837/tid=31838] ppid=31835 vsize=746276 CPUtime=882.21 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 169904 0 0 0 88158 63 0 0 25 0 4 0 602082394 764186624 134499 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=746276 CPUtime=877.55 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 161511 0 0 0 87697 58 0 0 25 0 4 0 602082394 764186624 134499 33554432000 4194304 4650419 140734686112976 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=746276 CPUtime=882.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 78280 0 0 0 88197 31 0 0 25 0 4 0 602082394 764186624 134499 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 746276

[startup+942.301 s]
/proc/loadavg: 8.01 8.04 8.01 9/184 31897
/proc/meminfo: memFree=23893232/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=708212 CPUtime=3764.05 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 604118 0 0 0 376176 229 0 0 25 0 4 0 602082394 725209088 131226 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366865 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 177053 131226 393 112 0 172018 0
[pid=31837/tid=31838] ppid=31835 vsize=708212 CPUtime=942.21 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 173932 0 0 0 94156 65 0 0 25 0 4 0 602082394 725209088 131226 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=708212 CPUtime=937.22 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 165701 0 0 0 93662 60 0 0 25 0 4 0 602082394 725209088 131226 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=708212 CPUtime=942.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 83503 0 0 0 94195 33 0 0 25 0 4 0 602082394 725209088 131226 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 708212

[startup+1002.3 s]
/proc/loadavg: 8.09 8.06 8.01 9/184 31899
/proc/meminfo: memFree=23867996/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=743772 CPUtime=4003.72 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 636955 0 0 0 400131 241 0 0 25 0 4 0 602082394 761622528 135715 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 185943 135715 393 112 0 180908 0
[pid=31837/tid=31838] ppid=31835 vsize=743772 CPUtime=1002.21 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 182932 0 0 0 100153 68 0 0 25 0 4 0 602082394 761622528 135715 33554432000 4194304 4650419 140734686112976 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=743772 CPUtime=996.9 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 174731 0 0 0 99626 64 0 0 25 0 4 0 602082394 761622528 135715 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=743772 CPUtime=1002.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 87319 0 0 0 100193 35 0 0 25 0 4 0 602082394 761622528 135715 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 743772

[startup+1062.3 s]
/proc/loadavg: 8.12 8.07 8.02 9/184 31900
/proc/meminfo: memFree=23863724/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=699952 CPUtime=4243.4 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 654356 0 0 0 424089 251 0 0 25 0 4 0 602082394 716750848 131158 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 174988 131158 393 112 0 169953 0
[pid=31837/tid=31838] ppid=31835 vsize=699952 CPUtime=1062.2 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 184973 0 0 0 106152 68 0 0 25 0 4 0 602082394 716750848 131158 33554432000 4194304 4650419 140734686112976 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=699952 CPUtime=1056.58 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 181865 0 0 0 105590 68 0 0 25 0 4 0 602082394 716750848 131158 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=699952 CPUtime=1062.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 91399 0 0 0 106190 38 0 0 25 0 4 0 602082394 716750848 131158 33554432000 4194304 4650419 140734686112976 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 699952

[startup+1122.3 s]
/proc/loadavg: 8.20 8.10 8.03 9/184 31902
/proc/meminfo: memFree=23847808/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=824528 CPUtime=4483.06 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 670855 0 0 0 448046 260 0 0 25 0 4 0 602082394 844316672 135342 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 206132 135342 393 112 0 201097 0
[pid=31837/tid=31838] ppid=31835 vsize=824528 CPUtime=1122.2 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 190053 0 0 0 112149 71 0 0 25 0 4 0 602082394 844316672 135342 33554432000 4194304 4650419 140734686112976 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=824528 CPUtime=1116.25 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 187218 0 0 0 111555 70 0 0 25 0 4 0 602082394 844316672 135342 33554432000 4194304 4650419 140734686112976 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=824528 CPUtime=1122.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 91601 0 0 0 112190 38 0 0 25 0 4 0 602082394 844316672 135342 33554432000 4194304 4650419 140734686112976 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 824528

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 8.03 9/184 31903
/proc/meminfo: memFree=23819128/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=840556 CPUtime=4722.74 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 694307 0 0 0 472002 272 0 0 25 0 4 0 602082394 860729344 146271 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 210139 146271 393 112 0 205104 0
[pid=31837/tid=31838] ppid=31835 vsize=840556 CPUtime=1182.19 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 195393 0 0 0 118145 74 0 0 25 0 4 0 602082394 860729344 146271 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=840556 CPUtime=1175.92 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 196280 0 0 0 117518 74 0 0 25 0 4 0 602082394 860729344 146271 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=840556 CPUtime=1182.28 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 92624 0 0 0 118190 38 0 0 25 0 4 0 602082394 860729344 146271 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 840556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.10 8.03 9/184 31904
/proc/meminfo: memFree=23795792/32950940 swapFree=67111364/67111528
[pid=31837] ppid=31835 vsize=788652 CPUtime=4800.25 cores=0,2,4,6
/proc/31837/stat : 31837 (strangenight1-m) R 31835 31837 31608 0 -1 4202496 705058 0 0 0 479749 276 0 0 25 0 4 0 602082394 807579648 146680 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31837/statm: 197163 146680 393 112 0 192128 0
[pid=31837/tid=31838] ppid=31835 vsize=788652 CPUtime=1201.6 cores=0,2,4,6
/proc/31837/task/31838/stat : 31838 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 198808 0 0 0 120085 75 0 0 25 0 4 0 602082394 807579648 146680 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31837/tid=31839] ppid=31835 vsize=788652 CPUtime=1195.21 cores=0,2,4,6
/proc/31837/task/31839/stat : 31839 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 199876 0 0 0 119446 75 0 0 25 0 4 0 602082394 807579648 146680 33554432000 4194304 4650419 140734686112976 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31837/tid=31840] ppid=31835 vsize=788652 CPUtime=1201.69 cores=0,2,4,6
/proc/31837/task/31840/stat : 31840 (strangenight1-m) R 31835 31837 31608 0 -1 4202560 93172 0 0 0 120130 39 0 0 25 0 4 0 602082394 807579648 146680 33554432000 4194304 4650419 140734686112976 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 788652

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.74
CPU time (s): 4800.3
CPU user time (s): 4797.51
CPU system time (s): 2.79257
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 890492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.51
system time used= 2.79257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 705060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 453
involuntary context switches= 22563

runsolver used 1.84672 second user time and 4.66729 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-30 01:08:36
IDJOB=3175333
IDBENCH=82951
IDSOLVER=1588
FILE ID=node117/3175333-1304118516
RUNJOBID= node117-1304116508-31626
PBS_JOBID= 13170714
Free space on /tmp= 71676 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S1592669696-022.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175333-1304118516/watcher-3175333-1304118516 -o /tmp/evaluation-result-3175333-1304118516/solver-3175333-1304118516 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175333-1304118516.cnf

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

MD5SUM BENCH= 23d58aabf220f78ecd3bc4380d2e7fb8
RANDOM SEED=173057520

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      24401696 kB
Buffers:       1864720 kB
Cached:        5792464 kB
SwapCached:        160 kB
Active:         955780 kB
Inactive:      7034860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      24401696 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6284 kB
Writeback:          24 kB
AnonPages:      333172 kB
Mapped:          15524 kB
Slab:           495440 kB
PageTables:       5560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   567600 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= 71668 MiB
End job on node117 at 2011-04-30 01:28:40