Trace number 3174944

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S573815729-001-UNKNOWN.cnf
MD5SUM34a446d3b38e7b034208a35fa75247bf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark172.11
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-3174944-1304056750.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.02	c -- vars added       1250
0.00/0.02	c Parsing time:  0.05 s
0.00/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data  --
0.00/0.15	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.50
0.07/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.07/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.07/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.07/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.07/0.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.07/0.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
0.07/0.60	c Finding binary XORs  T:     0.00 s  found:       0
0.07/0.60	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.07/0.60	c calculated reachability. Time: 0.00
0.07/0.60	c Calc default polars -  time:   0.01 s pos:     621 undec:      45 neg:     584
0.07/0.60	c =========================================================================================
0.07/0.60	c types(t): F = full restart, N = normal restart
0.07/0.60	c types(t): S = simplification begin/end, E = solution found
0.07/0.60	c restart types(rt): st = static, dy = dynamic
0.07/0.60	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.07/0.60	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data  --
0.07/0.60	c  N dy    18      4004      1250     25000         0      4001    125000    551375    105.91    112.56  --
0.07/0.90	c  N dy    46      8129      1250     25000         0      5626    125000    565617    107.39    113.34  --
5.17/1.30	c  N dy    75     12172      1250     25000         0      5418    125000    361139    110.38    116.90  --
5.96/1.56	c  N dy    95     16203      1250     25000         0      9447    125000    911268    109.95    116.61  --
7.58/1.94	c  N dy   122     20428      1250     25000         0      8051    125000    559887    110.30    116.86  --
9.16/2.31	c  N dy   141     24485      1250     25000         0     12102    125000   1114163    109.84    116.18  --
9.16/2.36	c  F st   146     25000      1250     25000         0     12617    125000   1188045    110.02   no data  --
11.16/2.84	c  N dy   152     30001      1250     25000         0     10805    125000    828754    110.02   no data  --
11.16/2.84	c  S st   152     30001      1250     25000         0     10805    125000    828754    110.02   no data  --
11.55/2.90	c  S st   152     30501      1250     25000         0     11304    125000    886230    110.02   no data  --
11.55/2.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.55/2.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.55/2.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
11.55/2.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.55/2.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.55/2.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.94/4.53	c lits-rem:      2051  cl-subs:       35  v-elim:      0  v-fix:    0  time:  6.23 s
18.75/4.71	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.74
18.75/4.71	c calculated reachability. Time: 0.00
18.75/4.71	c  N dy   152     30501      1250     25000         0     11269    125000    873978    110.02   no data  --
20.34/5.18	c  N dy   176     34831      1250     25000         0     15598    125000   1469336    109.99    115.89  --
21.94/5.59	c  N dy   201     38935      1250     25000         0     11801    125000    789192    109.84    116.39  --
23.94/6.01	c  N dy   222     43043      1250     25000         0     15908    125000   1348138    109.70    115.55  --
25.16/6.33	c  S st   240     45753      1250     25000         0      9669    125000    364576    109.80   no data  --
25.16/6.39	c  S st   240     46255      1250     25000         0     10171    125000    423462    109.80   no data  --
25.16/6.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.16/6.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.56/6.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
25.56/6.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.56/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.56/6.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
25.56/6.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
41.51/10.49	c lits-rem:      1223  cl-subs:        2  v-elim:      0  v-fix:    0  time: 16.25 s
41.51/10.49	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
41.91/10.50	c vivif2 --  cl tried    10169 cl shrink        0 lits rem          0 time: 0.02
42.31/10.67	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.69
42.31/10.67	c calculated reachability. Time: 0.00
42.31/10.67	c  N dy   240     46255      1250     25000         0     10169    125000    421765    109.80   no data  --
43.91/11.08	c  N dy   267     50333      1250     25000         0     14244    125000    988013    109.89    137.83  --
45.91/11.50	c  N dy   290     54372      1250     25000         0     18282    125000   1537544    109.90    115.76  --
47.53/11.98	c  N dy   316     58629      1250     25000         0     12570    125000    629873    110.07    118.43  --
49.50/12.41	c  N dy   335     62711      1250     25000         0     16649    125000   1194789    109.98    122.76  --
51.11/12.89	c  N dy   362     66836      1250     25000         0     20774    125000   1757881    110.09    116.47  --
52.30/13.18	c  S st   378     69385      1250     25000         0     12337    125000    465143    110.14    102.07  --
52.70/13.24	c  S st   378     69890      1250     25000         0     12842    125000    524747    110.14   no data  --
52.70/13.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.70/13.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.70/13.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
52.70/13.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.70/13.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.70/13.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
52.70/13.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
69.49/17.47	c lits-rem:      1939  cl-subs:        3  v-elim:      0  v-fix:    0  time: 16.69 s
69.49/17.47	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
69.49/17.48	c vivif2 --  cl tried    12839 cl shrink        0 lits rem          0 time: 0.02
70.67/17.71	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.91
70.67/17.71	c calculated reachability. Time: 0.00
70.67/17.71	c  N dy   378     69890      1250     25000         0     12839    125000    521904    110.14   no data  --
72.67/18.22	c  N dy   406     74392      1250     25000         0     17336    125000   1138933    110.23    116.11  --
75.07/18.84	c  N dy   437     79217      1250     25000         0     22156    125000   1804471    110.38    117.21  --
77.48/19.47	c  N dy   468     84409      1250     25000         0     15358    125000    745491    110.42    116.82  --
79.07/19.86	c  F st   489     87500      1250     25000         0     18447    125000   1169880    110.51   no data  --
80.67/20.29	c  N st   494     90797      1250     25000         0     21735    125000   1650447    110.51   no data  --
84.26/21.11	c  N dy   513     96773      1250     25000         0     14721    125000    531340    110.36    116.92  --
87.07/21.86	c  N dy   543    102955      1250     25000         0     20901    125000   1375997    110.21    119.93  --
88.26/22.12	c  S st   557    104836      1250     25000         0     22781    125000   1638669    110.28   no data  --
88.66/22.22	c  S st   557    105343      1250     25000         0     23287    125000   1698131    110.28   no data  --
88.66/22.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
88.66/22.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.66/22.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
89.05/22.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.05/22.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.05/22.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
89.05/22.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
119.81/30.04	c lits-rem:       945  cl-subs:       21  v-elim:      0  v-fix:    0  time: 30.82 s
119.81/30.04	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
119.81/30.06	c vivif2 --  cl tried    23266 cl shrink        0 lits rem          0 time: 0.07
121.01/30.37	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 1.25
121.01/30.37	c calculated reachability. Time: 0.00
121.01/30.37	c  N dy   557    105343      1250     25000         0     23266    125000   1690867    110.28   no data  --
124.61/31.23	c  N dy   594    112198      1250     25000         0     16127    125000    598318    110.20    119.26  --
127.79/32.09	c  N dy   639    119372      1250     25000         0     23290    125000   1577554    110.27    117.88  --
132.19/33.15	c  N dy   688    127020      1250     25000         0     15946    125000    453274    110.42    116.28  --
136.19/34.15	c  N dy   735    135149      1250     25000         0     24066    125000   1566387    110.39    116.41  --
141.38/35.41	c  N dy   789    143794      1250     25000         0     16723    125000    429966    110.44    117.35  --
145.77/36.58	c  N dy   843    153074      1250     25000         0     25995    125000   1705304    110.41    117.42  --
148.97/37.31	c  S st   875    158017      1250     25000         0     30936    125000   2383666    110.44   no data  --
149.37/37.42	c  S st   875    158519      1250     25000         0     31438    125000   2448119    110.44   no data  --
149.37/37.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
149.37/37.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
149.37/37.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
149.77/37.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
149.77/37.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.77/37.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
149.77/37.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
225.27/56.46	c lits-rem:       847  cl-subs:       27  v-elim:      0  v-fix:    0  time: 75.47 s
225.27/56.46	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
225.27/56.48	c vivif2 --  cl tried    31411 cl shrink        0 lits rem          0 time: 0.10
226.86/56.89	c asymm  cl-useful: 0/22066/25000 lits-rem:0 time: 1.62
226.86/56.89	c calculated reachability. Time: 0.00
226.86/56.89	c  N dy   875    158519      1250     25000         0     31411    125000   2439209    110.44   no data  --
232.85/58.39	c  N dy   938    168829      1250     25000         0     24725    125000   1414610    110.59    117.00  --
239.64/60.08	c  N dy  1005    179645      1250     25000         0     35527    125000   2903900    110.64    118.11  --
245.64/61.57	c  N dy  1071    191150      1250     25000         0     29029    125000   1869119    110.63    117.42  --
252.83/63.33	c  N dy  1145    203499      1250     25000         0     22392    125000    818532    110.67    117.99  --
259.62/65.09	c  N dy  1216    216486      1250     25000         0     35362    125000   2600146    110.65    116.60  --
267.23/66.99	c  N dy  1288    230317      1250     25000         0     29209    125000   1631047    110.57    117.57  --
271.63/68.08	c  S st  1326    237779      1250     25000         0     36666    125000   2640578    110.53    107.29  --
272.00/68.18	c  S st  1326    238281      1250     25000         0     37168    125000   2699556    110.53   no data  --
272.00/68.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
272.00/68.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
272.40/68.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
272.80/68.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
272.80/68.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
272.80/68.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
272.80/68.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
369.08/92.47	c lits-rem:       855  cl-subs:       40  v-elim:      0  v-fix:    0  time: 96.36 s
369.08/92.47	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
369.08/92.50	c vivif2 --  cl tried    37128 cl shrink        0 lits rem          0 time: 0.11
369.48/92.56	c asymm  cl-useful: 0/2934/25000 lits-rem:0 time: 0.27
369.48/92.57	c calculated reachability. Time: 0.00
369.48/92.57	c  N dy  1326    238281      1250     25000         0     37128    125000   2687316    110.53   no data  --
378.66/94.86	c  N dy  1421    253555      1250     25000         0     31413    125000   1808240    110.57    124.59  --
389.06/97.48	c  N dy  1516    269862      1250     25000         0     25723    125000    889737    110.59    119.26  --
399.84/100.17	c  N dy  1623    287160      1250     25000         0     43016    125000   3288330    110.68    116.60  --
411.43/103.03	c  N dy  1738    305641      1250     25000         0     38495    125000   2520675    110.71    117.34  --
411.84/103.14	c  F st  1743    306251      1250     25000         0     39104    125000   2602375    110.71   no data  --
424.22/106.22	c  N dy  1832    325236      1250     25000         0     34090    125000   1786342    110.72    120.21  --
438.22/109.76	c  N dy  1947    345276      1250     25000         0     29132    125000    965471    110.70    118.85  --
446.56/111.80	c  S st  2013    357421      1250     25000         0     41266    125000   2627875    110.67   no data  --
446.98/111.93	c  S st  2013    357923      1250     25000         0     41768    125000   2690561    110.67   no data  --
446.98/111.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
446.98/111.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
446.98/111.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
447.39/112.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
447.39/112.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
447.39/112.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
447.39/112.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
546.42/136.86	c lits-rem:       949  cl-subs:       32  v-elim:      0  v-fix:    0  time: 98.90 s
546.42/136.86	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
546.42/136.88	c vivif2 --  cl tried    41736 cl shrink        0 lits rem          0 time: 0.11
548.04/137.25	c asymm  cl-useful: 0/18617/25000 lits-rem:0 time: 1.47
548.04/137.26	c calculated reachability. Time: 0.00
548.04/137.26	c  N dy  2013    357923      1250     25000         0     41736    125000   2680441    110.67   no data  --
561.63/140.68	c  N dy  2129    378019      1250     25000         0     35829    125000   1765761    110.70    116.95  --
575.99/144.28	c  N dy  2240    398108      1250     25000         0     28926    125000    690962    110.68    116.57  --
590.36/147.83	c  N dy  2365    418275      1250     25000         0     49074    125000   3477012    110.73    118.80  --
605.17/151.51	c  N dy  2480    438455      1250     25000         0     41257    125000   2244755    110.71    119.17  --
620.73/155.40	c  N dy  2592    458577      1250     25000         0     32386    125000    903141    110.67    116.97  --
635.10/159.06	c  N dy  2708    478622      1250     25000         0     52410    125000   3670269    110.68    121.23  --
651.08/163.02	c  N dy  2824    499048      1250     25000         0     42846    125000   2202346    110.65    117.29  --
667.87/167.28	c  N dy  2935    519220      1250     25000         0     32030    125000    601580    110.68    116.68  --
681.44/170.62	c  S st  3041    536885      1250     25000         0     49675    125000   3023867    110.70   no data  --
681.84/170.78	c  S st  3041    537391      1250     25000         0     50181    125000   3086598    110.70   no data  --
681.84/170.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
681.84/170.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
682.25/170.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
682.65/170.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
682.65/170.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
682.65/170.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
682.65/170.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1494.74/374.26	c lits-rem:       486  cl-subs:       32  v-elim:      0  v-fix:    0  time: 811.58 s
1494.74/374.26	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
1494.74/374.30	c vivif2 --  cl tried    50149 cl shrink        0 lits rem          0 time: 0.13
1495.93/374.53	c asymm  cl-useful: 0/6383/25000 lits-rem:0 time: 0.94
1495.93/374.53	c calculated reachability. Time: 0.00
1495.93/374.53	c  N dy  3041    537391      1250     25000         0     50149    125000   3076975    110.70   no data  --
1515.51/379.42	c  N dy  3174    557431      1250     25000         0     38208    125000   1329816    110.76    131.30  --
1533.88/384.02	c  N dy  3292    577463      1250     25000         0     58214    125000   4099699    110.79    117.20  --
1552.26/388.61	c  N dy  3414    597573      1250     25000         0     45339    125000   2174121    110.80    118.51  --
1571.85/393.57	c  N dy  3525    617589      1250     25000         0     65336    125000   4931288    110.78    123.04  --
1589.83/398.02	c  N dy  3644    637811      1250     25000         0     51584    125000   2900250    110.78    119.68  --
1610.58/403.27	c  N dy  3762    657862      1250     25000         0     36647    125000    714335    110.80    124.14  --
1628.15/407.69	c  N dy  3872    677871      1250     25000         0     56646    125000   3469050    110.78    117.02  --
1649.73/413.07	c  N dy  3991    697887      1250     25000         0     40664    125000   1131979    110.77    117.23  --
1668.52/417.80	c  N dy  4117    718000      1250     25000         0     60762    125000   3910671    110.81    116.88  --
1689.68/423.03	c  N dy  4227    738189      1250     25000         0     43962    125000   1462111    110.80    117.93  --
1709.25/427.95	c  N dy  4345    758205      1250     25000         0     63969    125000   4232480    110.82    118.70  --
1730.44/433.26	c  N dy  4457    778280      1250     25000         0     46064    125000   1616318    110.83    123.17  --
1750.80/438.33	c  N dy  4571    798392      1250     25000         0     66149    125000   4387624    110.82    116.87  --
1759.58/440.54	c  S st  4608    806087      1250     25000         0     73838    125000   5430159    110.79    107.25  --
1760.39/440.78	c  S st  4608    806595      1250     25000         0     74346    125000   5495396    110.79   no data  --
1760.39/440.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1760.39/440.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1760.80/440.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.27
1761.58/441.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1761.58/441.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1761.58/441.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1761.58/441.06	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-3174944-1304056750/watcher-3174944-1304056750 -o /tmp/evaluation-result-3174944-1304056750/solver-3174944-1304056750 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174944-1304056750.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: 7.53 7.97 7.88 6/180 25015
/proc/meminfo: memFree=18297176/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=183568 CPUtime=0 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 1226 0 0 0 0 0 0 0 25 0 4 0 517271695 187973632 1152 33554432000 4194304 4650419 140733326034080 18446744073709551615 4361556 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 47944 1157 342 112 0 42909 0
[pid=25015/tid=25016] ppid=25013 vsize=199984 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 85 0 0 0 0 0 0 0 25 0 4 0 517271695 204783616 1169 33554432000 4194304 4650419 140733326034080 18446744073709551615 254500691771 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=200116 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 271 0 0 0 0 0 0 0 25 0 4 0 517271695 204918784 1179 33554432000 4194304 4650419 140733326034080 18446744073709551615 254500354406 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=200248 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 255 0 0 0 0 0 0 0 25 0 4 0 517271695 205053952 1197 33554432000 4194304 4650419 140733326034080 18446744073709551615 254500735066 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.026922 s]
/proc/loadavg: 7.53 7.97 7.88 6/180 25015
/proc/meminfo: memFree=18297176/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=284008 CPUtime=0.07 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 3263 0 0 0 7 0 0 0 18 0 4 0 517271695 290824192 3182 33554432000 4194304 4650419 140733326034080 18446744073709551615 254500796959 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 71035 3198 367 112 0 66000 0
[pid=25015/tid=25016] ppid=25013 vsize=284140 CPUtime=0.01 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) S 25013 25015 24785 0 -1 4202560 719 0 0 0 1 0 0 0 18 0 4 0 517271695 290959360 3222 33554432000 4194304 4650419 140733326034080 18446744073709551615 254500796910 0 0 4096 2 18446604450244090944 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=289036 CPUtime=0.14 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) S 25013 25015 24785 0 -1 4202560 1284 0 0 0 14 0 0 0 18 0 4 0 517271695 295972864 4270 33554432000 4194304 4650419 140733326034080 18446744073709551615 254500796910 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=291332 CPUtime=0.14 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 986 0 0 0 14 0 0 0 18 0 4 0 517271695 298323968 4901 33554432000 4194304 4650419 140733326034080 18446744073709551615 4333931 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 284008

[startup+1.01066 s]
/proc/loadavg: 7.53 7.97 7.88 6/180 25015
/proc/meminfo: memFree=18297176/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=298356 CPUtime=4 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 17065 0 0 0 397 3 0 0 19 0 4 0 517271695 305516544 10560 33554432000 4194304 4650419 140733326034080 18446744073709551615 4333600 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 74589 10560 391 112 0 69554 0
[pid=25015/tid=25016] ppid=25013 vsize=298356 CPUtime=0.99 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 4343 0 0 0 99 0 0 0 19 0 4 0 517271695 305516544 10560 33554432000 4194304 4650419 140733326034080 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=298356 CPUtime=1 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 4433 0 0 0 99 1 0 0 19 0 4 0 517271695 305516544 10560 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=298356 CPUtime=0.99 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 3502 0 0 0 99 0 0 0 19 0 4 0 517271695 305516544 10560 33554432000 4194304 4650419 140733326034080 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 298356

[startup+1.10065 s]
/proc/loadavg: 7.53 7.97 7.88 6/180 25015
/proc/meminfo: memFree=18297176/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=308744 CPUtime=4.36 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 18351 0 0 0 433 3 0 0 19 0 4 0 517271695 316153856 10646 33554432000 4194304 4650419 140733326034080 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 77186 10646 391 112 0 72151 0
[pid=25015/tid=25016] ppid=25013 vsize=308744 CPUtime=1.08 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 4692 0 0 0 108 0 0 0 19 0 4 0 517271695 316153856 10646 33554432000 4194304 4650419 140733326034080 18446744073709551615 4516629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=308744 CPUtime=1.08 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 5082 0 0 0 107 1 0 0 19 0 4 0 517271695 316153856 10646 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=308744 CPUtime=1.08 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 3647 0 0 0 108 0 0 0 19 0 4 0 517271695 316153856 10647 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 308744

[startup+1.20063 s]
/proc/loadavg: 7.53 7.97 7.88 6/180 25015
/proc/meminfo: memFree=18297176/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=299156 CPUtime=4.77 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 19648 0 0 0 473 4 0 0 19 0 4 0 517271695 306335744 9558 33554432000 4194304 4650419 140733326034080 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 74789 9558 391 112 0 69754 0
[pid=25015/tid=25016] ppid=25013 vsize=299156 CPUtime=1.18 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 5042 0 0 0 117 1 0 0 19 0 4 0 517271695 306335744 9558 33554432000 4194304 4650419 140733326034080 18446744073709551615 4360485 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=299156 CPUtime=1.18 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 5253 0 0 0 117 1 0 0 19 0 4 0 517271695 306335744 9558 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=299156 CPUtime=1.18 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 3806 0 0 0 118 0 0 0 19 0 4 0 517271695 306335744 9558 33554432000 4194304 4650419 140733326034080 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 299156

[startup+1.50057 s]
/proc/loadavg: 7.53 7.97 7.88 6/180 25015
/proc/meminfo: memFree=18297176/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=299156 CPUtime=5.96 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 21561 0 0 0 592 4 0 0 19 0 4 0 517271695 306335744 11471 33554432000 4194304 4650419 140733326034080 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 74789 11471 391 112 0 69754 0
[pid=25015/tid=25016] ppid=25013 vsize=299156 CPUtime=1.48 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 5521 0 0 0 147 1 0 0 19 0 4 0 517271695 306335744 11471 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=299156 CPUtime=1.48 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 5724 0 0 0 147 1 0 0 19 0 4 0 517271695 306335744 11472 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=299156 CPUtime=1.48 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 4288 0 0 0 148 0 0 0 19 0 4 0 517271695 306335744 11472 33554432000 4194304 4650419 140733326034080 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 299156

[startup+3.10625 s]
/proc/loadavg: 7.53 7.97 7.88 9/184 25019
/proc/meminfo: memFree=18164184/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=300104 CPUtime=12.37 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 40086 0 0 0 1230 7 0 0 25 0 4 0 517271695 307306496 18258 33554432000 4194304 4650419 140733326034080 18446744073709551615 4439371 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 75026 18258 393 112 0 69991 0
[pid=25015/tid=25016] ppid=25013 vsize=300104 CPUtime=3.07 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 8793 0 0 0 306 1 0 0 25 0 4 0 517271695 307306496 18258 33554432000 4194304 4650419 140733326034080 18446744073709551615 4368273 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=300104 CPUtime=3.09 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 9210 0 0 0 307 2 0 0 25 0 4 0 517271695 307306496 18258 33554432000 4194304 4650419 140733326034080 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=300104 CPUtime=3.09 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 7813 0 0 0 308 1 0 0 25 0 4 0 517271695 307306496 18258 33554432000 4194304 4650419 140733326034080 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 300104

[startup+6.30061 s]
/proc/loadavg: 7.73 8.00 7.89 9/184 25019
/proc/meminfo: memFree=18096984/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=329784 CPUtime=25.16 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 66916 0 0 0 2501 15 0 0 25 0 4 0 517271695 337698816 33929 33554432000 4194304 4650419 140733326034080 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 82446 33929 393 112 0 77411 0
[pid=25015/tid=25016] ppid=25013 vsize=329784 CPUtime=6.26 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 12854 0 0 0 624 2 0 0 25 0 4 0 517271695 337698816 33929 33554432000 4194304 4650419 140733326034080 18446744073709551615 4438939 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=329784 CPUtime=6.29 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 18896 0 0 0 626 3 0 0 25 0 4 0 517271695 337698816 33929 33554432000 4194304 4650419 140733326034080 18446744073709551615 4439371 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=329784 CPUtime=6.29 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 17528 0 0 0 624 5 0 0 25 0 4 0 517271695 337698816 33929 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 329784

[startup+12.7003 s]
/proc/loadavg: 7.75 8.00 7.89 9/184 25019
/proc/meminfo: memFree=18017488/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=321920 CPUtime=50.7 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 95163 0 0 0 5051 19 0 0 25 0 4 0 517271695 329646080 46043 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 80480 46043 393 112 0 75445 0
[pid=25015/tid=25016] ppid=25013 vsize=321920 CPUtime=12.62 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 26165 0 0 0 1258 4 0 0 25 0 4 0 517271695 329646080 46043 33554432000 4194304 4650419 140733326034080 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=321920 CPUtime=12.69 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 22536 0 0 0 1265 4 0 0 25 0 4 0 517271695 329646080 46043 33554432000 4194304 4650419 140733326034080 18446744073709551615 4333054 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=321920 CPUtime=12.68 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 25134 0 0 0 1262 6 0 0 25 0 4 0 517271695 329646080 46043 33554432000 4194304 4650419 140733326034080 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 321920

[startup+25.5008 s]
/proc/loadavg: 7.80 8.00 7.89 9/184 25019
/proc/meminfo: memFree=17897104/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=467336 CPUtime=101.83 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 132633 0 0 0 10155 28 0 0 25 0 4 0 517271695 478552064 66646 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 116834 66646 393 112 0 111799 0
[pid=25015/tid=25016] ppid=25013 vsize=467336 CPUtime=25.35 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 29435 0 0 0 2530 5 0 0 25 0 4 0 517271695 478552064 66646 33554432000 4194304 4650419 140733326034080 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=467336 CPUtime=25.48 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 30842 0 0 0 2543 5 0 0 25 0 4 0 517271695 478552064 66646 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=467336 CPUtime=25.48 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 37728 0 0 0 2539 9 0 0 25 0 4 0 517271695 478552064 66646 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 467336

[startup+51.1007 s]
/proc/loadavg: 7.87 8.00 7.89 9/184 25020
/proc/meminfo: memFree=17800192/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=596380 CPUtime=204.1 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 206317 0 0 0 20364 46 0 0 25 0 4 0 517271695 610693120 82855 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 149095 82855 393 112 0 144060 0
[pid=25015/tid=25016] ppid=25013 vsize=596380 CPUtime=50.82 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 44563 0 0 0 5073 9 0 0 25 0 4 0 517271695 610693120 82855 33554432000 4194304 4650419 140733326034080 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=596380 CPUtime=51.08 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 50642 0 0 0 5099 9 0 0 25 0 4 0 517271695 610693120 82855 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=596380 CPUtime=51.07 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 64565 0 0 0 5091 16 0 0 25 0 4 0 517271695 610693120 82855 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 596380

[startup+102.301 s]
/proc/loadavg: 7.94 8.00 7.90 9/184 25021
/proc/meminfo: memFree=17666256/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=679120 CPUtime=408.62 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 327168 0 0 0 40785 77 0 0 25 0 4 0 517271695 695418880 101417 33554432000 4194304 4650419 140733326034080 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 169780 101417 393 112 0 164745 0
[pid=25015/tid=25016] ppid=25013 vsize=679120 CPUtime=101.75 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 78079 0 0 0 10157 18 0 0 25 0 4 0 517271695 695418880 101417 33554432000 4194304 4650419 140733326034080 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=679120 CPUtime=102.29 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 81620 0 0 0 10211 18 0 0 25 0 4 0 517271695 695418880 101417 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=679120 CPUtime=102.28 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 103886 0 0 0 10202 26 0 0 25 0 4 0 517271695 695418880 101417 33554432000 4194304 4650419 140733326034080 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 679120

[startup+162.301 s]

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

[pid=25015] ppid=25013 vsize=1046488 CPUtime=2565.69 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 727817 0 0 0 256318 251 0 0 25 0 4 0 517271695 1071603712 166231 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 261622 166231 393 112 0 256587 0
[pid=25015/tid=25016] ppid=25013 vsize=1046488 CPUtime=638.78 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 135978 0 0 0 63846 32 0 0 25 0 4 0 517271695 1071603712 166231 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=1046488 CPUtime=642.31 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 214486 0 0 0 64141 90 0 0 25 0 4 0 517271695 1071603712 166231 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=1046488 CPUtime=642.27 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 64146 81 0 0 25 0 4 0 517271695 1071603712 166231 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.69
Current children cumulated vsize (KiB) 1046488

[startup+702.301 s]
/proc/loadavg: 8.06 8.06 7.96 9/184 25049
/proc/meminfo: memFree=17212156/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=996216 CPUtime=2805.37 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 768391 0 0 0 280264 273 0 0 25 0 4 0 517271695 1020125184 166486 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 249054 166486 393 112 0 244019 0
[pid=25015/tid=25016] ppid=25013 vsize=996216 CPUtime=698.46 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 152392 0 0 0 69806 40 0 0 25 0 4 0 517271695 1020125184 166486 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=996216 CPUtime=702.32 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 238646 0 0 0 70128 104 0 0 25 0 4 0 517271695 1020125184 166486 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=996216 CPUtime=702.27 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 70146 81 0 0 25 0 4 0 517271695 1020125184 166486 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 996216

[startup+762.301 s]
/proc/loadavg: 8.13 8.08 7.97 9/184 25051
/proc/meminfo: memFree=17216116/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=1075072 CPUtime=3045.04 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 825810 0 0 0 304202 302 0 0 25 0 4 0 517271695 1100873728 172324 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 268768 172324 393 112 0 263733 0
[pid=25015/tid=25016] ppid=25013 vsize=1075072 CPUtime=758.13 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 181741 0 0 0 75758 55 0 0 25 0 4 0 517271695 1100873728 172324 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=1075072 CPUtime=762.32 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 266716 0 0 0 76113 119 0 0 25 0 4 0 517271695 1100873728 172324 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=1075072 CPUtime=762.27 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 76146 81 0 0 25 0 4 0 517271695 1100873728 172324 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 1075072

[startup+822.301 s]
/proc/loadavg: 8.12 8.08 7.98 9/184 25052
/proc/meminfo: memFree=17116656/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=1145436 CPUtime=3284.72 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 875573 0 0 0 328150 322 0 0 25 0 4 0 517271695 1172926464 194014 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 286359 194014 393 112 0 281324 0
[pid=25015/tid=25016] ppid=25013 vsize=1145436 CPUtime=817.79 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 207562 0 0 0 81712 67 0 0 25 0 4 0 517271695 1172926464 194014 33554432000 4194304 4650419 140733326034080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=1145436 CPUtime=822.32 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 290658 0 0 0 82106 126 0 0 25 0 4 0 517271695 1172926464 194014 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=1145436 CPUtime=822.27 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 82146 81 0 0 25 0 4 0 517271695 1172926464 194014 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 1145436

[startup+882.3 s]
/proc/loadavg: 8.15 8.09 7.99 9/184 25054
/proc/meminfo: memFree=17047316/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=1157260 CPUtime=3524.39 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 897164 0 0 0 352102 337 0 0 25 0 4 0 517271695 1185034240 201197 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 289315 201197 393 112 0 284280 0
[pid=25015/tid=25016] ppid=25013 vsize=1157260 CPUtime=877.46 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 229153 0 0 0 87663 83 0 0 25 0 4 0 517271695 1185034240 201197 33554432000 4194304 4650419 140733326034080 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=1157260 CPUtime=882.32 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 290658 0 0 0 88106 126 0 0 25 0 4 0 517271695 1185034240 201197 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=1157260 CPUtime=882.27 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 88146 81 0 0 25 0 4 0 517271695 1185034240 201197 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 1157260

[startup+942.3 s]
/proc/loadavg: 8.15 8.10 8.00 9/184 25056
/proc/meminfo: memFree=17080284/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=1157368 CPUtime=3764.07 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 922610 0 0 0 376055 352 0 0 25 0 4 0 517271695 1185144832 195406 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 289342 195406 393 112 0 284307 0
[pid=25015/tid=25016] ppid=25013 vsize=1157368 CPUtime=937.14 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 254599 0 0 0 93616 98 0 0 25 0 4 0 517271695 1185144832 195406 33554432000 4194304 4650419 140733326034080 18446744073709551615 4354963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=1157368 CPUtime=942.33 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 290658 0 0 0 94107 126 0 0 25 0 4 0 517271695 1185144832 195406 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=1157368 CPUtime=942.28 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 94147 81 0 0 25 0 4 0 517271695 1185144832 195406 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 1157368

[startup+1002.3 s]
/proc/loadavg: 8.14 8.11 8.01 9/184 25057
/proc/meminfo: memFree=17024216/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=1209696 CPUtime=4003.75 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 939501 0 0 0 400012 363 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476365 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 302424 194468 393 112 0 297389 0
[pid=25015/tid=25016] ppid=25013 vsize=1209696 CPUtime=996.8 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 271490 0 0 0 99572 108 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=1209696 CPUtime=1002.33 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 290658 0 0 0 100107 126 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=1209696 CPUtime=1002.28 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 100147 81 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476603 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 1209696

[startup+1062.3 s]
/proc/loadavg: 8.10 8.10 8.00 9/184 25059
/proc/meminfo: memFree=17026796/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=1209696 CPUtime=4243.45 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 939501 0 0 0 423982 363 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 302424 194468 393 112 0 297389 0
[pid=25015/tid=25016] ppid=25013 vsize=1209696 CPUtime=1056.47 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 271490 0 0 0 105539 108 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=1209696 CPUtime=1062.34 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 290658 0 0 0 106108 126 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=1209696 CPUtime=1062.29 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 106148 81 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 1209696

[startup+1122.3 s]
/proc/loadavg: 8.04 8.08 8.00 9/184 25060
/proc/meminfo: memFree=17009300/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=1209696 CPUtime=4483.11 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 939501 0 0 0 447947 364 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 302424 194468 393 112 0 297389 0
[pid=25015/tid=25016] ppid=25013 vsize=1209696 CPUtime=1116.14 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 271490 0 0 0 111506 108 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476474 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=1209696 CPUtime=1122.33 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 290658 0 0 0 112107 126 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=1209696 CPUtime=1122.28 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 112147 81 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 1209696

[startup+1182.31 s]
/proc/loadavg: 8.08 8.08 8.00 9/184 25062
/proc/meminfo: memFree=17008900/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=1209696 CPUtime=4722.8 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 939501 0 0 0 471916 364 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 302424 194468 393 112 0 297389 0
[pid=25015/tid=25016] ppid=25013 vsize=1209696 CPUtime=1175.81 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 271490 0 0 0 117473 108 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476509 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=1209696 CPUtime=1182.34 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 290658 0 0 0 118108 126 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=1209696 CPUtime=1182.29 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 118148 81 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 1209696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.08 8.00 9/184 25063
/proc/meminfo: memFree=17010016/32950928 swapFree=67111528/67111528
[pid=25015] ppid=25013 vsize=1209696 CPUtime=4800.3 cores=0,2,4,6
/proc/25015/stat : 25015 (strangenight1-m) R 25013 25015 24785 0 -1 4202496 939501 0 0 0 479666 364 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25015/statm: 302424 194468 393 112 0 297389 0
[pid=25015/tid=25016] ppid=25013 vsize=1209696 CPUtime=1195.1 cores=0,2,4,6
/proc/25015/task/25016/stat : 25016 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 271490 0 0 0 119402 108 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25015/tid=25017] ppid=25013 vsize=1209696 CPUtime=1201.74 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 290658 0 0 0 120048 126 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=1209696 CPUtime=1201.69 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (strangenight1-m) R 25013 25015 24785 0 -1 4202560 243712 0 0 0 120088 81 0 0 25 0 4 0 517271695 1238728704 194468 33554432000 4194304 4650419 140733326034080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1209696

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.36
CPU user time (s): 4796.68
CPU system time (s): 3.67644
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 1209696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.68
system time used= 3.67644
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 939501
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= 2483
involuntary context switches= 23633

runsolver used 1.73873 second user time and 4.78727 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 07:59:10
IDJOB=3174944
IDBENCH=82562
IDSOLVER=1588
FILE ID=node149/3174944-1304056750
RUNJOBID= node149-1304054342-24803
PBS_JOBID= 13170429
Free space on /tmp= 71924 MiB

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

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

MD5SUM BENCH= 34a446d3b38e7b034208a35fa75247bf
RANDOM SEED=368180853

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18297456 kB
Buffers:       2222824 kB
Cached:       11810676 kB
SwapCached:          0 kB
Active:        5960132 kB
Inactive:      8145648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18297456 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13236 kB
Writeback:           0 kB
AnonPages:       71076 kB
Mapped:          14704 kB
Slab:           484228 kB
PageTables:       3908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   275340 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= 71920 MiB
End job on node149 at 2011-04-29 08:19:14