Trace number 3368679

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S1351005860-011-UNKNOWN.cnf
MD5SUM6a80d43525a755784678c69a1c250bac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.4207
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
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-3368679-1305400610.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.01	c Parsing time:  0.03 s
0.00/0.01	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data  --
0.00/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.38
0.00/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.47/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.47/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.47/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.47/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.96/0.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1.96/0.50	c Finding binary XORs  T:     0.00 s  found:       0
1.96/0.50	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
1.96/0.50	c calculated reachability. Time: 0.00
1.96/0.50	c Calc default polars -  time:   0.00 s pos:     502 undec:      46 neg:     452
1.96/0.50	c =========================================================================================
1.96/0.50	c types(t): F = full restart, N = normal restart
1.96/0.50	c types(t): S = simplification begin/end, E = solution found
1.96/0.50	c restart types(rt): st = static, dy = dynamic
1.96/0.50	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.96/0.50	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data  --
1.96/0.50	c  N dy    19      4003      1000     20000         0      3986    100000    496801    101.39    108.92  --
3.15/0.81	c  N dy    36      8112      1000     20000         0      5597    100000    506961     98.19    104.73  --
3.95/1.02	c  N dy    56     12215      1000     20000         0      5450    100000    328614     96.65    104.05  --
5.14/1.35	c  N dy    75     16461      1000     20000         0      9692    100000    827853     96.07    101.16  --
6.34/1.68	c  N dy    91     20779      1000     20000         0      8393    100000    531225     95.47    102.54  --
7.93/2.03	c  F st   115     25000      1000     20000         0     12606    100000   1034730     95.71     92.35  --
7.93/2.03	c  N st   115     25000      1000     20000         0     12606    100000   1034730     95.71     92.35  --
9.53/2.45	c  N dy   121     30001      1000     20000         0     10796    100000    729945     95.71   no data  --
9.53/2.45	c  S st   121     30001      1000     20000         0     10796    100000    729945     95.71   no data  --
9.53/2.50	c  S st   121     30502      1000     20000         0     11297    100000    778119     95.71   no data  --
9.93/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.93/2.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.93/2.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
9.93/2.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.93/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.93/2.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.93/2.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.30/6.70	c lits-rem:      5914  cl-subs:       81  v-elim:      0  v-fix:    0  time: 16.51 s
27.07/6.87	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.70
27.07/6.87	c calculated reachability. Time: 0.00
27.07/6.87	c  N dy   121     30502      1000     20000         0     11216    100000    752637     95.71   no data  --
28.67/7.28	c  N dy   145     34515      1000     20000         0     15223    100000   1224380     95.97    104.77  --
30.28/7.65	c  N dy   165     38754      1000     20000         0     11567    100000    667603     95.87    102.02  --
31.87/8.03	c  N dy   184     42852      1000     20000         0     15663    100000   1148575     95.70    101.15  --
33.07/8.32	c  S st   203     45755      1000     20000         0      9622    100000    325327     95.76     84.48  --
33.07/8.38	c  S st   203     46255      1000     20000         0     10122    100000    376874     95.76   no data  --
33.07/8.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
33.07/8.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.07/8.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
33.47/8.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.47/8.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.47/8.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
33.47/8.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.01/12.30	c lits-rem:      1171  cl-subs:        1  v-elim:      0  v-fix:    0  time: 15.49 s
49.01/12.30	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
49.01/12.31	c vivif2 --  cl tried    10121 cl shrink        0 lits rem          0 time: 0.02
49.41/12.44	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.55
49.41/12.45	c calculated reachability. Time: 0.00
49.41/12.45	c  N dy   203     46255      1000     20000         0     10121    100000    375520     95.76   no data  --
51.01/12.81	c  N dy   230     50332      1000     20000         0     14189    100000    852228     95.83    101.22  --
52.63/13.22	c  N dy   258     54412      1000     20000         0     18265    100000   1335679     95.91    101.62  --
54.19/13.62	c  N dy   282     58434      1000     20000         0     12314    100000    533110     96.01    103.23  --
55.80/14.01	c  N dy   306     62484      1000     20000         0     16361    100000   1010079     96.04    101.30  --
57.43/14.49	c  N dy   330     66652      1000     20000         0     20522    100000   1505043     96.06    102.52  --
58.58/14.78	c  S st   342     69382      1000     20000         0     12276    100000    412420     95.92   no data  --
58.99/14.84	c  S st   342     69884      1000     20000         0     12778    100000    467703     95.92   no data  --
58.99/14.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.99/14.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.99/14.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
58.99/14.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.99/14.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.99/14.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
58.99/14.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.33/18.92	c lits-rem:      1841  cl-subs:        5  v-elim:      0  v-fix:    0  time: 16.12 s
75.33/18.92	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
75.33/18.92	c vivif2 --  cl tried    12773 cl shrink        0 lits rem          0 time: 0.02
76.13/19.13	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.82
76.13/19.13	c calculated reachability. Time: 0.00
76.13/19.13	c  N dy   342     69884      1000     20000         0     12773    100000    464691     95.92   no data  --
78.13/19.61	c  N dy   367     74433      1000     20000         0     17311    100000   1001756     95.88    107.89  --
80.12/20.16	c  N dy   392     79201      1000     20000         0     22072    100000   1555254     95.83    102.23  --
82.52/20.74	c  N dy   423     84316      1000     20000         0     15205    100000    648191     95.86    101.85  --
83.76/21.08	c  F st   442     87500      1000     20000         0     18388    100000   1026494     95.87     99.97  --
85.31/21.45	c  N st   447     90796      1000     20000         0     21661    100000   1452115     95.87   no data  --
88.15/22.14	c  N dy   470     96682      1000     20000         0     14562    100000    472043     95.83    100.87  --
90.50/22.79	c  N dy   504    102902      1000     20000         0     20775    100000   1209596     95.76    101.18  --
91.69/23.01	c  S st   515    104828      1000     20000         0     22699    100000   1440642     95.78   no data  --
91.69/23.09	c  S st   515    105328      1000     20000         0     23199    100000   1488019     95.78   no data  --
91.69/23.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
91.69/23.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.11/23.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
92.11/23.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.11/23.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.11/23.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
92.11/23.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
120.41/30.22	c lits-rem:      1091  cl-subs:       25  v-elim:      0  v-fix:    0  time: 28.09 s
120.41/30.22	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
120.41/30.23	c vivif2 --  cl tried    23174 cl shrink        0 lits rem          0 time: 0.06
121.61/30.51	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 1.12
121.61/30.51	c calculated reachability. Time: 0.00
121.61/30.51	c  N dy   515    105328      1000     20000         0     23174    100000   1480943     95.78   no data  --
124.80/31.34	c  N dy   552    112262      1000     20000         0     16121    100000    544029     95.78    101.10  --
128.38/32.21	c  N dy   597    119912      1000     20000         0     23761    100000   1451077     95.76    101.09  --
132.02/33.19	c  N dy   645    127570      1000     20000         0     16439    100000    471527     95.88    101.27  --
135.58/34.10	c  N dy   693    135719      1000     20000         0     24577    100000   1434577     95.93    101.59  --
140.38/35.29	c  N dy   743    144550      1000     20000         0     17423    100000    480455     95.93    101.41  --
144.76/36.38	c  N dy   799    153879      1000     20000         0     26732    100000   1585100     95.94    101.75  --
147.14/36.92	c  S st   827    157993      1000     20000         0     30839    100000   2070461     95.97   no data  --
147.54/37.01	c  S st   827    158495      1000     20000         0     31341    100000   2121555     95.97   no data  --
147.54/37.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
147.54/37.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
147.54/37.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
147.94/37.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
147.94/37.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.94/37.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
147.94/37.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
215.39/54.08	c lits-rem:      1078  cl-subs:       44  v-elim:      0  v-fix:    0  time: 67.59 s
215.39/54.08	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
215.74/54.11	c vivif2 --  cl tried    31297 cl shrink        0 lits rem          0 time: 0.09
216.93/54.42	c asymm  cl-useful: 0/19069/20000 lits-rem:0 time: 1.27
216.93/54.42	c calculated reachability. Time: 0.00
216.93/54.42	c  N dy   827    158495      1000     20000         0     31297    100000   2110232     95.97   no data  --
221.71/55.60	c  N dy   883    168641      1000     20000         0     24453    100000   1198142     95.93    108.20  --
227.30/57.00	c  N dy   949    179416      1000     20000         0     35213    100000   2474674     95.96    101.54  --
232.51/58.33	c  N dy  1015    191126      1000     20000         0     28939    100000   1616318     95.93    105.51  --
238.86/59.91	c  N dy  1087    203372      1000     20000         0     22187    100000    712965     95.96    101.46  --
246.09/61.73	c  N dy  1170    217681      1000     20000         0     36479    100000   2427804     96.06    101.43  --
252.82/63.47	c  N dy  1242    231610      1000     20000         0     30414    100000   1592522     96.07    101.25  --
256.01/64.27	c  S st  1269    237742      1000     20000         0     36536    100000   2320818     96.03     89.33  --
256.42/64.37	c  S st  1269    238247      1000     20000         0     37041    100000   2370481     96.03   no data  --
256.42/64.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
256.42/64.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
256.82/64.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
256.82/64.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
256.82/64.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
256.82/64.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
256.82/64.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
325.81/81.75	c lits-rem:       630  cl-subs:       59  v-elim:      0  v-fix:    0  time: 68.77 s
325.81/81.75	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
325.81/81.77	c vivif2 --  cl tried    36982 cl shrink        0 lits rem          0 time: 0.10
326.21/81.80	c asymm  cl-useful: 0/931/20000 lits-rem:0 time: 0.10
326.21/81.80	c calculated reachability. Time: 0.00
326.21/81.80	c  N dy  1269    238247      1000     20000         0     36982    100000   2355921     96.03   no data  --
334.59/83.91	c  N dy  1356    253460      1000     20000         0     31207    100000   1561403     96.05    115.94  --
343.77/86.28	c  N dy  1444    269696      1000     20000         0     25444    100000    766911     96.07    101.56  --
354.14/88.80	c  N dy  1541    286966      1000     20000         0     42687    100000   2822503     96.05    101.93  --
364.56/91.41	c  N dy  1645    305326      1000     20000         0     38060    100000   2144006     96.05    101.38  --
364.91/91.57	c  F st  1651    306250      1000     20000         0     38983    100000   2250714     96.04     87.02  --
376.48/94.42	c  N dy  1731    324856      1000     20000         0     33597    100000   1519183     96.05    101.48  --
389.64/97.74	c  N dy  1849    344991      1000     20000         0     28738    100000    822460     96.07    103.35  --
397.22/99.61	c  S st  1916    357370      1000     20000         0     41103    100000   2284794     96.04   no data  --
397.62/99.73	c  S st  1916    357875      1000     20000         0     41608    100000   2338389     96.04   no data  --
397.62/99.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
397.62/99.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
397.62/99.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
398.02/99.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
398.02/99.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
398.02/99.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
398.02/99.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
472.20/118.45	c lits-rem:       853  cl-subs:       41  v-elim:      0  v-fix:    0  time: 74.14 s
472.20/118.46	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
472.20/118.48	c vivif2 --  cl tried    41567 cl shrink        0 lits rem          0 time: 0.09
473.81/118.82	c asymm  cl-useful: 0/15842/20000 lits-rem:0 time: 1.35
473.81/118.82	c calculated reachability. Time: 0.00
473.81/118.82	c  N dy  1916    357875      1000     20000         0     41567    100000   2327708     96.04   no data  --
486.16/121.92	c  N dy  2044    377975      1000     20000         0     35680    100000   1554127     96.11    101.87  --
499.32/125.25	c  N dy  2156    398107      1000     20000         0     28817    100000    619022     96.12    101.79  --
511.69/128.35	c  N dy  2262    418125      1000     20000         0     48796    100000   2994876     96.10    101.31  --
524.45/131.59	c  N dy  2373    438209      1000     20000         0     40889    100000   1936411     96.10    101.77  --
539.21/135.27	c  N dy  2485    458228      1000     20000         0     31924    100000    768976     96.08    101.14  --
552.80/138.68	c  N dy  2598    478428      1000     20000         0     52097    100000   3179762     96.10    101.74  --
567.13/142.21	c  N dy  2702    498472      1000     20000         0     42147    100000   1883672     96.10    101.96  --
583.91/146.43	c  N dy  2835    518562      1000     20000         0     31254    100000    466336     96.17    105.94  --
596.24/149.57	c  S st  2944    536813      1000     20000         0     49469    100000   2643300     96.22   no data  --
597.08/149.72	c  S st  2944    537316      1000     20000         0     49971    100000   2696109     96.22   no data  --
597.08/149.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
597.08/149.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
597.08/149.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.16
597.43/149.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
597.43/149.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
597.43/149.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
597.43/149.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
707.91/177.55	c lits-rem:       912  cl-subs:       52  v-elim:      0  v-fix:    0  time: 110.34 s
707.91/177.55	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
707.91/177.58	c vivif2 --  cl tried    49919 cl shrink        0 lits rem          0 time: 0.12
708.71/177.73	c asymm  cl-useful: 0/4158/20000 lits-rem:0 time: 0.60
708.71/177.73	c calculated reachability. Time: 0.00
708.71/177.73	c  N dy  2944    537316      1000     20000         0     49919    100000   2682341     96.22   no data  --
724.31/181.65	c  N dy  3044    557475      1000     20000         0     38102    100000   1167231     96.18    101.45  --
739.42/185.47	c  N dy  3166    577511      1000     20000         0     58088    100000   3556893     96.20    108.21  --
754.59/189.29	c  N dy  3274    597545      1000     20000         0     45159    100000   1896445     96.19    101.46  --
771.72/193.55	c  N dy  3386    617673      1000     20000         0     65256    100000   4286695     96.18    102.17  --
786.07/197.17	c  N dy  3488    637727      1000     20000         0     51326    100000   2525624     96.17    101.42  --
804.42/201.73	c  N dy  3617    657880      1000     20000         0     36511    100000    643959     96.20    101.92  --
819.58/205.52	c  N dy  3742    677902      1000     20000         0     56502    100000   3037568     96.22    105.72  --
837.95/210.19	c  N dy  3863    697987      1000     20000         0     40617    100000   1028429     96.23    108.57  --
854.28/214.27	c  N dy  3962    718073      1000     20000         0     60666    100000   3427489     96.21    101.31  --
872.63/218.87	c  N dy  4073    738107      1000     20000         0     43730    100000   1295718     96.21    101.29  --
890.17/223.24	c  N dy  4184    758277      1000     20000         0     63873    100000   3681404     96.21    101.62  --
908.56/227.88	c  N dy  4289    778373      1000     20000         0     46004    100000   1464833     96.20    101.63  --
926.85/232.41	c  N dy  4410    798458      1000     20000         0     66037    100000   3883638     96.24    102.24  --
934.88/234.43	c  S st  4451    805976      1000     20000         0     73544    100000   4772224     96.24   no data  --
935.63/234.64	c  S st  4451    806479      1000     20000         0     74047    100000   4827534     96.24   no data  --
935.63/234.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
935.63/234.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
936.03/234.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
936.44/234.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
936.44/234.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
936.44/234.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
936.44/234.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3781.58/948.25	c lits-rem:       847  cl-subs:      130  v-elim:      0  v-fix:    0  time: 2843.55 s
3781.58/948.26	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.01
3781.99/948.31	c vivif2 --  cl tried    73917 cl shrink        0 lits rem          0 time: 0.21
3783.95/948.80	c asymm  cl-useful: 0/10584/20000 lits-rem:0 time: 1.98
3783.95/948.81	c calculated reachability. Time: 0.00
3783.95/948.81	c  N dy  4451    806479      1000     20000         0     73917    100000   4796259     96.24   no data  --
3802.29/953.47	c  N dy  4570    826490      1000     20000         0     54966    100000   2394141     96.24    101.82  --
3823.82/958.85	c  N dy  4699    846504      1000     20000         0     74952    100000   4778209     96.26    101.99  --
3842.57/963.59	c  N dy  4810    866576      1000     20000         0     55043    100000   2305707     96.25    102.15  --
3864.10/968.97	c  N dy  4916    886605      1000     20000         0     75029    100000   4687493     96.25    102.50  --
3884.44/974.01	c  N dy  5038    906639      1000     20000         0     54109    100000   2093759     96.27    125.11  --
3905.57/979.34	c  N dy  5155    926758      1000     20000         0     74201    100000   4492193     96.28    105.06  --
3926.34/984.60	c  N dy  5260    946838      1000     20000         0     52316    100000   1745975     96.27    102.32  --
3947.45/989.88	c  N dy  5372    966943      1000     20000         0     72391    100000   4139179     96.27    102.08  --
3970.63/995.67	c  N dy  5500    986951      1000     20000         0     49444    100000   1309334     96.31    103.37  --
3990.52/1000.62	c  N dy  5615   1006959      1000     20000         0     69426    100000   3691377     96.32    101.77  --
4015.24/1006.88	c  N dy  5732   1026960      1000     20000         0     45460    100000    717012     96.33    101.74  --
4033.99/1011.55	c  N dy  5849   1046974      1000     20000         0     65447    100000   3099533     96.34    114.77  --
4058.36/1017.67	c  N dy  5965   1067092      1000     20000         0     85533    100000   5500027     96.35    101.89  --
4065.10/1019.34	c  F st  5995   1071875      1000     20000         0     45378    100000    596003     96.35   no data  --
4078.26/1022.68	c  N dy  6055   1087226      1000     20000         0     60684    100000   2471675     96.35    102.14  --
4101.39/1028.41	c  N dy  6170   1107284      1000     20000         0     80725    100000   4881634     96.37    101.56  --
4124.52/1034.25	c  N dy  6287   1127354      1000     20000         0     54834    100000   1620710     96.37    101.96  --
4145.69/1039.58	c  N dy  6404   1147368      1000     20000         0     74814    100000   3999029     96.38    101.51  --
4172.42/1046.24	c  N dy  6528   1167670      1000     20000         0     48158    100000    697614     96.40    102.80  --
4191.92/1051.17	c  N dy  6653   1187788      1000     20000         0     68241    100000   3104613     96.41    102.14  --
4217.04/1057.49	c  N dy  6781   1207816      1000     20000         0     88229    100000   5519331     96.45    117.41  --
4219.84/1058.15	c  S st  6791   1209718      1000     20000         0     90129    100000   5745655     96.45   no data  --
4221.03/1058.42	c  S st  6791   1210221      1000     20000         0     90632    100000   5803751     96.45   no data  --
4221.03/1058.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4221.03/1058.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4221.43/1058.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.29
4222.23/1058.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4222.23/1058.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4222.23/1058.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4222.23/1058.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368679-1305400610/watcher-3368679-1305400610 -o /tmp/evaluation-result-3368679-1305400610/solver-3368679-1305400610 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368679-1305400610.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.07 8.09 7.70 5/361 14805
/proc/meminfo: memFree=25218504/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=117740 CPUtime=0 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 817 0 0 0 0 0 0 0 25 0 4 0 730291694 120565760 746 33554432000 4194304 4650419 140734612894272 18446744073709551615 251367546683 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 29435 762 332 112 0 24400 0
[pid=14805/tid=14806] ppid=14803 vsize=282400 CPUtime=0 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 353 0 0 0 0 0 0 0 18 0 4 0 730291694 289177600 1655 33554432000 4194304 4650419 140734612894272 18446744073709551615 251367651871 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=282400 CPUtime=0 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 269 0 0 0 0 0 0 0 25 0 4 0 730291694 289177600 1656 33554432000 4194304 4650419 140734612894272 18446744073709551615 251367651822 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=282400 CPUtime=0 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 306 0 0 0 0 0 0 0 25 0 4 0 730291694 289177600 1660 33554432000 4194304 4650419 140734612894272 18446744073709551615 251367651871 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.127921 s]
/proc/loadavg: 8.07 8.09 7.70 5/361 14805
/proc/meminfo: memFree=25218504/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=286804 CPUtime=0.47 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 4691 0 0 0 46 1 0 0 18 0 4 0 730291694 293687296 4031 33554432000 4194304 4650419 140734612894272 18446744073709551615 251367651871 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 71701 4031 377 112 0 66666 0
[pid=14805/tid=14806] ppid=14803 vsize=286804 CPUtime=0.11 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) D 14803 14805 14563 0 -1 4202560 1009 0 0 0 11 0 0 0 18 0 4 0 730291694 293687296 4031 33554432000 4194304 4650419 140734612894272 18446744073709551615 251367207233 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=286804 CPUtime=0.11 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) D 14803 14805 14563 0 -1 4202560 1034 0 0 0 11 0 0 0 18 0 4 0 730291694 293687296 4031 33554432000 4194304 4650419 140734612894272 18446744073709551615 251367590071 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=286804 CPUtime=0.11 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 818 0 0 0 11 0 0 0 18 0 4 0 730291694 293687296 4031 33554432000 4194304 4650419 140734612894272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 286804

[startup+0.213587 s]
/proc/loadavg: 8.07 8.09 7.70 5/361 14805
/proc/meminfo: memFree=25218504/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=289128 CPUtime=0.8 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 7979 0 0 0 79 1 0 0 18 0 4 0 730291694 296067072 6699 33554432000 4194304 4650419 140734612894272 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 72282 6699 389 112 0 67247 0
[pid=14805/tid=14806] ppid=14803 vsize=289128 CPUtime=0.19 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 2113 0 0 0 19 0 0 0 18 0 4 0 730291694 296067072 6699 33554432000 4194304 4650419 140734612894272 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=289128 CPUtime=0.19 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 2264 0 0 0 19 0 0 0 18 0 4 0 730291694 296067072 6700 33554432000 4194304 4650419 140734612894272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=289128 CPUtime=0.19 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 974 0 0 0 19 0 0 0 18 0 4 0 730291694 296067072 6700 33554432000 4194304 4650419 140734612894272 18446744073709551615 4331060 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 289128

[startup+0.300574 s]
/proc/loadavg: 8.07 8.09 7.70 5/361 14805
/proc/meminfo: memFree=25218504/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=289128 CPUtime=1.16 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 8630 0 0 0 114 2 0 0 18 0 4 0 730291694 296067072 7349 33554432000 4194304 4650419 140734612894272 18446744073709551615 4366671 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 72282 7349 389 112 0 67247 0
[pid=14805/tid=14806] ppid=14803 vsize=289128 CPUtime=0.28 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 2282 0 0 0 28 0 0 0 18 0 4 0 730291694 296067072 7349 33554432000 4194304 4650419 140734612894272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=289128 CPUtime=0.28 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 2429 0 0 0 28 0 0 0 18 0 4 0 730291694 296067072 7349 33554432000 4194304 4650419 140734612894272 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=289128 CPUtime=0.28 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 1123 0 0 0 28 0 0 0 18 0 4 0 730291694 296067072 7349 33554432000 4194304 4650419 140734612894272 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 289128

[startup+0.700501 s]
/proc/loadavg: 8.07 8.09 7.70 5/361 14805
/proc/meminfo: memFree=25218504/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=292908 CPUtime=2.75 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 12760 0 0 0 273 2 0 0 18 0 4 0 730291694 299937792 8313 33554432000 4194304 4650419 140734612894272 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 73227 8313 391 112 0 68192 0
[pid=14805/tid=14806] ppid=14803 vsize=292908 CPUtime=0.68 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 3325 0 0 0 68 0 0 0 18 0 4 0 730291694 299937792 8313 33554432000 4194304 4650419 140734612894272 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=292908 CPUtime=0.68 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 3476 0 0 0 68 0 0 0 18 0 4 0 730291694 299937792 8313 33554432000 4194304 4650419 140734612894272 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=292908 CPUtime=0.68 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 2095 0 0 0 68 0 0 0 18 0 4 0 730291694 299937792 8313 33554432000 4194304 4650419 140734612894272 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 292908

[startup+1.50035 s]
/proc/loadavg: 8.15 8.10 7.71 9/365 14809
/proc/meminfo: memFree=25178564/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=295040 CPUtime=5.94 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 21247 0 0 0 591 3 0 0 20 0 4 0 730291694 302120960 7700 33554432000 4194304 4650419 140734612894272 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 73760 7701 391 112 0 68725 0
[pid=14805/tid=14806] ppid=14803 vsize=295040 CPUtime=1.49 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 5415 0 0 0 148 1 0 0 20 0 4 0 730291694 302120960 7701 33554432000 4194304 4650419 140734612894272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=295040 CPUtime=1.47 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 5617 0 0 0 147 0 0 0 20 0 4 0 730291694 302120960 7701 33554432000 4194304 4650419 140734612894272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=295040 CPUtime=1.47 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 4150 0 0 0 147 0 0 0 20 0 4 0 730291694 302120960 7701 33554432000 4194304 4650419 140734612894272 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 295040

[startup+3.10106 s]
/proc/loadavg: 8.15 8.10 7.71 9/365 14809
/proc/meminfo: memFree=25156368/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=295640 CPUtime=12.33 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 37415 0 0 0 1227 6 0 0 24 0 4 0 730291694 302735360 13915 33554432000 4194304 4650419 140734612894272 18446744073709551615 4438666 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 73910 13915 393 112 0 68875 0
[pid=14805/tid=14806] ppid=14803 vsize=295640 CPUtime=3.08 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 8611 0 0 0 307 1 0 0 24 0 4 0 730291694 302735360 13915 33554432000 4194304 4650419 140734612894272 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=295640 CPUtime=3.08 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 8945 0 0 0 307 1 0 0 25 0 4 0 730291694 302735360 13915 33554432000 4194304 4650419 140734612894272 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=295640 CPUtime=3.05 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 7449 0 0 0 305 0 0 0 25 0 4 0 730291694 302735360 13915 33554432000 4194304 4650419 140734612894272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 295640

[startup+6.30047 s]
/proc/loadavg: 8.15 8.10 7.71 9/365 14809
/proc/meminfo: memFree=25006204/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=311192 CPUtime=25.09 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 55679 0 0 0 2499 10 0 0 25 0 4 0 730291694 318660608 30528 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 77798 30528 393 112 0 72763 0
[pid=14805/tid=14806] ppid=14803 vsize=311192 CPUtime=6.28 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 11414 0 0 0 626 2 0 0 25 0 4 0 730291694 318660608 30528 33554432000 4194304 4650419 140734612894272 18446744073709551615 4438939 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=311192 CPUtime=6.28 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 16693 0 0 0 625 3 0 0 25 0 4 0 730291694 318660608 30528 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=311192 CPUtime=6.22 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 15032 0 0 0 620 2 0 0 25 0 4 0 730291694 318660608 30528 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 311192

[startup+12.7003 s]
/proc/loadavg: 8.12 8.10 7.71 9/365 14809
/proc/meminfo: memFree=24908900/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=376500 CPUtime=50.61 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 84327 0 0 0 5044 17 0 0 25 0 4 0 730291694 385536000 40353 33554432000 4194304 4650419 140734612894272 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 94125 40353 393 112 0 89090 0
[pid=14805/tid=14806] ppid=14803 vsize=376500 CPUtime=12.68 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 22568 0 0 0 1264 4 0 0 25 0 4 0 730291694 385536000 40353 33554432000 4194304 4650419 140734612894272 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=376500 CPUtime=12.68 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 22321 0 0 0 1264 4 0 0 25 0 4 0 730291694 385536000 40353 33554432000 4194304 4650419 140734612894272 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=376500 CPUtime=12.55 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 23298 0 0 0 1250 5 0 0 25 0 4 0 730291694 385536000 40353 33554432000 4194304 4650419 140734612894272 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 376500

[startup+25.5009 s]
/proc/loadavg: 8.18 8.11 7.72 9/365 14809
/proc/meminfo: memFree=24771040/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=388068 CPUtime=101.66 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 120149 0 0 0 10141 25 0 0 25 0 4 0 730291694 397381632 57295 33554432000 4194304 4650419 140734612894272 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 97017 57295 393 112 0 91982 0
[pid=14805/tid=14806] ppid=14803 vsize=388068 CPUtime=25.48 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 31359 0 0 0 2542 6 0 0 25 0 4 0 730291694 397381632 57295 33554432000 4194304 4650419 140734612894272 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=388068 CPUtime=25.48 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 31449 0 0 0 2542 6 0 0 25 0 4 0 730291694 397381632 57295 33554432000 4194304 4650419 140734612894272 18446744073709551615 4363314 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=388068 CPUtime=25.2 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 29519 0 0 0 2514 6 0 0 25 0 4 0 730291694 397381632 57295 33554432000 4194304 4650419 140734612894272 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 388068

[startup+51.1012 s]
/proc/loadavg: 8.12 8.10 7.73 9/365 14810
/proc/meminfo: memFree=24626768/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=453836 CPUtime=203.77 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 183704 0 0 0 20335 42 0 0 25 0 4 0 730291694 464728064 74479 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 113459 74479 393 112 0 108424 0
[pid=14805/tid=14806] ppid=14803 vsize=453836 CPUtime=51.08 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 48308 0 0 0 5098 10 0 0 25 0 4 0 730291694 464728064 74479 33554432000 4194304 4650419 140734612894272 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=453836 CPUtime=51.08 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 43424 0 0 0 5099 9 0 0 25 0 4 0 730291694 464728064 74479 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=453836 CPUtime=50.51 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 53790 0 0 0 5038 13 0 0 25 0 4 0 730291694 464728064 74479 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 453836

[startup+102.301 s]
/proc/loadavg: 8.19 8.13 7.75 9/365 14811
/proc/meminfo: memFree=24522552/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=656960 CPUtime=408 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 302532 0 0 0 40726 74 0 0 25 0 4 0 730291694 672727040 98109 33554432000 4194304 4650419 140734612894272 18446744073709551615 4438931 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 164240 98109 393 112 0 159205 0
[pid=14805/tid=14806] ppid=14803 vsize=656960 CPUtime=102.28 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 86200 0 0 0 10208 20 0 0 25 0 4 0 730291694 672727040 98114 33554432000 4194304 4650419 140734612894272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=656960 CPUtime=102.29 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 67327 0 0 0 10214 15 0 0 25 0 4 0 730291694 672727040 98114 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=656960 CPUtime=101.14 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 92395 0 0 0 10091 23 0 0 25 0 4 0 730291694 672727040 98114 33554432000 4194304 4650419 140734612894272 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408
Current children cumulated vsize (KiB) 656960

[startup+162.301 s]

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

[pid=14805] ppid=14803 vsize=913692 CPUtime=2800.86 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 724261 0 0 0 279838 248 0 0 25 0 4 0 730291694 935620608 156369 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 228423 156369 393 112 0 223388 0
[pid=14805/tid=14806] ppid=14803 vsize=913692 CPUtime=702.29 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 172478 0 0 0 70173 56 0 0 25 0 4 0 730291694 935620608 156369 33554432000 4194304 4650419 140734612894272 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=913692 CPUtime=702.3 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 224737 0 0 0 70139 91 0 0 25 0 4 0 730291694 935620608 156369 33554432000 4194304 4650419 140734612894272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=913692 CPUtime=694.1 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 211752 0 0 0 69346 64 0 0 25 0 4 0 730291694 935620608 156369 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.86
Current children cumulated vsize (KiB) 913692

[startup+762.301 s]
/proc/loadavg: 8.15 8.13 7.93 9/365 14829
/proc/meminfo: memFree=23981544/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=979796 CPUtime=3040.18 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 768864 0 0 0 303752 266 0 0 25 0 4 0 730291694 1003311104 169763 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 244949 169763 393 112 0 239914 0
[pid=14805/tid=14806] ppid=14803 vsize=979796 CPUtime=762.3 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 198292 0 0 0 76161 69 0 0 25 0 4 0 730291694 1003311104 169766 33554432000 4194304 4650419 140734612894272 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=979796 CPUtime=762.31 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 243498 0 0 0 76136 95 0 0 25 0 4 0 730291694 1003311104 169766 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=979796 CPUtime=753.4 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 211752 0 0 0 75276 64 0 0 25 0 4 0 730291694 1003311104 169766 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.18
Current children cumulated vsize (KiB) 979796

[startup+822.3 s]
/proc/loadavg: 8.09 8.12 7.94 9/365 14830
/proc/meminfo: memFree=23980648/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=1032404 CPUtime=3279.44 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 788545 0 0 0 327664 280 0 0 25 0 4 0 730291694 1057181696 169844 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 258101 169844 393 112 0 253066 0
[pid=14805/tid=14806] ppid=14803 vsize=1032404 CPUtime=822.29 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 217486 0 0 0 82148 81 0 0 25 0 4 0 730291694 1057181696 169844 33554432000 4194304 4650419 140734612894272 18446744073709551615 4333355 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=1032404 CPUtime=822.3 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 243498 0 0 0 82135 95 0 0 25 0 4 0 730291694 1057181696 169844 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=1032404 CPUtime=812.68 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 212236 0 0 0 81204 64 0 0 25 0 4 0 730291694 1057181696 169844 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.44
Current children cumulated vsize (KiB) 1032404

[startup+882.314 s]
/proc/loadavg: 8.13 8.12 7.95 9/365 14832
/proc/meminfo: memFree=23963500/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=1046796 CPUtime=3518.78 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 802594 0 0 0 351591 287 0 0 25 0 4 0 730291694 1071919104 171321 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 261699 171321 393 112 0 256664 0
[pid=14805/tid=14806] ppid=14803 vsize=1046796 CPUtime=882.31 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 231535 0 0 0 88143 88 0 0 25 0 4 0 730291694 1071919104 171321 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=1046796 CPUtime=882.32 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 243498 0 0 0 88137 95 0 0 25 0 4 0 730291694 1071919104 171321 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=1046796 CPUtime=871.98 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 212236 0 0 0 87134 64 0 0 25 0 4 0 730291694 1071919104 171321 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.78
Current children cumulated vsize (KiB) 1046796

[startup+942.3 s]
/proc/loadavg: 8.08 8.11 7.95 9/365 14834
/proc/meminfo: memFree=23963356/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=1046796 CPUtime=3758.02 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 802594 0 0 0 375514 288 0 0 25 0 4 0 730291694 1071919104 171321 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 261699 171321 393 112 0 256664 0
[pid=14805/tid=14806] ppid=14803 vsize=1046796 CPUtime=942.29 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 231535 0 0 0 94141 88 0 0 25 0 4 0 730291694 1071919104 171321 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=1046796 CPUtime=942.31 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 243498 0 0 0 94136 95 0 0 25 0 4 0 730291694 1071919104 171321 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=1046796 CPUtime=931.27 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 212236 0 0 0 93063 64 0 0 25 0 4 0 730291694 1071919104 171321 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.02
Current children cumulated vsize (KiB) 1046796

[startup+1002.3 s]
/proc/loadavg: 8.08 8.10 7.96 9/365 14835
/proc/meminfo: memFree=23941864/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=1047816 CPUtime=3997.3 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 830993 0 0 0 399423 307 0 0 25 0 4 0 730291694 1072963584 176813 33554432000 4194304 4650419 140734612894272 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 261954 176813 393 112 0 256919 0
[pid=14805/tid=14806] ppid=14803 vsize=1047816 CPUtime=1002.3 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 231535 0 0 0 100142 88 0 0 25 0 4 0 730291694 1072963584 176813 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=1047816 CPUtime=1002.31 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 243498 0 0 0 100136 95 0 0 25 0 4 0 730291694 1072963584 176813 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=1047816 CPUtime=990.56 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 212236 0 0 0 98992 64 0 0 25 0 4 0 730291694 1072963584 176813 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.3
Current children cumulated vsize (KiB) 1047816

[startup+1062.3 s]
/proc/loadavg: 8.03 8.08 7.96 9/365 14837
/proc/meminfo: memFree=23929684/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=1047564 CPUtime=4236.59 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 861524 0 0 0 423336 323 0 0 25 0 4 0 730291694 1072705536 178543 33554432000 4194304 4650419 140734612894272 18446744073709551615 4438922 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 261891 178543 393 112 0 256856 0
[pid=14805/tid=14806] ppid=14803 vsize=1047564 CPUtime=1062.3 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 231535 0 0 0 106142 88 0 0 25 0 4 0 730291694 1072705536 178543 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=1047564 CPUtime=1062.31 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 243498 0 0 0 106136 95 0 0 25 0 4 0 730291694 1072705536 178543 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=1047564 CPUtime=1049.86 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 212239 0 0 0 104922 64 0 0 25 0 4 0 730291694 1072705536 178543 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.59
Current children cumulated vsize (KiB) 1047564

[startup+1122.3 s]
/proc/loadavg: 8.13 8.10 7.97 9/365 14838
/proc/meminfo: memFree=23912300/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=1047940 CPUtime=4475.87 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 868334 0 0 0 447263 324 0 0 25 0 4 0 730291694 1073090560 178475 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 261985 178475 393 112 0 256950 0
[pid=14805/tid=14806] ppid=14803 vsize=1047940 CPUtime=1122.3 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 231535 0 0 0 112142 88 0 0 25 0 4 0 730291694 1073090560 178475 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=1047940 CPUtime=1122.31 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 243498 0 0 0 112136 95 0 0 25 0 4 0 730291694 1073090560 178475 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=1047940 CPUtime=1109.14 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 212317 0 0 0 110850 64 0 0 25 0 4 0 730291694 1073090560 178475 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.87
Current children cumulated vsize (KiB) 1047940

[startup+1182.3 s]
/proc/loadavg: 8.17 8.12 7.98 9/365 14840
/proc/meminfo: memFree=23900124/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=1061256 CPUtime=4715.16 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 891727 0 0 0 471179 337 0 0 25 0 4 0 730291694 1086726144 184019 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 265314 184019 393 112 0 260279 0
[pid=14805/tid=14806] ppid=14803 vsize=1061256 CPUtime=1182.31 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 250574 0 0 0 118131 100 0 0 25 0 4 0 730291694 1086726144 184019 33554432000 4194304 4650419 140734612894272 18446744073709551615 4332995 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=1061256 CPUtime=1182.3 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 243498 0 0 0 118135 95 0 0 25 0 4 0 730291694 1086726144 184019 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=1061256 CPUtime=1168.44 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 212328 0 0 0 116780 64 0 0 25 0 4 0 730291694 1086726144 184019 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.16
Current children cumulated vsize (KiB) 1061256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.20 8.13 7.99 5/360 14842
/proc/meminfo: memFree=24513220/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=1049760 CPUtime=4800.12 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 899621 0 0 0 479670 342 0 0 25 0 4 0 730291694 1074954240 180908 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 262440 180908 393 112 0 257405 0
[pid=14805/tid=14806] ppid=14803 vsize=1049760 CPUtime=1203.62 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 255927 0 0 0 120258 104 0 0 25 0 4 0 730291694 1074954240 180910 33554432000 4194304 4650419 140734612894272 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=1049760 CPUtime=1203.62 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 243498 0 0 0 120267 95 0 0 25 0 4 0 730291694 1074954240 180910 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=1049760 CPUtime=1189.48 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 212328 0 0 0 118884 64 0 0 25 0 4 0 730291694 1074954240 180910 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1049760

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

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

[startup+1203.6 s]
/proc/loadavg: 8.20 8.13 7.99 5/360 14842
/proc/meminfo: memFree=24513220/32950928 swapFree=38710892/67111528
[pid=14805] ppid=14803 vsize=1049760 CPUtime=4800.12 cores=0,2,4,6
/proc/14805/stat : 14805 (strangenight1-m) R 14803 14805 14563 0 -1 4202496 899621 0 0 0 479670 342 0 0 25 0 4 0 730291694 1074954240 180908 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14805/statm: 262440 180908 393 112 0 257405 0
[pid=14805/tid=14806] ppid=14803 vsize=1049760 CPUtime=1203.62 cores=0,2,4,6
/proc/14805/task/14806/stat : 14806 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 255927 0 0 0 120258 104 0 0 25 0 4 0 730291694 1074954240 180910 33554432000 4194304 4650419 140734612894272 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14805/tid=14807] ppid=14803 vsize=1049760 CPUtime=1203.62 cores=0,2,4,6
/proc/14805/task/14807/stat : 14807 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 243498 0 0 0 120267 95 0 0 25 0 4 0 730291694 1074954240 180910 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=1049760 CPUtime=1189.48 cores=0,2,4,6
/proc/14805/task/14808/stat : 14808 (strangenight1-m) R 14803 14805 14563 0 -1 4202560 212328 0 0 0 118884 64 0 0 25 0 4 0 730291694 1074954240 180910 33554432000 4194304 4650419 140734612894272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1049760

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.65
CPU time (s): 4800.2
CPU user time (s): 4796.75
CPU system time (s): 3.45248
CPU usage (%): 398.804
Max. virtual memory (cumulated for all children) (KiB): 1072696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.75
system time used= 3.45247
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 899624
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= 2296
involuntary context switches= 26181

runsolver used 3.9114 second user time and 10.2484 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 21:16:50
IDJOB=3368679
IDBENCH=82688
IDSOLVER=1846
FILE ID=node113/3368679-1305400610
RUNJOBID= node113-1305398198-14581
PBS_JOBID= 13324480
Free space on /tmp= 73436 MiB

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

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

MD5SUM BENCH= 6a80d43525a755784678c69a1c250bac
RANDOM SEED=865103395

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25218784 kB
Buffers:        253176 kB
Cached:        2805768 kB
SwapCached:      93712 kB
Active:         770132 kB
Inactive:      6700892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25218784 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           13220 kB
Writeback:           0 kB
AnonPages:     4329768 kB
Mapped:          14416 kB
Slab:           105056 kB
PageTables:      91164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87145388 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= 73436 MiB
End job on node113 at 2011-05-14 21:36:56