Trace number 3175065

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.2 1201.75

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1305346115-067-UNKNOWN.cnf
MD5SUM0c1f90cdbd54dc48a7f7e4333f537217
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.0699
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175065-1304080982.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.03	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.03	c -- vars added       1500
0.00/0.03	c Parsing time:  0.07 s
0.00/0.03	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.00/0.19	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.62
0.00/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.74/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.74/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.74/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.74/0.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.74/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
0.74/0.90	c Finding binary XORs  T:     0.00 s  found:       0
0.74/0.90	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.74/0.90	c calculated reachability. Time: 0.00
0.74/0.90	c Calc default polars -  time:   0.01 s pos:     704 undec:      63 neg:     733
0.74/0.90	c =========================================================================================
0.74/0.90	c types(t): F = full restart, N = normal restart
0.74/0.90	c types(t): S = simplification begin/end, E = solution found
0.74/0.90	c restart types(rt): st = static, dy = dynamic
0.74/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.74/0.90	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.74/0.90	c  N dy    19      4009      1500     30000         0      4003    150000    632512    116.86    168.50  --
3.60/1.00	c  N dy    46      8092      1500     30000         0      5589    150000    637430    120.94    134.13  --
5.16/1.39	c  N dy    73     12257      1500     30000         0      5507    150000    404827    121.41    128.56  --
6.76/1.79	c  N dy   100     16409      1500     30000         0      9656    150000   1040322    121.74    129.75  --
8.75/2.21	c  N dy   126     20455      1500     30000         0      8079    150000    606322    121.51    128.65  --
10.36/2.62	c  N dy   149     24565      1500     30000         0     12188    150000   1221016    121.49    131.27  --
10.36/2.67	c  F st   152     25000      1500     30000         0     12623    150000   1285729    121.41    117.60  --
12.75/3.20	c  N dy   158     30000      1500     30000         0     10804    150000    900460    121.41   no data  --
12.75/3.20	c  S st   158     30000      1500     30000         0     10804    150000    900460    121.41   no data  --
12.75/3.26	c  S st   158     30503      1500     30000         0     11307    150000    967059    121.41   no data  --
12.75/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.75/3.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.75/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
13.15/3.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.15/3.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.15/3.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
21.13/5.34	c lits-rem:      1954  cl-subs:       16  v-elim:      0  v-fix:    0  time:  7.99 s
21.93/5.57	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.92
21.93/5.58	c calculated reachability. Time: 0.00
21.93/5.58	c  N dy   158     30503      1500     30000         0     11291    150000    959804    121.41   no data  --
23.94/6.08	c  N dy   182     34850      1500     30000         0     15635    150000   1625945    121.38    128.27  --
25.93/6.53	c  N dy   206     38928      1500     30000         0     11814    150000    861379    121.35    131.97  --
27.93/7.03	c  N dy   235     43151      1500     30000         0     16033    150000   1512069    121.65    129.59  --
29.14/7.38	c  S st   256     45754      1500     30000         0      9689    150000    389438    121.86   no data  --
29.55/7.45	c  S st   256     46258      1500     30000         0     10193    150000    458813    121.86   no data  --
29.55/7.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.55/7.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.55/7.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
29.55/7.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.55/7.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.55/7.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
29.55/7.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.88/12.07	c lits-rem:      1156  cl-subs:        0  v-elim:      0  v-fix:    0  time: 18.18 s
47.88/12.07	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
47.88/12.08	c vivif2 --  cl tried    10193 cl shrink        0 lits rem          0 time: 0.02
48.68/12.29	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.84
48.68/12.29	c calculated reachability. Time: 0.00
48.68/12.29	c  N dy   256     46258      1500     30000         0     10193    150000    457657    121.86   no data  --
50.67/12.77	c  N dy   285     50474      1500     30000         0     14406    150000   1113391    122.20    129.30  --
52.68/13.28	c  N dy   308     54525      1500     30000         0     18456    150000   1732630    122.17    129.02  --
54.67/13.77	c  N dy   338     58536      1500     30000         0     12492    150000    675770    122.55    134.96  --
56.66/14.26	c  N dy   362     62597      1500     30000         0     16551    150000   1303389    122.63    129.12  --
58.67/14.76	c  N dy   384     66686      1500     30000         0     20639    150000   1922639    122.53    129.12  --
60.28/15.12	c  S st   403     69387      1500     30000         0     12357    150000    506605    122.68    126.19  --
60.28/15.19	c  S st   403     69888      1500     30000         0     12858    150000    575885    122.68   no data  --
60.28/15.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.28/15.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.66/15.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
60.66/15.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.66/15.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.66/15.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
60.66/15.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
80.23/20.11	c lits-rem:      1660  cl-subs:        1  v-elim:      0  v-fix:    0  time: 19.39 s
80.23/20.11	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
80.23/20.11	c vivif2 --  cl tried    12857 cl shrink        0 lits rem          0 time: 0.02
81.43/20.40	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 1.14
81.43/20.40	c calculated reachability. Time: 0.00
81.43/20.40	c  N dy   403     69888      1500     30000         0     12857    150000    573859    122.68   no data  --
83.43/20.98	c  N dy   430     74398      1500     30000         0     17365    150000   1265926    122.70    129.22  --
86.24/21.67	c  N dy   457     79259      1500     30000         0     22222    150000   2006279    122.64    129.92  --
89.42/22.41	c  N dy   494     84591      1500     30000         0     15564    150000    858117    122.80    129.55  --
91.03/22.82	c  F st   514     87501      1500     30000         0     18472    150000   1314120    122.90   no data  --
92.61/23.27	c  N st   519     90799      1500     30000         0     21763    150000   1854862    122.90   no data  --
96.61/24.21	c  N dy   542     96924      1500     30000         0     14899    150000    613872    122.93    130.02  --
100.20/25.14	c  N dy   583    103230      1500     30000         0     21200    150000   1579041    122.95    130.63  --
101.00/25.38	c  S st   593    104833      1500     30000         0     22802    150000   1823459    122.96    124.66  --
101.40/25.49	c  S st   593    105343      1500     30000         0     23312    150000   1891033    122.96   no data  --
101.40/25.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
101.40/25.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.79/25.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
102.20/25.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.20/25.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.20/25.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
102.20/25.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
147.31/36.97	c lits-rem:       953  cl-subs:       21  v-elim:      0  v-fix:    0  time: 45.28 s
147.31/36.97	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
147.31/36.99	c vivif2 --  cl tried    23291 cl shrink        0 lits rem          0 time: 0.07
148.91/37.33	c asymm  cl-useful: 0/28510/30000 lits-rem:0 time: 1.37
148.91/37.34	c calculated reachability. Time: 0.00
148.91/37.34	c  N dy   593    105343      1500     30000         0     23291    150000   1882861    122.96   no data  --
152.90/38.31	c  N dy   632    112097      1500     30000         0     16055    150000    641618    122.88    129.50  --
156.51/39.30	c  N dy   676    119345      1500     30000         0     23302    150000   1757089    122.86    131.76  --
161.31/40.47	c  N dy   722    127112      1500     30000         0     16074    150000    499031    122.81    129.41  --
166.07/41.62	c  N dy   776    135429      1500     30000         0     24386    150000   1782180    122.92    131.72  --
171.66/43.00	c  N dy   824    144364      1500     30000         0     17322    150000    541889    122.86    135.71  --
176.86/44.32	c  N dy   887    153645      1500     30000         0     26600    150000   1969622    122.94    130.99  --
179.66/45.01	c  S st   914    158018      1500     30000         0     30972    150000   2650712    122.98   no data  --
180.05/45.13	c  S st   914    158520      1500     30000         0     31473    150000   2713536    122.98   no data  --
180.05/45.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
180.05/45.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
180.05/45.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
180.45/45.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.45/45.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.45/45.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
180.45/45.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
285.51/71.58	c lits-rem:       970  cl-subs:       11  v-elim:      0  v-fix:    0  time: 104.93 s
285.51/71.59	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
285.91/71.61	c vivif2 --  cl tried    31462 cl shrink        0 lits rem          0 time: 0.11
285.91/71.65	c asymm  cl-useful: 0/1490/30000 lits-rem:0 time: 0.12
285.91/71.65	c calculated reachability. Time: 0.00
285.91/71.65	c  N dy   914    158520      1500     30000         0     31462    150000   2708722    122.98   no data  --
291.89/73.16	c  N dy   974    168725      1500     30000         0     24670    150000   1543349    122.98    132.12  --
299.09/74.92	c  N dy  1030    179512      1500     30000         0     35448    150000   3202876    122.95    131.59  --
305.90/76.63	c  N dy  1100    190988      1500     30000         0     28931    150000   2033465    122.96    132.54  --
313.87/78.64	c  N dy  1171    203260      1500     30000         0     22205    150000    866763    123.01    131.71  --
321.86/80.68	c  N dy  1240    216288      1500     30000         0     35225    150000   2873735    122.99    141.36  --
330.64/82.89	c  N dy  1315    230092      1500     30000         0     29027    150000   1774584    122.96    132.02  --
335.84/84.19	c  S st  1363    237780      1500     30000         0     36713    150000   2949850    122.95    114.96  --
336.66/84.33	c  S st  1363    238283      1500     30000         0     37216    150000   3018452    122.95   no data  --
336.66/84.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
336.66/84.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
336.66/84.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
337.06/84.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.06/84.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.06/84.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
337.06/84.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1024.49/256.57	c lits-rem:       457  cl-subs:       28  v-elim:      0  v-fix:    0  time: 686.54 s
1024.49/256.57	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1024.89/256.60	c vivif2 --  cl tried    37188 cl shrink        0 lits rem          0 time: 0.12
1026.50/257.08	c asymm  cl-useful: 0/22197/30000 lits-rem:0 time: 1.93
1026.50/257.09	c calculated reachability. Time: 0.00
1026.50/257.09	c  N dy  1363    238283      1500     30000         0     37188    150000   3008692    122.95   no data  --
1038.46/260.05	c  N dy  1458    253605      1500     30000         0     31519    150000   2020100    123.08    129.92  --
1051.65/263.34	c  N dy  1553    269808      1500     30000         0     25723    150000    963896    123.10    129.66  --
1065.23/266.78	c  N dy  1662    287091      1500     30000         0     42992    150000   3605750    123.08    129.57  --
1079.63/270.31	c  N dy  1757    305447      1500     30000         0     38350    150000   2738666    122.96    133.22  --
1080.01/270.47	c  F st  1762    306250      1500     30000         0     39153    150000   2858528    122.95   no data  --
1095.19/274.27	c  N dy  1844    324958      1500     30000         0     33863    150000   1938878    122.92    129.61  --
1112.77/278.60	c  N dy  1966    344974      1500     30000         0     28886    150000   1021148    122.94    130.30  --
1122.75/281.15	c  S st  2054    357424      1500     30000         0     41330    150000   2962004    123.04   no data  --
1123.57/281.32	c  S st  2054    357927      1500     30000         0     41833    150000   3028058    123.04   no data  --
1123.57/281.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1123.57/281.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1123.57/281.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
1123.94/281.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1123.94/281.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1123.94/281.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1123.94/281.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1877.71/470.16	c lits-rem:       499  cl-subs:       10  v-elim:      0  v-fix:    0  time: 752.93 s
1877.71/470.17	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1878.11/470.20	c vivif2 --  cl tried    41823 cl shrink        0 lits rem          0 time: 0.12
1878.52/470.40	c asymm  cl-useful: 0/7803/30000 lits-rem:0 time: 0.79
1878.94/470.40	c calculated reachability. Time: 0.00
1878.94/470.40	c  N dy  2054    357927      1500     30000         0     41823    150000   3024504    123.04   no data  --
1894.10/474.25	c  N dy  2184    377995      1500     30000         0     35890    150000   1963113    123.12    130.07  --
1910.09/478.26	c  N dy  2305    397998      1500     30000         0     28899    150000    724028    123.15    141.85  --
1925.25/482.10	c  N dy  2425    418320      1500     30000         0     49209    150000   3867612    123.18    131.05  --
1941.23/486.05	c  N dy  2543    438539      1500     30000         0     41429    150000   2517580    123.18    130.36  --
1958.80/490.49	c  N dy  2664    458807      1500     30000         0     32704    150000   1018382    123.17    133.16  --
1974.79/494.48	c  N dy  2777    478825      1500     30000         0     52710    150000   4072970    123.12    130.94  --
1991.96/498.70	c  N dy  2901    498951      1500     30000         0     42844    150000   2459401    123.18    131.45  --
2010.75/503.50	c  N dy  3015    519203      1500     30000         0     32112    150000    636227    123.13    130.14  --
2025.52/507.12	c  S st  3120    536890      1500     30000         0     49793    150000   3389672    123.17   no data  --
2025.92/507.29	c  S st  3120    537395      1500     30000         0     50298    150000   3460428    123.17   no data  --
2025.92/507.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2026.32/507.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2026.32/507.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
2026.72/507.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2026.72/507.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2026.72/507.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2026.72/507.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3007.38/752.98	c lits-rem:       219  cl-subs:       19  v-elim:      0  v-fix:    0  time: 980.44 s
3007.38/752.99	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
3007.78/753.02	c vivif2 --  cl tried    50279 cl shrink        0 lits rem          0 time: 0.15
3009.78/753.52	c asymm  cl-useful: 0/18702/30000 lits-rem:0 time: 1.99
3009.78/753.52	c calculated reachability. Time: 0.00
3009.78/753.52	c  N dy  3120    537395      1500     30000         0     50279    150000   3453960    123.17   no data  --
3029.75/758.58	c  N dy  3238    557507      1500     30000         0     38393    150000   1455320    123.18    132.40  --
3049.32/763.46	c  N dy  3354    577596      1500     30000         0     58472    150000   4544501    123.18    148.35  --
3068.90/768.36	c  N dy  3477    597786      1500     30000         0     45667    150000   2457291    123.24    129.83  --
3090.07/773.61	c  N dy  3595    617787      1500     30000         0     65659    150000   5531511    123.22    130.43  --
3108.85/778.35	c  N dy  3714    637907      1500     30000         0     51783    150000   3230212    123.22    129.74  --
3130.82/783.84	c  N dy  3835    658029      1500     30000         0     36909    150000    784858    123.24    130.05  --
3149.98/788.64	c  N dy  3964    678116      1500     30000         0     56981    150000   3900789    123.27    144.03  --
3171.96/794.17	c  N dy  4086    698197      1500     30000         0     41076    150000   1291782    123.30    148.00  --
3191.93/799.17	c  N dy  4197    718549      1500     30000         0     61413    150000   4385799    123.25    130.13  --
3212.30/804.22	c  N dy  4316    738588      1500     30000         0     44460    150000   1679665    123.28    133.64  --
3231.88/809.19	c  N dy  4436    759173      1500     30000         0     65031    150000   4853684    123.29    131.89  --
3252.25/814.23	c  N dy  4547    779205      1500     30000         0     47075    150000   1910934    123.26    130.92  --
3272.25/819.28	c  N dy  4674    799230      1500     30000         0     67090    150000   5031566    123.31    130.05  --
3280.21/821.23	c  S st  4712    806092      1500     30000         0     73946    150000   6082566    123.30   no data  --
3281.02/821.46	c  S st  4712    806595      1500     30000         0     74449    150000   6154804    123.30   no data  --
3281.02/821.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3281.02/821.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3281.40/821.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.27
3282.20/821.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3282.20/821.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3282.20/821.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3282.20/821.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175065-1304080982/watcher-3175065-1304080982 -o /tmp/evaluation-result-3175065-1304080982/solver-3175065-1304080982 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175065-1304080982.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.03 8.05 8.00 1/173 11363
/proc/meminfo: memFree=26618984/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 416 0 0 0 0 0 0 0 22 0 4 0 519696834 52465664 356 33554432000 4194304 4650419 140735199323104 18446744073709551615 47607081650177 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11363/statm: 12809 356 306 112 0 7774 0
[pid=11363/tid=11364] ppid=11361 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 519696834 52465664 356 33554432000 4194304 4650419 140735199323104 18446744073709551615 47607081650088 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 519696834 52465664 356 33554432000 4194304 4650419 140735199323104 18446744073709551615 47607081650098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 4 0 519696834 52465664 356 33554432000 4194304 4650419 140735199323104 18446744073709551615 242970550203 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0977151 s]
/proc/loadavg: 8.03 8.05 8.00 1/173 11363
/proc/meminfo: memFree=26618984/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=291672 CPUtime=0.74 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) S 11361 11363 11258 0 -1 4202496 6129 0 0 0 72 2 0 0 18 0 4 0 519696834 298672128 5132 33554432000 4194304 4650419 140735199323104 18446744073709551615 242970655214 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 73861 6954 383 112 0 68826 0
[pid=11363/tid=11364] ppid=11361 vsize=295576 CPUtime=0.19 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 2680 0 0 0 19 0 0 0 18 0 4 0 519696834 302669824 7123 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476143 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=295976 CPUtime=0.19 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 2285 0 0 0 18 1 0 0 18 0 4 0 519696834 303079424 7310 33554432000 4194304 4650419 140735199323104 18446744073709551615 242970593463 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=295976 CPUtime=0.18 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 1258 0 0 0 18 0 0 0 18 0 4 0 519696834 303079424 7310 33554432000 4194304 4650419 140735199323104 18446744073709551615 4329296 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 291672

[startup+0.910049 s]
/proc/loadavg: 8.03 8.05 8.00 1/173 11363
/proc/meminfo: memFree=26618984/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=306256 CPUtime=3.6 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 17679 0 0 0 355 5 0 0 19 0 4 0 519696834 313606144 11474 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 76564 11474 391 112 0 71529 0
[pid=11363/tid=11364] ppid=11361 vsize=306256 CPUtime=0.89 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 4732 0 0 0 89 0 0 0 19 0 4 0 519696834 313606144 11474 33554432000 4194304 4650419 140735199323104 18446744073709551615 4334008 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=306256 CPUtime=0.89 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 4714 0 0 0 88 1 0 0 19 0 4 0 519696834 313606144 11474 33554432000 4194304 4650419 140735199323104 18446744073709551615 4360375 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=306256 CPUtime=0.89 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 3054 0 0 0 88 1 0 0 19 0 4 0 519696834 313606144 11474 33554432000 4194304 4650419 140735199323104 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 306256

[startup+1.01003 s]
/proc/loadavg: 8.03 8.05 8.00 1/173 11363
/proc/meminfo: memFree=26618984/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=306256 CPUtime=4 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 18374 0 0 0 395 5 0 0 19 0 4 0 519696834 313606144 12169 33554432000 4194304 4650419 140735199323104 18446744073709551615 4328378 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 76564 12169 391 112 0 71529 0
[pid=11363/tid=11364] ppid=11361 vsize=306256 CPUtime=1 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 4901 0 0 0 99 1 0 0 19 0 4 0 519696834 313606144 12169 33554432000 4194304 4650419 140735199323104 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=306256 CPUtime=0.99 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 4877 0 0 0 98 1 0 0 19 0 4 0 519696834 313606144 12169 33554432000 4194304 4650419 140735199323104 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=306256 CPUtime=0.99 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 3250 0 0 0 98 1 0 0 19 0 4 0 519696834 313606144 12170 33554432000 4194304 4650419 140735199323104 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 306256

[startup+1.11005 s]
/proc/loadavg: 8.03 8.05 8.00 1/173 11363
/proc/meminfo: memFree=26618984/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=306556 CPUtime=4.39 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 19715 0 0 0 434 5 0 0 19 0 4 0 519696834 313913344 12189 33554432000 4194304 4650419 140735199323104 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 76639 12189 391 112 0 71604 0
[pid=11363/tid=11364] ppid=11361 vsize=306556 CPUtime=1.1 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 5064 0 0 0 109 1 0 0 19 0 4 0 519696834 313913344 12189 33554432000 4194304 4650419 140735199323104 18446744073709551615 4304159 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=306556 CPUtime=1.09 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 5037 0 0 0 108 1 0 0 19 0 4 0 519696834 313913344 12189 33554432000 4194304 4650419 140735199323104 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=306556 CPUtime=1.09 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 4109 0 0 0 108 1 0 0 19 0 4 0 519696834 313913344 12189 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 306556

[startup+1.50095 s]
/proc/loadavg: 8.03 8.05 8.00 1/173 11363
/proc/meminfo: memFree=26618984/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=307124 CPUtime=5.96 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 23946 0 0 0 589 7 0 0 20 0 4 0 519696834 314494976 12425 33554432000 4194304 4650419 140735199323104 18446744073709551615 4333812 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 76781 12425 391 112 0 71746 0
[pid=11363/tid=11364] ppid=11361 vsize=307124 CPUtime=1.49 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 6140 0 0 0 148 1 0 0 20 0 4 0 519696834 314494976 12426 33554432000 4194304 4650419 140735199323104 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=307124 CPUtime=1.48 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 6317 0 0 0 147 1 0 0 20 0 4 0 519696834 314494976 12426 33554432000 4194304 4650419 140735199323104 18446744073709551615 4229486 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=307124 CPUtime=1.48 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 4742 0 0 0 146 2 0 0 19 0 4 0 519696834 314494976 12427 33554432000 4194304 4650419 140735199323104 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 307124

[startup+3.10067 s]
/proc/loadavg: 7.70 7.98 7.98 9/182 11398
/proc/meminfo: memFree=26548376/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=308072 CPUtime=12.35 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 38065 0 0 0 1225 10 0 0 25 0 4 0 519696834 315465728 13470 33554432000 4194304 4650419 140735199323104 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 77018 13471 392 112 0 71983 0
[pid=11363/tid=11364] ppid=11361 vsize=308072 CPUtime=3.08 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 9663 0 0 0 307 1 0 0 25 0 4 0 519696834 315465728 13471 33554432000 4194304 4650419 140735199323104 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=308072 CPUtime=3.08 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 9849 0 0 0 306 2 0 0 25 0 4 0 519696834 315465728 13471 33554432000 4194304 4650419 140735199323104 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=308072 CPUtime=3.08 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 8370 0 0 0 306 2 0 0 25 0 4 0 519696834 315465728 13471 33554432000 4194304 4650419 140735199323104 18446744073709551615 4355019 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 308072

[startup+6.30612 s]
/proc/loadavg: 8.05 8.05 8.00 10/182 11398
/proc/meminfo: memFree=26400392/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=344536 CPUtime=25.15 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 72688 0 0 0 2497 18 0 0 25 0 4 0 519696834 352804864 37932 33554432000 4194304 4650419 140735199323104 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 86134 37932 393 112 0 81099 0
[pid=11363/tid=11364] ppid=11361 vsize=344536 CPUtime=6.29 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 14050 0 0 0 627 2 0 0 25 0 4 0 519696834 352804864 37932 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=344536 CPUtime=6.28 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 21488 0 0 0 623 5 0 0 25 0 4 0 519696834 352804864 37932 33554432000 4194304 4650419 140735199323104 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=344536 CPUtime=6.28 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 19240 0 0 0 623 5 0 0 25 0 4 0 519696834 352804864 37932 33554432000 4194304 4650419 140735199323104 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 344536

[startup+12.701 s]
/proc/loadavg: 8.04 8.05 8.00 9/182 11398
/proc/meminfo: memFree=26368052/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=346100 CPUtime=50.67 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 86979 0 0 0 5040 27 0 0 25 0 4 0 519696834 354406400 39672 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365535 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 86525 39672 393 112 0 81490 0
[pid=11363/tid=11364] ppid=11361 vsize=346100 CPUtime=12.68 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 20247 0 0 0 1263 5 0 0 25 0 4 0 519696834 354406400 39672 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=346100 CPUtime=12.65 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 22191 0 0 0 1256 9 0 0 25 0 4 0 519696834 354406400 39672 33554432000 4194304 4650419 140735199323104 18446744073709551615 4371123 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=346100 CPUtime=12.68 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 24071 0 0 0 1261 7 0 0 25 0 4 0 519696834 354406400 39672 33554432000 4194304 4650419 140735199323104 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 346100

[startup+25.5008 s]
/proc/loadavg: 8.04 8.05 8.00 9/182 11398
/proc/meminfo: memFree=26192992/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=462288 CPUtime=101.79 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 137687 0 0 0 10139 40 0 0 25 0 4 0 519696834 473382912 67488 33554432000 4194304 4650419 140735199323104 18446744073709551615 4370730 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 115572 67488 393 112 0 110537 0
[pid=11363/tid=11364] ppid=11361 vsize=462288 CPUtime=25.48 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 29277 0 0 0 2542 6 0 0 25 0 4 0 519696834 473382912 67488 33554432000 4194304 4650419 140735199323104 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=462288 CPUtime=25.44 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 35416 0 0 0 2532 12 0 0 25 0 4 0 519696834 473382912 67488 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=462288 CPUtime=25.49 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 41201 0 0 0 2537 12 0 0 25 0 4 0 519696834 473382912 67488 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 462288

[startup+51.1004 s]
/proc/loadavg: 8.09 8.06 8.00 9/182 11399
/proc/meminfo: memFree=26108108/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=599744 CPUtime=204.02 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 215066 0 0 0 20333 69 0 0 25 0 4 0 519696834 614137856 84585 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 149936 84585 393 112 0 144901 0
[pid=11363/tid=11364] ppid=11361 vsize=599744 CPUtime=51.09 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 47290 0 0 0 5096 13 0 0 25 0 4 0 519696834 614137856 84585 33554432000 4194304 4650419 140735199323104 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=599744 CPUtime=51.01 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 61185 0 0 0 5077 24 0 0 25 0 4 0 519696834 614137856 84586 33554432000 4194304 4650419 140735199323104 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=599744 CPUtime=51.08 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 62771 0 0 0 5090 18 0 0 25 0 4 0 519696834 614137856 84586 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 599744

[startup+102.301 s]
/proc/loadavg: 8.18 8.08 8.01 9/182 11400
/proc/meminfo: memFree=26038372/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=661872 CPUtime=408.53 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 306501 0 0 0 40747 106 0 0 25 0 4 0 519696834 677756928 91725 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11363/statm: 165468 91726 393 112 0 160433 0
[pid=11363/tid=11364] ppid=11361 vsize=661872 CPUtime=102.28 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 75924 0 0 0 10204 24 0 0 25 0 4 0 519696834 677756928 91726 33554432000 4194304 4650419 140735199323104 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=661872 CPUtime=102.21 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 68698 0 0 0 10196 25 0 0 25 0 4 0 519696834 677756928 91726 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=661872 CPUtime=102.28 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 108474 0 0 0 10188 40 0 0 25 0 4 0 519696834 677756928 91726 33554432000 4194304 4650419 140735199323104 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.53
Current children cumulated vsize (KiB) 661872

[startup+162.3 s]

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

[pid=11363] ppid=11361 vsize=989392 CPUtime=2805.26 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 771802 0 0 0 280193 333 0 0 25 0 4 0 519696834 1013137408 171134 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 247348 171134 393 112 0 242313 0
[pid=11363/tid=11364] ppid=11361 vsize=989392 CPUtime=702.27 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 116957 0 0 0 70182 45 0 0 25 0 4 0 519696834 1013137408 171134 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=989392 CPUtime=700.97 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 168860 0 0 0 70009 88 0 0 25 0 4 0 519696834 1013137408 171134 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=989392 CPUtime=702.28 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 392804 0 0 0 70069 159 0 0 25 0 4 0 519696834 1013137408 171134 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.26
Current children cumulated vsize (KiB) 989392

[startup+762.301 s]
/proc/loadavg: 8.04 8.04 8.00 9/182 11418
/proc/meminfo: memFree=25497952/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=989612 CPUtime=3044.93 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 786556 0 0 0 304155 338 0 0 25 0 4 0 519696834 1013362688 174483 33554432000 4194304 4650419 140735199323104 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 247403 174484 393 112 0 242368 0
[pid=11363/tid=11364] ppid=11361 vsize=989612 CPUtime=762.28 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 116957 0 0 0 76183 45 0 0 25 0 4 0 519696834 1013362688 174484 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=989612 CPUtime=760.64 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 168860 0 0 0 75976 88 0 0 25 0 4 0 519696834 1013362688 174484 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=989612 CPUtime=762.29 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 401246 0 0 0 76068 161 0 0 25 0 4 0 519696834 1013362688 174484 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.93
Current children cumulated vsize (KiB) 989612

[startup+822.301 s]
/proc/loadavg: 8.11 8.06 8.01 9/182 11419
/proc/meminfo: memFree=25476600/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=1003848 CPUtime=3284.6 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 845339 0 0 0 328090 370 0 0 25 0 4 0 519696834 1027940352 180449 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 250962 180449 393 112 0 245927 0
[pid=11363/tid=11364] ppid=11361 vsize=1003848 CPUtime=822.28 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 130431 0 0 0 82175 53 0 0 25 0 4 0 519696834 1027940352 180449 33554432000 4194304 4650419 140735199323104 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=1003848 CPUtime=820.32 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 168860 0 0 0 81944 88 0 0 25 0 4 0 519696834 1027940352 180449 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=1003848 CPUtime=822.29 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 410489 0 0 0 82067 162 0 0 25 0 4 0 519696834 1027940352 180449 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.6
Current children cumulated vsize (KiB) 1003848

[startup+882.3 s]
/proc/loadavg: 8.22 8.09 8.02 9/182 11421
/proc/meminfo: memFree=25407008/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=977632 CPUtime=3524.27 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 897248 0 0 0 352027 400 0 0 25 0 4 0 519696834 1001095168 193096 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 244408 193096 393 112 0 239373 0
[pid=11363/tid=11364] ppid=11361 vsize=977632 CPUtime=882.28 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 160399 0 0 0 88154 74 0 0 25 0 4 0 519696834 1001095168 193096 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=977632 CPUtime=879.98 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 181934 0 0 0 87903 95 0 0 25 0 4 0 519696834 1001095168 193096 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=977632 CPUtime=882.29 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 419338 0 0 0 88066 163 0 0 25 0 4 0 519696834 1001095168 193096 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.27
Current children cumulated vsize (KiB) 977632

[startup+942.301 s]
/proc/loadavg: 8.15 8.09 8.02 9/182 11423
/proc/meminfo: memFree=25422860/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=1069308 CPUtime=3763.96 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 964327 0 0 0 375953 443 0 0 25 0 4 0 519696834 1094971392 190428 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 267327 190428 393 112 0 262292 0
[pid=11363/tid=11364] ppid=11361 vsize=1069308 CPUtime=942.28 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 189359 0 0 0 94135 93 0 0 25 0 4 0 519696834 1094971392 190428 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=1069308 CPUtime=939.66 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 212380 0 0 0 93848 118 0 0 25 0 4 0 519696834 1094971392 190428 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=1069308 CPUtime=942.29 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 426993 0 0 0 94065 164 0 0 25 0 4 0 519696834 1094971392 190428 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.96
Current children cumulated vsize (KiB) 1069308

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/182 11424
/proc/meminfo: memFree=25396560/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=1070316 CPUtime=4003.62 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 1029395 0 0 0 399881 481 0 0 25 0 4 0 519696834 1096003584 191494 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476488 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 267579 191494 393 112 0 262544 0
[pid=11363/tid=11364] ppid=11361 vsize=1070316 CPUtime=1002.27 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 216828 0 0 0 100116 111 0 0 25 0 4 0 519696834 1096003584 191494 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=1070316 CPUtime=999.33 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 240420 0 0 0 99797 136 0 0 25 0 4 0 519696834 1096003584 191494 33554432000 4194304 4650419 140735199323104 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=1070316 CPUtime=1002.29 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 436550 0 0 0 100063 166 0 0 25 0 4 0 519696834 1096003584 191494 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 1070316

[startup+1062.31 s]
/proc/loadavg: 8.11 8.08 8.01 9/182 11426
/proc/meminfo: memFree=25394436/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=1123664 CPUtime=4243.31 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 1095613 0 0 0 423811 520 0 0 25 0 4 0 519696834 1150631936 195623 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 280916 195623 393 112 0 275881 0
[pid=11363/tid=11364] ppid=11361 vsize=1123664 CPUtime=1062.28 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 248767 0 0 0 106095 133 0 0 25 0 4 0 519696834 1150631936 195623 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=1123664 CPUtime=1059 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 264889 0 0 0 105748 152 0 0 25 0 4 0 519696834 1150631936 195623 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=1123664 CPUtime=1062.3 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 446360 0 0 0 106063 167 0 0 25 0 4 0 519696834 1150631936 195623 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 1123664

[startup+1122.3 s]
/proc/loadavg: 8.04 8.07 8.01 9/182 11436
/proc/meminfo: memFree=25356784/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=1138260 CPUtime=4482.95 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 1160082 0 0 0 447737 558 0 0 25 0 4 0 519696834 1165578240 198414 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 284565 198414 393 112 0 279530 0
[pid=11363/tid=11364] ppid=11361 vsize=1138260 CPUtime=1122.26 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 275992 0 0 0 112077 149 0 0 25 0 4 0 519696834 1165578240 198414 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=1138260 CPUtime=1118.67 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 292523 0 0 0 111695 172 0 0 25 0 4 0 519696834 1165578240 198414 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=1138260 CPUtime=1122.29 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 455970 0 0 0 112061 168 0 0 25 0 4 0 519696834 1165578240 198414 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.95
Current children cumulated vsize (KiB) 1138260

[startup+1182.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/182 11438
/proc/meminfo: memFree=25374260/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=1125672 CPUtime=4722.62 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 1192315 0 0 0 471681 581 0 0 25 0 4 0 519696834 1152688128 193372 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 281418 193372 393 112 0 276383 0
[pid=11363/tid=11364] ppid=11361 vsize=1125672 CPUtime=1182.26 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 275992 0 0 0 118077 149 0 0 25 0 4 0 519696834 1152688128 193372 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476483 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=1125672 CPUtime=1178.34 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 314852 0 0 0 117641 193 0 0 25 0 4 0 519696834 1152688128 193372 33554432000 4194304 4650419 140735199323104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=1125672 CPUtime=1182.29 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 465874 0 0 0 118059 170 0 0 25 0 4 0 519696834 1152688128 193372 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 1125672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.05 8.00 9/182 11438
/proc/meminfo: memFree=25294280/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=1191208 CPUtime=4800.14 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 1214775 0 0 0 479427 587 0 0 25 0 4 0 519696834 1219796992 212664 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 297802 212664 393 112 0 292767 0
[pid=11363/tid=11364] ppid=11361 vsize=1191208 CPUtime=1201.66 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 275992 0 0 0 120017 149 0 0 25 0 4 0 519696834 1219796992 212664 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=1191208 CPUtime=1197.64 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 334204 0 0 0 119565 199 0 0 25 0 4 0 519696834 1219796992 212664 33554432000 4194304 4650419 140735199323104 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=1191208 CPUtime=1201.7 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 468982 0 0 0 119999 171 0 0 25 0 4 0 519696834 1219796992 212664 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 1191208

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

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

[startup+1201.7 s]
/proc/loadavg: 8.01 8.05 8.00 9/182 11438
/proc/meminfo: memFree=25294280/32951132 swapFree=67111364/67111528
[pid=11363] ppid=11361 vsize=1191208 CPUtime=4800.14 cores=1,3,5,7
/proc/11363/stat : 11363 (strangenight1-m) R 11361 11363 11258 0 -1 4202496 1214775 0 0 0 479427 587 0 0 25 0 4 0 519696834 1219796992 212664 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 297802 212664 393 112 0 292767 0
[pid=11363/tid=11364] ppid=11361 vsize=1191208 CPUtime=1201.66 cores=1,3,5,7
/proc/11363/task/11364/stat : 11364 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 275992 0 0 0 120017 149 0 0 25 0 4 0 519696834 1219796992 212664 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11363/tid=11365] ppid=11361 vsize=1191208 CPUtime=1197.64 cores=1,3,5,7
/proc/11363/task/11365/stat : 11365 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 334204 0 0 0 119565 199 0 0 25 0 4 0 519696834 1219796992 212664 33554432000 4194304 4650419 140735199323104 18446744073709551615 4438671 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11363/tid=11366] ppid=11361 vsize=1191208 CPUtime=1201.7 cores=1,3,5,7
/proc/11363/task/11366/stat : 11366 (strangenight1-m) R 11361 11363 11258 0 -1 4202560 468982 0 0 0 119999 171 0 0 25 0 4 0 519696834 1219796992 212664 33554432000 4194304 4650419 140735199323104 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 1191208

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.2
CPU user time (s): 4794.29
CPU system time (s): 5.9121
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 1198116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.29
system time used= 5.9121
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1214775
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= 1724
involuntary context switches= 32878

runsolver used 1.74673 second user time and 4.80727 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 14:43:02
IDJOB=3175065
IDBENCH=82683
IDSOLVER=1588
FILE ID=node128/3175065-1304080982
RUNJOBID= node128-1304079777-11277
PBS_JOBID= 13170532
Free space on /tmp= 66968 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1305346115-067-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175065-1304080982/watcher-3175065-1304080982 -o /tmp/evaluation-result-3175065-1304080982/solver-3175065-1304080982 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175065-1304080982.cnf

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

MD5SUM BENCH= 0c1f90cdbd54dc48a7f7e4333f537217
RANDOM SEED=1574884851

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26619140 kB
Buffers:       1277396 kB
Cached:        4401720 kB
SwapCached:        160 kB
Active:         338072 kB
Inactive:      5407152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26619140 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7032 kB
Writeback:           0 kB
AnonPages:       66332 kB
Mapped:          15352 kB
Slab:           523672 kB
PageTables:       4652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   220696 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66960 MiB
End job on node128 at 2011-04-29 15:03:06