Trace number 3368568

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S746725327-020-UNKNOWN.cnf
MD5SUM0ad997eea0def3552b6d7e45aac8ca7c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.05	c Using 4 threads
0.00/0.06	c This is CryptoMiniSat 2.9.0
0.00/0.06	c compiled with gcc version 4.4.5
0.00/0.06	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.06	c Reading file 'HOME/instance-3368568-1305397415.cnf'
0.00/0.06	c -- header says num vars:          49999
0.00/0.06	c -- header says num clauses:      210000
0.68/0.29	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.68/0.29	c -- vars added      49999
0.68/0.29	c Parsing time:  0.67 s
0.68/0.29	c  N st     0         0     49999    210000         0         0    630000         0   no data   no data  --
1.41/0.47	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.65
2.21/0.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.65
3.00/0.82	c bin-w-bin subsume rem            0 bins  time:  0.06 s
3.00/0.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3.00/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49999 time:  0.07 s
3.00/0.87	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.08 s
5.39/1.45	c lits-rem:         0  cl-subs:        0  v-elim:   1374  v-fix:    0  time:  2.27 s
5.39/1.46	c Finding binary XORs  T:     0.04 s  found:       0
6.19/1.60	c Finding non-binary XORs:     0.52 s (found:       0, avg size: nan)
6.19/1.60	c calculated reachability. Time: 0.00
6.19/1.62	c Calc default polars -  time:   0.09 s pos:   22285 undec:    5569 neg:   22145
6.19/1.62	c =========================================================================================
6.19/1.62	c types(t): F = full restart, N = normal restart
6.19/1.62	c types(t): S = simplification begin/end, E = solution found
6.19/1.62	c restart types(rt): st = static, dy = dynamic
6.19/1.63	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
6.19/1.63	c  B st     0         0     48625    207684         0         0    630503         0   no data   no data  --
14.57/3.77	c  N dy    20      4114     48625    207684         0      4114    630503   1321758    190.26    206.22  --
23.34/5.94	c  N dy    51      8186     48625    207684         0      8186    630503   2534937    199.24    231.85  --
32.12/8.18	c  N dy    81     12246     48625    207684         0     12246    630503   3712563    199.32    218.40  --
41.31/10.48	c  N dy   111     16436     48625    207684         0     16436    630503   4920523    199.35    218.71  --
50.47/12.75	c  N dy   138     20455     48625    207684         0     10456    630503    866912    198.96    211.88  --
59.26/14.95	c  N dy   165     24565     48625    207684         0     14566    630503   2059334    198.36    208.90  --
60.06/15.20	c  F st   169     25001     48625    207684         0     15002    630503   2178578    198.33   no data  --
72.03/18.14	c  N dy   175     30000     48625    207684         0     20000    630503   4151368    198.33   no data  --
72.03/18.15	c  S st   175     30000     48625    207684         0     20000    630503   4151368    198.33   no data  --
73.23/18.43	c  S st   175     30505     48625    207684         0     20505    630503   4282503    198.33   no data  --
73.23/18.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
73.23/18.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.81/18.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.57
77.61/19.53	c bin-w-bin subsume rem            0 bins  time:  0.06 s
77.61/19.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
77.61/19.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.07 s
77.61/19.58	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
173.77/43.60	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time: 95.33 s
174.57/43.84	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 0.97
174.57/43.86	c calculated reachability. Time: 0.01
174.57/43.86	c  N dy   175     30505     48625    207684         0     20503    630503   4282094    198.33   no data  --
184.19/46.25	c  N dy   202     34596     48625    207684         0     24594    630503   5495870    199.11    210.64  --
194.11/48.73	c  N dy   229     38779     48625    207684         0     28777    630503   6715414    198.69    212.20  --
204.10/51.21	c  N dy   255     42983     48625    207684         0     17482    630503   1437461    198.34    215.54  --
210.11/52.77	c  S st   272     45757     48625    207684         0     20256    630503   2197567    197.50   no data  --
211.27/53.05	c  S st   272     46260     48625    207684         0     20759    630503   2295277    197.50   no data  --
211.27/53.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
211.27/53.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
212.87/53.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.60
214.07/53.78	c bin-w-bin subsume rem            0 bins  time:  0.06 s
214.07/53.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
214.49/53.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.06 s
214.49/53.84	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
240.82/60.50	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time: 26.55 s
241.23/60.53	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
241.23/60.58	c vivif2 --  cl tried    20758 cl shrink        0 lits rem          0 time: 0.17
242.39/60.82	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 0.97
242.39/60.83	c calculated reachability. Time: 0.01
242.39/60.84	c  N dy   272     46260     48625    207684         0     20758    630503   2295212    197.50   no data  --
252.37/63.32	c  N dy   303     50433     48625    207684         0     24930    630503   3554051    198.15    208.66  --
262.77/65.99	c  N dy   335     54793     48625    207684         0     29290    630503   4802600    198.43    220.19  --
273.51/68.67	c  N dy   367     58927     48625    207684         0     33423    630503   6081612    199.36    210.39  --
283.89/71.23	c  N dy   396     62949     48625    207684         0     37445    630503   7265069    199.43    226.92  --
293.91/73.75	c  N dy   425     67258     48625    207684         0     23007    630503   2111029    199.37    210.67  --
299.05/75.03	c  S st   441     69392     48625    207684         0     25141    630503   2748407    199.34   no data  --
300.25/75.33	c  S st   441     69896     48625    207684         0     25645    630503   2870232    199.34   no data  --
300.25/75.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
300.25/75.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
301.85/75.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.62
303.03/76.09	c bin-w-bin subsume rem            0 bins  time:  0.06 s
303.44/76.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
303.44/76.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.07 s
303.44/76.15	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
339.75/85.27	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 36.34 s
340.15/85.31	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
340.15/85.36	c vivif2 --  cl tried    25643 cl shrink        0 lits rem          0 time: 0.22
341.35/85.62	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.02
341.35/85.63	c calculated reachability. Time: 0.01
341.35/85.63	c  N dy   441     69896     48625    207684         0     25643    630503   2869627    199.34   no data  --
352.12/88.31	c  N dy   470     74441     48625    207684         0     30188    630503   4164195    198.85    209.61  --
363.71/91.31	c  N dy   504     79192     48625    207684         0     34939    630503   5607393    199.10    213.94  --
377.29/94.69	c  N dy   541     84484     48625    207684         0     40229    630503   7173764    199.20    215.49  --
384.84/96.58	c  F st   561     87502     48625    207684         0     22377    630503   1236752    199.10    166.18  --
393.62/98.78	c  N st   566     90800     48625    207684         0     25675    630503   2573527    199.10   no data  --
408.77/102.58	c  N dy   597     96727     48625    207684         0     31602    630503   4634266    199.61    212.80  --
423.93/106.38	c  N dy   639    102953     48625    207684         0     37828    630503   6421561    199.31    220.33  --
428.72/107.53	c  S st   650    104844     48625    207684         0     39719    630503   6961488    199.10    167.48  --
429.96/107.83	c  S st   650    105346     48625    207684         0     40221    630503   7067163    199.10   no data  --
429.96/107.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
429.96/107.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
431.52/108.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.69
434.71/109.06	c bin-w-bin subsume rem            0 bins  time:  0.06 s
434.71/109.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
434.71/109.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.08 s
435.10/109.11	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
836.92/209.80	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 400.55 s
836.92/209.84	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.14
837.32/209.97	c vivif2 --  cl tried    40218 cl shrink        0 lits rem          0 time: 0.53
838.50/210.28	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.21
838.50/210.29	c calculated reachability. Time: 0.01
838.50/210.29	c  N dy   650    105346     48625    207684         0     40218    630503   7065761    199.10   no data  --
856.45/214.76	c  N dy   696    112174     48625    207684         0     24607    630503   1370994    199.05    218.21  --
874.01/219.17	c  N dy   751    119413     48625    207684         0     31846    630503   3558648    199.36    238.15  --
893.57/224.01	c  N dy   807    127086     48625    207684         0     39519    630503   5885482    199.75    219.16  --
914.72/229.31	c  N dy   863    135269     48625    207684         0     23983    630503    787255    199.89    281.15  --
935.46/234.54	c  N dy   919    144000     48625    207684         0     32714    630503   3373818    199.94    219.67  --
958.60/240.33	c  N dy   979    153188     48625    207684         0     41900    630503   6143766    199.93    214.84  --
970.97/243.43	c  S st  1010    158019     48625    207684         0     46731    630503   7574864    199.82    211.81  --
972.17/243.75	c  S st  1010    158520     48625    207684         0     47232    630503   7693105    199.82   no data  --
972.17/243.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
972.58/243.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
974.21/244.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.71
977.36/245.01	c bin-w-bin subsume rem            0 bins  time:  0.06 s
977.36/245.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
977.36/245.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.07 s
977.36/245.07	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
1468.94/368.23	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 490.55 s
1468.94/368.26	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
1469.76/368.41	c vivif2 --  cl tried    47230 cl shrink        0 lits rem          0 time: 0.58
1470.93/368.73	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.26
1470.93/368.74	c calculated reachability. Time: 0.01
1470.93/368.74	c  N dy  1010    158520     48625    207684         0     47230    630503   7691582    199.82   no data  --
1496.09/375.07	c  N dy  1080    168734     48625    207684         0     32586    630503   2949573    199.81    211.41  --
1522.85/381.79	c  N dy  1153    179559     48625    207684         0     43410    630503   6252292    199.91    215.44  --
1551.93/389.06	c  N dy  1230    191050     48625    207684         0     28971    630503   1554932    199.79    214.70  --
1581.45/396.43	c  N dy  1305    203254     48625    207684         0     41174    630503   5152475    199.55    213.97  --
1615.02/404.82	c  N dy  1397    216296     48625    207684         0     27255    630503    685836    199.69    211.62  --
1649.29/413.44	c  N dy  1494    230170     48625    207684         0     41127    630503   4732716    199.70    216.31  --
1669.24/418.48	c  S st  1547    237783     48625    207684         0     48740    630503   7075206    199.85    174.69  --
1670.83/418.81	c  S st  1547    238287     48625    207684         0     49244    630503   7195107    199.85   no data  --
1670.83/418.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
1670.83/418.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1672.43/419.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.73
1675.62/420.01	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1675.62/420.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
1675.62/420.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.08 s
1675.62/420.07	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
2120.92/531.61	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 444.15 s
2120.92/531.64	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.14
2121.31/531.79	c vivif2 --  cl tried    49241 cl shrink        0 lits rem          0 time: 0.57
2122.92/532.11	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.31
2122.92/532.13	c calculated reachability. Time: 0.01
2122.92/532.13	c  N dy  1547    238287     48625    207684         0     49241    630503   7193749    199.85   no data  --
2162.82/542.20	c  N dy  1655    253517     48625    207684         0     36493    630503   3083607    199.87    213.11  --
2206.71/553.12	c  N dy  1768    269804     48625    207684         0     52780    630503   7909453    199.90    212.02  --
2251.79/564.46	c  N dy  1879    287060     48625    207684         0     41041    630503   4110896    199.75    216.31  --
2302.07/577.04	c  N dy  2009    305550     48625    207684         0     59529    630503   9649976    199.88    217.01  --
2304.11/577.59	c  F st  2015    306251     48625    207684         0     30245    630503    627618    199.90   no data  --
2355.14/590.35	c  N dy  2114    325239     48625    207684         0     49233    630503   6890897    199.81    210.55  --
2408.21/603.63	c  N dy  2251    345405     48625    207684         0     38403    630503   2735078    199.80    211.60  --
2439.33/611.46	c  S st  2334    357430     48625    207684         0     50427    630503   6344583    199.84   no data  --
2440.53/611.79	c  S st  2334    357939     48625    207684         0     50936    630503   6453712    199.84   no data  --
2440.93/611.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.15
2440.93/611.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2442.53/612.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  1.76
2444.91/612.89	c bin-w-bin subsume rem            0 bins  time:  0.07 s
2445.31/612.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
2445.31/612.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.08 s
2445.31/612.95	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
2824.38/707.98	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 378.32 s
2824.78/708.02	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
2825.17/708.14	c vivif2 --  cl tried    50934 cl shrink        0 lits rem          0 time: 0.50
2826.41/708.47	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.30
2826.41/708.49	c calculated reachability. Time: 0.01
2826.41/708.49	c  N dy  2334    357939     48625    207684         0     50934    630503   6452652    199.84   no data  --
2880.64/722.10	c  N dy  2475    377970     48625    207684         0     38965    630503   2606732    199.91    212.08  --
2935.73/735.83	c  N dy  2618    398063     48625    207684         0     59056    630503   8646107    200.01    238.92  --
2989.97/749.41	c  N dy  2753    418092     48625    207684         0     46082    630503   4397892    199.93    212.91  --
3044.64/763.14	c  N dy  2898    438119     48625    207684         0     66109    630503  10464273    200.13    243.20  --
3096.91/776.21	c  N dy  3031    458245     48625    207684         0     52230    630503   5994106    200.12    218.77  --
3149.97/789.56	c  N dy  3174    478305     48625    207684         0     37291    630503   1212912    200.23    220.98  --
3201.04/802.32	c  N dy  3310    498320     48625    207684         0     57304    630503   7057085    200.16    227.01  --
3254.50/815.74	c  N dy  3450    518413     48625    207684         0     41401    630503   2115291    200.21    218.16  --
3303.18/827.96	c  S st  3574    536908     48625    207684         0     59894    630503   7600349    200.20    189.23  --
3304.41/828.30	c  S st  3574    537410     48625    207684         0     60396    630503   7706922    200.20   no data  --
3304.82/828.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.17
3304.82/828.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3306.78/828.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  1.80
3309.56/829.53	c bin-w-bin subsume rem            0 bins  time:  0.06 s
3309.56/829.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3309.56/829.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.08 s
3309.97/829.60	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
3826.28/959.03	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 514.58 s
3826.28/959.06	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.14
3827.12/959.21	c vivif2 --  cl tried    60393 cl shrink        0 lits rem          0 time: 0.58
3828.27/959.56	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.40
3828.27/959.58	c calculated reachability. Time: 0.01
3828.27/959.58	c  N dy  3574    537410     48625    207684         0     60393    630503   7705334    200.20   no data  --
3882.14/973.07	c  N dy  3708    557582     48625    207684         0     43568    630503   2457791    200.22    213.39  --
3935.20/986.30	c  N dy  3846    577763     48625    207684         0     63749    630503   8456078    200.22    221.95  --
3989.09/999.83	c  N dy  3988    597889     48625    207684         0     45877    630503   2938714    200.32    222.66  --
4042.18/1013.16	c  N dy  4134    617909     48625    207684         0     65897    630503   8909875    200.40    235.80  --
4095.99/1026.60	c  N dy  4271    637924     48625    207684         0     46922    630503   2860497    200.37    232.60  --
4149.06/1039.97	c  N dy  4414    658019     48625    207684         0     67017    630503   8898009    200.44    294.79  --
4203.73/1053.68	c  N dy  4560    678145     48625    207684         0     47144    630503   2656741    200.51    212.03  --
4258.39/1067.31	c  N dy  4711    698480     48625    207684         0     67479    630503   8862365    200.68    220.00  --
4313.45/1081.17	c  N dy  4853    718504     48625    207684         0     46499    630503   2164903    200.74    222.60  --
4366.54/1094.49	c  N dy  4991    738655     48625    207684         0     66647    630503   8251957    200.83    211.83  --
4423.18/1108.64	c  N dy  5129    758783     48625    207684         0     44777    630503   1391392    200.89    212.07  --
4476.68/1122.03	c  N dy  5261    778857     48625    207684         0     64851    630503   7310394    200.82    212.62  --
4534.89/1136.62	c  N dy  5398    798883     48625    207684         0     84875    630503  13233502    200.82    220.10  --
4554.45/1141.55	c  S st  5442    806118     48625    207684         0     49108    630503   2392650    200.81   no data  --
4555.69/1141.88	c  S st  5442    806622     48625    207684         0     49612    630503   2493524    200.81   no data  --
4556.04/1141.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
4556.04/1141.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4557.64/1142.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.74
4558.84/1142.66	c bin-w-bin subsume rem            0 bins  time:  0.06 s
4558.84/1142.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
4558.84/1142.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.08 s
4559.24/1142.72	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
4591.96/1150.91	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 32.60 s
4591.96/1150.94	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
4591.96/1150.99	c vivif2 --  cl tried    49611 cl shrink        0 lits rem          0 time: 0.20
4593.55/1151.32	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.28
4593.55/1151.33	c calculated reachability. Time: 0.01
4593.55/1151.33	c  N dy  5442    806622     48625    207684         0     49611    630503   2493048    200.81   no data  --
4649.41/1165.35	c  N dy  5585    826630     48625    207684         0     69619    630503   8544530    200.86    212.54  --
4707.67/1179.93	c  N dy  5721    846775     48625    207684         0     45763    630503   1053598    200.86    215.09  --
4762.33/1193.63	c  N dy  5856    866776     48625    207684         0     65762    630503   7076526    200.88    243.68  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368568-1305397415/watcher-3368568-1305397415 -o /tmp/evaluation-result-3368568-1305397415/solver-3368568-1305397415 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368568-1305397415.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: 1.75 3.28 3.37 6/319 7287
/proc/meminfo: memFree=11156944/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 412 0 0 0 0 0 0 0 21 0 4 0 651343877 52465664 353 33554432000 4194304 4650419 140735776550576 18446744073709551615 47780881061800 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7287/statm: 12809 353 303 112 0 7774 0
[pid=7287/tid=7289] ppid=7285 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 651343877 52465664 353 33554432000 4194304 4650419 140735776550576 18446744073709551615 47780881061804 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 651343877 52465664 353 33554432000 4194304 4650419 140735776550576 18446744073709551615 47780881061810 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 651343877 52465664 353 33554432000 4194304 4650419 140735776550576 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0800379 s]
/proc/loadavg: 1.75 3.28 3.37 6/319 7287
/proc/meminfo: memFree=11156944/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=287792 CPUtime=0.22 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 14640 0 0 0 19 3 0 0 23 0 4 0 651343877 294699008 11404 33554432000 4194304 4650419 140735776550576 18446744073709551615 212436060295 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 71948 11404 341 112 0 66913 0
[pid=7287/tid=7289] ppid=7285 vsize=285740 CPUtime=0.05 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) D 7285 7287 7247 0 -1 4202560 3592 0 0 0 5 0 0 0 18 0 4 0 651343877 292597760 11655 33554432000 4194304 4650419 140735776550576 18446744073709551615 4317116 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=302156 CPUtime=0.05 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 3547 0 0 0 5 0 0 0 18 0 4 0 651343877 309407744 11377 33554432000 4194304 4650419 140735776550576 18446744073709551615 212436060295 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=302156 CPUtime=0.01 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) D 7285 7287 7247 0 -1 4202560 3896 0 0 0 1 0 0 0 18 0 4 0 651343877 309407744 11377 33554432000 4194304 4650419 140735776550576 18446744073709551615 4319147 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 287792

[startup+0.104918 s]
/proc/loadavg: 1.75 3.28 3.37 6/319 7287
/proc/meminfo: memFree=11156944/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=324376 CPUtime=0.31 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) S 7285 7287 7247 0 -1 4202496 20812 0 0 0 27 4 0 0 23 0 4 0 651343877 332161024 16587 33554432000 4194304 4650419 140735776550576 18446744073709551615 212436122094 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 81094 16606 344 112 0 76059 0
[pid=7287/tid=7289] ppid=7285 vsize=324376 CPUtime=0.08 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) S 7285 7287 7247 0 -1 4202560 4879 0 0 0 7 1 0 0 18 0 4 0 651343877 332161024 16617 33554432000 4194304 4650419 140735776550576 18446744073709551615 212436122094 0 0 4096 2 18446604464860808256 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=324376 CPUtime=0.07 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 5152 0 0 0 7 0 0 0 18 0 4 0 651343877 332161024 16630 33554432000 4194304 4650419 140735776550576 18446744073709551615 212435714240 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=324508 CPUtime=0.04 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 5110 0 0 0 4 0 0 0 18 0 4 0 651343877 332296192 17005 33554432000 4194304 4650419 140735776550576 18446744073709551615 4545851 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 324376

[startup+0.333815 s]
/proc/loadavg: 1.75 3.28 3.37 6/319 7287
/proc/meminfo: memFree=11156944/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=408736 CPUtime=1.14 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 35457 0 0 0 99 15 0 0 17 0 4 0 651343877 418545664 31232 33554432000 4194304 4650419 140735776550576 18446744073709551615 4369188 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 102184 31232 367 112 0 97149 0
[pid=7287/tid=7289] ppid=7285 vsize=408736 CPUtime=0.3 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 8502 0 0 0 26 4 0 0 17 0 4 0 651343877 418545664 31232 33554432000 4194304 4650419 140735776550576 18446744073709551615 4370035 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=408736 CPUtime=0.28 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 8776 0 0 0 25 3 0 0 17 0 4 0 651343877 418545664 31232 33554432000 4194304 4650419 140735776550576 18446744073709551615 4370035 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=408736 CPUtime=0.25 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 8701 0 0 0 21 4 0 0 18 0 4 0 651343877 418545664 31232 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 408736

[startup+0.700746 s]
/proc/loadavg: 1.75 3.28 3.37 6/319 7287
/proc/meminfo: memFree=11156944/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=426460 CPUtime=2.61 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) D 7285 7287 7247 0 -1 4202496 46461 0 0 0 243 18 0 0 18 0 4 0 651343877 436695040 38540 33554432000 4194304 4650419 140735776550576 18446744073709551615 212435678241 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 106615 38540 377 112 0 101580 0
[pid=7287/tid=7289] ppid=7285 vsize=426460 CPUtime=0.65 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 12199 0 0 0 61 4 0 0 18 0 4 0 651343877 436695040 38540 33554432000 4194304 4650419 140735776550576 18446744073709551615 212436060343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=426460 CPUtime=0.65 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) D 7285 7287 7247 0 -1 4202560 12208 0 0 0 61 4 0 0 18 0 4 0 651343877 436695040 38540 33554432000 4194304 4650419 140735776550576 18446744073709551615 4427009 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=426460 CPUtime=0.62 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 8902 0 0 0 58 4 0 0 18 0 4 0 651343877 436695040 38540 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 426460

[startup+1.5006 s]
/proc/loadavg: 2.41 3.39 3.40 11/324 7292
/proc/meminfo: memFree=10775356/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=426460 CPUtime=5.79 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 71447 0 0 0 557 22 0 0 19 0 4 0 651343877 436695040 56076 33554432000 4194304 4650419 140735776550576 18446744073709551615 4306767 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 106615 56076 390 112 0 101580 0
[pid=7287/tid=7289] ppid=7285 vsize=426460 CPUtime=1.44 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 20273 0 0 0 138 6 0 0 18 0 4 0 651343877 436695040 56076 33554432000 4194304 4650419 140735776550576 18446744073709551615 4314182 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=426460 CPUtime=1.45 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 19663 0 0 0 140 5 0 0 19 0 4 0 651343877 436695040 56076 33554432000 4194304 4650419 140735776550576 18446744073709551615 4312888 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=426460 CPUtime=1.41 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 9276 0 0 0 137 4 0 0 19 0 4 0 651343877 436695040 56076 33554432000 4194304 4650419 140735776550576 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 426460

[startup+3.10029 s]
/proc/loadavg: 2.41 3.39 3.40 9/324 7292
/proc/meminfo: memFree=10746324/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=459280 CPUtime=12.17 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 75333 0 0 0 1194 23 0 0 22 0 4 0 651343877 470302720 59962 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363493 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 114820 59962 391 112 0 109785 0
[pid=7287/tid=7289] ppid=7285 vsize=459280 CPUtime=3.03 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 21305 0 0 0 297 6 0 0 22 0 4 0 651343877 470302720 59962 33554432000 4194304 4650419 140735776550576 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=459280 CPUtime=3.06 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 20748 0 0 0 300 6 0 0 22 0 4 0 651343877 470302720 59962 33554432000 4194304 4650419 140735776550576 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=459280 CPUtime=3.01 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 10108 0 0 0 297 4 0 0 23 0 4 0 651343877 470302720 59962 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363500 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 459280

[startup+6.30069 s]
/proc/loadavg: 2.41 3.39 3.40 9/324 7292
/proc/meminfo: memFree=10680620/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=628612 CPUtime=24.94 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 82249 0 0 0 2469 25 0 0 25 0 4 0 651343877 643698688 66878 33554432000 4194304 4650419 140735776550576 18446744073709551615 4328130 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 157153 66878 391 112 0 152118 0
[pid=7287/tid=7289] ppid=7285 vsize=628612 CPUtime=6.2 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 22992 0 0 0 614 6 0 0 25 0 4 0 651343877 643698688 66878 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=628612 CPUtime=6.25 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 22498 0 0 0 619 6 0 0 25 0 4 0 651343877 643698688 66878 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=628612 CPUtime=6.21 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 11840 0 0 0 616 5 0 0 25 0 4 0 651343877 643698688 66878 33554432000 4194304 4650419 140735776550576 18446744073709551615 4367388 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 628612

[startup+12.7005 s]
/proc/loadavg: 3.27 3.54 3.45 9/324 7292
/proc/meminfo: memFree=10648276/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=452556 CPUtime=50.47 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 105340 0 0 0 5016 31 0 0 25 0 4 0 651343877 463417344 60660 33554432000 4194304 4650419 140735776550576 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 113139 60660 393 112 0 108104 0
[pid=7287/tid=7289] ppid=7285 vsize=452556 CPUtime=12.53 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 28150 0 0 0 1245 8 0 0 25 0 4 0 651343877 463417344 60661 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=452556 CPUtime=12.65 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 28502 0 0 0 1257 8 0 0 25 0 4 0 651343877 463417344 60661 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=452556 CPUtime=12.61 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 18473 0 0 0 1255 6 0 0 25 0 4 0 651343877 463417344 60661 33554432000 4194304 4650419 140735776550576 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 452556

[startup+25.5011 s]
/proc/loadavg: 4.08 3.70 3.51 10/324 7292
/proc/meminfo: memFree=10078872/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=849412 CPUtime=101.55 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 189724 0 0 0 10099 56 0 0 25 0 4 0 651343877 869797888 126616 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476761 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 212353 126616 395 112 0 207318 0
[pid=7287/tid=7289] ppid=7285 vsize=849412 CPUtime=25.2 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 67036 0 0 0 2501 19 0 0 25 0 4 0 651343877 869797888 126616 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=849412 CPUtime=25.46 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 38320 0 0 0 2535 11 0 0 25 0 4 0 651343877 869797888 126616 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363311 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=849412 CPUtime=25.41 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 28063 0 0 0 2533 8 0 0 25 0 4 0 651343877 869797888 126616 33554432000 4194304 4650419 140735776550576 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 849412

[startup+51.1012 s]
/proc/loadavg: 5.41 4.05 3.62 10/324 7293
/proc/meminfo: memFree=9924776/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1073544 CPUtime=203.7 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 435637 0 0 0 20273 97 0 0 25 0 4 0 651343877 1099309056 167962 33554432000 4194304 4650419 140735776550576 18446744073709551615 4367287 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 268386 167962 395 112 0 263351 0
[pid=7287/tid=7289] ppid=7285 vsize=1073544 CPUtime=50.54 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 81926 0 0 0 5033 21 0 0 25 0 4 0 651343877 1099309056 167962 33554432000 4194304 4650419 140735776550576 18446744073709551615 4443768 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1073544 CPUtime=51.05 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 63444 0 0 0 5086 19 0 0 25 0 4 0 651343877 1099309056 167962 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1073544 CPUtime=51.01 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 59411 0 0 0 5087 14 0 0 25 0 4 0 651343877 1099309056 167962 33554432000 4194304 4650419 140735776550576 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 1073544

[startup+102.313 s]
/proc/loadavg: 7.01 4.73 3.88 9/324 7294
/proc/meminfo: memFree=9660720/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1067172 CPUtime=408.02 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 637392 0 0 0 40661 141 0 0 25 0 4 0 651343877 1092784128 184905 33554432000 4194304 4650419 140735776550576 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 266793 184905 419 112 0 261758 0
[pid=7287/tid=7289] ppid=7285 vsize=1067172 CPUtime=101.24 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 198659 0 0 0 10086 38 0 0 25 0 4 0 651343877 1092784128 184905 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1067172 CPUtime=102.27 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 99995 0 0 0 10196 31 0 0 25 0 4 0 651343877 1092784128 184905 33554432000 4194304 4650419 140735776550576 18446744073709551615 4331103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1067172 CPUtime=102.22 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 80911 0 0 0 10199 23 0 0 25 0 4 0 651343877 1092784128 184905 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 1067172

[startup+162.301 s]

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

[pid=7287] ppid=7285 vsize=1909660 CPUtime=2802.03 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 3110427 0 0 0 279539 664 0 0 25 0 4 0 651343877 1955491840 351988 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 477415 351988 408 112 0 472380 0
[pid=7287/tid=7289] ppid=7285 vsize=1909660 CPUtime=695.25 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1183717 0 0 0 69304 221 0 0 25 0 4 0 651343877 1955491840 351988 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1909660 CPUtime=702.26 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 494050 0 0 0 70070 156 0 0 25 0 4 0 651343877 1955491840 351988 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1909660 CPUtime=702.23 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 347128 0 0 0 70122 101 0 0 25 0 4 0 651343877 1955491840 351988 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2802.03
Current children cumulated vsize (KiB) 1909660

[startup+762.312 s]
/proc/loadavg: 8.17 7.76 6.02 9/324 7312
/proc/meminfo: memFree=8386692/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1844124 CPUtime=3041.48 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 3966242 0 0 0 303343 805 0 0 25 0 4 0 651343877 1888382976 354496 33554432000 4194304 4650419 140735776550576 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 461031 354496 395 112 0 455996 0
[pid=7287/tid=7289] ppid=7285 vsize=1844124 CPUtime=754.65 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1208420 0 0 0 75233 232 0 0 25 0 4 0 651343877 1888382976 354496 33554432000 4194304 4650419 140735776550576 18446744073709551615 4367391 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1844124 CPUtime=762.27 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 660618 0 0 0 76044 183 0 0 25 0 4 0 651343877 1888382976 354496 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1844124 CPUtime=762.24 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 939628 0 0 0 76039 185 0 0 25 0 4 0 651343877 1888382976 354496 33554432000 4194304 4650419 140735776550576 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3041.48
Current children cumulated vsize (KiB) 1844124

[startup+822.3 s]
/proc/loadavg: 8.13 7.81 6.14 9/324 7314
/proc/meminfo: memFree=8434772/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1870724 CPUtime=3280.84 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 4083089 0 0 0 327240 844 0 0 25 0 4 0 651343877 1915621376 339513 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 467681 339513 395 112 0 462646 0
[pid=7287/tid=7289] ppid=7285 vsize=1870724 CPUtime=814.04 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1226757 0 0 0 81165 239 0 0 25 0 4 0 651343877 1915621376 339513 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1870724 CPUtime=822.25 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 707886 0 0 0 82030 195 0 0 25 0 4 0 651343877 1915621376 339513 33554432000 4194304 4650419 140735776550576 18446744073709551615 4315143 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1870724 CPUtime=822.23 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 966105 0 0 0 82027 196 0 0 25 0 4 0 651343877 1915621376 339513 33554432000 4194304 4650419 140735776550576 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3280.84
Current children cumulated vsize (KiB) 1870724

[startup+882.301 s]
/proc/loadavg: 8.16 7.88 6.27 9/324 7315
/proc/meminfo: memFree=8314340/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1870724 CPUtime=3520.24 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 4454339 0 0 0 351111 913 0 0 25 0 4 0 651343877 1915621376 363339 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 467681 363339 401 112 0 462646 0
[pid=7287/tid=7289] ppid=7285 vsize=1870724 CPUtime=873.44 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1245639 0 0 0 87098 246 0 0 25 0 4 0 651343877 1915621376 363339 33554432000 4194304 4650419 140735776550576 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1870724 CPUtime=882.25 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 730705 0 0 0 88020 205 0 0 25 0 4 0 651343877 1915621376 363339 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1870724 CPUtime=882.23 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 986702 0 0 0 88018 205 0 0 25 0 4 0 651343877 1915621376 363339 33554432000 4194304 4650419 140735776550576 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3520.24
Current children cumulated vsize (KiB) 1870724

[startup+942.301 s]
/proc/loadavg: 8.11 7.91 6.38 9/324 7317
/proc/meminfo: memFree=8293604/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1870856 CPUtime=3759.64 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 4973469 0 0 0 374954 1010 0 0 25 0 4 0 651343877 1915756544 374275 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 467714 374275 395 112 0 462679 0
[pid=7287/tid=7289] ppid=7285 vsize=1870856 CPUtime=932.85 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1270316 0 0 0 93027 258 0 0 25 0 4 0 651343877 1915756544 374276 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1870856 CPUtime=942.26 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 756050 0 0 0 94011 215 0 0 25 0 4 0 651343877 1915756544 374276 33554432000 4194304 4650419 140735776550576 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1870856 CPUtime=942.23 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1009708 0 0 0 94005 218 0 0 25 0 4 0 651343877 1915756544 374276 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3759.64
Current children cumulated vsize (KiB) 1870856

[startup+1002.3 s]
/proc/loadavg: 8.14 7.95 6.49 9/324 7318
/proc/meminfo: memFree=8301264/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1870856 CPUtime=3999.04 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 5201930 0 0 0 398842 1062 0 0 25 0 4 0 651343877 1915756544 364522 33554432000 4194304 4650419 140735776550576 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 467714 364522 395 112 0 462679 0
[pid=7287/tid=7289] ppid=7285 vsize=1870856 CPUtime=992.24 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1295257 0 0 0 98955 269 0 0 25 0 4 0 651343877 1915756544 364522 33554432000 4194304 4650419 140735776550576 18446744073709551615 4333678 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1870856 CPUtime=1002.25 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 780743 0 0 0 100002 223 0 0 25 0 4 0 651343877 1915756544 364524 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1870856 CPUtime=1002.22 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1031087 0 0 0 99997 225 0 0 25 0 4 0 651343877 1915756544 364524 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3999.04
Current children cumulated vsize (KiB) 1870856

[startup+1062.3 s]
/proc/loadavg: 8.14 7.99 6.59 9/324 7320
/proc/meminfo: memFree=8300732/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1870856 CPUtime=4238.45 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 5298021 0 0 0 422747 1098 0 0 25 0 4 0 651343877 1915756544 364408 33554432000 4194304 4650419 140735776550576 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 467714 364408 395 112 0 462679 0
[pid=7287/tid=7289] ppid=7285 vsize=1870856 CPUtime=1051.65 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1320085 0 0 0 104887 278 0 0 25 0 4 0 651343877 1915756544 364409 33554432000 4194304 4650419 140735776550576 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1870856 CPUtime=1062.25 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 803619 0 0 0 105991 234 0 0 25 0 4 0 651343877 1915756544 364409 33554432000 4194304 4650419 140735776550576 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1870856 CPUtime=1062.23 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1051895 0 0 0 105990 233 0 0 25 0 4 0 651343877 1915756544 364409 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4238.45
Current children cumulated vsize (KiB) 1870856

[startup+1122.3 s]
/proc/loadavg: 8.13 8.02 6.68 9/324 7322
/proc/meminfo: memFree=8177568/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1870856 CPUtime=4477.83 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 5386888 0 0 0 446652 1131 0 0 25 0 4 0 651343877 1915756544 372488 33554432000 4194304 4650419 140735776550576 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 467714 372488 395 112 0 462679 0
[pid=7287/tid=7289] ppid=7285 vsize=1870856 CPUtime=1111.04 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1347061 0 0 0 110817 287 0 0 25 0 4 0 651343877 1915756544 372488 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1870856 CPUtime=1122.25 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 827488 0 0 0 111983 242 0 0 25 0 4 0 651343877 1915756544 372488 33554432000 4194304 4650419 140735776550576 18446744073709551615 4438666 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1870856 CPUtime=1122.23 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1062847 0 0 0 111984 239 0 0 25 0 4 0 651343877 1915756544 372488 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4477.83
Current children cumulated vsize (KiB) 1870856

[startup+1182.3 s]
/proc/loadavg: 8.12 8.04 6.77 9/324 7323
/proc/meminfo: memFree=8284172/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1805312 CPUtime=4717.25 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 5805040 0 0 0 470517 1208 0 0 25 0 4 0 651343877 1848639488 368102 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 451328 368102 407 112 0 446293 0
[pid=7287/tid=7289] ppid=7285 vsize=1805312 CPUtime=1170.45 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1376103 0 0 0 116744 301 0 0 25 0 4 0 651343877 1848639488 368102 33554432000 4194304 4650419 140735776550576 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1805312 CPUtime=1182.25 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1188761 0 0 0 117932 293 0 0 25 0 4 0 651343877 1848639488 368102 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476216 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1805312 CPUtime=1182.23 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1068500 0 0 0 117982 241 0 0 25 0 4 0 651343877 1848639488 368102 33554432000 4194304 4650419 140735776550576 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4717.25
Current children cumulated vsize (KiB) 1805312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.08 8.04 6.80 11/324 7324
/proc/meminfo: memFree=8276472/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1871056 CPUtime=4800.27 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 6009309 0 0 0 478782 1245 0 0 25 0 4 0 651343877 1915961344 375131 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 467764 375131 395 112 0 462729 0
[pid=7287/tid=7289] ppid=7285 vsize=1871056 CPUtime=1191.04 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1419754 0 0 0 118795 309 0 0 25 0 4 0 651343877 1915961344 375136 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476761 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1871056 CPUtime=1203.07 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1335582 0 0 0 119993 314 0 0 25 0 4 0 651343877 1915961344 375136 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1871056 CPUtime=1203.05 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1074442 0 0 0 120060 245 0 0 25 0 4 0 651343877 1915961344 375136 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1871056

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

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

[startup+1203.1 s]
/proc/loadavg: 8.08 8.04 6.80 11/324 7324
/proc/meminfo: memFree=8276472/32951124 swapFree=67093864/67111528
[pid=7287] ppid=7285 vsize=1871056 CPUtime=4800.27 cores=1,3,5,7
/proc/7287/stat : 7287 (strangenight1-m) R 7285 7287 7247 0 -1 4202496 6009309 0 0 0 478782 1245 0 0 25 0 4 0 651343877 1915961344 375131 33554432000 4194304 4650419 140735776550576 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7287/statm: 467764 375131 395 112 0 462729 0
[pid=7287/tid=7289] ppid=7285 vsize=1871056 CPUtime=1191.04 cores=1,3,5,7
/proc/7287/task/7289/stat : 7289 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1419754 0 0 0 118795 309 0 0 25 0 4 0 651343877 1915961344 375136 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476761 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1871056 CPUtime=1203.07 cores=1,3,5,7
/proc/7287/task/7290/stat : 7290 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1335582 0 0 0 119993 314 0 0 25 0 4 0 651343877 1915961344 375136 33554432000 4194304 4650419 140735776550576 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1871056 CPUtime=1203.05 cores=1,3,5,7
/proc/7287/task/7291/stat : 7291 (strangenight1-m) R 7285 7287 7247 0 -1 4202560 1074442 0 0 0 120060 245 0 0 25 0 4 0 651343877 1915961344 375136 33554432000 4194304 4650419 140735776550576 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1871056

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.18
CPU time (s): 4800.37
CPU user time (s): 4787.85
CPU system time (s): 12.5141
CPU usage (%): 398.973
Max. virtual memory (cumulated for all children) (KiB): 1909660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.85
system time used= 12.5141
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6009317
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= 9860
involuntary context switches= 19925

runsolver used 3.19651 second user time and 8.85965 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 20:23:35
IDJOB=3368568
IDBENCH=82577
IDSOLVER=1846
FILE ID=node102/3368568-1305397415
RUNJOBID= node102-1305397415-7266
PBS_JOBID= 13324460
Free space on /tmp= 73524 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S746725327-020-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368568-1305397415/watcher-3368568-1305397415 -o /tmp/evaluation-result-3368568-1305397415/solver-3368568-1305397415 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368568-1305397415.cnf

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

MD5SUM BENCH= 0ad997eea0def3552b6d7e45aac8ca7c
RANDOM SEED=1168029039

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.828
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.828
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:     32951124 kB
MemFree:      11157356 kB
Buffers:        251708 kB
Cached:        2805876 kB
SwapCached:       1128 kB
Active:       19518812 kB
Inactive:      1979024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11157356 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           19860 kB
Writeback:           0 kB
AnonPages:    18439592 kB
Mapped:          26292 kB
Slab:           177528 kB
PageTables:      53404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59079340 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= 73516 MiB
End job on node102 at 2011-05-14 20:43:40