Trace number 3175081

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.26 1201.75

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S871131876-087-UNKNOWN.cnf
MD5SUM637b75113dde2f4a15dbf158341be921
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.8421
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
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 525000
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-3175081-1304082957.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.05/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.05/0.02	c -- vars added       1250
0.05/0.02	c Parsing time:  0.04 s
0.05/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data  --
0.05/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.49
0.05/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.59/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.59/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.59/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.59/0.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.59/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
0.59/0.90	c Finding binary XORs  T:     0.00 s  found:       0
0.59/0.90	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.59/0.90	c calculated reachability. Time: 0.00
0.59/0.90	c Calc default polars -  time:   0.01 s pos:     617 undec:      58 neg:     575
0.59/0.90	c =========================================================================================
0.59/0.90	c types(t): F = full restart, N = normal restart
0.59/0.90	c types(t): S = simplification begin/end, E = solution found
0.59/0.90	c restart types(rt): st = static, dy = dynamic
0.59/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.59/0.90	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data  --
0.59/0.90	c  N dy    18      4149      1250     25000         0      4141    125000    600812    106.55    112.59  --
0.59/0.90	c  N dy    45      8356      1250     25000         0      5849    125000    611567    109.74    115.95  --
4.81/1.30	c  N dy    70     12401      1250     25000         0      5649    125000    398728    110.04    117.49  --
6.36/1.60	c  N dy    97     16815      1250     25000         0     10059    125000   1010522    110.57    116.83  --
7.57/1.96	c  N dy   118     20907      1250     25000         0      8526    125000    627523    110.17    129.35  --
9.15/2.34	c  N dy   147     24927      1250     25000         0     12544    125000   1183553    110.69    116.60  --
9.15/2.35	c  F st   148     25000      1250     25000         0     12617    125000   1191854    110.64   no data  --
11.15/2.82	c  N dy   154     30000      1250     25000         0     10807    125000    829202    110.64   no data  --
11.15/2.82	c  S st   154     30000      1250     25000         0     10807    125000    829202    110.64   no data  --
11.15/2.88	c  S st   154     30502      1250     25000         0     11309    125000    888292    110.64   no data  --
11.15/2.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.15/2.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.15/2.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
11.55/2.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.55/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.55/2.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.33/4.63	c lits-rem:      1062  cl-subs:       51  v-elim:      0  v-fix:    0  time:  6.71 s
19.14/4.82	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.75
19.14/4.82	c calculated reachability. Time: 0.00
19.14/4.82	c  N dy   154     30502      1250     25000         0     11258    125000    871201    110.64   no data  --
20.75/5.28	c  N dy   175     34847      1250     25000         0     15602    125000   1472054    110.71    116.83  --
22.32/5.69	c  N dy   198     39045      1250     25000         0     11896    125000    801853    110.76    119.43  --
24.32/6.13	c  N dy   224     43206      1250     25000         0     16056    125000   1370879    110.72    118.86  --
25.52/6.43	c  S st   239     45754      1250     25000         0      9656    125000    357029    110.76     94.87  --
25.52/6.49	c  S st   239     46262      1250     25000         0     10164    125000    422815    110.76   no data  --
25.52/6.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.52/6.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.92/6.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
25.92/6.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.92/6.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.92/6.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
25.92/6.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
42.31/10.66	c lits-rem:      1065  cl-subs:        1  v-elim:      0  v-fix:    0  time: 16.48 s
42.31/10.66	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
42.31/10.66	c vivif2 --  cl tried    10163 cl shrink        0 lits rem          0 time: 0.02
43.09/10.83	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.68
43.09/10.83	c calculated reachability. Time: 0.00
43.09/10.83	c  N dy   239     46262      1250     25000         0     10163    125000    421710    110.76   no data  --
44.70/11.26	c  N dy   263     50448      1250     25000         0     14346    125000    998721    110.80    117.05  --
46.30/11.70	c  N dy   288     54471      1250     25000         0     18362    125000   1551755    110.88    118.32  --
48.29/12.17	c  N dy   318     58577      1250     25000         0     12497    125000    627148    111.15    118.22  --
49.88/12.58	c  N dy   339     62613      1250     25000         0     16528    125000   1177186    110.99    117.33  --
51.88/13.04	c  N dy   358     66687      1250     25000         0     20595    125000   1738407    110.95    116.82  --
53.08/13.35	c  S st   373     69393      1250     25000         0     12322    125000    469523    110.86     99.87  --
53.48/13.41	c  S st   373     69898      1250     25000         0     12827    125000    529234    110.86   no data  --
53.48/13.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
53.48/13.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.48/13.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
53.48/13.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.48/13.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.48/13.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
53.48/13.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
71.06/17.83	c lits-rem:      2010  cl-subs:        1  v-elim:      0  v-fix:    0  time: 17.47 s
71.06/17.83	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
71.06/17.84	c vivif2 --  cl tried    12826 cl shrink        0 lits rem          0 time: 0.02
71.86/18.07	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.93
71.86/18.07	c calculated reachability. Time: 0.00
71.86/18.07	c  N dy   373     69898      1250     25000         0     12826    125000    527060    110.86   no data  --
73.85/18.58	c  N dy   398     74370      1250     25000         0     17294    125000   1145434    110.81    118.85  --
76.25/19.19	c  N dy   424     79233      1250     25000         0     22153    125000   1806426    110.74    116.66  --
79.05/19.80	c  N dy   456     84291      1250     25000         0     15225    125000    736479    110.83    117.06  --
80.25/20.17	c  F st   473     87500      1250     25000         0     18432    125000   1175793    110.84    104.48  --
81.86/20.58	c  N st   478     90795      1250     25000         0     21716    125000   1669786    110.84   no data  --
85.44/21.42	c  N dy   503     96640      1250     25000         0     14566    125000    524044    110.90    117.39  --
88.23/22.16	c  N dy   530    102829      1250     25000         0     20748    125000   1356200    110.58    117.83  --
89.44/22.43	c  S st   544    104848      1250     25000         0     22765    125000   1627609    110.54   no data  --
89.84/22.52	c  S st   544    105353      1250     25000         0     23270    125000   1688080    110.54   no data  --
89.84/22.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
89.84/22.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.84/22.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
90.24/22.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.24/22.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.24/22.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
90.24/22.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
121.40/30.41	c lits-rem:      1039  cl-subs:       20  v-elim:      0  v-fix:    0  time: 31.04 s
121.40/30.41	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
121.40/30.42	c vivif2 --  cl tried    23250 cl shrink        0 lits rem          0 time: 0.07
122.59/30.75	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 1.28
122.59/30.75	c calculated reachability. Time: 0.00
122.59/30.75	c  N dy   544    105353      1250     25000         0     23250    125000   1681439    110.54   no data  --
126.20/31.64	c  N dy   586    112393      1250     25000         0     16305    125000    630272    110.51    118.19  --
129.78/32.51	c  N dy   630    119708      1250     25000         0     23613    125000   1623124    110.54    116.47  --
133.77/33.53	c  N dy   669    127378      1250     25000         0     16293    125000    498941    110.45    125.12  --
137.76/34.53	c  N dy   718    135525      1250     25000         0     24430    125000   1615438    110.44    117.60  --
142.56/35.78	c  N dy   770    144377      1250     25000         0     17296    125000    512163    110.47    116.40  --
147.35/36.97	c  N dy   820    153768      1250     25000         0     26671    125000   1803301    110.40    123.10  --
149.76/37.58	c  S st   845    158029      1250     25000         0     30931    125000   2382405    110.34   no data  --
150.16/37.68	c  S st   845    158536      1250     25000         0     31438    125000   2447704    110.34   no data  --
150.16/37.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
150.16/37.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.56/37.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
150.95/37.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.95/37.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.95/37.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
150.95/37.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
220.45/55.28	c lits-rem:       630  cl-subs:       20  v-elim:      0  v-fix:    0  time: 69.67 s
220.45/55.29	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
220.85/55.31	c vivif2 --  cl tried    31418 cl shrink        0 lits rem          0 time: 0.10
222.05/55.69	c asymm  cl-useful: 0/21835/25000 lits-rem:0 time: 1.54
222.05/55.70	c calculated reachability. Time: 0.00
222.05/55.70	c  N dy   845    158536      1250     25000         0     31418    125000   2441204    110.34   no data  --
227.63/57.08	c  N dy   905    168690      1250     25000         0     24582    125000   1378769    110.39    116.37  --
234.43/58.76	c  N dy   971    179518      1250     25000         0     35405    125000   2869636    110.39    116.29  --
240.82/60.39	c  N dy  1046    190985      1250     25000         0     28875    125000   1853291    110.50    149.40  --
248.83/62.34	c  N dy  1120    203285      1250     25000         0     22176    125000    786685    110.49    117.66  --
256.00/64.11	c  N dy  1204    216298      1250     25000         0     35181    125000   2574875    110.57    116.55  --
263.19/65.99	c  N dy  1281    230217      1250     25000         0     29106    125000   1607173    110.58    117.17  --
267.58/67.09	c  S st  1330    237804      1250     25000         0     36686    125000   2652150    110.60   no data  --
268.38/67.20	c  S st  1330    238306      1250     25000         0     37188    125000   2708738    110.60   no data  --
268.38/67.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
268.38/67.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
268.38/67.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
268.79/67.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
268.79/67.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
268.79/67.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
268.79/67.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
357.87/89.70	c lits-rem:       929  cl-subs:       20  v-elim:      0  v-fix:    0  time: 89.17 s
358.26/89.70	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
358.26/89.72	c vivif2 --  cl tried    37168 cl shrink        0 lits rem          0 time: 0.10
358.26/89.79	c asymm  cl-useful: 0/3165/25000 lits-rem:0 time: 0.28
358.26/89.80	c calculated reachability. Time: 0.00
358.26/89.80	c  N dy  1330    238306      1250     25000         0     37168    125000   2701942    110.60   no data  --
367.45/92.04	c  N dy  1424    253612      1250     25000         0     31474    125000   1807844    110.63    117.23  --
377.83/94.60	c  N dy  1522    269843      1250     25000         0     25715    125000    883173    110.68    120.14  --
388.61/97.30	c  N dy  1625    287797      1250     25000         0     43652    125000   3367643    110.73    117.23  --
399.80/100.13	c  N dy  1736    306231      1250     25000         0     39086    125000   2590436    110.76    117.80  --
399.80/100.13	c  F st  1737    306250      1250     25000         0     39105    125000   2592225    110.75   no data  --
412.18/103.29	c  N dy  1829    325782      1250     25000         0     34634    125000   1859148    110.80    118.93  --
426.16/106.76	c  N dy  1930    346183      1250     25000         0     30051    125000   1092587    110.66    116.77  --
433.77/108.63	c  S st  2005    357461      1250     25000         0     41317    125000   2649782    110.70    109.31  --
434.15/108.76	c  S st  2005    357963      1250     25000         0     41819    125000   2711797    110.70   no data  --
434.15/108.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
434.15/108.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
434.55/108.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
434.55/108.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
434.55/108.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
434.55/108.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
434.55/108.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
536.41/134.30	c lits-rem:       580  cl-subs:       33  v-elim:      0  v-fix:    0  time: 101.39 s
536.41/134.31	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
536.41/134.33	c vivif2 --  cl tried    41786 cl shrink        0 lits rem          0 time: 0.11
538.01/134.73	c asymm  cl-useful: 0/18305/25000 lits-rem:0 time: 1.59
538.01/134.73	c calculated reachability. Time: 0.00
538.01/134.73	c  N dy  2005    357963      1250     25000         0     41786    125000   2701840    110.70   no data  --
552.00/138.25	c  N dy  2127    378123      1250     25000         0     35954    125000   1778036    110.70    116.85  --
566.77/141.91	c  N dy  2237    398198      1250     25000         0     29036    125000    690192    110.64    120.32  --
580.74/145.47	c  N dy  2351    418305      1250     25000         0     49131    125000   3461032    110.65    117.91  --
595.53/149.10	c  N dy  2468    438495      1250     25000         0     41332    125000   2260841    110.64    120.49  --
611.50/153.19	c  N dy  2577    458575      1250     25000         0     32411    125000    903340    110.61    116.65  --
627.48/157.10	c  N dy  2698    478619      1250     25000         0     52439    125000   3671286    110.65    122.89  --
644.28/161.39	c  N dy  2822    500120      1250     25000         0     43945    125000   2371222    110.67    116.68  --
662.26/165.83	c  N dy  2937    520200      1250     25000         0     33036    125000    731668    110.67    117.48  --
675.82/169.21	c  S st  3046    536944      1250     25000         0     49768    125000   3057122    110.73   no data  --
676.22/169.37	c  S st  3046    537447      1250     25000         0     50271    125000   3116971    110.73   no data  --
676.22/169.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
676.22/169.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
676.62/169.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
677.02/169.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
677.02/169.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
677.02/169.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
677.02/169.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1564.21/391.63	c lits-rem:       546  cl-subs:       28  v-elim:      0  v-fix:    0  time: 886.45 s
1564.21/391.63	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
1564.21/391.67	c vivif2 --  cl tried    50243 cl shrink        0 lits rem          0 time: 0.13
1565.41/391.90	c asymm  cl-useful: 0/6695/25000 lits-rem:0 time: 0.94
1565.41/391.90	c calculated reachability. Time: 0.00
1565.41/391.90	c  N dy  3046    537447      1250     25000         0     50243    125000   3108436    110.73   no data  --
1583.78/396.52	c  N dy  3161    557636      1250     25000         0     38448    125000   1347403    110.73    118.44  --
1601.75/401.00	c  N dy  3277    577729      1250     25000         0     58522    125000   4128430    110.74    116.71  --
1619.74/405.59	c  N dy  3411    597763      1250     25000         0     45564    125000   2227518    110.83    121.03  --
1640.10/410.67	c  N dy  3533    617971      1250     25000         0     65757    125000   5040420    110.85    116.91  --
1657.28/414.96	c  N dy  3639    638122      1250     25000         0     51913    125000   2922583    110.80    121.74  --
1678.05/420.19	c  N dy  3763    658135      1250     25000         0     36938    125000    749054    110.81    125.64  --
1696.42/424.74	c  N dy  3883    678554      1250     25000         0     57339    125000   3573060    110.82    116.78  --
1716.81/429.85	c  N dy  4001    698635      1250     25000         0     41428    125000   1250151    110.85    118.38  --
1735.57/434.52	c  N dy  4120    718720      1250     25000         0     61501    125000   4038779    110.89    116.92  --
1755.96/439.66	c  N dy  4240    738747      1250     25000         0     44540    125000   1545751    110.91    135.25  --
1775.51/444.53	c  N dy  4352    758922      1250     25000         0     64692    125000   4327897    110.90    117.25  --
1795.91/449.61	c  N dy  4462    778960      1250     25000         0     46750    125000   1709532    110.91    117.65  --
1815.46/454.57	c  N dy  4583    798972      1250     25000         0     66745    125000   4489634    110.95    117.77  --
1824.24/456.72	c  S st  4626    806172      1250     25000         0     73938    125000   5485646    110.96    116.72  --
1825.04/456.96	c  S st  4626    806674      1250     25000         0     74440    125000   5541665    110.96   no data  --
1825.04/456.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1825.04/456.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1825.44/457.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.27
1826.26/457.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1826.26/457.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1826.26/457.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1826.26/457.25	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-3175081-1304082957/watcher-3175081-1304082957 -o /tmp/evaluation-result-3175081-1304082957/solver-3175081-1304082957 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175081-1304082957.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.16 8.09 7.87 2/173 2290
/proc/meminfo: memFree=30672432/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 252486963 52465664 352 33554432000 4194304 4650419 140737340423696 18446744073709551615 47519897589682 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 12809 352 303 112 0 7774 0
[pid=2290/tid=2291] ppid=2288 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 252486963 52465664 356 33554432000 4194304 4650419 140737340423696 18446744073709551615 47519897589682 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 252486963 52465664 356 33554432000 4194304 4650419 140737340423696 18446744073709551615 47519897589676 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 252486963 52465664 356 33554432000 4194304 4650419 140737340423696 18446744073709551615 268655709270 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0197349 s]
/proc/loadavg: 8.16 8.09 7.87 2/173 2290
/proc/meminfo: memFree=30672432/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=283388 CPUtime=0.05 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 2903 0 0 0 5 0 0 0 18 0 4 0 252486963 290189312 2821 33554432000 4194304 4650419 140737340423696 18446744073709551615 4373800 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 70847 2821 344 112 0 65812 0
[pid=2290/tid=2291] ppid=2288 vsize=283388 CPUtime=0.01 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) D 2288 2290 2145 0 -1 4202560 657 0 0 0 1 0 0 0 18 0 4 0 252486963 290189312 2821 33554432000 4194304 4650419 140737340423696 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=283388 CPUtime=0.01 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) D 2288 2290 2145 0 -1 4202560 582 0 0 0 1 0 0 0 25 0 4 0 252486963 290189312 2821 33554432000 4194304 4650419 140737340423696 18446744073709551615 268660705463 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=283388 CPUtime=0 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 553 0 0 0 0 0 0 0 25 0 4 0 252486963 290189312 2821 33554432000 4194304 4650419 140737340423696 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 283388

[startup+0.154186 s]
/proc/loadavg: 8.16 8.09 7.87 2/173 2290
/proc/meminfo: memFree=30672432/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=288264 CPUtime=0.59 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 6032 0 0 0 58 1 0 0 18 0 4 0 252486963 295182336 5246 33554432000 4194304 4650419 140737340423696 18446744073709551615 268660323361 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 72201 5821 377 112 0 67166 0
[pid=2290/tid=2291] ppid=2288 vsize=288804 CPUtime=0.14 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 1986 0 0 0 14 0 0 0 18 0 4 0 252486963 295735296 5842 33554432000 4194304 4650419 140737340423696 18446744073709551615 268660705463 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=288804 CPUtime=0.14 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 1518 0 0 0 14 0 0 0 18 0 4 0 252486963 295735296 5858 33554432000 4194304 4650419 140737340423696 18446744073709551615 268660323013 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=289328 CPUtime=0.14 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) S 2288 2290 2145 0 -1 4202560 1051 0 0 0 14 0 0 0 18 0 4 0 252486963 296271872 6043 33554432000 4194304 4650419 140737340423696 18446744073709551615 268660767214 0 0 4096 2 18446604448545786816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 288264

[startup+1.01351 s]
/proc/loadavg: 8.16 8.09 7.87 2/173 2290
/proc/meminfo: memFree=30672432/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=296512 CPUtime=4.01 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 16538 0 0 0 398 3 0 0 19 0 4 0 252486963 303628288 10748 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365657 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 74128 10748 391 112 0 69093 0
[pid=2290/tid=2291] ppid=2288 vsize=296512 CPUtime=0.99 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 4308 0 0 0 99 0 0 0 19 0 4 0 252486963 303628288 10748 33554432000 4194304 4650419 140737340423696 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=296512 CPUtime=0.99 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 4315 0 0 0 99 0 0 0 19 0 4 0 252486963 303628288 10748 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=296512 CPUtime=0.99 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 3247 0 0 0 99 0 0 0 19 0 4 0 252486963 303628288 10748 33554432000 4194304 4650419 140737340423696 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 296512

[startup+1.11449 s]
/proc/loadavg: 8.16 8.09 7.87 2/173 2290
/proc/meminfo: memFree=30672432/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=297280 CPUtime=4.41 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 18519 0 0 0 438 3 0 0 19 0 4 0 252486963 304414720 9145 33554432000 4194304 4650419 140737340423696 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 74320 9145 391 112 0 69285 0
[pid=2290/tid=2291] ppid=2288 vsize=297280 CPUtime=1.1 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 4881 0 0 0 109 1 0 0 19 0 4 0 252486963 304414720 9145 33554432000 4194304 4650419 140737340423696 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=297280 CPUtime=1.09 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 4973 0 0 0 109 0 0 0 19 0 4 0 252486963 304414720 9145 33554432000 4194304 4650419 140737340423696 18446744073709551615 4331347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=297280 CPUtime=1.09 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 3413 0 0 0 109 0 0 0 19 0 4 0 252486963 304414720 9145 33554432000 4194304 4650419 140737340423696 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 297280

[startup+1.50042 s]
/proc/loadavg: 8.16 8.09 7.87 2/173 2290
/proc/meminfo: memFree=30672432/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=297280 CPUtime=5.96 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 21009 0 0 0 592 4 0 0 19 0 4 0 252486963 304414720 11635 33554432000 4194304 4650419 140737340423696 18446744073709551615 4363617 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 74320 11636 391 112 0 69285 0
[pid=2290/tid=2291] ppid=2288 vsize=297280 CPUtime=1.49 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 5506 0 0 0 148 1 0 0 19 0 4 0 252486963 304414720 11636 33554432000 4194304 4650419 140737340423696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=297280 CPUtime=1.48 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 5611 0 0 0 148 0 0 0 19 0 4 0 252486963 304414720 11636 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=297280 CPUtime=1.48 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 4016 0 0 0 147 1 0 0 19 0 4 0 252486963 304414720 11636 33554432000 4194304 4650419 140737340423696 18446744073709551615 4315277 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 297280

[startup+3.10115 s]
/proc/loadavg: 8.39 8.13 7.89 9/184 2302
/proc/meminfo: memFree=30566544/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=298168 CPUtime=12.34 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 39458 0 0 0 1227 7 0 0 25 0 4 0 252486963 305324032 18264 33554432000 4194304 4650419 140737340423696 18446744073709551615 4438643 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 74542 18265 393 112 0 69507 0
[pid=2290/tid=2291] ppid=2288 vsize=298168 CPUtime=3.09 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 8849 0 0 0 307 2 0 0 25 0 4 0 252486963 305324032 18265 33554432000 4194304 4650419 140737340423696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=298168 CPUtime=3.08 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 9101 0 0 0 307 1 0 0 25 0 4 0 252486963 305324032 18265 33554432000 4194304 4650419 140737340423696 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=298168 CPUtime=3.06 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 7271 0 0 0 305 1 0 0 25 0 4 0 252486963 305324032 18265 33554432000 4194304 4650419 140737340423696 18446744073709551615 4333219 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 298168

[startup+6.30659 s]
/proc/loadavg: 8.36 8.13 7.89 9/184 2302
/proc/meminfo: memFree=30388860/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=330708 CPUtime=25.14 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 65885 0 0 0 2502 12 0 0 25 0 4 0 252486963 338644992 35275 33554432000 4194304 4650419 140737340423696 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 82677 35275 393 112 0 77642 0
[pid=2290/tid=2291] ppid=2288 vsize=330708 CPUtime=6.29 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 13049 0 0 0 626 3 0 0 25 0 4 0 252486963 338644992 35275 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=330708 CPUtime=6.28 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 18881 0 0 0 626 2 0 0 25 0 4 0 252486963 338644992 35275 33554432000 4194304 4650419 140737340423696 18446744073709551615 4439371 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=330708 CPUtime=6.25 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 16711 0 0 0 622 3 0 0 25 0 4 0 252486963 338644992 35275 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 330708

[startup+12.7005 s]
/proc/loadavg: 8.33 8.13 7.89 9/184 2302
/proc/meminfo: memFree=30367752/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=324036 CPUtime=50.69 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 92577 0 0 0 5051 18 0 0 25 0 4 0 252486963 331812864 44962 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 81009 44962 393 112 0 75974 0
[pid=2290/tid=2291] ppid=2288 vsize=324036 CPUtime=12.68 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 26499 0 0 0 1263 5 0 0 25 0 4 0 252486963 331812864 44962 33554432000 4194304 4650419 140737340423696 18446744073709551615 4439268 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=324036 CPUtime=12.67 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 20779 0 0 0 1264 3 0 0 25 0 4 0 252486963 331812864 44962 33554432000 4194304 4650419 140737340423696 18446744073709551615 4520372 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=324036 CPUtime=12.62 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 23960 0 0 0 1257 5 0 0 25 0 4 0 252486963 331812864 44962 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 324036

[startup+25.5002 s]
/proc/loadavg: 8.28 8.12 7.89 9/184 2303
/proc/meminfo: memFree=30153108/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=418080 CPUtime=101.82 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 135485 0 0 0 10155 27 0 0 25 0 4 0 252486963 428113920 65215 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 104520 65215 393 112 0 99485 0
[pid=2290/tid=2291] ppid=2288 vsize=418080 CPUtime=25.48 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 33020 0 0 0 2541 7 0 0 25 0 4 0 252486963 428113920 65215 33554432000 4194304 4650419 140737340423696 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=418080 CPUtime=25.47 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 30161 0 0 0 2543 4 0 0 25 0 4 0 252486963 428113920 65215 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=418080 CPUtime=25.35 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 36780 0 0 0 2528 7 0 0 25 0 4 0 252486963 428113920 65215 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 418080

[startup+51.1008 s]
/proc/loadavg: 8.18 8.11 7.89 9/184 2303
/proc/meminfo: memFree=29993236/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=645464 CPUtime=204.07 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 204956 0 0 0 20360 47 0 0 25 0 4 0 252486963 660955136 82419 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 161366 82419 393 112 0 156331 0
[pid=2290/tid=2291] ppid=2288 vsize=645464 CPUtime=51.09 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 50668 0 0 0 5095 14 0 0 25 0 4 0 252486963 660955136 82419 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=645464 CPUtime=51.07 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 49238 0 0 0 5097 10 0 0 25 0 4 0 252486963 660955136 82419 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=645464 CPUtime=50.81 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 54618 0 0 0 5069 12 0 0 25 0 4 0 252486963 660955136 82419 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 645464

[startup+102.301 s]
/proc/loadavg: 8.07 8.09 7.90 9/184 2305
/proc/meminfo: memFree=29908832/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=707508 CPUtime=408.58 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 337630 0 0 0 40773 85 0 0 25 0 4 0 252486963 724488192 97390 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 176877 97390 393 112 0 171842 0
[pid=2290/tid=2291] ppid=2288 vsize=707508 CPUtime=102.28 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 84455 0 0 0 10205 23 0 0 25 0 4 0 252486963 724488192 97390 33554432000 4194304 4650419 140737340423696 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=707508 CPUtime=102.27 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 85316 0 0 0 10207 20 0 0 25 0 4 0 252486963 724488192 97390 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=707508 CPUtime=101.72 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 94961 0 0 0 10149 23 0 0 25 0 4 0 252486963 724488192 97390 33554432000 4194304 4650419 140737340423696 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 707508

[startup+162.3 s]

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

[pid=2290] ppid=2288 vsize=989860 CPUtime=2805.3 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 724631 0 0 0 280282 248 0 0 25 0 4 0 252486963 1013616640 170219 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 247465 170219 393 112 0 242430 0
[pid=2290/tid=2291] ppid=2288 vsize=989860 CPUtime=702.3 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 147494 0 0 0 70180 50 0 0 25 0 4 0 252486963 1013616640 170219 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=989860 CPUtime=702.22 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 177039 0 0 0 70155 67 0 0 25 0 4 0 252486963 1013616640 170219 33554432000 4194304 4650419 140737340423696 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=989860 CPUtime=698.47 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 214704 0 0 0 69772 75 0 0 25 0 4 0 252486963 1013616640 170219 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.3
Current children cumulated vsize (KiB) 989860

[startup+762.3 s]
/proc/loadavg: 8.09 8.09 7.98 9/184 2324
/proc/meminfo: memFree=29306876/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=955976 CPUtime=3044.98 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 789083 0 0 0 304220 278 0 0 25 0 4 0 252486963 978919424 169159 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 238994 169159 393 112 0 233959 0
[pid=2290/tid=2291] ppid=2288 vsize=955976 CPUtime=762.29 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 167193 0 0 0 76166 63 0 0 25 0 4 0 252486963 978919424 169159 33554432000 4194304 4650419 140737340423696 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=955976 CPUtime=762.22 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 209416 0 0 0 76140 82 0 0 25 0 4 0 252486963 978919424 169159 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=955976 CPUtime=758.14 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 214704 0 0 0 75739 75 0 0 25 0 4 0 252486963 978919424 169159 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.98
Current children cumulated vsize (KiB) 955976

[startup+822.301 s]
/proc/loadavg: 8.08 8.08 7.98 9/184 2326
/proc/meminfo: memFree=29328380/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=955932 CPUtime=3284.65 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 838731 0 0 0 328163 302 0 0 25 0 4 0 252486963 978874368 167270 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 238983 167270 393 112 0 233948 0
[pid=2290/tid=2291] ppid=2288 vsize=955932 CPUtime=822.3 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 183112 0 0 0 82157 73 0 0 25 0 4 0 252486963 978874368 167270 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=955932 CPUtime=822.21 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 237039 0 0 0 82125 96 0 0 25 0 4 0 252486963 978874368 167270 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=955932 CPUtime=817.82 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 216103 0 0 0 81707 75 0 0 25 0 4 0 252486963 978874368 167270 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.65
Current children cumulated vsize (KiB) 955932

[startup+882.3 s]
/proc/loadavg: 8.08 8.08 7.99 9/184 2328
/proc/meminfo: memFree=29288760/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=1009660 CPUtime=3524.32 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 889752 0 0 0 352099 333 0 0 25 0 4 0 252486963 1033891840 170261 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 252415 170261 393 112 0 247380 0
[pid=2290/tid=2291] ppid=2288 vsize=1009660 CPUtime=882.3 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 202354 0 0 0 88144 86 0 0 25 0 4 0 252486963 1033891840 170261 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=1009660 CPUtime=882.21 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 266403 0 0 0 88108 113 0 0 25 0 4 0 252486963 1033891840 170261 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=1009660 CPUtime=877.49 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 216888 0 0 0 87674 75 0 0 25 0 4 0 252486963 1033891840 170261 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.32
Current children cumulated vsize (KiB) 1009660

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 8.00 9/184 2329
/proc/meminfo: memFree=29278148/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=1011516 CPUtime=3764.01 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 940386 0 0 0 376042 359 0 0 25 0 4 0 252486963 1035792384 174304 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 252879 174304 393 112 0 247844 0
[pid=2290/tid=2291] ppid=2288 vsize=1011516 CPUtime=942.3 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 221739 0 0 0 94132 98 0 0 25 0 4 0 252486963 1035792384 174307 33554432000 4194304 4650419 140737340423696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=1011516 CPUtime=942.21 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 294596 0 0 0 94094 127 0 0 25 0 4 0 252486963 1035792384 174307 33554432000 4194304 4650419 140737340423696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=1011516 CPUtime=937.17 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 218138 0 0 0 93642 75 0 0 25 0 4 0 252486963 1035792384 174307 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 1011516

[startup+1002.3 s]
/proc/loadavg: 8.02 8.06 8.00 9/184 2331
/proc/meminfo: memFree=29145908/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=1103656 CPUtime=4003.66 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 977787 0 0 0 399995 371 0 0 25 0 4 0 252486963 1130143744 192677 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 275914 192677 393 112 0 270879 0
[pid=2290/tid=2291] ppid=2288 vsize=1103656 CPUtime=1002.3 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 236970 0 0 0 100124 106 0 0 25 0 4 0 252486963 1130143744 192677 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=1103656 CPUtime=1002.19 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 313922 0 0 0 100089 130 0 0 25 0 4 0 252486963 1130143744 192677 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=1103656 CPUtime=996.84 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 219342 0 0 0 99608 76 0 0 25 0 4 0 252486963 1130143744 192677 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 1103656

[startup+1062.31 s]
/proc/loadavg: 8.06 8.06 8.00 9/184 2332
/proc/meminfo: memFree=29145224/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=1169192 CPUtime=4243.36 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 992042 0 0 0 423963 373 0 0 25 0 4 0 252486963 1197252608 192939 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 292298 192939 393 112 0 287263 0
[pid=2290/tid=2291] ppid=2288 vsize=1169192 CPUtime=1062.3 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 248847 0 0 0 106123 107 0 0 25 0 4 0 252486963 1197252608 192939 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=1169192 CPUtime=1062.2 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 313922 0 0 0 106090 130 0 0 25 0 4 0 252486963 1197252608 192939 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=1169192 CPUtime=1056.52 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 220916 0 0 0 105576 76 0 0 25 0 4 0 252486963 1197252608 192939 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 1169192

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 2334
/proc/meminfo: memFree=29145660/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=1169192 CPUtime=4483.01 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 1006363 0 0 0 447925 376 0 0 25 0 4 0 252486963 1197252608 192946 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 292298 192946 393 112 0 287263 0
[pid=2290/tid=2291] ppid=2288 vsize=1169192 CPUtime=1122.3 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 260298 0 0 0 112121 109 0 0 25 0 4 0 252486963 1197252608 192946 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=1169192 CPUtime=1122.19 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 313922 0 0 0 112089 130 0 0 25 0 4 0 252486963 1197252608 192946 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=1169192 CPUtime=1116.18 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 222388 0 0 0 111542 76 0 0 25 0 4 0 252486963 1197252608 192946 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.01
Current children cumulated vsize (KiB) 1169192

[startup+1182.3 s]
/proc/loadavg: 8.03 8.05 8.00 9/184 2336
/proc/meminfo: memFree=29145724/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=1103656 CPUtime=4722.68 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 1023814 0 0 0 471889 379 0 0 25 0 4 0 252486963 1130143744 192654 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 275914 192654 393 112 0 270879 0
[pid=2290/tid=2291] ppid=2288 vsize=1103656 CPUtime=1182.31 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 273934 0 0 0 118119 112 0 0 25 0 4 0 252486963 1130143744 192654 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=1103656 CPUtime=1182.18 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 313922 0 0 0 118088 130 0 0 25 0 4 0 252486963 1130143744 192654 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=1103656 CPUtime=1175.85 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 224172 0 0 0 117509 76 0 0 25 0 4 0 252486963 1130143744 192654 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 1103656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.05 8.00 9/184 2336
/proc/meminfo: memFree=29145092/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=1169192 CPUtime=4800.19 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 1028116 0 0 0 479639 380 0 0 25 0 4 0 252486963 1197252608 192815 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 292298 192815 393 112 0 287263 0
[pid=2290/tid=2291] ppid=2288 vsize=1169192 CPUtime=1201.71 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 277486 0 0 0 120058 113 0 0 25 0 4 0 252486963 1197252608 192815 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=1169192 CPUtime=1201.6 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 313922 0 0 0 120029 131 0 0 25 0 4 0 252486963 1197252608 192815 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=1169192 CPUtime=1195.15 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 224562 0 0 0 119439 76 0 0 25 0 4 0 252486963 1197252608 192815 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1169192

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.02 8.05 8.00 9/184 2336
/proc/meminfo: memFree=29145092/32951124 swapFree=67111524/67111528
[pid=2290] ppid=2288 vsize=1169192 CPUtime=4800.19 cores=0,2,4,6
/proc/2290/stat : 2290 (strangenight1-m) R 2288 2290 2145 0 -1 4202496 1028116 0 0 0 479639 380 0 0 25 0 4 0 252486963 1197252608 192815 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2290/statm: 292298 192815 393 112 0 287263 0
[pid=2290/tid=2291] ppid=2288 vsize=1169192 CPUtime=1201.71 cores=0,2,4,6
/proc/2290/task/2291/stat : 2291 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 277486 0 0 0 120058 113 0 0 25 0 4 0 252486963 1197252608 192815 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2290/tid=2292] ppid=2288 vsize=1169192 CPUtime=1201.6 cores=0,2,4,6
/proc/2290/task/2292/stat : 2292 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 313922 0 0 0 120029 131 0 0 25 0 4 0 252486963 1197252608 192815 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2290/tid=2293] ppid=2288 vsize=1169192 CPUtime=1195.15 cores=0,2,4,6
/proc/2290/task/2293/stat : 2293 (strangenight1-m) R 2288 2290 2145 0 -1 4202560 224562 0 0 0 119439 76 0 0 25 0 4 0 252486963 1197252608 192815 33554432000 4194304 4650419 140737340423696 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1169192

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.26
CPU user time (s): 4796.42
CPU system time (s): 3.84042
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 1169192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.42
system time used= 3.84042
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1028116
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= 1563
involuntary context switches= 35334

runsolver used 1.92271 second user time and 4.64029 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 15:15:57
IDJOB=3175081
IDBENCH=82699
IDSOLVER=1588
FILE ID=node107/3175081-1304082957
RUNJOBID= node107-1304081753-2163
PBS_JOBID= 13170536
Free space on /tmp= 71800 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S871131876-087-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175081-1304082957/watcher-3175081-1304082957 -o /tmp/evaluation-result-3175081-1304082957/solver-3175081-1304082957 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175081-1304082957.cnf

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

MD5SUM BENCH= 637b75113dde2f4a15dbf158341be921
RANDOM SEED=2082991943

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30673952 kB
Buffers:        633500 kB
Cached:        1216980 kB
SwapCached:          4 kB
Active:         120444 kB
Inactive:      1793296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30673952 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7040 kB
Writeback:           0 kB
AnonPages:       62520 kB
Mapped:          14688 kB
Slab:           300316 kB
PageTables:       4264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184976 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= 71788 MiB
End job on node107 at 2011-04-29 15:36:01