Trace number 3368520

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.4 1204.35

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
MD5SUM187184c44e9c5a07f5a8f762e04588fa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
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 540000
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-3368520-1305395845.cnf'
0.00/0.01	c -- header says num vars:           2000
0.00/0.01	c -- header says num clauses:       40000
0.13/0.04	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.13/0.04	c -- vars added       2000
0.13/0.04	c Parsing time:  0.08 s
0.13/0.04	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data  --
0.76/0.27	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.93
0.76/0.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
1.16/0.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.16/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.16/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1.16/0.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.56/0.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
1.56/0.40	c Finding binary XORs  T:     0.00 s  found:       0
1.56/0.40	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
1.56/0.40	c calculated reachability. Time: 0.00
1.56/0.40	c Calc default polars -  time:   0.01 s pos:     975 undec:      71 neg:     954
1.56/0.40	c =========================================================================================
1.56/0.40	c types(t): F = full restart, N = normal restart
1.56/0.40	c types(t): S = simplification begin/end, E = solution found
1.56/0.40	c restart types(rt): st = static, dy = dynamic
1.56/0.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.56/0.40	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data  --
3.16/0.84	c  N dy    18      4134      2000     40000         0      4131    200000    786020    144.02    152.25  --
5.15/1.32	c  N dy    42      8222      2000     40000         0      4886    200000    517257    147.95    156.19  --
6.74/1.78	c  N dy    65     12277      2000     40000         0      8941    200000   1247841    145.70    154.08  --
8.79/2.29	c  N dy    87     16380      2000     40000         0      7548    200000    680583    145.78    155.44  --
10.73/2.79	c  N dy   107     20461      2000     40000         0     11627    200000   1431228    145.42    154.51  --
13.18/3.33	c  N dy   133     24521      2000     40000         0      8611    200000    604986    145.33    154.95  --
13.18/3.39	c  F st   136     25000      2000     40000         0      9088    200000    691009    145.36   no data  --
15.91/4.05	c  N dy   142     30001      2000     40000         0     14080    200000   1706650    145.36   no data  --
15.91/4.05	c  S st   142     30001      2000     40000         0     14080    200000   1706650    145.36   no data  --
16.31/4.13	c  S st   142     30504      2000     40000         0     14583    200000   1789724    145.36   no data  --
16.31/4.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
16.31/4.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.31/4.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
16.71/4.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.71/4.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.71/4.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.71/4.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.25/9.13	c lits-rem:      1041  cl-subs:       14  v-elim:      0  v-fix:    0  time: 19.35 s
37.85/9.51	c asymm  cl-useful: 0/39152/40000 lits-rem:0 time: 1.48
37.85/9.51	c calculated reachability. Time: 0.00
37.85/9.51	c  N dy   142     30504      2000     40000         0     14569    200000   1782581    145.36   no data  --
40.23/10.13	c  N dy   170     34543      2000     40000         0     10238    200000    699693    145.62    158.37  --
42.23/10.68	c  N dy   191     38611      2000     40000         0     14306    200000   1426061    145.21    161.86  --
44.62/11.26	c  N dy   215     42677      2000     40000         0     18370    200000   2167403    145.01    152.67  --
46.21/11.69	c  S st   234     45756      2000     40000         0     11935    200000    782648    144.94   no data  --
46.62/11.78	c  S st   234     46261      2000     40000         0     12440    200000    856463    144.94   no data  --
46.62/11.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
46.62/11.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.02/11.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
47.02/11.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.02/11.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.02/11.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
47.02/11.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
60.56/15.28	c lits-rem:       852  cl-subs:        0  v-elim:      0  v-fix:    0  time: 13.65 s
60.56/15.28	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
60.56/15.29	c vivif2 --  cl tried    12440 cl shrink        0 lits rem          0 time: 0.04
60.56/15.30	c asymm  cl-useful: 0/848/40000 lits-rem:0 time: 0.04
60.56/15.30	c calculated reachability. Time: 0.00
60.56/15.30	c  N dy   234     46261      2000     40000         0     12440    200000    855611    144.94   no data  --
62.95/15.88	c  N dy   259     50266      2000     40000         0     16443    200000   1579345    144.82    152.76  --
65.39/16.50	c  N dy   285     54288      2000     40000         0     20463    200000   2311756    144.84    153.27  --
67.73/17.07	c  N dy   306     58365      2000     40000         0     13950    200000    957565    144.79    153.02  --
70.18/17.66	c  N dy   331     62478      2000     40000         0     18062    200000   1693938    144.58    159.95  --
72.52/18.29	c  N dy   357     66491      2000     40000         0     22075    200000   2423153    144.59    152.49  --
74.57/18.75	c  S st   377     69391      2000     40000         0     13351    200000    665902    144.71   no data  --
74.91/18.84	c  S st   377     69897      2000     40000         0     13857    200000    745966    144.71   no data  --
74.91/18.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
74.91/18.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.91/18.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
75.31/18.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.31/18.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.31/18.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
75.31/18.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
96.84/24.32	c lits-rem:      1660  cl-subs:        1  v-elim:      0  v-fix:    0  time: 21.55 s
96.84/24.32	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
96.84/24.33	c vivif2 --  cl tried    13856 cl shrink        0 lits rem          0 time: 0.03
98.44/24.70	c asymm  cl-useful: 0/39683/40000 lits-rem:0 time: 1.49
98.44/24.71	c calculated reachability. Time: 0.00
98.44/24.71	c  N dy   377     69897      2000     40000         0     13856    200000    744262    144.71   no data  --
101.22/25.41	c  N dy   404     74413      2000     40000         0     18372    200000   1571213    144.80    192.67  --
104.42/26.24	c  N dy   435     79220      2000     40000         0     23177    200000   2447562    144.72    152.58  --
108.00/27.13	c  N dy   465     84599      2000     40000         0     15909    200000    947360    144.59    152.51  --
109.99/27.60	c  F st   483     87501      2000     40000         0     18809    200000   1480381    144.60    134.93  --
111.99/28.14	c  N st   488     90807      2000     40000         0     22111    200000   2176543    144.60   no data  --
116.37/29.24	c  N dy   515     96746      2000     40000         0     14393    200000    500802    144.68    156.70  --
120.36/30.26	c  N dy   552    102923      2000     40000         0     20570    200000   1640910    144.74    152.82  --
121.96/30.60	c  S st   565    104845      2000     40000         0     22491    200000   1992563    144.79    137.92  --
122.40/30.71	c  S st   565    105348      2000     40000         0     22994    200000   2081597    144.79   no data  --
122.40/30.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
122.40/30.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
122.40/30.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
122.81/30.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
122.81/30.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.81/30.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
122.81/30.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
176.98/44.41	c lits-rem:       599  cl-subs:        6  v-elim:      0  v-fix:    0  time: 54.00 s
176.98/44.41	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
176.98/44.43	c vivif2 --  cl tried    22988 cl shrink        0 lits rem          0 time: 0.08
178.58/44.81	c asymm  cl-useful: 0/33199/40000 lits-rem:0 time: 1.52
178.58/44.82	c calculated reachability. Time: 0.00
178.58/44.82	c  N dy   565    105348      2000     40000         0     22988    200000   2078689    144.79   no data  --
182.96/45.99	c  N dy   606    112166      2000     40000         0     15150    200000    464568    144.92    152.65  --
187.35/47.03	c  N dy   645    119417      2000     40000         0     22398    200000   1781225    144.78    152.73  --
192.58/48.32	c  N dy   692    127065      2000     40000         0     30046    200000   3182748    144.79    152.57  --
197.36/49.56	c  N dy   740    135177      2000     40000         0     22494    200000   1630411    144.71    153.67  --
203.29/51.04	c  N dy   800    143856      2000     40000         0     31171    200000   3211875    144.74    153.84  --
209.68/52.62	c  N dy   864    153138      2000     40000         0     23792    200000   1696082    144.86    155.02  --
212.86/53.48	c  S st   896    158022      2000     40000         0     28674    200000   2592695    144.90    136.05  --
213.66/53.61	c  S st   896    158523      2000     40000         0     29175    200000   2668362    144.90   no data  --
213.66/53.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
213.66/53.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
213.66/53.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.16
214.06/53.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
214.06/53.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
214.06/53.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
214.06/53.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.82/74.74	c lits-rem:       699  cl-subs:        8  v-elim:      0  v-fix:    0  time: 83.54 s
297.82/74.74	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
297.82/74.77	c vivif2 --  cl tried    29167 cl shrink        0 lits rem          0 time: 0.10
298.23/74.89	c asymm  cl-useful: 0/6801/40000 lits-rem:0 time: 0.46
298.23/74.89	c calculated reachability. Time: 0.00
298.23/74.89	c  N dy   896    158523      2000     40000         0     29167    200000   2663983    144.90   no data  --
305.76/76.70	c  N dy   960    168643      2000     40000         0     21620    200000   1123537    144.88    154.77  --
312.93/78.57	c  N dy  1027    179419      2000     40000         0     32394    200000   3084307    144.82    174.23  --
320.89/80.58	c  N dy  1101    190980      2000     40000         0     25295    200000   1611873    144.86    152.84  --
329.67/82.79	c  N dy  1182    203243      2000     40000         0     37555    200000   3857288    144.93    157.57  --
339.23/85.13	c  N dy  1256    216282      2000     40000         0     30926    200000   2471973    144.89    159.13  --
350.45/87.97	c  N dy  1343    230119      2000     40000         0     24101    200000   1059251    145.00    159.88  --
356.38/89.42	c  S st  1388    237784      2000     40000         0     31765    200000   2460339    144.95    136.45  --
356.78/89.56	c  S st  1388    238289      2000     40000         0     32270    200000   2535539    144.95   no data  --
356.78/89.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
356.78/89.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
357.18/89.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
357.58/89.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
357.58/89.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
357.58/89.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
357.58/89.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
450.48/113.04	c lits-rem:       725  cl-subs:        4  v-elim:      0  v-fix:    0  time: 92.87 s
450.48/113.04	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
450.48/113.07	c vivif2 --  cl tried    32266 cl shrink        0 lits rem          0 time: 0.10
452.46/113.52	c asymm  cl-useful: 0/28366/40000 lits-rem:0 time: 1.78
452.46/113.52	c calculated reachability. Time: 0.00
452.46/113.52	c  N dy  1388    238289      2000     40000         0     32266    200000   2532924    144.95   no data  --
465.22/116.74	c  N dy  1478    253780      2000     40000         0     26094    200000   1232887    144.92    152.98  --
479.18/120.22	c  N dy  1586    270232      2000     40000         0     42544    200000   4238623    144.99    152.90  --
493.53/123.82	c  N dy  1695    287485      2000     40000         0     37125    200000   3062534    144.95    159.06  --
509.48/127.82	c  N dy  1808    305910      2000     40000         0     31889    200000   1940652    145.02    161.14  --
509.88/127.90	c  F st  1811    306250      2000     40000         0     32228    200000   2000620    145.02   no data  --
527.82/132.44	c  N dy  1909    325550      2000     40000         0     26862    200000    862922    145.13    156.49  --
545.76/136.96	c  N dy  2033    345554      2000     40000         0     46861    200000   4534099    145.11    157.16  --
556.98/139.71	c  S st  2111    357433      2000     40000         0     33078    200000   1832478    145.18    140.86  --
557.32/139.87	c  S st  2111    357938      2000     40000         0     33583    200000   1912542    145.18   no data  --
557.32/139.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
557.32/139.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
557.72/139.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
558.12/140.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
558.12/140.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
558.12/140.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
558.12/140.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
612.74/153.72	c lits-rem:       807  cl-subs:        6  v-elim:      0  v-fix:    0  time: 54.66 s
612.74/153.72	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
612.74/153.74	c vivif2 --  cl tried    33577 cl shrink        0 lits rem          0 time: 0.08
613.58/153.97	c asymm  cl-useful: 0/11634/40000 lits-rem:0 time: 0.90
613.58/153.98	c calculated reachability. Time: 0.00
613.58/153.98	c  N dy  2111    357938      2000     40000         0     33577    200000   1909283    145.18   no data  --
632.66/158.75	c  N dy  2242    378016      2000     40000         0     26990    200000    522696    145.22    153.22  --
650.21/163.12	c  N dy  2372    398155      2000     40000         0     47123    200000   4233496    145.29    156.50  --
668.95/167.81	c  N dy  2499    418249      2000     40000         0     39547    200000   2669063    145.32    176.59  --
688.88/172.82	c  N dy  2620    438315      2000     40000         0     30958    200000    899941    145.38    153.17  --
706.82/177.37	c  N dy  2734    458395      2000     40000         0     51032    200000   4564723    145.31    156.40  --
725.96/182.15	c  N dy  2853    478440      2000     40000         0     41417    200000   2660870    145.35    153.02  --
747.09/187.47	c  N dy  2981    498503      2000     40000         0     30815    200000    522898    145.36    155.26  --
765.44/192.08	c  N dy  3106    518770      2000     40000         0     51080    200000   4262153    145.39    155.34  --
784.61/196.87	c  S st  3228    536910      2000     40000         0     37557    200000   1591650    145.42   no data  --
785.35/197.03	c  S st  3228    537416      2000     40000         0     38063    200000   1670886    145.42   no data  --
785.35/197.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
785.35/197.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
785.35/197.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
785.75/197.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
785.75/197.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
785.75/197.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
785.75/197.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
825.62/207.14	c lits-rem:       729  cl-subs:        8  v-elim:      0  v-fix:    0  time: 39.79 s
825.62/207.14	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
825.62/207.16	c vivif2 --  cl tried    38055 cl shrink        0 lits rem          0 time: 0.07
827.62/207.62	c asymm  cl-useful: 0/26050/40000 lits-rem:0 time: 1.84
827.62/207.62	c calculated reachability. Time: 0.00
827.62/207.62	c  N dy  3228    537416      2000     40000         0     38055    200000   1666670    145.42   no data  --
847.55/212.64	c  N dy  3351    557438      2000     40000         0     58075    200000   5319942    145.41    177.22  --
867.47/217.65	c  N dy  3467    577521      2000     40000         0     45491    200000   2847986    145.38    153.06  --
889.40/223.17	c  N dy  3587    597777      2000     40000         0     65742    200000   6540309    145.35    154.51  --
908.53/227.98	c  N dy  3708    617843      2000     40000         0     52145    200000   3910172    145.36    154.33  --
930.86/233.52	c  N dy  3838    637951      2000     40000         0     37585    200000   1058436    145.40    156.18  --
950.40/238.42	c  N dy  3961    657960      2000     40000         0     57589    200000   4745786    145.40    154.27  --
972.72/244.02	c  N dy  4097    678059      2000     40000         0     42024    200000   1698183    145.43    154.08  --
993.46/249.23	c  N dy  4221    698128      2000     40000         0     62089    200000   5361908    145.44    153.77  --
1015.39/254.73	c  N dy  4346    718274      2000     40000         0     45578    200000   2186065    145.46    153.43  --
1036.91/260.15	c  N dy  4474    738313      2000     40000         0     65607    200000   5876916    145.49    160.49  --
1058.84/265.65	c  N dy  4600    758370      2000     40000         0     48000    200000   2452568    145.51    156.51  --
1080.77/271.18	c  N dy  4725    778466      2000     40000         0     68089    200000   6151916    145.53    154.14  --
1103.10/276.70	c  N dy  4848    798552      2000     40000         0     49516    200000   2575536    145.56    155.72  --
1111.07/278.74	c  S st  4904    806125      2000     40000         0     57087    200000   3992427    145.60   no data  --
1111.87/278.93	c  S st  4904    806628      2000     40000         0     57589    200000   4076574    145.60   no data  --
1111.87/278.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1111.87/278.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1112.27/279.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
1112.67/279.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1112.67/279.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1112.67/279.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1112.67/279.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2459.71/617.26	c lits-rem:       525  cl-subs:        9  v-elim:      0  v-fix:    0  time: 1345.85 s
2459.71/617.27	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
2460.11/617.31	c vivif2 --  cl tried    57580 cl shrink        0 lits rem          0 time: 0.17
2461.71/617.72	c asymm  cl-useful: 0/13950/40000 lits-rem:0 time: 1.64
2461.71/617.72	c calculated reachability. Time: 0.00
2461.71/617.72	c  N dy  4904    806628      2000     40000         0     57580    200000   4072083    145.60   no data  --
2486.42/623.91	c  N dy  5020    826725      2000     40000         0     77668    200000   7740220    145.58    155.88  --
2507.20/629.21	c  N dy  5145    846826      2000     40000         0     58115    200000   3943157    145.58    156.35  --
2532.28/635.45	c  N dy  5280    866935      2000     40000         0     78211    200000   7661159    145.62    153.84  --
2554.21/640.94	c  N dy  5412    887124      2000     40000         0     57742    200000   3759300    145.70    154.65  --
2578.51/647.06	c  N dy  5532    907271      2000     40000         0     77883    200000   7463467    145.67    154.61  --
2601.24/652.70	c  N dy  5659    927274      2000     40000         0     56234    200000   3271192    145.70    157.77  --
2625.17/658.76	c  N dy  5786    947293      2000     40000         0     76243    200000   6966169    145.73    154.83  --
2649.08/664.71	c  N dy  5916    967323      2000     40000         0     53614    200000   2608418    145.76    153.76  --
2672.22/670.59	c  N dy  6038    987375      2000     40000         0     73658    200000   6306045    145.77    168.47  --
2697.33/676.84	c  N dy  6153   1007425      2000     40000         0     50052    200000   1768808    145.75    154.13  --
2720.06/682.50	c  N dy  6269   1027496      2000     40000         0     70117    200000   5450566    145.72    154.58  --
2747.16/689.33	c  N dy  6388   1047515      2000     40000         0     45477    200000    744066    145.73    154.98  --
2768.68/694.79	c  N dy  6510   1067537      2000     40000         0     65495    200000   4432125    145.73    154.54  --
2774.28/696.12	c  F st  6536   1071876      2000     40000         0     69833    200000   5212465    145.72   no data  --
2794.60/701.29	c  N dy  6610   1087703      2000     40000         0     85652    200000   8215330    145.73    153.96  --
2818.57/707.24	c  N dy  6738   1107765      2000     40000         0     60059    200000   3252158    145.73    171.76  --
2843.65/713.56	c  N dy  6865   1127910      2000     40000         0     80195    200000   6980341    145.77    154.42  --
2869.57/720.07	c  N dy  6981   1148052      2000     40000         0     53682    200000   1914852    145.74    153.91  --
2891.49/725.59	c  N dy  7109   1168125      2000     40000         0     73748    200000   5638353    145.78    153.77  --
2918.20/732.23	c  N dy  7236   1188241      2000     40000         0     93861    200000   9357767    145.79    153.82  --
2939.33/737.58	c  N dy  7357   1208365      2000     40000         0     66328    200000   4054684    145.78    155.71  --
2941.37/738.05	c  S st  7370   1209943      2000     40000         0     67906    200000   4353096    145.79   no data  --
2942.11/738.26	c  S st  7370   1210448      2000     40000         0     68411    200000   4431762    145.79   no data  --
2942.11/738.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2942.11/738.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2942.51/738.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.27
2943.32/738.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2943.32/738.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2943.32/738.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2943.32/738.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4557.91/1143.54	c lits-rem:       489  cl-subs:        6  v-elim:      0  v-fix:    0  time: 1613.63 s
4557.91/1143.55	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.02
4557.91/1143.59	c vivif2 --  cl tried    68405 cl shrink        0 lits rem          0 time: 0.19
4560.30/1144.15	c asymm  cl-useful: 0/18811/40000 lits-rem:0 time: 2.20
4560.30/1144.15	c calculated reachability. Time: 0.00
4560.30/1144.15	c  N dy  7370   1210448      2000     40000         0     68405    200000   4429194    145.79   no data  --
4589.41/1151.40	c  N dy  7488   1230485      2000     40000         0     88439    200000   8110706    145.79    154.85  --
4616.97/1158.33	c  N dy  7610   1250566      2000     40000         0     59860    200000   2686254    145.79    165.61  --
4644.02/1165.11	c  N dy  7740   1270681      2000     40000         0     79971    200000   6404431    145.81    159.88  --
4676.31/1173.21	c  N dy  7868   1290906      2000     40000         0     50532    200000    795474    145.83    154.61  --
4700.63/1179.34	c  N dy  7993   1310954      2000     40000         0     70572    200000   4508863    145.85    184.50  --
4730.13/1186.75	c  N dy  8123   1330959      2000     40000         0     90573    200000   8243223    145.90    168.14  --
4759.62/1194.12	c  N dy  8260   1351067      2000     40000         0     60028    200000   2362997    145.91    154.62  --
4786.34/1200.85	c  N dy  8373   1371244      2000     40000         0     80200    200000   6042391    145.88    153.64  --

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-3368520-1305395845/watcher-3368520-1305395845 -o /tmp/evaluation-result-3368520-1305395845/solver-3368520-1305395845 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368520-1305395845.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: 3.74 5.04 6.43 2/382 27632
/proc/meminfo: memFree=27053600/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=51236 CPUtime=0.03 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 413 0 0 0 3 0 0 0 21 0 4 0 651183199 52465664 354 33554432000 4194304 4650419 140736063950720 18446744073709551615 47016639252396 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 12809 354 303 112 0 7774 0
[pid=27632/tid=27635] ppid=27629 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 651183199 52465664 354 33554432000 4194304 4650419 140736063950720 18446744073709551615 47016639252400 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 1 0 0 0 1 0 0 0 22 0 4 0 651183199 52465664 354 33554432000 4194304 4650419 140736063950720 18446744073709551615 47016639252402 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 651183199 52465664 354 33554432000 4194304 4650419 140736063950720 18446744073709551615 251814296561 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0409229 s]
/proc/loadavg: 3.74 5.04 6.43 2/382 27632
/proc/meminfo: memFree=27053600/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=285404 CPUtime=0.13 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 4449 0 0 0 11 2 0 0 23 0 4 0 651183199 292253696 4367 33554432000 4194304 4650419 140736063950720 18446744073709551615 4520021 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 71351 4369 344 112 0 66316 0
[pid=27632/tid=27635] ppid=27629 vsize=285404 CPUtime=0.03 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 960 0 0 0 3 0 0 0 23 0 4 0 651183199 292253696 4369 33554432000 4194304 4650419 140736063950720 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=285404 CPUtime=0.03 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 967 0 0 0 3 0 0 0 23 0 4 0 651183199 292253696 4373 33554432000 4194304 4650419 140736063950720 18446744073709551615 251814345247 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=285404 CPUtime=0.01 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 1002 0 0 0 1 0 0 0 24 0 4 0 651183199 292253696 4375 33554432000 4194304 4650419 140736063950720 18446744073709551615 251814345247 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 285404

[startup+0.100915 s]
/proc/loadavg: 3.74 5.04 6.43 2/382 27632
/proc/meminfo: memFree=27053600/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=286048 CPUtime=0.37 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 5196 0 0 0 34 3 0 0 23 0 4 0 651183199 292913152 5114 33554432000 4194304 4650419 140736063950720 18446744073709551615 4370701 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 71512 5114 367 112 0 66477 0
[pid=27632/tid=27635] ppid=27629 vsize=286048 CPUtime=0.08 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 1074 0 0 0 8 0 0 0 23 0 4 0 651183199 292913152 5114 33554432000 4194304 4650419 140736063950720 18446744073709551615 4370697 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=286048 CPUtime=0.09 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 1121 0 0 0 9 0 0 0 23 0 4 0 651183199 292913152 5114 33554432000 4194304 4650419 140736063950720 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=286048 CPUtime=0.07 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 1291 0 0 0 7 0 0 0 24 0 4 0 651183199 292913152 5114 33554432000 4194304 4650419 140736063950720 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 286048

[startup+0.300881 s]
/proc/loadavg: 3.74 5.04 6.43 2/382 27632
/proc/meminfo: memFree=27053600/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=293708 CPUtime=1.16 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 8762 0 0 0 113 3 0 0 24 0 4 0 651183199 300756992 7076 33554432000 4194304 4650419 140736063950720 18446744073709551615 251813901345 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 73427 7083 377 112 0 68392 0
[pid=27632/tid=27635] ppid=27629 vsize=293708 CPUtime=0.28 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 2324 0 0 0 28 0 0 0 24 0 4 0 651183199 300756992 7086 33554432000 4194304 4650419 140736063950720 18446744073709551615 251813901345 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=293708 CPUtime=0.29 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 1914 0 0 0 29 0 0 0 24 0 4 0 651183199 300756992 7090 33554432000 4194304 4650419 140736063950720 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=293708 CPUtime=0.28 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 1732 0 0 0 27 1 0 0 25 0 4 0 651183199 300756992 7100 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 293708

[startup+0.700815 s]
/proc/loadavg: 3.74 5.04 6.43 2/382 27632
/proc/meminfo: memFree=27053600/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=300368 CPUtime=2.76 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 17039 0 0 0 271 5 0 0 18 0 4 0 651183199 307576832 13938 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 75092 13938 389 112 0 70057 0
[pid=27632/tid=27635] ppid=27629 vsize=300368 CPUtime=0.68 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 4943 0 0 0 67 1 0 0 25 0 4 0 651183199 307576832 13938 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=300368 CPUtime=0.69 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 4469 0 0 0 68 1 0 0 18 0 4 0 651183199 307576832 13938 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=300368 CPUtime=0.67 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 2381 0 0 0 66 1 0 0 25 0 4 0 651183199 307576832 13939 33554432000 4194304 4650419 140736063950720 18446744073709551615 4333991 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 300368

[startup+1.50068 s]
/proc/loadavg: 3.74 5.04 6.43 10/392 27642
/proc/meminfo: memFree=26961388/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=306184 CPUtime=5.95 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 24937 0 0 0 588 7 0 0 19 0 4 0 651183199 313532416 15494 33554432000 4194304 4650419 140736063950720 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 76546 15494 391 112 0 71511 0
[pid=27632/tid=27635] ppid=27629 vsize=306184 CPUtime=1.48 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 6949 0 0 0 147 1 0 0 25 0 4 0 651183199 313532416 15494 33554432000 4194304 4650419 140736063950720 18446744073709551615 4361023 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=306184 CPUtime=1.49 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 6359 0 0 0 148 1 0 0 19 0 4 0 651183199 313532416 15494 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=306184 CPUtime=1.46 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 4388 0 0 0 145 1 0 0 25 0 4 0 651183199 313532416 15494 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 306184

[startup+3.10041 s]
/proc/loadavg: 4.08 5.09 6.44 10/392 27642
/proc/meminfo: memFree=26958536/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=307708 CPUtime=12.33 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 38437 0 0 0 1223 10 0 0 23 0 4 0 651183199 315092992 18331 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 76927 18331 391 112 0 71892 0
[pid=27632/tid=27635] ppid=27629 vsize=307708 CPUtime=3.09 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 10199 0 0 0 306 3 0 0 25 0 4 0 651183199 315092992 18331 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=307708 CPUtime=3.08 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 9443 0 0 0 307 1 0 0 23 0 4 0 651183199 315092992 18331 33554432000 4194304 4650419 140736063950720 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=307708 CPUtime=3.05 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 8336 0 0 0 303 2 0 0 25 0 4 0 651183199 315092992 18331 33554432000 4194304 4650419 140736063950720 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 307708

[startup+6.30088 s]
/proc/loadavg: 4.08 5.09 6.44 10/392 27642
/proc/meminfo: memFree=26815264/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=317188 CPUtime=25.09 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 75899 0 0 0 2491 18 0 0 25 0 4 0 651183199 324800512 35709 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 79297 35709 393 112 0 74262 0
[pid=27632/tid=27635] ppid=27629 vsize=317188 CPUtime=6.29 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 21098 0 0 0 624 5 0 0 25 0 4 0 651183199 324800512 35709 33554432000 4194304 4650419 140736063950720 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=317188 CPUtime=6.28 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 18152 0 0 0 625 3 0 0 25 0 4 0 651183199 324800512 35709 33554432000 4194304 4650419 140736063950720 18446744073709551615 4438939 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=317188 CPUtime=6.2 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 13946 0 0 0 617 3 0 0 25 0 4 0 651183199 324800512 35709 33554432000 4194304 4650419 140736063950720 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 317188

[startup+12.7008 s]
/proc/loadavg: 4.68 5.18 6.46 10/392 27642
/proc/meminfo: memFree=26740368/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=317656 CPUtime=50.59 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 100606 0 0 0 5035 24 0 0 25 0 4 0 651183199 325279744 46239 33554432000 4194304 4650419 140736063950720 18446744073709551615 4439344 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 79414 46240 393 112 0 74379 0
[pid=27632/tid=27635] ppid=27629 vsize=317656 CPUtime=12.69 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 26496 0 0 0 1263 6 0 0 25 0 4 0 651183199 325279744 46240 33554432000 4194304 4650419 140736063950720 18446744073709551615 4303888 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=317656 CPUtime=12.68 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 22517 0 0 0 1264 4 0 0 25 0 4 0 651183199 325279744 46240 33554432000 4194304 4650419 140736063950720 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=317656 CPUtime=12.52 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 24548 0 0 0 1246 6 0 0 25 0 4 0 651183199 325279744 46240 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 317656

[startup+25.5007 s]
/proc/loadavg: 5.35 5.31 6.48 10/392 27643
/proc/meminfo: memFree=26576328/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=479636 CPUtime=101.62 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 148396 0 0 0 10128 34 0 0 25 0 4 0 651183199 491147264 76412 33554432000 4194304 4650419 140736063950720 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 119909 76412 393 112 0 114874 0
[pid=27632/tid=27635] ppid=27629 vsize=479636 CPUtime=25.48 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 37737 0 0 0 2541 7 0 0 25 0 4 0 651183199 491147264 76412 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=479636 CPUtime=25.48 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 42420 0 0 0 2540 8 0 0 25 0 4 0 651183199 491147264 76412 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=479636 CPUtime=25.15 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 32833 0 0 0 2505 10 0 0 25 0 4 0 651183199 491147264 76412 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 479636

[startup+51.1004 s]
/proc/loadavg: 6.26 5.52 6.52 10/392 27643
/proc/meminfo: memFree=26452028/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=647248 CPUtime=203.69 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 214479 0 0 0 20318 51 0 0 25 0 4 0 651183199 662781952 94604 33554432000 4194304 4650419 140736063950720 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 161812 94604 393 112 0 156777 0
[pid=27632/tid=27635] ppid=27629 vsize=647248 CPUtime=51.08 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 50385 0 0 0 5098 10 0 0 25 0 4 0 651183199 662781952 94604 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=647248 CPUtime=51.08 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 62885 0 0 0 5093 15 0 0 25 0 4 0 651183199 662781952 94604 33554432000 4194304 4650419 140736063950720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=647248 CPUtime=50.43 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 44277 0 0 0 5031 12 0 0 25 0 4 0 651183199 662781952 94604 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366950 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (KiB) 647248

[startup+102.316 s]
/proc/loadavg: 7.30 5.94 6.60 10/392 27645
/proc/meminfo: memFree=26272312/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=718244 CPUtime=407.88 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 326297 0 0 0 40702 86 0 0 25 0 4 0 651183199 735481856 121219 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27632/statm: 179561 121219 393 112 0 174526 0
[pid=27632/tid=27635] ppid=27629 vsize=718244 CPUtime=102.3 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 77814 0 0 0 10213 17 0 0 25 0 4 0 651183199 735481856 121219 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=718244 CPUtime=102.29 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 92611 0 0 0 10201 28 0 0 25 0 4 0 651183199 735481856 121219 33554432000 4194304 4650419 140736063950720 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=718244 CPUtime=100.98 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 82454 0 0 0 10075 23 0 0 25 0 4 0 651183199 735481856 121219 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.88
Current children cumulated vsize (KiB) 718244

[startup+162.301 s]

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

[pid=27632] ppid=27629 vsize=1003924 CPUtime=2798.99 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 911120 0 0 0 279550 349 0 0 25 0 4 0 651183199 1028018176 174852 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 250981 174852 393 112 0 245946 0
[pid=27632/tid=27635] ppid=27629 vsize=1003924 CPUtime=702.11 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 144015 0 0 0 70181 30 0 0 25 0 4 0 651183199 1028018176 174852 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1003924 CPUtime=701.61 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 70039 122 0 0 25 0 4 0 651183199 1028018176 174852 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1003924 CPUtime=700.71 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 224362 0 0 0 69965 106 0 0 25 0 4 0 651183199 1028018176 174852 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2798.99
Current children cumulated vsize (KiB) 1003924

[startup+762.316 s]
/proc/loadavg: 8.13 7.90 7.37 10/392 27674
/proc/meminfo: memFree=25834876/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=1124588 CPUtime=3038.26 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 1000445 0 0 0 303442 384 0 0 25 0 4 0 651183199 1151578112 184028 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 281147 184028 393 112 0 276112 0
[pid=27632/tid=27635] ppid=27629 vsize=1124588 CPUtime=762.13 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 179087 0 0 0 76169 44 0 0 25 0 4 0 651183199 1151578112 184028 33554432000 4194304 4650419 140736063950720 18446744073709551615 4333687 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1124588 CPUtime=761.62 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 76040 122 0 0 25 0 4 0 651183199 1151578112 184028 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1124588 CPUtime=760.73 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 256399 0 0 0 75954 119 0 0 25 0 4 0 651183199 1151578112 184028 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3038.26
Current children cumulated vsize (KiB) 1124588

[startup+822.301 s]
/proc/loadavg: 8.12 7.93 7.41 10/392 27676
/proc/meminfo: memFree=25857432/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=1125348 CPUtime=3277.42 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 1060924 0 0 0 327338 404 0 0 25 0 4 0 651183199 1152356352 180887 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 281337 180887 393 112 0 276302 0
[pid=27632/tid=27635] ppid=27629 vsize=1125348 CPUtime=822.11 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 206467 0 0 0 82153 58 0 0 25 0 4 0 651183199 1152356352 180887 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1125348 CPUtime=821.6 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 82038 122 0 0 25 0 4 0 651183199 1152356352 180887 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1125348 CPUtime=820.71 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 277923 0 0 0 81949 122 0 0 25 0 4 0 651183199 1152356352 180887 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3277.42
Current children cumulated vsize (KiB) 1125348

[startup+882.301 s]
/proc/loadavg: 8.10 7.96 7.45 10/392 27677
/proc/meminfo: memFree=25847368/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=1125348 CPUtime=3516.59 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 1083179 0 0 0 351252 407 0 0 25 0 4 0 651183199 1152356352 180907 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 281337 180907 393 112 0 276302 0
[pid=27632/tid=27635] ppid=27629 vsize=1125348 CPUtime=882.11 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 206467 0 0 0 88153 58 0 0 25 0 4 0 651183199 1152356352 180907 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1125348 CPUtime=881.58 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 88036 122 0 0 25 0 4 0 651183199 1152356352 180907 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1125348 CPUtime=880.71 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 299557 0 0 0 87946 125 0 0 25 0 4 0 651183199 1152356352 180907 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3516.59
Current children cumulated vsize (KiB) 1125348

[startup+942.301 s]
/proc/loadavg: 8.10 7.98 7.49 10/392 27679
/proc/meminfo: memFree=25832976/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=1125348 CPUtime=3755.8 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 1106444 0 0 0 375168 412 0 0 25 0 4 0 651183199 1152356352 181355 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 281337 181355 393 112 0 276302 0
[pid=27632/tid=27635] ppid=27629 vsize=1125348 CPUtime=942.11 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 207066 0 0 0 94153 58 0 0 25 0 4 0 651183199 1152356352 181355 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1125348 CPUtime=941.57 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 94035 122 0 0 25 0 4 0 651183199 1152356352 181355 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1125348 CPUtime=940.71 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 321481 0 0 0 93942 129 0 0 25 0 4 0 651183199 1152356352 181355 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476411 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3755.8
Current children cumulated vsize (KiB) 1125348

[startup+1002.3 s]
/proc/loadavg: 8.08 8.00 7.52 10/392 27681
/proc/meminfo: memFree=25832328/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=1126348 CPUtime=3995.01 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 1181826 0 0 0 399062 439 0 0 25 0 4 0 651183199 1153380352 177660 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 281587 177660 393 112 0 276552 0
[pid=27632/tid=27635] ppid=27629 vsize=1126348 CPUtime=1002.11 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 246245 0 0 0 100131 80 0 0 25 0 4 0 651183199 1153380352 177660 33554432000 4194304 4650419 140736063950720 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1126348 CPUtime=1001.56 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 100034 122 0 0 25 0 4 0 651183199 1153380352 177660 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1126348 CPUtime=1000.72 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 344335 0 0 0 99940 132 0 0 25 0 4 0 651183199 1153380352 177660 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3995.01
Current children cumulated vsize (KiB) 1126348

[startup+1062.3 s]
/proc/loadavg: 8.14 8.03 7.56 10/392 27682
/proc/meminfo: memFree=25841108/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=1127156 CPUtime=4234.21 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 1259035 0 0 0 422956 465 0 0 25 0 4 0 651183199 1154207744 182528 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 281789 182528 393 112 0 276754 0
[pid=27632/tid=27635] ppid=27629 vsize=1127156 CPUtime=1062.11 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 285897 0 0 0 106110 101 0 0 25 0 4 0 651183199 1154207744 182528 33554432000 4194304 4650419 140736063950720 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1127156 CPUtime=1061.54 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 106032 122 0 0 25 0 4 0 651183199 1154207744 182528 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1127156 CPUtime=1060.72 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 361750 0 0 0 105937 135 0 0 25 0 4 0 651183199 1154207744 182528 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4234.21
Current children cumulated vsize (KiB) 1127156

[startup+1122.3 s]
/proc/loadavg: 8.13 8.05 7.59 10/392 27684
/proc/meminfo: memFree=25731700/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=1193108 CPUtime=4473.4 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 1316226 0 0 0 446854 486 0 0 25 0 4 0 651183199 1221742592 195820 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 298277 195820 393 112 0 293242 0
[pid=27632/tid=27635] ppid=27629 vsize=1193108 CPUtime=1122.11 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 316066 0 0 0 112094 117 0 0 25 0 4 0 651183199 1221742592 195820 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1193108 CPUtime=1121.54 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 112032 122 0 0 25 0 4 0 651183199 1221742592 195820 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1193108 CPUtime=1120.72 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 385362 0 0 0 111933 139 0 0 25 0 4 0 651183199 1221742592 195820 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4473.4
Current children cumulated vsize (KiB) 1193108

[startup+1182.3 s]
/proc/loadavg: 8.14 8.07 7.63 10/392 27685
/proc/meminfo: memFree=25709824/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=1206800 CPUtime=4712.6 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 1370107 0 0 0 470757 503 0 0 25 0 4 0 651183199 1235763200 204097 33554432000 4194304 4650419 140736063950720 18446744073709551615 4366943 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 301700 204097 393 112 0 296665 0
[pid=27632/tid=27635] ppid=27629 vsize=1206800 CPUtime=1182.11 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 331112 0 0 0 118092 119 0 0 25 0 4 0 651183199 1235763200 204097 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1206800 CPUtime=1181.53 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 118031 122 0 0 25 0 4 0 651183199 1235763200 204097 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1206800 CPUtime=1180.72 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 401954 0 0 0 117931 141 0 0 25 0 4 0 651183199 1235763200 204097 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4712.6
Current children cumulated vsize (KiB) 1206800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.39 8.13 7.66 5/387 27687
/proc/meminfo: memFree=26238824/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=1207020 CPUtime=4800.34 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 1390333 0 0 0 479523 511 0 0 25 0 4 0 651183199 1235988480 202373 33554432000 4194304 4650419 140736063950720 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 301755 202373 393 112 0 296720 0
[pid=27632/tid=27635] ppid=27629 vsize=1207020 CPUtime=1204.12 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 336294 0 0 0 120293 119 0 0 25 0 4 0 651183199 1235988480 202373 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1207020 CPUtime=1203.53 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 120231 122 0 0 25 0 4 0 651183199 1235988480 202373 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1207020 CPUtime=1202.74 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 408145 0 0 0 120132 142 0 0 25 0 4 0 651183199 1235988480 202373 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1207020

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

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

[startup+1204.3 s]
/proc/loadavg: 8.39 8.13 7.66 5/387 27687
/proc/meminfo: memFree=26238824/32950928 swapFree=44388876/67111528
[pid=27632] ppid=27629 vsize=1207020 CPUtime=4800.34 cores=0,2,4,6
/proc/27632/stat : 27632 (strangenight1-m) R 27629 27632 26816 0 -1 4202496 1390333 0 0 0 479523 511 0 0 25 0 4 0 651183199 1235988480 202373 33554432000 4194304 4650419 140736063950720 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27632/statm: 301755 202373 393 112 0 296720 0
[pid=27632/tid=27635] ppid=27629 vsize=1207020 CPUtime=1204.12 cores=0,2,4,6
/proc/27632/task/27635/stat : 27635 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 336294 0 0 0 120293 119 0 0 25 0 4 0 651183199 1235988480 202373 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=1207020 CPUtime=1203.53 cores=0,2,4,6
/proc/27632/task/27636/stat : 27636 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 311462 0 0 0 120231 122 0 0 25 0 4 0 651183199 1235988480 202373 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=1207020 CPUtime=1202.74 cores=0,2,4,6
/proc/27632/task/27639/stat : 27639 (strangenight1-m) R 27629 27632 26816 0 -1 4202560 408145 0 0 0 120132 142 0 0 25 0 4 0 651183199 1235988480 202373 33554432000 4194304 4650419 140736063950720 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1207020

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.35
CPU time (s): 4800.4
CPU user time (s): 4795.25
CPU system time (s): 5.15322
CPU usage (%): 398.587
Max. virtual memory (cumulated for all children) (KiB): 1207020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.25
system time used= 5.15322
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1390335
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= 3872
involuntary context switches= 44965

runsolver used 4.31534 second user time and 11.4723 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-14 19:57:25
IDJOB=3368520
IDBENCH=82529
IDSOLVER=1846
FILE ID=node126/3368520-1305395845
RUNJOBID= node126-1305395845-27615
PBS_JOBID= 13324434
Free space on /tmp= 73324 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368520-1305395845/watcher-3368520-1305395845 -o /tmp/evaluation-result-3368520-1305395845/solver-3368520-1305395845 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368520-1305395845.cnf

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

MD5SUM BENCH= 187184c44e9c5a07f5a8f762e04588fa
RANDOM SEED=836625996

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27053920 kB
Buffers:        253196 kB
Cached:        2435056 kB
SwapCached:      92524 kB
Active:         733136 kB
Inactive:      4912844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27053920 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           13600 kB
Writeback:           0 kB
AnonPages:     2877760 kB
Mapped:          14884 kB
Slab:           108992 kB
PageTables:      75532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88086496 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= 73320 MiB
End job on node126 at 2011-05-14 20:17:31