Trace number 3368934

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.14 1203.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1409021001-079.UNKNOWN.cnf
MD5SUMcfd96c3ec450000d8fe8684f0b30ec79
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.134
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368934-1305406792.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
0.00/0.01	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1704/1704 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:    400 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.01 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     165 undec:      45 neg:     190
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       386      1684         0         0      5128         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.42/0.14	c  N st     8      4914       386      1684         0      4808      5128     91310   no data   no data  --
1.17/0.38	c  N st    10     11297       386      1684         0      4460      5128     65457   no data   no data  --
2.37/0.62	c  N st    11     17040       386      1684         0     10090      5128    182075   no data   no data  --
3.98/1.01	c  F st    12     25001       386      1684         0     12345      5128    219199   no data   no data  --
3.98/1.01	c  N st    12     25001       386      1684         0     12345      5128    219199   no data   no data  --
4.82/1.25	c Decided on static restart strategy
4.82/1.25	c  N st    18     30000       386      1684         0     10620      5128    164664   no data   no data  --
4.82/1.25	c  S st    18     30000       386      1684         0     10620      5128    164664   no data   no data  --
4.82/1.28	c  S st    18     30501       386      1684         0     11120      5128    174516   no data   no data  --
4.82/1.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.82/1.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.82/1.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.82/1.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.82/1.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.82/1.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
4.82/1.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.45	c lits-rem:       159  cl-subs:      640  v-elim:      0  v-fix:    0  time:  0.61 s
5.56/1.46	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.03
5.56/1.46	c calculated reachability. Time: 0.00
5.56/1.46	c  N st    18     30501       386      1684         0     10480      5128    162237   no data   no data  --
7.16/1.81	c  N st    20     37612       386      1684         0      9717      5128    132378   no data   no data  --
8.36/2.19	c  N st    21     44013       386      1684         0     15986      5128    251406   no data   no data  --
9.19/2.32	c  S st    22     45751       386      1684         0      8989      5128    106891   no data   no data  --
9.19/2.34	c  S st    22     46255       386      1684         0      9490      5128    116198   no data   no data  --
9.19/2.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.19/2.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.19/2.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.19/2.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.19/2.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
9.19/2.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.54/2.41	c lits-rem:        41  cl-subs:       89  v-elim:      0  v-fix:    0  time:  0.25 s
9.54/2.41	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
9.54/2.41	c vivif2 --  cl tried     9401 cl shrink        0 lits rem          0 time: 0.00
9.54/2.42	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.03
9.54/2.42	c calculated reachability. Time: 0.00
9.54/2.42	c  N st    22     46255       386      1684         0      9401      5128    114617   no data   no data  --
12.74/3.27	c  N st    23     60653       386      1684         0     13742      5128    191398   no data   no data  --
15.52/3.94	c  N st    24     69386       386      1684         0     11511      5128    139349   no data   no data  --
15.52/3.94	c  S st    24     69386       386      1684         0     11511      5128    139349   no data   no data  --
15.52/3.97	c  S st    24     69886       386      1684         0     12011      5128    149189   no data   no data  --
15.52/3.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.52/3.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.52/3.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.52/3.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.52/3.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.52/3.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
15.52/3.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.32/4.12	c lits-rem:        62  cl-subs:      218  v-elim:      0  v-fix:    0  time:  0.57 s
16.32/4.12	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
16.32/4.12	c vivif2 --  cl tried    11793 cl shrink        0 lits rem          0 time: 0.01
16.32/4.13	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.03
16.32/4.13	c calculated reachability. Time: 0.00
16.32/4.13	c  N st    24     69886       386      1684         0     11793      5128    145229   no data   no data  --
20.71/5.29	c  F st    25     87500       386      1684         0     17187      5128    244997   no data   no data  --
20.71/5.29	c  N st    25     87500       386      1684         0     17187      5128    244997   no data   no data  --
22.35/5.68	c Decided on static restart strategy
23.50/5.90	c  N st    32     95539       386      1684         0     25002      5128    393215   no data   no data  --
25.90/6.57	c  N st    34    104829       386      1684         0     21404      5128    313351   no data   no data  --
25.90/6.57	c  S st    34    104829       386      1684         0     21404      5128    313351   no data   no data  --
26.31/6.62	c  S st    34    105333       386      1684         0     21906      5128    323088   no data   no data  --
26.31/6.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.31/6.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.31/6.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
26.31/6.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.31/6.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.31/6.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
26.31/6.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.09/7.36	c lits-rem:       401  cl-subs:     1249  v-elim:      0  v-fix:    0  time:  2.87 s
29.09/7.36	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
29.09/7.36	c vivif2 --  cl tried    20657 cl shrink        0 lits rem          0 time: 0.02
29.09/7.38	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.06
29.09/7.38	c calculated reachability. Time: 0.00
29.09/7.38	c  N st    34    105333       386      1684         0     20657      5128    298852   no data   no data  --
32.27/8.14	c  N st    35    114932       386      1684         0     16399      5128    195165   no data   no data  --
37.06/9.31	c  N st    36    129331       386      1684         0     15834      5128    174685   no data   no data  --
43.45/10.93	c  N st    37    150927       386      1684         0     21202      5128    267138   no data   no data  --
45.84/11.50	c  S st    38    157999       386      1684         0     28054      5128    407308   no data   no data  --
45.84/11.57	c  S st    38    158504       386      1684         0     28557      5128    417330   no data   no data  --
45.84/11.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.84/11.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.84/11.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
45.84/11.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.84/11.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.84/11.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
45.84/11.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.42/12.93	c lits-rem:       763  cl-subs:     2450  v-elim:      0  v-fix:    0  time:  5.34 s
51.42/12.93	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
51.42/12.93	c vivif2 --  cl tried    26107 cl shrink        0 lits rem          0 time: 0.02
51.42/12.95	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.08
51.42/12.95	c calculated reachability. Time: 0.00
51.42/12.95	c  N st    38    158504       386      1684         0     26107      5128    372002   no data   no data  --
70.18/17.61	c  N st    39    207092       386      1684         0     20942      5128    238035   no data   no data  --
81.33/20.48	c  N st    40    237759       386      1684         0     31229      5128    422489   no data   no data  --
81.33/20.48	c  S st    40    237759       386      1684         0     31229      5128    422489   no data   no data  --
81.73/20.57	c  S st    40    238264       386      1684         0     31730      5128    431907   no data   no data  --
81.73/20.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
81.73/20.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
81.73/20.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
81.73/20.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.73/20.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.73/20.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
81.73/20.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
88.51/22.20	c lits-rem:       855  cl-subs:     3121  v-elim:      0  v-fix:    0  time:  6.39 s
88.51/22.20	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
88.51/22.20	c vivif2 --  cl tried    28609 cl shrink        0 lits rem          0 time: 0.02
88.51/22.22	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.09
88.51/22.22	c calculated reachability. Time: 0.00
88.51/22.22	c  N st    40    238264       386      1684         0     28609      5128    375685   no data   no data  --
116.83/29.40	c  F st    41    306250       386      1684         0     30650      5128    383224   no data   no data  --
117.23/29.40	c  N st    41    306250       386      1684         0     30650      5128    383224   no data   no data  --
119.61/30.00	c Decided on static restart strategy
130.39/32.73	c  N st    51    334558       386      1684         0     34771      5128    438146   no data   no data  --
141.95/35.69	c  N st    53    357398       386      1684         0     32699      5128    399812   no data   no data  --
141.95/35.69	c  S st    53    357398       386      1684         0     32699      5128    399812   no data   no data  --
142.35/35.77	c  S st    53    357904       386      1684         0     33204      5128    410631   no data   no data  --
142.35/35.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.35/35.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
142.35/35.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
142.75/35.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.75/35.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.75/35.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
142.75/35.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
147.54/37.01	c lits-rem:       444  cl-subs:      945  v-elim:      0  v-fix:    0  time:  4.82 s
147.54/37.01	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
147.54/37.01	c vivif2 --  cl tried    32259 cl shrink        0 lits rem          0 time: 0.02
147.54/37.04	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.10
147.54/37.04	c calculated reachability. Time: 0.00
147.54/37.04	c  N st    53    357904       386      1684         0     32259      5128    393074   no data   no data  --
163.89/41.16	c  N st    54    390297       386      1684         0     38333      5128    469742   no data   no data  --
189.80/47.61	c  N st    55    438886       386      1684         0     32238      5128    343732   no data   no data  --
226.89/56.99	c  N st    56    511768       386      1684         0     45633      5128    587345   no data   no data  --
240.46/60.37	c  N st    57    536858       386      1684         0     40097      5128    486551   no data   no data  --
240.46/60.37	c  S st    57    536858       386      1684         0     40097      5128    486551   no data   no data  --
240.86/60.48	c  S st    57    537364       386      1684         0     40597      5128    496797   no data   no data  --
240.86/60.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
240.86/60.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
240.86/60.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
240.86/60.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.86/60.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.86/60.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
240.86/60.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
247.23/62.05	c lits-rem:      1016  cl-subs:     1157  v-elim:      0  v-fix:    0  time:  6.17 s
247.23/62.06	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
247.23/62.06	c vivif2 --  cl tried    39440 cl shrink        0 lits rem          0 time: 0.02
247.23/62.09	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.13
247.23/62.09	c calculated reachability. Time: 0.00
247.23/62.09	c  N st    57    537364       386      1684         0     39440      5128    473780   no data   no data  --
343.73/86.20	c  N st    58    701349       386      1684         0     68265      5128    963449   no data   no data  --
406.74/102.05	c  N st    59    806046       386      1684         0     61878      5128    831148   no data   no data  --
406.74/102.05	c  S st    59    806046       386      1684         0     61878      5128    831148   no data   no data  --
407.54/102.25	c  S st    59    806549       386      1684         0     62381      5128    841910   no data   no data  --
407.54/102.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
407.54/102.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
407.54/102.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
407.95/102.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
407.95/102.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
407.95/102.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
407.95/102.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
421.54/105.79	c lits-rem:      1408  cl-subs:     5991  v-elim:      0  v-fix:    0  time: 13.88 s
421.54/105.79	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
421.89/105.80	c vivif2 --  cl tried    56390 cl shrink        0 lits rem          0 time: 0.04
421.89/105.86	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.22
421.89/105.86	c calculated reachability. Time: 0.00
421.89/105.86	c  N st    59    806549       386      1684         0     56390      5128    734323   no data   no data  --
617.71/154.99	c  F st    60   1071875       386      1684         0     72471      5128    942070   no data   no data  --
617.71/154.99	c  N st    60   1071875       386      1684         0     72471      5128    942070   no data   no data  --
622.91/156.29	c Decided on static restart strategy
640.46/160.61	c  N st    70   1100180       386      1684         0     56413      5128    640905   no data   no data  --
672.74/168.76	c  N st    72   1136173       386      1684         0     46762      5128    431230   no data   no data  --
697.08/174.85	c  N st    73   1168567       386      1684         0     78127      5128   1078643   no data   no data  --
732.17/183.64	c  N st    74   1209824       386      1684         0     72625      5128    946495   no data   no data  --
732.17/183.64	c  S st    74   1209824       386      1684         0     72625      5128    946495   no data   no data  --
733.00/183.86	c  S st    74   1210327       386      1684         0     73128      5128    957236   no data   no data  --
733.00/183.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
733.00/183.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
733.00/183.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
733.35/183.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
733.35/183.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
733.35/183.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
733.35/183.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
748.92/187.85	c lits-rem:       765  cl-subs:     5308  v-elim:      0  v-fix:    0  time: 15.67 s
748.92/187.85	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
748.92/187.86	c vivif2 --  cl tried    67820 cl shrink        0 lits rem          0 time: 0.04
749.32/187.94	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.29
749.32/187.94	c calculated reachability. Time: 0.00
749.32/187.94	c  N st    74   1210327       386      1684         0     67820      5128    854662   no data   no data  --
818.71/205.36	c  N st    75   1283209       386      1684         0     91847      5128   1300034   no data   no data  --
916.42/229.89	c  N st    76   1392532       386      1684         0     52684      5128    488429   no data   no data  --
1059.60/265.74	c  N st    77   1556516       386      1684         0     57467      5128    549596   no data   no data  --
1205.17/302.28	c  N st    78   1710327       386      1684         0     98756      5128   1323659   no data   no data  --
1205.17/302.28	c  S st    78   1710327       386      1684         0     98756      5128   1323659   no data   no data  --
1206.81/302.66	c  S st    78   1710830       386      1684         0     99257      5128   1333568   no data   no data  --
1206.81/302.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1206.81/302.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1207.16/302.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
1207.16/302.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1207.16/302.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1207.16/302.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
1207.16/302.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1240.66/311.14	c lits-rem:       270  cl-subs:    10630  v-elim:      0  v-fix:    0  time: 33.44 s
1240.66/311.14	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
1240.66/311.16	c vivif2 --  cl tried    88627 cl shrink        0 lits rem          0 time: 0.06
1241.06/311.31	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.57
1241.06/311.31	c calculated reachability. Time: 0.00
1241.06/311.31	c  N st    78   1710830       386      1684         0     88627      5128   1155945   no data   no data  --
1609.56/403.69	c  N st    79   2079794       386      1684         0    100081      5128   1243465   no data   no data  --
1753.53/439.71	c  N st    80   2210830       386      1684         0    103792      5128   1293117   no data   no data  --
1753.53/439.71	c  S st    80   2210830       386      1684         0    103792      5128   1293117   no data   no data  --
1754.74/440.06	c  S st    80   2211333       386      1684         0    104294      5128   1303230   no data   no data  --
1754.74/440.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1754.74/440.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1755.18/440.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1755.18/440.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1755.18/440.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1755.18/440.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
1755.18/440.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1792.62/449.58	c lits-rem:      1675  cl-subs:    13435  v-elim:      0  v-fix:    0  time: 37.59 s
1792.62/449.58	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
1793.02/449.60	c vivif2 --  cl tried    90859 cl shrink        0 lits rem          0 time: 0.06
1793.42/449.75	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.58
1793.42/449.75	c calculated reachability. Time: 0.00
1793.42/449.75	c  N st    80   2211333       386      1684         0     90859      5128   1087485   no data   no data  --
2323.43/582.62	c  N st    81   2711334       386      1684         0    114874      5128   1473829   no data   no data  --
2323.43/582.62	c  S st    81   2711334       386      1684         0    114874      5128   1473829   no data   no data  --
2325.04/583.01	c  S st    81   2711838       386      1684         0    115376      5128   1484396   no data   no data  --
2325.04/583.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2325.04/583.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2325.04/583.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
2325.47/583.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2325.47/583.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2325.47/583.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
2325.47/583.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2360.14/591.89	c lits-rem:       374  cl-subs:    10880  v-elim:      0  v-fix:    0  time: 34.96 s
2360.14/591.89	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
2360.14/591.91	c vivif2 --  cl tried   104496 cl shrink        0 lits rem          0 time: 0.07
2360.92/592.04	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.54
2360.92/592.05	c calculated reachability. Time: 0.00
2360.92/592.05	c  N st    81   2711838       386      1684         0    104496      5128   1301172   no data   no data  --
2988.65/749.43	c  N st    82   3211838       386      1684         0     80349      5128    724778   no data   no data  --
2988.65/749.43	c  S st    82   3211838       386      1684         0     80349      5128    724778   no data   no data  --
2989.45/749.68	c  S st    82   3212340       386      1684         0     80849      5128    735309   no data   no data  --
2989.45/749.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2989.45/749.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2989.85/749.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
2989.85/749.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2989.85/749.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2989.85/749.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
2989.85/749.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2999.83/752.24	c lits-rem:       760  cl-subs:     2123  v-elim:      0  v-fix:    0  time:  9.94 s
2999.83/752.24	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
2999.83/752.25	c vivif2 --  cl tried    78726 cl shrink        0 lits rem          0 time: 0.04
3000.23/752.34	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.35
3000.23/752.34	c calculated reachability. Time: 0.00
3000.23/752.34	c  N st    82   3212340       386      1684         0     78726      5128    704463   no data   no data  --
3599.23/902.57	c  N st    83   3712340       386      1684         0     89088      5128    826824   no data   no data  --
3599.23/902.57	c  S st    83   3712340       386      1684         0     89088      5128    826824   no data   no data  --
3600.43/902.84	c  S st    83   3712848       386      1684         0     89595      5128    837716   no data   no data  --
3600.43/902.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3600.43/902.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3600.43/902.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
3600.83/902.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3600.83/902.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3600.83/902.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
3600.83/902.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3612.80/905.99	c lits-rem:      1612  cl-subs:     3064  v-elim:      0  v-fix:    0  time: 12.25 s
3612.80/905.99	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
3613.20/906.00	c vivif2 --  cl tried    86531 cl shrink        0 lits rem          0 time: 0.05
3613.60/906.10	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.41
3613.60/906.11	c calculated reachability. Time: 0.00
3613.60/906.11	c  N st    83   3712848       386      1684         0     86531      5128    795723   no data   no data  --
3655.47/916.64	c  F st    84   3751564       386      1684         0    123745      5128   1537457   no data   no data  --
3655.47/916.64	c  N st    84   3751564       386      1684         0    123745      5128   1537457   no data   no data  --
3663.06/918.52	c Decided on static restart strategy
3705.73/929.20	c  N st    94   3779871       386      1684         0    150993      5128   2086555   no data   no data  --
3754.79/941.53	c  N st    96   3815866       386      1684         0    104147      5128   1116633   no data   no data  --
3798.64/952.57	c  N st    97   3848261       386      1684         0    135414      5128   1760489   no data   no data  --
3874.82/971.60	c  N st    98   3896849       386      1684         0     99385      5128    995025   no data   no data  --
3974.54/996.66	c  N st    99   3969732       386      1684         0     85901      5128    747349   no data   no data  --
4118.50/1032.76	c  N st   100   4079056       386      1684         0    106438      5128   1133006   no data   no data  --
4311.93/1081.23	c  N st   101   4212848       386      1684         0    149264      5128   1925591   no data   no data  --
4311.93/1081.23	c  S st   101   4212848       386      1684         0    149264      5128   1925591   no data   no data  --
4313.92/1081.74	c  S st   101   4213352       386      1684         0    149765      5128   1936748   no data   no data  --
4313.92/1081.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4313.92/1081.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4314.32/1081.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.30
4314.70/1081.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4314.70/1081.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4314.70/1081.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
4314.70/1081.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4402.45/1103.92	c lits-rem:      2387  cl-subs:    18833  v-elim:      0  v-fix:    0  time: 87.80 s
4402.45/1103.92	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
4402.45/1103.95	c vivif2 --  cl tried   130932 cl shrink        0 lits rem          0 time: 0.09
4403.25/1104.13	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.74
4403.25/1104.14	c calculated reachability. Time: 0.00
4403.25/1104.14	c  N st   101   4213352       386      1684         0    130932      5128   1626195   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368934-1305406792/watcher-3368934-1305406792 -o /tmp/evaluation-result-3368934-1305406792/solver-3368934-1305406792 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368934-1305406792.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.45 7.95 8.01 5/367 903
/proc/meminfo: memFree=25731580/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 633094788 52465664 352 33554432000 4194304 4650419 140735558244528 18446744073709551615 264726461425 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 12809 352 303 112 0 7774 0
[pid=903/tid=904] ppid=901 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633094788 52465664 357 33554432000 4194304 4650419 140735558244528 18446744073709551615 47457150400434 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=903/tid=905] ppid=901 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 633094788 52465664 357 33554432000 4194304 4650419 140735558244528 18446744073709551615 47457150400019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633094788 52465664 357 33554432000 4194304 4650419 140735558244528 18446744073709551615 47457150400025 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.113244 s]
/proc/loadavg: 7.45 7.95 8.01 5/367 903
/proc/meminfo: memFree=25731580/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=282348 CPUtime=0.42 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 1628 0 0 0 42 0 0 0 25 0 4 0 633094788 289124352 1493 33554432000 4194304 4650419 140735558244528 18446744073709551615 4334034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 70587 1493 391 112 0 65552 0
[pid=903/tid=904] ppid=901 vsize=282348 CPUtime=0.1 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 293 0 0 0 10 0 0 0 25 0 4 0 633094788 289124352 1493 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=282348 CPUtime=0.11 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 337 0 0 0 11 0 0 0 25 0 4 0 633094788 289124352 1493 33554432000 4194304 4650419 140735558244528 18446744073709551615 4333790 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=282348 CPUtime=0.1 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 256 0 0 0 10 0 0 0 25 0 4 0 633094788 289124352 1493 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282348

[startup+0.200228 s]
/proc/loadavg: 7.45 7.95 8.01 5/367 903
/proc/meminfo: memFree=25731580/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=283360 CPUtime=0.77 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 2216 0 0 0 77 0 0 0 25 0 4 0 633094788 290160640 1625 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 70840 1625 393 112 0 65805 0
[pid=903/tid=904] ppid=901 vsize=283360 CPUtime=0.18 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 439 0 0 0 18 0 0 0 25 0 4 0 633094788 290160640 1625 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365842 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=283360 CPUtime=0.19 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 480 0 0 0 19 0 0 0 25 0 4 0 633094788 290160640 1625 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=283360 CPUtime=0.19 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 406 0 0 0 19 0 0 0 25 0 4 0 633094788 290160640 1625 33554432000 4194304 4650419 140735558244528 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283360

[startup+0.300209 s]
/proc/loadavg: 7.45 7.95 8.01 5/367 903
/proc/meminfo: memFree=25731580/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=283360 CPUtime=1.17 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 2573 0 0 0 117 0 0 0 25 0 4 0 633094788 290160640 1982 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 70840 1982 393 112 0 65805 0
[pid=903/tid=904] ppid=901 vsize=283360 CPUtime=0.28 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 538 0 0 0 28 0 0 0 25 0 4 0 633094788 290160640 1982 33554432000 4194304 4650419 140735558244528 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=283360 CPUtime=0.29 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 578 0 0 0 29 0 0 0 25 0 4 0 633094788 290160640 1982 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=283360 CPUtime=0.29 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 468 0 0 0 29 0 0 0 25 0 4 0 633094788 290160640 1982 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283360

[startup+0.701135 s]
/proc/loadavg: 7.45 7.95 8.01 5/367 903
/proc/meminfo: memFree=25731580/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=284916 CPUtime=2.77 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 4423 0 0 0 277 0 0 0 25 0 4 0 633094788 291753984 2211 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 71229 2211 393 112 0 66194 0
[pid=903/tid=904] ppid=901 vsize=284916 CPUtime=0.68 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 1008 0 0 0 68 0 0 0 25 0 4 0 633094788 291753984 2211 33554432000 4194304 4650419 140735558244528 18446744073709551615 4363500 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=284916 CPUtime=0.69 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 1063 0 0 0 69 0 0 0 25 0 4 0 633094788 291753984 2211 33554432000 4194304 4650419 140735558244528 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=284916 CPUtime=0.69 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 886 0 0 0 69 0 0 0 25 0 4 0 633094788 291753984 2211 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284916

[startup+1.50098 s]
/proc/loadavg: 7.45 7.95 8.01 9/371 907
/proc/meminfo: memFree=25706624/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=276620 CPUtime=5.96 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 7588 0 0 0 595 1 0 0 25 0 4 0 633094788 283258880 4215 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 69155 4215 395 112 0 64120 0
[pid=903/tid=904] ppid=901 vsize=276620 CPUtime=1.47 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 1585 0 0 0 147 0 0 0 25 0 4 0 633094788 283258880 4215 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=276620 CPUtime=1.49 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 1541 0 0 0 149 0 0 0 25 0 4 0 633094788 283258880 4215 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364307 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=276620 CPUtime=1.49 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 1385 0 0 0 149 0 0 0 25 0 4 0 633094788 283258880 4215 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 276620

[startup+3.10068 s]
/proc/loadavg: 7.45 7.95 8.01 9/371 907
/proc/meminfo: memFree=25669512/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=289392 CPUtime=12.34 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 15012 0 0 0 1232 2 0 0 25 0 4 0 633094788 296337408 8325 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 72348 8325 395 112 0 67313 0
[pid=903/tid=904] ppid=901 vsize=289392 CPUtime=3.06 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 3539 0 0 0 306 0 0 0 25 0 4 0 633094788 296337408 8325 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=289392 CPUtime=3.09 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 3997 0 0 0 309 0 0 0 25 0 4 0 633094788 296337408 8326 33554432000 4194304 4650419 140735558244528 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=289392 CPUtime=3.08 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 3250 0 0 0 308 0 0 0 25 0 4 0 633094788 296337408 8326 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364559 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 289392

[startup+6.30108 s]
/proc/loadavg: 7.49 7.95 8.01 9/371 907
/proc/meminfo: memFree=25646828/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=298916 CPUtime=25.1 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 22236 0 0 0 2507 3 0 0 25 0 4 0 633094788 306089984 11246 33554432000 4194304 4650419 140735558244528 18446744073709551615 4229517 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 74729 11246 395 112 0 69694 0
[pid=903/tid=904] ppid=901 vsize=298916 CPUtime=6.22 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 5594 0 0 0 622 0 0 0 25 0 4 0 633094788 306089984 11247 33554432000 4194304 4650419 140735558244528 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=298916 CPUtime=6.28 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 6028 0 0 0 628 0 0 0 25 0 4 0 633094788 306089984 11247 33554432000 4194304 4650419 140735558244528 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=298916 CPUtime=6.28 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 4506 0 0 0 628 0 0 0 25 0 4 0 633094788 306089984 11247 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 298916

[startup+12.7009 s]
/proc/loadavg: 7.53 7.95 8.00 9/371 908
/proc/meminfo: memFree=25616424/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=299724 CPUtime=50.62 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 34257 0 0 0 5057 5 0 0 25 0 4 0 633094788 306917376 15594 33554432000 4194304 4650419 140735558244528 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 74931 15594 395 112 0 69896 0
[pid=903/tid=904] ppid=901 vsize=299724 CPUtime=12.54 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 8564 0 0 0 1254 0 0 0 25 0 4 0 633094788 306917376 15594 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=299724 CPUtime=12.69 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 8690 0 0 0 1268 1 0 0 25 0 4 0 633094788 306917376 15594 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=299724 CPUtime=12.69 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 7052 0 0 0 1268 1 0 0 25 0 4 0 633094788 306917376 15594 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 299724

[startup+25.5005 s]
/proc/loadavg: 7.63 7.95 8.00 9/371 908
/proc/meminfo: memFree=25576008/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=316268 CPUtime=101.66 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 51825 0 0 0 10157 9 0 0 25 0 4 0 633094788 323858432 21931 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 79067 21931 395 112 0 74032 0
[pid=903/tid=904] ppid=901 vsize=316268 CPUtime=25.18 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 13410 0 0 0 2517 1 0 0 25 0 4 0 633094788 323858432 21931 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=316268 CPUtime=25.49 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 13339 0 0 0 2547 2 0 0 25 0 4 0 633094788 323858432 21931 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=316268 CPUtime=25.49 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 10649 0 0 0 2547 2 0 0 25 0 4 0 633094788 323858432 21931 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366253 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 316268

[startup+51.1006 s]
/proc/loadavg: 7.88 7.99 8.01 9/371 909
/proc/meminfo: memFree=25539216/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=307404 CPUtime=203.76 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 78194 0 0 0 20360 16 0 0 25 0 4 0 633094788 314781696 27132 33554432000 4194304 4650419 140735558244528 18446744073709551615 4313331 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 76851 27132 395 112 0 71816 0
[pid=903/tid=904] ppid=901 vsize=307404 CPUtime=50.48 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 21623 0 0 0 5045 3 0 0 25 0 4 0 633094788 314781696 27132 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=307404 CPUtime=51.08 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 19642 0 0 0 5105 3 0 0 25 0 4 0 633094788 314781696 27132 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=307404 CPUtime=51.08 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 15764 0 0 0 5105 3 0 0 25 0 4 0 633094788 314781696 27132 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 307404

[startup+102.301 s]
/proc/loadavg: 7.95 7.99 8.01 9/371 951
/proc/meminfo: memFree=25521432/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=368444 CPUtime=407.95 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 114744 0 0 0 40764 31 0 0 25 0 4 0 633094788 377286656 31863 33554432000 4194304 4650419 140735558244528 18446744073709551615 4427009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 92111 31863 395 112 0 87076 0
[pid=903/tid=904] ppid=901 vsize=368444 CPUtime=101.08 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 32392 0 0 0 10101 7 0 0 25 0 4 0 633094788 377286656 32645 33554432000 4194304 4650419 140735558244528 18446744073709551615 4331089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=368444 CPUtime=102.3 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 29413 0 0 0 10223 7 0 0 25 0 4 0 633094788 377286656 32645 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=368444 CPUtime=102.28 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 22542 0 0 0 10221 7 0 0 25 0 4 0 633094788 377286656 32645 33554432000 4194304 4650419 140735558244528 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.95
Current children cumulated vsize (KiB) 368444

[startup+162.301 s]

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

[pid=903] ppid=901 vsize=462292 CPUtime=2800.82 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 392644 0 0 0 279944 138 0 0 25 0 4 0 633094788 473387008 74411 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 115573 74411 395 112 0 110538 0
[pid=903/tid=904] ppid=901 vsize=462292 CPUtime=694.01 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 112971 0 0 0 69363 38 0 0 25 0 4 0 633094788 473387008 74411 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=462292 CPUtime=702.31 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 100279 0 0 0 70199 32 0 0 25 0 4 0 633094788 473387008 74411 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=462292 CPUtime=702.29 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 64004 0 0 0 70203 26 0 0 25 0 4 0 633094788 473387008 74411 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.82
Current children cumulated vsize (KiB) 462292

[startup+762.3 s]
/proc/loadavg: 8.13 8.11 8.04 9/371 969
/proc/meminfo: memFree=25013688/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=462552 CPUtime=3040.12 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 413088 0 0 0 303868 144 0 0 25 0 4 0 633094788 473653248 74421 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 115638 74421 395 112 0 110603 0
[pid=903/tid=904] ppid=901 vsize=462552 CPUtime=753.31 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 119677 0 0 0 75291 40 0 0 25 0 4 0 633094788 473653248 74422 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=462552 CPUtime=762.32 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 105512 0 0 0 76198 34 0 0 25 0 4 0 633094788 473653248 74422 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=462552 CPUtime=762.31 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 66039 0 0 0 76204 27 0 0 25 0 4 0 633094788 473653248 74422 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.12
Current children cumulated vsize (KiB) 462552

[startup+822.301 s]
/proc/loadavg: 8.13 8.11 8.05 9/371 970
/proc/meminfo: memFree=24964684/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=475168 CPUtime=3279.39 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 432992 0 0 0 327788 151 0 0 25 0 4 0 633094788 486572032 78455 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 118792 78455 395 112 0 113757 0
[pid=903/tid=904] ppid=901 vsize=475168 CPUtime=812.6 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 125433 0 0 0 81217 43 0 0 25 0 4 0 633094788 486572032 78455 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=475168 CPUtime=822.32 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 111980 0 0 0 82196 36 0 0 25 0 4 0 633094788 486572032 78455 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=475168 CPUtime=822.29 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 68006 0 0 0 82202 27 0 0 25 0 4 0 633094788 486572032 78455 33554432000 4194304 4650419 140735558244528 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.39
Current children cumulated vsize (KiB) 475168

[startup+882.314 s]
/proc/loadavg: 8.10 8.11 8.05 9/371 972
/proc/meminfo: memFree=24958688/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=462992 CPUtime=3518.73 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 450605 0 0 0 351711 162 0 0 25 0 4 0 633094788 474103808 80235 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 115748 80235 395 112 0 110713 0
[pid=903/tid=904] ppid=901 vsize=462992 CPUtime=871.9 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 128701 0 0 0 87145 45 0 0 25 0 4 0 633094788 474103808 80235 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=462992 CPUtime=882.32 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 115697 0 0 0 88194 38 0 0 25 0 4 0 633094788 474103808 80235 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=462992 CPUtime=882.31 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 71568 0 0 0 88201 30 0 0 25 0 4 0 633094788 474103808 80235 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.73
Current children cumulated vsize (KiB) 462992

[startup+942.3 s]
/proc/loadavg: 8.07 8.10 8.05 9/371 973
/proc/meminfo: memFree=24945732/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=475816 CPUtime=3757.97 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 467946 0 0 0 375629 168 0 0 25 0 4 0 633094788 487235584 77341 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 118954 77341 395 112 0 113919 0
[pid=903/tid=904] ppid=901 vsize=475816 CPUtime=931.18 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 134182 0 0 0 93073 45 0 0 25 0 4 0 633094788 487235584 77341 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=475816 CPUtime=942.32 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 119881 0 0 0 94192 40 0 0 25 0 4 0 633094788 487235584 77341 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=475816 CPUtime=942.3 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 73954 0 0 0 94199 31 0 0 25 0 4 0 633094788 487235584 77341 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.97
Current children cumulated vsize (KiB) 475816

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 8.05 9/371 975
/proc/meminfo: memFree=24924636/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=476164 CPUtime=3997.25 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 486229 0 0 0 399549 176 0 0 25 0 4 0 633094788 487591936 77099 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 119041 77099 395 112 0 114006 0
[pid=903/tid=904] ppid=901 vsize=476164 CPUtime=990.47 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 140056 0 0 0 98998 49 0 0 25 0 4 0 633094788 487591936 77099 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=476164 CPUtime=1002.32 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 123969 0 0 0 100191 41 0 0 25 0 4 0 633094788 487591936 77099 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=476164 CPUtime=1002.31 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 76400 0 0 0 100198 33 0 0 25 0 4 0 633094788 487591936 77099 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.25
Current children cumulated vsize (KiB) 476164

[startup+1062.3 s]
/proc/loadavg: 8.08 8.09 8.05 9/371 978
/proc/meminfo: memFree=24906876/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=480816 CPUtime=4236.54 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 504538 0 0 0 423472 182 0 0 25 0 4 0 633094788 492355584 77961 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 120204 77961 395 112 0 115169 0
[pid=903/tid=904] ppid=901 vsize=480816 CPUtime=1049.77 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 145895 0 0 0 104926 51 0 0 25 0 4 0 633094788 492355584 77961 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=480816 CPUtime=1062.32 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 129525 0 0 0 106190 42 0 0 25 0 4 0 633094788 492355584 77961 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=480816 CPUtime=1062.3 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 77395 0 0 0 106197 33 0 0 25 0 4 0 633094788 492355584 77961 33554432000 4194304 4650419 140735558244528 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.54
Current children cumulated vsize (KiB) 480816

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.05 9/371 979
/proc/meminfo: memFree=24877568/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=553404 CPUtime=4475.82 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 524297 0 0 0 447393 189 0 0 25 0 4 0 633094788 566685696 89999 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 138351 89999 395 112 0 133316 0
[pid=903/tid=904] ppid=901 vsize=553404 CPUtime=1109.05 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 150554 0 0 0 110852 53 0 0 25 0 4 0 633094788 566685696 89999 33554432000 4194304 4650419 140735558244528 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=553404 CPUtime=1122.33 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 134082 0 0 0 112188 45 0 0 25 0 4 0 633094788 566685696 89999 33554432000 4194304 4650419 140735558244528 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=553404 CPUtime=1122.3 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 81537 0 0 0 112196 34 0 0 25 0 4 0 633094788 566685696 89999 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.82
Current children cumulated vsize (KiB) 553404

[startup+1182.3 s]
/proc/loadavg: 8.13 8.10 8.05 9/371 981
/proc/meminfo: memFree=24842188/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=540748 CPUtime=4715.12 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 544454 0 0 0 471312 200 0 0 25 0 4 0 633094788 553725952 93875 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 135187 93875 395 112 0 130152 0
[pid=903/tid=904] ppid=901 vsize=540748 CPUtime=1168.35 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 154637 0 0 0 116780 55 0 0 25 0 4 0 633094788 553725952 93875 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=540748 CPUtime=1182.33 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 140571 0 0 0 118185 48 0 0 25 0 4 0 633094788 553725952 93875 33554432000 4194304 4650419 140735558244528 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=540748 CPUtime=1182.31 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 85606 0 0 0 118194 37 0 0 25 0 4 0 633094788 553725952 93875 33554432000 4194304 4650419 140735558244528 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4715.12
Current children cumulated vsize (KiB) 540748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.09 8.09 8.05 9/371 981
/proc/meminfo: memFree=24841672/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=553740 CPUtime=4800.06 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 551182 0 0 0 479804 202 0 0 25 0 4 0 633094788 567029760 92019 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 138435 92019 395 112 0 133400 0
[pid=903/tid=904] ppid=901 vsize=553740 CPUtime=1189.4 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 156836 0 0 0 118883 57 0 0 25 0 4 0 633094788 567029760 92021 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=553740 CPUtime=1203.64 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 142269 0 0 0 120316 48 0 0 25 0 4 0 633094788 567029760 92021 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=553740 CPUtime=1203.62 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 86389 0 0 0 120325 37 0 0 25 0 4 0 633094788 567029760 92021 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 553740

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

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

[startup+1203.6 s]
/proc/loadavg: 8.09 8.09 8.05 9/371 981
/proc/meminfo: memFree=24841672/32951124 swapFree=63083164/67111528
[pid=903] ppid=901 vsize=553740 CPUtime=4800.06 cores=0,2,4,6
/proc/903/stat : 903 (strangenight1-m) R 901 903 751 0 -1 4202496 551182 0 0 0 479804 202 0 0 25 0 4 0 633094788 567029760 92019 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/903/statm: 138435 92019 395 112 0 133400 0
[pid=903/tid=904] ppid=901 vsize=553740 CPUtime=1189.4 cores=0,2,4,6
/proc/903/task/904/stat : 904 (strangenight1-m) R 901 903 751 0 -1 4202560 156836 0 0 0 118883 57 0 0 25 0 4 0 633094788 567029760 92021 33554432000 4194304 4650419 140735558244528 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=903/tid=905] ppid=901 vsize=553740 CPUtime=1203.64 cores=0,2,4,6
/proc/903/task/905/stat : 905 (strangenight1-m) R 901 903 751 0 -1 4202560 142269 0 0 0 120316 48 0 0 25 0 4 0 633094788 567029760 92021 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=903/tid=906] ppid=901 vsize=553740 CPUtime=1203.62 cores=0,2,4,6
/proc/903/task/906/stat : 906 (strangenight1-m) R 901 903 751 0 -1 4202560 86389 0 0 0 120325 37 0 0 25 0 4 0 633094788 567029760 92021 33554432000 4194304 4650419 140735558244528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 553740

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.14
CPU user time (s): 4798.1
CPU system time (s): 2.04669
CPU usage (%): 398.803
Max. virtual memory (cumulated for all children) (KiB): 604856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.1
system time used= 2.04669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 551184
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= 430
involuntary context switches= 23384

runsolver used 4.14337 second user time and 10.1115 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 22:59:52
IDJOB=3368934
IDBENCH=82943
IDSOLVER=1846
FILE ID=node141/3368934-1305406792
RUNJOBID= node141-1305405586-770
PBS_JOBID= 13324495
Free space on /tmp= 73292 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1409021001-079.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368934-1305406792/watcher-3368934-1305406792 -o /tmp/evaluation-result-3368934-1305406792/solver-3368934-1305406792 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368934-1305406792.cnf

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

MD5SUM BENCH= cfd96c3ec450000d8fe8684f0b30ec79
RANDOM SEED=1592948875

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:      25732108 kB
Buffers:        228944 kB
Cached:        4781340 kB
SwapCached:      15708 kB
Active:        1981868 kB
Inactive:      4997960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25732108 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           12448 kB
Writeback:           0 kB
AnonPages:     1960724 kB
Mapped:          13016 kB
Slab:           135600 kB
PageTables:      37512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86284796 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= 73288 MiB
End job on node141 at 2011-05-14 23:19:57