Trace number 3175022

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.3 1201.74

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S540595895-046-UNKNOWN.cnf
MD5SUMc6c08a5348a127e8ddd50935c46cf427
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark107.787
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-3175022-1304078124.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.01	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.01	c -- vars added       1250
0.40/0.14	c Parsing time:  0.04 s
0.40/0.14	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data  --
0.40/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.48
0.40/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.40/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.40/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.40/0.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.58/0.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
1.58/0.40	c Finding binary XORs  T:     0.00 s  found:       0
1.58/0.40	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
1.58/0.40	c calculated reachability. Time: 0.00
1.58/0.40	c Calc default polars -  time:   0.01 s pos:     603 undec:      42 neg:     605
1.58/0.40	c =========================================================================================
1.58/0.40	c types(t): F = full restart, N = normal restart
1.58/0.40	c types(t): S = simplification begin/end, E = solution found
1.58/0.40	c restart types(rt): st = static, dy = dynamic
1.58/0.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.58/0.40	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data  --
1.97/0.58	c  N dy    16      4282      1250     25000         0      4275    125000    646994    117.90    126.32  --
3.99/1.05	c  N dy    35      8513      1250     25000         0      6009    125000    651339    113.40    119.55  --
4.77/1.25	c  N dy    56     12573      1250     25000         0      5821    125000    427067    112.17    119.10  --
5.97/1.57	c  N dy    76     16635      1250     25000         0      9879    125000    976103    110.60    116.82  --
7.57/1.93	c  N dy    99     20685      1250     25000         0      8306    125000    597103    110.54    117.05  --
9.16/2.30	c  N dy   122     24743      1250     25000         0     12364    125000   1152007    110.21    119.51  --
9.16/2.33	c  F st   123     25002      1250     25000         0     12623    125000   1184063    110.04    100.26  --
11.16/2.80	c  N dy   129     30000      1250     25000         0     10799    125000    850094    110.04   no data  --
11.16/2.80	c  S st   129     30000      1250     25000         0     10799    125000    850094    110.04   no data  --
11.16/2.85	c  S st   129     30502      1250     25000         0     11301    125000    911909    110.04   no data  --
11.16/2.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.16/2.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.16/2.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
11.56/2.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.56/2.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.56/2.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.35/4.63	c lits-rem:      1410  cl-subs:       25  v-elim:      0  v-fix:    0  time:  6.82 s
19.15/4.82	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.75
19.15/4.82	c calculated reachability. Time: 0.00
19.15/4.82	c  N dy   129     30502      1250     25000         0     11276    125000    903046    110.04   no data  --
20.75/5.28	c  N dy   150     34745      1250     25000         0     15516    125000   1479780    109.75    117.68  --
22.34/5.67	c  N dy   180     38798      1250     25000         0     11669    125000    775457    109.91    116.33  --
23.94/6.10	c  N dy   204     42846      1250     25000         0     15707    125000   1329762    109.95    116.22  --
25.55/6.42	c  S st   219     45754      1250     25000         0      9674    125000    365338    109.75   no data  --
25.55/6.48	c  S st   219     46258      1250     25000         0     10177    125000    426599    109.75   no data  --
25.55/6.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.55/6.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.55/6.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
25.96/6.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.96/6.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.96/6.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
25.96/6.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
41.92/10.54	c lits-rem:      1263  cl-subs:        1  v-elim:      0  v-fix:    0  time: 16.04 s
41.92/10.54	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
41.92/10.55	c vivif2 --  cl tried    10176 cl shrink        0 lits rem          0 time: 0.02
42.72/10.72	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.68
42.72/10.72	c calculated reachability. Time: 0.00
42.72/10.72	c  N dy   219     46258      1250     25000         0     10176    125000    425044    109.75   no data  --
44.31/11.13	c  N dy   240     50340      1250     25000         0     14257    125000    977836    109.56    116.44  --
45.91/11.56	c  N dy   263     54425      1250     25000         0     18337    125000   1528594    109.56    119.36  --
47.92/12.02	c  N dy   289     58453      1250     25000         0     12401    125000    611566    109.64    137.01  --
49.51/12.43	c  N dy   309     62467      1250     25000         0     16414    125000   1163345    109.56    116.24  --
51.51/12.90	c  N dy   338     66569      1250     25000         0     20512    125000   1732258    109.75    116.32  --
52.73/13.22	c  S st   351     69389      1250     25000         0     12352    125000    467806    109.62   no data  --
52.73/13.28	c  S st   351     69892      1250     25000         0     12855    125000    531931    109.62   no data  --
52.73/13.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.73/13.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.73/13.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
53.10/13.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.10/13.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.10/13.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
53.10/13.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
69.48/17.43	c lits-rem:      1683  cl-subs:        3  v-elim:      0  v-fix:    0  time: 16.41 s
69.48/17.43	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
69.48/17.44	c vivif2 --  cl tried    12852 cl shrink        0 lits rem          0 time: 0.02
70.68/17.70	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 1.01
70.68/17.70	c calculated reachability. Time: 0.00
70.68/17.70	c  N dy   351     69892      1250     25000         0     12852    125000    529361    109.62   no data  --
72.67/18.21	c  N dy   375     74392      1250     25000         0     17346    125000   1142623    109.60    115.65  --
75.08/18.85	c  N dy   408     79313      1250     25000         0     22263    125000   1821907    109.73    115.98  --
77.47/19.48	c  N dy   437     84512      1250     25000         0     15476    125000    775643    109.81    116.06  --
79.09/19.85	c  F st   457     87502      1250     25000         0     18463    125000   1183352    109.85     99.49  --
80.66/20.25	c  N st   462     90799      1250     25000         0     21756    125000   1664745    109.85   no data  --
83.86/21.06	c  N dy   482     96620      1250     25000         0     14580    125000    520737    109.81    116.85  --
87.47/21.93	c  N dy   518    103693      1250     25000         0     21649    125000   1505273    109.80    117.42  --
87.87/22.08	c  S st   522    104838      1250     25000         0     22792    125000   1663366    109.80    114.36  --
88.26/22.18	c  S st   522    105343      1250     25000         0     23297    125000   1720459    109.80   no data  --
88.26/22.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
88.26/22.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.66/22.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
88.66/22.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.66/22.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.66/22.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
88.66/22.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
117.81/29.50	c lits-rem:       670  cl-subs:       25  v-elim:      0  v-fix:    0  time: 28.82 s
117.81/29.51	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
117.81/29.52	c vivif2 --  cl tried    23272 cl shrink        0 lits rem          0 time: 0.07
119.00/29.82	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 1.20
119.00/29.83	c calculated reachability. Time: 0.00
119.00/29.83	c  N dy   522    105343      1250     25000         0     23272    125000   1712786    109.80   no data  --
122.21/30.68	c  N dy   562    112104      1250     25000         0     16043    125000    595286    109.86    115.93  --
125.80/31.54	c  N dy   607    119434      1250     25000         0     23368    125000   1606248    109.92    115.78  --
129.80/32.59	c  N dy   654    127073      1250     25000         0     16014    125000    464683    110.05    124.44  --
134.19/33.65	c  N dy   702    135693      1250     25000         0     24630    125000   1637501    109.92    117.81  --
138.98/34.88	c  N dy   757    144383      1250     25000         0     17324    125000    510915    109.97    120.67  --
143.78/36.03	c  N dy   816    153594      1250     25000         0     26526    125000   1774302    110.06    116.75  --
146.17/36.66	c  S st   843    158014      1250     25000         0     30943    125000   2371464    110.01   no data  --
146.57/36.77	c  S st   843    158518      1250     25000         0     31447    125000   2432412    110.01   no data  --
146.57/36.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
146.57/36.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.97/36.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
146.97/36.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.97/36.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.97/36.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
146.97/36.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
220.87/55.30	c lits-rem:       916  cl-subs:       16  v-elim:      0  v-fix:    0  time: 73.45 s
220.87/55.31	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
220.87/55.33	c vivif2 --  cl tried    31431 cl shrink        0 lits rem          0 time: 0.10
222.47/55.70	c asymm  cl-useful: 0/21947/25000 lits-rem:0 time: 1.49
222.47/55.71	c calculated reachability. Time: 0.00
222.47/55.71	c  N dy   843    158518      1250     25000         0     31431    125000   2427165    110.01   no data  --
228.08/57.14	c  N dy   908    168835      1250     25000         0     24754    125000   1408413    110.09    116.28  --
234.85/58.83	c  N dy   973    179807      1250     25000         0     35719    125000   2906028    110.02    116.80  --
241.26/60.41	c  N dy  1031    191365      1250     25000         0     29278    125000   1892231    109.97    116.28  --
248.03/62.16	c  N dy  1100    203654      1250     25000         0     22569    125000    845286    109.99    117.81  --
255.22/63.90	c  N dy  1169    216700      1250     25000         0     35600    125000   2615975    109.90    119.53  --
262.41/65.76	c  N dy  1247    230590      1250     25000         0     29499    125000   1666214    109.88    119.13  --
266.40/66.78	c  S st  1287    237778      1250     25000         0     36681    125000   2652509    109.89     98.06  --
266.80/66.89	c  S st  1287    238279      1250     25000         0     37182    125000   2710644    109.89   no data  --
267.20/66.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
267.20/66.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
267.20/66.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
267.62/67.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
267.62/67.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.62/67.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
267.62/67.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
373.48/93.50	c lits-rem:       644  cl-subs:       20  v-elim:      0  v-fix:    0  time: 105.62 s
373.48/93.51	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
373.48/93.53	c vivif2 --  cl tried    37162 cl shrink        0 lits rem          0 time: 0.11
373.86/93.60	c asymm  cl-useful: 0/3053/25000 lits-rem:0 time: 0.28
373.86/93.61	c calculated reachability. Time: 0.00
373.86/93.61	c  N dy  1287    238279      1250     25000         0     37162    125000   2704395    109.89   no data  --
382.64/95.83	c  N dy  1379    253665      1250     25000         0     31557    125000   1823692    109.97    115.80  --
392.63/98.35	c  N dy  1466    270025      1250     25000         0     25911    125000    916160    109.90    116.45  --
403.02/100.97	c  N dy  1575    287279      1250     25000         0     43152    125000   3285594    109.98    118.36  --
414.61/103.87	c  N dy  1691    305637      1250     25000         0     38518    125000   2558177    110.14    119.02  --
415.01/103.97	c  F st  1695    306251      1250     25000         0     39132    125000   2641772    110.14    104.96  --
426.98/106.98	c  N dy  1772    325181      1250     25000         0     34067    125000   1759640    110.10    116.10  --
440.97/110.49	c  N dy  1893    345257      1250     25000         0     29153    125000    975903    110.15    116.61  --
448.96/112.47	c  S st  1967    357418      1250     25000         0     41303    125000   2654257    110.18   no data  --
449.35/112.59	c  S st  1967    357919      1250     25000         0     41804    125000   2711492    110.18   no data  --
449.75/112.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
449.75/112.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
449.75/112.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
450.15/112.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
450.15/112.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
450.15/112.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
450.15/112.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
552.42/138.30	c lits-rem:       557  cl-subs:       29  v-elim:      0  v-fix:    0  time: 101.99 s
552.42/138.30	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
552.42/138.33	c vivif2 --  cl tried    41775 cl shrink        0 lits rem          0 time: 0.11
554.01/138.72	c asymm  cl-useful: 0/18255/25000 lits-rem:0 time: 1.54
554.01/138.72	c calculated reachability. Time: 0.00
554.01/138.72	c  N dy  1967    357919      1250     25000         0     41775    125000   2702400    110.18   no data  --
567.19/142.06	c  N dy  2090    377963      1250     25000         0     35826    125000   1776267    110.27    116.09  --
581.58/145.69	c  N dy  2206    398156      1250     25000         0     29019    125000    700946    110.28    117.33  --
595.56/149.16	c  N dy  2345    418317      1250     25000         0     49160    125000   3488806    110.37    116.46  --
609.94/152.71	c  N dy  2465    438400      1250     25000         0     41247    125000   2254961    110.42    116.38  --
625.52/156.64	c  N dy  2584    458693      1250     25000         0     32554    125000    933044    110.43    116.73  --
640.30/160.34	c  N dy  2713    478758      1250     25000         0     52601    125000   3688426    110.48    120.90  --
655.47/164.13	c  N dy  2832    498799      1250     25000         0     42655    125000   2157591    110.46    118.10  --
672.66/168.47	c  N dy  2955    518904      1250     25000         0     31768    125000    563970    110.51    117.12  --
685.84/171.76	c  S st  3070    536878      1250     25000         0     49735    125000   3033238    110.53     92.99  --
686.64/171.90	c  S st  3070    537382      1250     25000         0     50239    125000   3094338    110.53   no data  --
686.64/171.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
686.64/171.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
686.64/171.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
687.03/172.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
687.03/172.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
687.03/172.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
687.03/172.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1518.69/380.28	c lits-rem:       424  cl-subs:       32  v-elim:      0  v-fix:    0  time: 830.94 s
1518.69/380.29	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
1519.09/380.32	c vivif2 --  cl tried    50207 cl shrink        0 lits rem          0 time: 0.13
1519.91/380.56	c asymm  cl-useful: 0/6745/25000 lits-rem:0 time: 0.94
1519.91/380.56	c calculated reachability. Time: 0.00
1519.91/380.56	c  N dy  3070    537382      1250     25000         0     50207    125000   3084123    110.53   no data  --
1538.66/385.23	c  N dy  3189    557654      1250     25000         0     38480    125000   1349358    110.53    118.96  --
1556.64/389.78	c  N dy  3314    577689      1250     25000         0     58502    125000   4126985    110.57    117.39  --
1575.01/394.34	c  N dy  3440    597749      1250     25000         0     45572    125000   2208008    110.60    119.70  --
1594.19/399.18	c  N dy  3548    617874      1250     25000         0     65670    125000   4981279    110.59    116.57  --
1611.76/403.57	c  N dy  3662    638002      1250     25000         0     51819    125000   2935946    110.58    117.04  --
1632.53/408.76	c  N dy  3774    658047      1250     25000         0     36872    125000    740080    110.58    121.14  --
1649.71/413.09	c  N dy  3896    678051      1250     25000         0     56861    125000   3522186    110.62    118.29  --
1670.48/418.23	c  N dy  4013    698126      1250     25000         0     40960    125000   1178229    110.64    118.14  --
1689.26/422.90	c  N dy  4137    718144      1250     25000         0     60958    125000   3948355    110.69    121.13  --
1709.63/428.04	c  N dy  4261    738270      1250     25000         0     44096    125000   1479824    110.71    118.76  --
1729.21/432.96	c  N dy  4390    758416      1250     25000         0     64223    125000   4254662    110.76    117.56  --
1750.37/438.20	c  N dy  4518    778494      1250     25000         0     46310    125000   1670093    110.80    148.29  --
1769.55/443.10	c  N dy  4635    798501      1250     25000         0     66296    125000   4415246    110.81    144.73  --
1778.74/445.30	c  S st  4684    806075      1250     25000         0     73867    125000   5471408    110.83   no data  --
1779.56/445.53	c  S st  4684    806580      1250     25000         0     74372    125000   5530271    110.83   no data  --
1779.56/445.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1779.56/445.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1779.93/445.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
1780.73/445.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1780.73/445.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1780.73/445.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1780.73/445.81	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-3175022-1304078124/watcher-3175022-1304078124 -o /tmp/evaluation-result-3175022-1304078124/solver-3175022-1304078124 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175022-1304078124.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.55 8.01 7.99 7/180 19435
/proc/meminfo: memFree=18371960/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 419 0 0 0 0 0 0 0 25 0 4 0 598043068 52465664 358 33554432000 4194304 4650419 140735610835840 18446744073709551615 224284925883 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 12809 358 306 112 0 7774 0
[pid=19435/tid=19436] ppid=19433 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 598043069 52465664 358 33554432000 4194304 4650419 140735610835840 18446744073709551615 47157575100338 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 598043069 52465664 358 33554432000 4194304 4650419 140735610835840 18446744073709551615 224279972950 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 598043069 52465664 358 33554432000 4194304 4650419 140735610835840 18446744073709551615 224279972950 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0961531 s]
/proc/loadavg: 7.55 8.01 7.99 7/180 19435
/proc/meminfo: memFree=18371960/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=284328 CPUtime=0.35 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 3708 0 0 0 35 0 0 0 18 0 4 0 598043068 291151872 3626 33554432000 4194304 4650419 140735610835840 18446744073709551615 224284586693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 71082 3626 367 112 0 66047 0
[pid=19435/tid=19436] ppid=19433 vsize=284328 CPUtime=0.08 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 777 0 0 0 8 0 0 0 25 0 4 0 598043069 291151872 3626 33554432000 4194304 4650419 140735610835840 18446744073709551615 224284969143 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=284328 CPUtime=0.09 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 784 0 0 0 9 0 0 0 18 0 4 0 598043069 291151872 3626 33554432000 4194304 4650419 140735610835840 18446744073709551615 4370710 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=284328 CPUtime=0.08 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) D 19433 19435 19297 0 -1 4202560 934 0 0 0 8 0 0 0 18 0 4 0 598043069 291151872 3626 33554432000 4194304 4650419 140735610835840 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 284328

[startup+0.108296 s]
/proc/loadavg: 7.55 8.01 7.99 7/180 19435
/proc/meminfo: memFree=18371960/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=284460 CPUtime=0.4 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 3756 0 0 0 40 0 0 0 18 0 4 0 598043068 291287040 3674 33554432000 4194304 4650419 140735610835840 18446744073709551615 4370730 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 71115 3674 367 112 0 66080 0
[pid=19435/tid=19436] ppid=19433 vsize=284460 CPUtime=0.1 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 785 0 0 0 10 0 0 0 25 0 4 0 598043069 291287040 3674 33554432000 4194304 4650419 140735610835840 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=284460 CPUtime=0.1 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 791 0 0 0 10 0 0 0 18 0 4 0 598043069 291287040 3674 33554432000 4194304 4650419 140735610835840 18446744073709551615 4369079 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=284460 CPUtime=0.09 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 960 0 0 0 9 0 0 0 18 0 4 0 598043069 291287040 3674 33554432000 4194304 4650419 140735610835840 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 284460

[startup+0.300268 s]
/proc/loadavg: 7.55 8.01 7.99 7/180 19435
/proc/meminfo: memFree=18371960/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=293520 CPUtime=1.17 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 9990 0 0 0 116 1 0 0 18 0 4 0 598043068 300564480 8538 33554432000 4194304 4650419 140735610835840 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 73380 8538 389 112 0 68345 0
[pid=19435/tid=19436] ppid=19433 vsize=293520 CPUtime=0.28 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 2726 0 0 0 28 0 0 0 25 0 4 0 598043069 300564480 8538 33554432000 4194304 4650419 140735610835840 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=293520 CPUtime=0.29 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 2740 0 0 0 29 0 0 0 18 0 4 0 598043069 300564480 8538 33554432000 4194304 4650419 140735610835840 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=293520 CPUtime=0.29 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 1376 0 0 0 29 0 0 0 18 0 4 0 598043069 300564480 8538 33554432000 4194304 4650419 140735610835840 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 293520

[startup+0.700202 s]
/proc/loadavg: 7.55 8.01 7.99 7/180 19435
/proc/meminfo: memFree=18371960/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=297408 CPUtime=2.77 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 14468 0 0 0 275 2 0 0 18 0 4 0 598043068 304545792 9352 33554432000 4194304 4650419 140735610835840 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 74352 9352 391 112 0 69317 0
[pid=19435/tid=19436] ppid=19433 vsize=297408 CPUtime=0.68 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 3794 0 0 0 68 0 0 0 25 0 4 0 598043069 304545792 9353 33554432000 4194304 4650419 140735610835840 18446744073709551615 4368281 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=297408 CPUtime=0.69 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 3839 0 0 0 69 0 0 0 18 0 4 0 598043069 304545792 9353 33554432000 4194304 4650419 140735610835840 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=297408 CPUtime=0.68 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 2598 0 0 0 68 0 0 0 18 0 4 0 598043069 304545792 9353 33554432000 4194304 4650419 140735610835840 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 297408

[startup+1.50107 s]
/proc/loadavg: 7.55 8.01 7.99 10/184 19439
/proc/meminfo: memFree=18325180/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=298456 CPUtime=5.97 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 21505 0 0 0 593 4 0 0 19 0 4 0 598043068 305618944 11597 33554432000 4194304 4650419 140735610835840 18446744073709551615 4334078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 74614 11598 391 112 0 69579 0
[pid=19435/tid=19436] ppid=19433 vsize=298456 CPUtime=1.48 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 5539 0 0 0 147 1 0 0 25 0 4 0 598043069 305618944 11598 33554432000 4194304 4650419 140735610835840 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=298456 CPUtime=1.48 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 5602 0 0 0 148 0 0 0 19 0 4 0 598043069 305618944 11598 33554432000 4194304 4650419 140735610835840 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=298456 CPUtime=1.48 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 4402 0 0 0 148 0 0 0 20 0 4 0 598043069 305618944 11598 33554432000 4194304 4650419 140735610835840 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 298456

[startup+3.1008 s]
/proc/loadavg: 7.55 8.01 7.99 10/184 19439
/proc/meminfo: memFree=18310236/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=321048 CPUtime=12.36 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 40119 0 0 0 1229 7 0 0 24 0 4 0 598043068 328753152 18316 33554432000 4194304 4650419 140735610835840 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 80262 18316 393 112 0 75227 0
[pid=19435/tid=19436] ppid=19433 vsize=321048 CPUtime=3.07 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 9011 0 0 0 305 2 0 0 25 0 4 0 598043069 328753152 18316 33554432000 4194304 4650419 140735610835840 18446744073709551615 4333838 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=321048 CPUtime=3.09 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 9074 0 0 0 308 1 0 0 24 0 4 0 598043069 328753152 18316 33554432000 4194304 4650419 140735610835840 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=321048 CPUtime=3.08 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 7837 0 0 0 307 1 0 0 25 0 4 0 598043069 328753152 18316 33554432000 4194304 4650419 140735610835840 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 321048

[startup+6.30027 s]
/proc/loadavg: 7.58 8.01 7.99 9/184 19439
/proc/meminfo: memFree=18118540/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=322208 CPUtime=25.15 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 66192 0 0 0 2501 14 0 0 25 0 4 0 598043068 329940992 35401 33554432000 4194304 4650419 140735610835840 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 80552 35401 393 112 0 75517 0
[pid=19435/tid=19436] ppid=19433 vsize=322208 CPUtime=6.25 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 13245 0 0 0 622 3 0 0 25 0 4 0 598043069 329940992 35401 33554432000 4194304 4650419 140735610835840 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=322208 CPUtime=6.29 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 18816 0 0 0 626 3 0 0 25 0 4 0 598043069 329940992 35401 33554432000 4194304 4650419 140735610835840 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=322208 CPUtime=6.28 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 17174 0 0 0 625 3 0 0 25 0 4 0 598043069 329940992 35401 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 322208

[startup+12.7002 s]
/proc/loadavg: 7.62 8.01 7.99 9/184 19439
/proc/meminfo: memFree=18077668/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=313168 CPUtime=50.7 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 92968 0 0 0 5051 19 0 0 25 0 4 0 598043068 320684032 44916 33554432000 4194304 4650419 140735610835840 18446744073709551615 4314936 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 78292 44916 393 112 0 73257 0
[pid=19435/tid=19436] ppid=19433 vsize=313168 CPUtime=12.62 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 26676 0 0 0 1256 6 0 0 25 0 4 0 598043069 320684032 44916 33554432000 4194304 4650419 140735610835840 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=313168 CPUtime=12.68 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 21182 0 0 0 1265 3 0 0 25 0 4 0 598043069 320684032 44916 33554432000 4194304 4650419 140735610835840 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=313168 CPUtime=12.68 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 24184 0 0 0 1263 5 0 0 25 0 4 0 598043069 320684032 44916 33554432000 4194304 4650419 140735610835840 18446744073709551615 4332020 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 313168

[startup+25.5011 s]
/proc/loadavg: 7.70 8.00 7.99 9/184 19441
/proc/meminfo: memFree=17853852/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=458120 CPUtime=101.83 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 132577 0 0 0 10153 30 0 0 25 0 4 0 598043068 469114880 68007 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 114530 68007 393 112 0 109495 0
[pid=19435/tid=19436] ppid=19433 vsize=458120 CPUtime=25.34 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 33234 0 0 0 2526 8 0 0 25 0 4 0 598043069 469114880 68007 33554432000 4194304 4650419 140735610835840 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=458120 CPUtime=25.48 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 31050 0 0 0 2543 5 0 0 25 0 4 0 598043069 469114880 68007 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=458120 CPUtime=25.48 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 36971 0 0 0 2540 8 0 0 25 0 4 0 598043069 469114880 68007 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 458120

[startup+51.1008 s]
/proc/loadavg: 7.80 8.00 7.99 9/184 19441
/proc/meminfo: memFree=17751820/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=587792 CPUtime=204.09 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 206228 0 0 0 20359 50 0 0 25 0 4 0 598043068 601899008 82992 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 146948 82992 393 112 0 141913 0
[pid=19435/tid=19436] ppid=19433 vsize=587792 CPUtime=50.81 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 50155 0 0 0 5067 14 0 0 25 0 4 0 598043069 601899008 82992 33554432000 4194304 4650419 140735610835840 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=587792 CPUtime=51.09 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 50996 0 0 0 5097 12 0 0 25 0 4 0 598043069 601899008 82992 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=587792 CPUtime=51.08 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 62647 0 0 0 5093 15 0 0 25 0 4 0 598043069 601899008 82992 33554432000 4194304 4650419 140735610835840 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 587792

[startup+102.306 s]
/proc/loadavg: 7.91 8.00 7.99 9/184 19443
/proc/meminfo: memFree=17641548/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=648436 CPUtime=408.63 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 321033 0 0 0 40780 83 0 0 25 0 4 0 598043068 663998464 97498 33554432000 4194304 4650419 140735610835840 18446744073709551615 4333611 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 162109 97498 393 112 0 157074 0
[pid=19435/tid=19436] ppid=19433 vsize=648436 CPUtime=101.73 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 82895 0 0 0 10150 23 0 0 25 0 4 0 598043069 663998464 97498 33554432000 4194304 4650419 140735610835840 18446744073709551615 4365369 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=648436 CPUtime=102.29 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 80106 0 0 0 10210 19 0 0 25 0 4 0 598043069 663998464 97498 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=648436 CPUtime=102.29 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 105516 0 0 0 10201 28 0 0 25 0 4 0 598043069 663998464 97498 33554432000 4194304 4650419 140735610835840 18446744073709551615 4333931 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 648436

[startup+162.3 s]

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

[pid=19435] ppid=19433 vsize=965272 CPUtime=2805.34 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 916019 0 0 0 280195 339 0 0 25 0 4 0 598043068 988438528 168264 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 241318 168264 393 112 0 236283 0
[pid=19435/tid=19436] ppid=19433 vsize=965272 CPUtime=698.44 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 294626 0 0 0 69766 78 0 0 25 0 4 0 598043069 988438528 168264 33554432000 4194304 4650419 140735610835840 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=965272 CPUtime=702.29 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 228380 0 0 0 70115 114 0 0 25 0 4 0 598043069 988438528 168264 33554432000 4194304 4650419 140735610835840 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=965272 CPUtime=702.29 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 293421 0 0 0 70124 105 0 0 25 0 4 0 598043069 988438528 168264 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 965272

[startup+762.307 s]
/proc/loadavg: 8.11 8.12 8.04 9/184 19468
/proc/meminfo: memFree=17074824/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=1031816 CPUtime=3045.03 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 977306 0 0 0 304132 371 0 0 25 0 4 0 598043068 1056579584 169522 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 257954 169523 393 112 0 252919 0
[pid=19435/tid=19436] ppid=19433 vsize=1031816 CPUtime=758.12 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 323747 0 0 0 75717 95 0 0 25 0 4 0 598043069 1056579584 169523 33554432000 4194304 4650419 140735610835840 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=1031816 CPUtime=762.3 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 252544 0 0 0 76101 129 0 0 25 0 4 0 598043069 1056579584 169523 33554432000 4194304 4650419 140735610835840 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=1031816 CPUtime=762.3 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 301424 0 0 0 76123 107 0 0 25 0 4 0 598043069 1056579584 169523 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 1031816

[startup+822.3 s]
/proc/loadavg: 8.19 8.14 8.06 9/184 19470
/proc/meminfo: memFree=16924968/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=1085276 CPUtime=3284.68 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 1046012 0 0 0 328069 399 0 0 25 0 4 0 598043068 1111322624 194570 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 271319 194570 393 112 0 266284 0
[pid=19435/tid=19436] ppid=19433 vsize=1085276 CPUtime=817.79 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 347647 0 0 0 81669 110 0 0 25 0 4 0 598043069 1111322624 194570 33554432000 4194304 4650419 140735610835840 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=1085276 CPUtime=822.29 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 288222 0 0 0 82090 139 0 0 25 0 4 0 598043069 1111322624 194570 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=1085276 CPUtime=822.29 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 310551 0 0 0 82121 108 0 0 25 0 4 0 598043069 1111322624 194570 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 1085276

[startup+882.3 s]
/proc/loadavg: 8.25 8.16 8.07 9/184 19472
/proc/meminfo: memFree=16888092/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=1085880 CPUtime=3524.35 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 1087639 0 0 0 352013 422 0 0 25 0 4 0 598043068 1111941120 198671 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 271470 198671 393 112 0 266435 0
[pid=19435/tid=19436] ppid=19433 vsize=1085880 CPUtime=877.46 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 372794 0 0 0 87616 130 0 0 25 0 4 0 598043069 1111941120 198671 33554432000 4194304 4650419 140735610835840 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=1085880 CPUtime=882.3 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 295186 0 0 0 88089 141 0 0 25 0 4 0 598043069 1111941120 198671 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=1085880 CPUtime=882.29 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 320067 0 0 0 88119 110 0 0 25 0 4 0 598043069 1111941120 198671 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 1085880

[startup+942.3 s]
/proc/loadavg: 8.23 8.16 8.07 9/184 19474
/proc/meminfo: memFree=16926608/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=1034772 CPUtime=3764.03 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 1127453 0 0 0 375962 441 0 0 25 0 4 0 598043068 1059606528 187821 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 258693 187821 393 112 0 253658 0
[pid=19435/tid=19436] ppid=19433 vsize=1034772 CPUtime=937.14 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 396223 0 0 0 93567 147 0 0 25 0 4 0 598043069 1059606528 187821 33554432000 4194304 4650419 140735610835840 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=1034772 CPUtime=942.3 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 302888 0 0 0 94088 142 0 0 25 0 4 0 598043069 1059606528 187821 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=1034772 CPUtime=942.29 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 328750 0 0 0 94118 111 0 0 25 0 4 0 598043069 1059606528 187821 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 1034772

[startup+1002.3 s]
/proc/loadavg: 8.21 8.16 8.08 9/184 19476
/proc/meminfo: memFree=16950104/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=1086936 CPUtime=4003.7 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 1153334 0 0 0 399921 449 0 0 25 0 4 0 598043068 1113022464 191868 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476466 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 271734 191868 393 112 0 266699 0
[pid=19435/tid=19436] ppid=19433 vsize=1086936 CPUtime=996.81 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 406184 0 0 0 99528 153 0 0 25 0 4 0 598043069 1113022464 191868 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=1086936 CPUtime=1002.3 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 310110 0 0 0 100087 143 0 0 25 0 4 0 598043069 1113022464 191868 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=1086936 CPUtime=1002.3 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 337448 0 0 0 100117 113 0 0 25 0 4 0 598043069 1113022464 191868 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 1086936

[startup+1062.3 s]
/proc/loadavg: 8.20 8.16 8.08 9/184 19476
/proc/meminfo: memFree=16938276/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=1086936 CPUtime=4243.38 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 1168413 0 0 0 423887 451 0 0 25 0 4 0 598043068 1113022464 191943 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 271734 191943 393 112 0 266699 0
[pid=19435/tid=19436] ppid=19433 vsize=1086936 CPUtime=1056.48 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 406184 0 0 0 105495 153 0 0 25 0 4 0 598043069 1113022464 191943 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=1086936 CPUtime=1062.3 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 316851 0 0 0 106086 144 0 0 25 0 4 0 598043069 1113022464 191943 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=1086936 CPUtime=1062.29 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 345786 0 0 0 106116 113 0 0 25 0 4 0 598043069 1113022464 191943 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 1086936

[startup+1122.3 s]
/proc/loadavg: 8.07 8.13 8.07 9/184 19478
/proc/meminfo: memFree=16932776/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=1086936 CPUtime=4483.05 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 1185267 0 0 0 447851 454 0 0 25 0 4 0 598043068 1113022464 191909 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 271734 191909 393 112 0 266699 0
[pid=19435/tid=19436] ppid=19433 vsize=1086936 CPUtime=1116.15 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 406184 0 0 0 111462 153 0 0 25 0 4 0 598043069 1113022464 191909 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=1086936 CPUtime=1122.3 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 324200 0 0 0 112085 145 0 0 25 0 4 0 598043069 1113022464 191909 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=1086936 CPUtime=1122.29 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 355291 0 0 0 112114 115 0 0 25 0 4 0 598043069 1113022464 191909 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 1086936

[startup+1182.3 s]
/proc/loadavg: 8.02 8.10 8.07 9/184 19480
/proc/meminfo: memFree=16811460/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=1086936 CPUtime=4722.73 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 1202219 0 0 0 471816 457 0 0 25 0 4 0 598043068 1113022464 191934 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 271734 191934 393 112 0 266699 0
[pid=19435/tid=19436] ppid=19433 vsize=1086936 CPUtime=1175.83 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 406184 0 0 0 117430 153 0 0 25 0 4 0 598043069 1113022464 191934 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=1086936 CPUtime=1182.3 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 332085 0 0 0 118083 147 0 0 25 0 4 0 598043069 1113022464 191934 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=1086936 CPUtime=1182.29 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 364358 0 0 0 118113 116 0 0 25 0 4 0 598043069 1113022464 191934 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 1086936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.10 8.07 5/179 19481
/proc/meminfo: memFree=17640920/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=1086936 CPUtime=4800.24 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 1207382 0 0 0 479567 457 0 0 25 0 4 0 598043068 1113022464 191869 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476129 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 271734 191869 393 112 0 266699 0
[pid=19435/tid=19436] ppid=19433 vsize=1086936 CPUtime=1195.12 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 406184 0 0 0 119359 153 0 0 25 0 4 0 598043069 1113022464 191869 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=1086936 CPUtime=1201.71 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 334166 0 0 0 120024 147 0 0 25 0 4 0 598043069 1113022464 191869 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=1086936 CPUtime=1201.7 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 367440 0 0 0 120053 117 0 0 25 0 4 0 598043069 1113022464 191869 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1086936

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.10 8.07 5/179 19481
/proc/meminfo: memFree=17640920/32951124 swapFree=67110396/67111528
[pid=19435] ppid=19433 vsize=1086936 CPUtime=4800.24 cores=1,3,5,7
/proc/19435/stat : 19435 (strangenight1-m) R 19433 19435 19297 0 -1 4202496 1207382 0 0 0 479567 457 0 0 25 0 4 0 598043068 1113022464 191869 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476129 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19435/statm: 271734 191869 393 112 0 266699 0
[pid=19435/tid=19436] ppid=19433 vsize=1086936 CPUtime=1195.12 cores=1,3,5,7
/proc/19435/task/19436/stat : 19436 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 406184 0 0 0 119359 153 0 0 25 0 4 0 598043069 1113022464 191869 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19435/tid=19437] ppid=19433 vsize=1086936 CPUtime=1201.71 cores=1,3,5,7
/proc/19435/task/19437/stat : 19437 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 334166 0 0 0 120024 147 0 0 25 0 4 0 598043069 1113022464 191869 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19435/tid=19438] ppid=19433 vsize=1086936 CPUtime=1201.7 cores=1,3,5,7
/proc/19435/task/19438/stat : 19438 (strangenight1-m) R 19433 19435 19297 0 -1 4202560 367440 0 0 0 120053 117 0 0 25 0 4 0 598043069 1113022464 191869 33554432000 4194304 4650419 140735610835840 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1086936

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.3
CPU user time (s): 4795.69
CPU system time (s): 4.6093
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 1086936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.69
system time used= 4.6093
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1207382
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= 1547
involuntary context switches= 35381

runsolver used 1.66575 second user time and 4.90725 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 13:55:24
IDJOB=3175022
IDBENCH=82640
IDSOLVER=1588
FILE ID=node118/3175022-1304078124
RUNJOBID= node118-1304076920-19316
PBS_JOBID= 13170505
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= c6c08a5348a127e8ddd50935c46cf427
RANDOM SEED=1239254864

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18372364 kB
Buffers:       1901604 kB
Cached:       12038704 kB
SwapCached:        600 kB
Active:        9531148 kB
Inactive:      4512008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18372364 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           13548 kB
Writeback:           0 kB
AnonPages:      101472 kB
Mapped:          15356 kB
Slab:           472408 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   307512 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= 71604 MiB
End job on node118 at 2011-04-29 14:15:28